:root {
  --bg: #070a0d;
  --bg-2: #0a0e12;
  --panel: rgba(15, 20, 25, .78);
  --panel-2: rgba(18, 24, 30, .92);
  --line: rgba(154, 183, 202, .14);
  --line-strong: rgba(120, 227, 255, .28);
  --text: #f2f6f8;
  --muted: #8d9aa4;
  --muted-2: #65727b;
  --cyan: #75e9ff;
  --cyan-2: #24bfe7;
  --blue: #4797ff;
  --orange: #ff824f;
  --orange-2: #ff4f2e;
  --green: #63f1a8;
  --yellow: #ffc869;
  --danger: #ff6678;
  --shadow: 0 30px 90px rgba(0, 0, 0, .45);
  --radius: 24px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(18, 107, 138, .16), transparent 28rem),
    radial-gradient(circle at 12% 28%, rgba(255, 95, 53, .06), transparent 24rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
::selection { background: rgba(117, 233, 255, .25); color: #fff; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; }

.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 1000; opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.cursor-glow {
  position: fixed; width: 420px; height: 420px; border-radius: 50%; z-index: -1; pointer-events: none;
  transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(89, 223, 255, .055), transparent 68%);
  transition: opacity .3s ease; opacity: 0;
}

.shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.section { position: relative; padding: 110px 0; }
.section-dark { background: rgba(4, 7, 10, .72); border-block: 1px solid var(--line); }
.section::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background-image: linear-gradient(rgba(117,233,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(117,233,255,.035) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 76px;
  background: rgba(7, 10, 13, .74); border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { color: var(--cyan); font-size: 14px; padding: 6px 8px; border: 1px solid rgba(117,233,255,.28); border-radius: 7px; background: rgba(117,233,255,.05); box-shadow: inset 0 0 18px rgba(117,233,255,.04); }
.brand-name { font-size: 18px; }
.brand-name b { color: var(--cyan); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-link { position: relative; padding: 10px 9px; color: #82909a; font: 700 11px/1 var(--mono); letter-spacing: .08em; transition: .2s ease; }
.nav-link::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 2px; height: 1px; background: var(--cyan); transform: scaleX(0); transition: transform .2s ease; }
.nav-link:hover, .nav-link.active { color: #eafcff; }
.nav-link.active::after { transform: scaleX(1); }
.header-cta { padding: 10px 14px; border: 1px solid rgba(117,233,255,.22); border-radius: 10px; color: var(--cyan); font: 700 11px/1 var(--mono); background: rgba(117,233,255,.06); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--panel); border-radius: 10px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 18px; height: 1px; background: #dfe8ed; transition: .2s ease; }

.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 136px; padding-bottom: 56px; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -240px; top: 30px; border-radius: 50%; border: 1px solid rgba(117,233,255,.08); box-shadow: inset 0 0 120px rgba(41,142,176,.04); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 8px; color: #aab6bd; font: 700 11px/1 var(--mono); letter-spacing: .12em; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.02); }
.status-dot, .live i, .footer-center i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); display: inline-block; animation: pulse 2s infinite; }
.terminal-kicker { margin: 34px 0 12px; color: #73818a; font: 500 12px/1.4 var(--mono); }
.terminal-kicker span { color: var(--cyan); }
.hero h1 { margin: 0; line-height: .9; letter-spacing: -.065em; }
.hero-small { display: block; margin-bottom: 18px; color: #89959e; font: 500 clamp(21px, 2.3vw, 31px)/1.1 var(--sans); letter-spacing: -.035em; }
.glitch { position: relative; display: inline-block; font-size: clamp(62px, 8.4vw, 112px); font-weight: 900; color: #f8fbfc; text-shadow: 0 0 35px rgba(117,233,255,.06); }
.glitch::before, .glitch::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.glitch:hover::before { opacity: .55; color: var(--cyan); transform: translate(2px, -1px); clip-path: inset(16% 0 60% 0); }
.glitch:hover::after { opacity: .45; color: var(--orange); transform: translate(-2px, 1px); clip-path: inset(62% 0 14% 0); }
.hero-role { margin: 24px 0 0; color: #c8d2d8; font: 700 clamp(13px, 1.5vw, 16px)/1.5 var(--mono); }
.hero-role i { color: var(--cyan); font-style: normal; margin: 0 5px; }
.hero-text { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { border: 0; cursor: pointer; min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border-radius: 12px; font: 800 12px/1 var(--mono); letter-spacing: .04em; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #031014; background: linear-gradient(135deg, #8df1ff, #5ad5ef); box-shadow: 0 12px 32px rgba(79, 207, 236, .12); }
.btn-primary:hover { box-shadow: 0 16px 42px rgba(79, 207, 236, .22); }
.btn-ghost { color: #dce7ec; background: rgba(255,255,255,.03); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: rgba(117,233,255,.34); background: rgba(117,233,255,.04); }
.btn.full { width: 100%; }
.btn-large { min-height: 58px; font-size: 13px; }
.hero-command { margin-top: 33px; color: #56636c; font: 700 10px/1 var(--mono); letter-spacing: .15em; }
.hero-command span { color: var(--orange); margin: 0 6px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-card { position: relative; z-index: 3; width: min(100%, 500px); padding: 10px; border: 1px solid rgba(117,233,255,.2); border-radius: 26px; background: linear-gradient(180deg, rgba(16,22,27,.95), rgba(7,10,13,.92)); box-shadow: var(--shadow), 0 0 80px rgba(49, 164, 201, .06); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); transition: transform .25s ease; }
.hero-card::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(117,233,255,.28), transparent 30%, transparent 68%, rgba(255,92,49,.15)); filter: blur(14px); opacity: .35; }
.hero-card img { width: 100%; aspect-ratio: 1/1; object-fit: contain; object-position: center; border-radius: 18px; border: 1px solid rgba(255,255,255,.05); filter: saturate(.9) contrast(1.06); }
.hero-card-top, .hero-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 7px; color: #68757d; font: 700 9px/1 var(--mono); letter-spacing: .1em; }
.live { display: flex; align-items: center; gap: 6px; color: #9eb3aa; }
.live i { width: 5px; height: 5px; }
.visual-orbit { position: absolute; border: 1px solid rgba(117,233,255,.09); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; animation: rotate 18s linear infinite; }
.orbit-one::after { content: ""; position: absolute; width: 8px; height: 8px; top: 13%; left: 16%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: rotate 24s linear infinite reverse; }
.floating-chip { position: absolute; z-index: 5; padding: 8px 10px; border: 1px solid var(--line-strong); border-radius: 9px; background: rgba(9,14,18,.9); color: #a9dae6; font: 800 10px/1 var(--mono); box-shadow: 0 8px 28px rgba(0,0,0,.32); animation: float 4s ease-in-out infinite; }
.chip-a { top: 18%; left: 1%; }
.chip-b { right: -1%; top: 36%; animation-delay: .8s; }
.chip-c { left: 8%; bottom: 12%; animation-delay: 1.4s; }
.metrics-strip { position: relative; z-index: 2; margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(10,14,18,.58); border-radius: 18px; overflow: hidden; backdrop-filter: blur(12px); }
.metric { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px 24px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric b { color: #edfaff; font: 800 20px/1.1 var(--mono); }
.metric span { margin-top: 7px; color: #6f7d86; font-size: 12px; }

.section-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-index { display: block; margin-bottom: 17px; color: var(--cyan); font: 800 10px/1 var(--mono); letter-spacing: .17em; }
.section-head h2, .terminal-copy h2, .order-copy h2 { margin: 0; color: #f2f6f8; font-size: clamp(41px, 5.8vw, 76px); line-height: .96; letter-spacing: -.055em; }
.section-head h2 em, .terminal-copy h2 em, .order-copy h2 em { color: #718089; font-style: normal; }
.section-head > p { margin: 0 0 6px; color: var(--muted); max-width: 520px; font-size: 15px; }

.about-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.about-panel { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(17,23,29,.72), rgba(8,12,16,.76)); }
.about-main { min-height: 360px; display: flex; flex-direction: column; }
.panel-label { color: #5c6b75; font: 800 9px/1 var(--mono); letter-spacing: .16em; }
.about-panel h3 { margin: 22px 0 12px; font-size: 28px; letter-spacing: -.035em; }
.about-panel p { color: var(--muted); max-width: 760px; }
.code-line { margin-top: auto; padding: 14px 16px; border: 1px solid rgba(117,233,255,.12); border-radius: 10px; background: #070a0d; color: #7b8992; font: 500 12px/1.5 var(--mono); }
.code-line span { color: var(--orange); }.code-line b { color: var(--cyan); font-weight: 500; }
.focus-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 8px; }
.focus-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.focus-list li:last-child { border-bottom: 0; }
.focus-list li > span { color: #4c5962; font: 700 11px/1 var(--mono); }
.focus-list b { display: block; font-size: 14px; }
.focus-list small { color: #76848d; font-size: 11px; }
.stack-wrap { position: relative; z-index: 2; margin-top: 18px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(12,17,21,.62); overflow: hidden; }
.stack-title { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.stack-title span { color: var(--cyan); font: 800 9px/1 var(--mono); letter-spacing: .14em; }
.stack-title b { color: #7f8b93; font-size: 12px; font-weight: 500; }
.stack-marquee { display: flex; flex-wrap: wrap; gap: 8px; }
.stack-marquee span, .modal-stack span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: #a9b4ba; font: 700 10px/1 var(--mono); }

.project-filter { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.filter-btn { cursor: pointer; border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; background: rgba(255,255,255,.02); color: #75828a; font: 800 9px/1 var(--mono); letter-spacing: .08em; transition: .2s ease; }
.filter-btn:hover, .filter-btn.active { color: #071014; background: var(--cyan); border-color: var(--cyan); }
.projects-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card { position: relative; min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #0b1014; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); border-color: rgba(117,233,255,.28); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.project-cover { position: relative; height: 190px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb, 117,233,255), .17), transparent 38%), #090d11; }
.project-cover::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 24px 24px; transform: perspective(400px) rotateX(52deg) scale(1.6) translateY(28px); opacity: .6; }
.project-cover::after { content: ""; position: absolute; width: 150px; height: 150px; right: 9%; top: 22px; border: 1px solid rgba(var(--accent-rgb,117,233,255),.2); border-radius: 50%; box-shadow: inset 0 0 38px rgba(var(--accent-rgb,117,233,255),.05), 0 0 45px rgba(var(--accent-rgb,117,233,255),.04); }
.project-code { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: rgba(var(--accent-rgb,117,233,255),.95); font: 900 clamp(25px,3vw,42px)/1 var(--mono); letter-spacing: -.07em; text-shadow: 0 0 30px rgba(var(--accent-rgb,117,233,255),.18); }
.project-code small { display: block; margin-bottom: 7px; color: #50606a; font: 800 8px/1 var(--mono); letter-spacing: .18em; }
.project-node { position: absolute; z-index: 2; right: 24px; top: 22px; color: #53616a; font: 800 9px/1 var(--mono); }
.project-body { padding: 22px; }
.project-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.project-status { display: inline-flex; align-items: center; gap: 6px; color: #91a19a; font: 800 9px/1 var(--mono); letter-spacing: .1em; }
.project-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.project-category { color: #59666f; font: 800 9px/1 var(--mono); letter-spacing: .08em; }
.project-body h3 { margin: 12px 0 7px; font-size: 23px; letter-spacing: -.035em; }
.project-body p { margin: 0; color: #7f8d95; font-size: 13px; }
.project-footer { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.project-tags span { color: #63717a; font: 700 8px/1 var(--mono); padding: 6px 7px; border: 1px solid rgba(255,255,255,.055); border-radius: 6px; }
.project-open { color: var(--cyan); font: 900 13px/1 var(--mono); }

.services-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { min-height: 260px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, rgba(16,22,27,.74), rgba(8,11,14,.72)); transition: .22s ease; }
.service-card:hover { border-color: rgba(117,233,255,.27); background: linear-gradient(180deg, rgba(18,27,33,.84), rgba(8,12,15,.78)); transform: translateY(-3px); }
.service-card > span { color: #46545d; font: 800 10px/1 var(--mono); }
.service-card h3 { margin: 36px 0 10px; font-size: 20px; }
.service-card p { margin: 0; color: #7f8b93; font-size: 13px; }
.service-card > b { display: block; margin-top: 22px; color: #66757e; font: 800 9px/1.4 var(--mono); }
.service-cta { position: relative; z-index: 2; margin-top: 16px; padding: 26px 28px; border: 1px solid rgba(117,233,255,.16); border-radius: 20px; background: linear-gradient(100deg, rgba(117,233,255,.055), rgba(255,255,255,.015)); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-cta span { color: var(--cyan); font: 800 9px/1 var(--mono); letter-spacing: .14em; }
.service-cta h3 { margin: 7px 0 0; font-size: 25px; }

.terminal-section { overflow: hidden; }
.terminal-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .65fr 1.35fr; gap: 48px; align-items: center; }
.terminal-copy p { color: var(--muted); max-width: 430px; }
.terminal-copy code { padding: 2px 5px; color: var(--cyan); background: rgba(117,233,255,.06); border: 1px solid rgba(117,233,255,.1); border-radius: 5px; font-family: var(--mono); font-size: 11px; }
.terminal-window { overflow: hidden; min-height: 430px; border: 1px solid rgba(117,233,255,.17); border-radius: 20px; background: #05080a; box-shadow: var(--shadow), inset 0 0 70px rgba(117,233,255,.018); }
.terminal-bar { height: 46px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: #0b1014; color: #53616a; font: 700 9px/1 var(--mono); }
.terminal-bar > span:last-child { justify-self: end; }
.terminal-dots { display: flex; gap: 6px; }.terminal-dots i { width: 8px; height: 8px; border-radius: 50%; background: #475159; }.terminal-dots i:first-child { background: #ff6a5b; }.terminal-dots i:nth-child(2) { background: #ffc65a; }.terminal-dots i:nth-child(3) { background: #57d47d; }
.terminal-output { min-height: 330px; max-height: 330px; overflow-y: auto; padding: 22px; color: #a4b3bb; font: 500 12px/1.75 var(--mono); scrollbar-width: thin; scrollbar-color: #24333d transparent; }
.terminal-output b { color: var(--cyan); font-weight: 600; }.term-muted { color: #53616a; }.term-command { color: #f1f5f7; }.term-success { color: var(--green); }.term-error { color: var(--danger); }.term-orange { color: var(--orange); }
.terminal-input-row { min-height: 54px; display: flex; align-items: center; gap: 8px; padding: 0 22px; border-top: 1px solid var(--line); font: 600 12px/1 var(--mono); }
.terminal-input-row label { white-space: nowrap; color: #71808a; }.terminal-input-row label span { color: var(--cyan); }
.terminal-input-row input { flex: 1; min-width: 0; color: #f2f7f8; background: transparent; border: 0; outline: 0; font: inherit; caret-color: var(--cyan); }

.reviews-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; align-items: start; }
.reviews-feed { min-width: 0; }
.reviews-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 12px; }
.reviews-meta > div { padding: 17px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(12,17,21,.58); }
.reviews-meta b { display: block; font: 900 22px/1 var(--mono); color: var(--cyan); }.reviews-meta span { color: #64727b; font-size: 11px; }
.reviews-list { display: grid; gap: 10px; }
.review-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(14,19,24,.62); }
.review-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.review-author { display: flex; gap: 11px; align-items: center; }.review-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #061115; background: linear-gradient(135deg, #86efff, #4abfdc); font: 900 14px/1 var(--mono); }
.review-author b { display: block; font-size: 13px; }.review-author small { color: #5b6871; font-size: 10px; }
.review-stars { color: var(--yellow); letter-spacing: 2px; font-size: 11px; white-space: nowrap; }
.review-card p { margin: 14px 0 0; color: #8a979f; font-size: 13px; white-space: pre-wrap; }
.empty-state { min-height: 160px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 16px; color: #68757e; font: 700 11px/1.5 var(--mono); text-align: center; padding: 24px; }

.form-card, .order-form { padding: 24px; border: 1px solid rgba(117,233,255,.16); border-radius: 22px; background: linear-gradient(180deg, rgba(17,24,30,.88), rgba(8,12,16,.88)); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.form-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 20px; }.form-head span { color: var(--cyan); font: 800 9px/1 var(--mono); letter-spacing: .13em; }.form-head b { font-size: 15px; }
.form-card label, .order-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #89969e; font-size: 11px; font-weight: 650; }
.form-card input, .form-card textarea, .order-form input, .order-form textarea, .order-form select { width: 100%; color: #ecf3f5; background: rgba(4,7,9,.72); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; outline: none; padding: 12px 13px; transition: border .2s ease, box-shadow .2s ease; }
.form-card textarea { min-height: 125px; resize: vertical; }.order-form textarea { min-height: 150px; resize: vertical; }
.form-card input:focus, .form-card textarea:focus, .order-form input:focus, .order-form textarea:focus, .order-form select:focus { border-color: rgba(117,233,255,.4); box-shadow: 0 0 0 3px rgba(117,233,255,.055); }
.order-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #6c7b84 50%), linear-gradient(135deg, #6c7b84 50%, transparent 50%); background-position: calc(100% - 17px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.order-form select option { background: #0b1014; color: #eaf0f2; }
.rating-field { border: 0; padding: 0; margin: 0 0 14px; }.rating-field legend { color: #89969e; font-size: 11px; font-weight: 650; margin-bottom: 5px; }.rating-picker { display: flex; gap: 2px; }.rating-picker button { cursor: pointer; border: 0; background: transparent; color: #35414a; padding: 2px; font-size: 24px; transition: .15s ease; }.rating-picker button.active, .rating-picker button:hover { color: var(--yellow); transform: translateY(-1px); }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { min-height: 19px; margin: 10px 0 0; color: #73818a; font: 600 10px/1.5 var(--mono); }.form-status.success { color: var(--green); }.form-status.error { color: var(--danger); }.form-note { margin: 10px 0 0; color: #53616a; font-size: 10px; text-align: center; }

.order-section { overflow: hidden; }
.order-section::after { content: ""; position: absolute; width: 760px; height: 760px; left: -330px; bottom: -340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,105,64,.08), transparent 66%); pointer-events: none; }
.order-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.order-copy { position: sticky; top: 110px; }
.order-copy > p { color: var(--muted); max-width: 520px; margin: 24px 0; }
.order-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; margin: 28px 0; }.order-flow div { min-height: 82px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.018); }.order-flow b { display: block; color: var(--cyan); font: 800 10px/1 var(--mono); }.order-flow span { display: block; margin-top: 9px; color: #7d8a92; font-size: 10px; }.order-flow i { color: #4b5962; font-style: normal; }
.telegram-link { display: flex; align-items: center; gap: 12px; max-width: 330px; padding: 13px 14px; border: 1px solid rgba(117,233,255,.16); border-radius: 14px; background: rgba(117,233,255,.04); transition: .2s ease; }.telegram-link:hover { transform: translateY(-2px); border-color: rgba(117,233,255,.3); }.telegram-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: #071014; background: var(--cyan); }.telegram-link small { display: block; color: #63717a; font-size: 9px; }.telegram-link b { display: block; margin-top: 2px; font: 800 12px/1 var(--mono); }.telegram-link i { margin-left: auto; color: var(--cyan); font-style: normal; }
.form-grid.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.form-grid.two label { margin-bottom: 14px; }

.contact-section { padding-top: 40px; }
.contact-panel { position: relative; z-index: 2; padding: 38px; border: 1px solid rgba(117,233,255,.16); border-radius: 26px; background: radial-gradient(circle at 80% 20%, rgba(117,233,255,.07), transparent 32%), linear-gradient(120deg, #0d1318, #090d11); display: flex; justify-content: space-between; gap: 30px; align-items: center; overflow: hidden; }
.contact-panel::after { content: "</>"; position: absolute; right: 32%; top: 50%; transform: translateY(-50%); color: rgba(117,233,255,.025); font: 900 110px/1 var(--mono); pointer-events: none; }
.contact-panel h2 { margin: 6px 0 5px; font-size: clamp(34px,5vw,60px); letter-spacing: -.05em; }.contact-panel p { margin: 0; color: #7d8a92; }
.contact-actions { display: flex; align-items: stretch; gap: 10px; position: relative; z-index: 1; }.contact-big { min-width: 260px; padding: 14px 16px; border: 1px solid rgba(117,233,255,.18); border-radius: 14px; background: rgba(117,233,255,.05); display: grid; grid-template-columns: 1fr auto; }.contact-big small { grid-column: 1 / -1; color: #60707a; font: 800 8px/1 var(--mono); letter-spacing: .12em; }.contact-big b { margin-top: 6px; font: 900 15px/1 var(--mono); }.contact-big span { color: var(--cyan); }
.copy-btn { cursor: pointer; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); color: #8d9aa2; font: 700 10px/1 var(--mono); }

.site-footer { padding: 36px 0; border-top: 1px solid var(--line); background: #05080a; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }.footer-brand { font-size: 14px; }.footer-grid p { margin: 8px 0 0; color: #4f5d66; font-size: 10px; }.footer-center { text-align: center; }.footer-center > span { display: block; color: #4d5a63; font: 800 8px/1 var(--mono); letter-spacing: .12em; }.footer-center b { display: flex; align-items: center; gap: 5px; margin-top: 7px; color: #71857c; font: 800 9px/1 var(--mono); }.footer-center i { width: 5px; height: 5px; }.footer-right { text-align: right; }.footer-right span { display: block; color: #74818a; font: 700 10px/1 var(--mono); }.footer-right small { display: block; margin-top: 5px; color: #3f4a52; font-size: 9px; }

.project-modal { width: min(880px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; border: 1px solid rgba(117,233,255,.2); border-radius: 24px; color: var(--text); background: #090d11; box-shadow: 0 30px 120px rgba(0,0,0,.78); overflow: auto; }
.project-modal::backdrop { background: rgba(1,3,5,.78); backdrop-filter: blur(8px); }
.modal-shell { position: relative; }.modal-close { position: absolute; z-index: 4; right: 16px; top: 16px; width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,.12); background: rgba(7,10,13,.8); color: #e6edf0; cursor: pointer; font-size: 22px; }
.modal-cover { height: 220px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 28% 32%, rgba(var(--accent-rgb,117,233,255),.18), transparent 30%), linear-gradient(145deg, #0c1217, #070a0d); position: relative; overflow: hidden; }
.modal-cover::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 28px 28px; transform: perspective(450px) rotateX(52deg) scale(1.5) translateY(50px); }.modal-cover::after { content: attr(data-code); position: absolute; left: 34px; bottom: 28px; color: rgba(var(--accent-rgb,117,233,255),.95); font: 900 50px/1 var(--mono); letter-spacing: -.07em; }
.modal-body { padding: 30px; }.modal-meta { display: flex; justify-content: space-between; gap: 14px; color: #5c6972; font: 800 9px/1 var(--mono); letter-spacing: .12em; }.modal-meta b { color: var(--green); }.modal-body h2 { margin: 16px 0 8px; font-size: 38px; letter-spacing: -.045em; }.modal-lead { margin: 0; color: #9ba6ad; font-size: 15px; }.modal-columns { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }.modal-label { color: var(--cyan); font: 800 8px/1 var(--mono); letter-spacing: .14em; }.modal-columns p { color: #7e8b93; font-size: 13px; }.modal-stack { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }.modal-features { margin-top: 22px; }.modal-features ul { margin: 12px 0 0; padding-left: 18px; color: #849198; font-size: 13px; display: grid; gap: 5px; }.modal-actions { display: flex; gap: 10px; margin-top: 26px; }

.noscript { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 100; padding: 14px; background: #31151b; border: 1px solid #68303a; border-radius: 10px; color: #ffcbd2; text-align: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .08s; }.reveal-delay-2 { transition-delay: .16s; }

@keyframes pulse { 0%,100%{opacity:.55;transform:scale(.88)} 50%{opacity:1;transform:scale(1)} }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

@media (max-width: 1050px) {
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,10,13,.97); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }.nav-link { padding: 13px 12px; }.header-cta { margin-left: auto; }.nav-toggle { display: flex; margin-left: auto; }.header-cta + .nav-toggle { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }.hero-visual { min-height: 450px; }.chip-a { left: -3%; }.chip-b { right: -3%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .order-layout { gap: 38px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }.header-inner { gap: 10px; }.header-cta { display: none; }
  .hero { padding-top: 120px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: left; }.hero-text { max-width: 650px; }.hero-visual { min-height: 470px; }.hero-card { max-width: 520px; }.metrics-strip { grid-template-columns: repeat(2, 1fr); }.metric:nth-child(2) { border-right: 0; }.metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { grid-template-columns: 1fr; gap: 18px; }.section-head > p { max-width: 640px; }.about-grid, .reviews-layout, .terminal-grid, .order-layout { grid-template-columns: 1fr; }.about-main { min-height: 320px; }.projects-grid { grid-template-columns: 1fr; }.terminal-copy p { max-width: 620px; }.order-copy { position: static; }.order-flow { max-width: 560px; }
  .contact-panel { align-items: flex-start; flex-direction: column; }.contact-actions { width: 100%; }.contact-big { flex: 1; }.footer-grid { grid-template-columns: 1fr; text-align: left; }.footer-center { text-align: left; }.footer-right { text-align: left; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1200px); }.site-header { height: 68px; }.site-nav { top: 68px; left: 12px; right: 12px; }.hero { padding-top: 104px; }.hero-small { margin-bottom: 13px; }.glitch { font-size: clamp(53px, 17vw, 78px); }.hero-role { font-size: 11px; }.hero-text { font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.btn { width: 100%; }.hero-command { line-height: 1.8; }.hero-visual { min-height: 375px; }.hero-card { border-radius: 19px; }.hero-card img { border-radius: 13px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 300px; height: 300px; }.floating-chip { display: none; }.metrics-strip { margin-top: 28px; }.metric { min-height: 78px; padding: 12px 14px; }.metric b { font-size: 17px; }.metric span { font-size: 10px; }
  .section-head h2, .terminal-copy h2, .order-copy h2 { font-size: 43px; }.about-panel, .form-card, .order-form { padding: 18px; border-radius: 18px; }.stack-wrap { padding: 18px; }.stack-title { align-items: flex-start; flex-direction: column; }.project-card { min-height: 330px; }.project-cover { height: 165px; }.services-grid { grid-template-columns: 1fr; }.service-card { min-height: 220px; }.service-card h3 { margin-top: 24px; }.service-cta { align-items: stretch; flex-direction: column; }.terminal-window { min-height: 400px; }.terminal-output { min-height: 300px; max-height: 300px; padding: 16px; font-size: 11px; }.terminal-input-row { padding: 0 16px; font-size: 10px; }.reviews-meta { grid-template-columns: 1fr 1fr; }.form-grid.two { grid-template-columns: 1fr; gap: 0; }.order-flow { grid-template-columns: 1fr; }.order-flow i { transform: rotate(90deg); justify-self: center; }.telegram-link { max-width: none; }.contact-panel { padding: 24px 18px; }.contact-actions { flex-direction: column; }.contact-big { min-width: 0; }.copy-btn { min-height: 48px; }.modal-body { padding: 20px; }.modal-cover { height: 170px; }.modal-cover::after { left: 20px; bottom: 20px; font-size: 36px; }.modal-columns { grid-template-columns: 1fr; }.modal-body h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.review-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.review-demo-badge { display: inline-flex; align-items: center; padding: 4px 6px; border: 1px solid rgba(255,200,105,.24); border-radius: 999px; color: #ffc869; background: rgba(255,200,105,.07); font: 800 8px/1 var(--mono); letter-spacing: .08em; }
.review-card.is-demo { border-style: dashed; }
.reviews-more { width: 100%; margin-top: 12px; padding: 14px 18px; cursor: pointer; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); color: #90a0a9; font: 800 10px/1 var(--mono); letter-spacing: .08em; transition: .2s ease; }
.reviews-more:hover { color: var(--cyan); border-color: rgba(117,233,255,.25); background: rgba(117,233,255,.04); }
.reviews-more span { color: var(--cyan); margin-left: 6px; }

/* ========================================================================== 
   v1.2.0 — CYBER-CAT NEON SYSTEM
   ========================================================================== */
:root {
  --bg: #03040a;
  --bg-2: #060812;
  --panel: rgba(8, 12, 24, .78);
  --panel-2: rgba(9, 14, 28, .94);
  --line: rgba(104, 225, 255, .13);
  --line-strong: rgba(91, 242, 255, .42);
  --text: #f5fbff;
  --muted: #91a1b5;
  --muted-2: #66768d;
  --cyan: #55f6ff;
  --cyan-2: #20c9ff;
  --blue: #3f82ff;
  --magenta: #ff3ad2;
  --violet: #8c52ff;
  --orange: #ff8a4c;
  --orange-2: #ff4d67;
  --green: #5cffb6;
  --yellow: #ffd46f;
  --danger: #ff607b;
  --shadow: 0 34px 110px rgba(0, 0, 0, .58);
  --neon-shadow: 0 0 26px rgba(85, 246, 255, .18), 0 0 70px rgba(140, 82, 255, .09);
}

html, body { max-width: 100%; overflow-x: hidden; }
body {
  background:
    radial-gradient(circle at 83% -5%, rgba(140, 82, 255, .19), transparent 31rem),
    radial-gradient(circle at 9% 12%, rgba(28, 210, 255, .14), transparent 27rem),
    radial-gradient(circle at 52% 58%, rgba(255, 58, 210, .055), transparent 36rem),
    linear-gradient(180deg, #03040a 0%, #050811 48%, #02040a 100%);
}
body.nav-open, body.modal-open { overflow: hidden; }

.cyber-grid {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  opacity: .55;
  background-image:
    linear-gradient(rgba(80, 235, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 235, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(176, 74, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 74, 255, .018) 1px, transparent 1px);
  background-size: 56px 56px, 56px 56px, 14px 14px, 14px 14px;
  mask-image: radial-gradient(circle at 50% 22%, #000 0 34%, transparent 77%);
}

.neon-corner {
  position: fixed;
  z-index: -4;
  width: 540px;
  height: 540px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .34;
}
.neon-corner::before,
.neon-corner::after {
  content: "";
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  border: 1px solid rgba(85, 246, 255, .16);
  box-shadow: 0 0 55px rgba(85, 246, 255, .09), inset 0 0 55px rgba(140, 82, 255, .05);
}
.neon-corner::after { inset: 116px; border-color: rgba(255, 58, 210, .14); }
.neon-corner-a { top: -290px; left: -250px; }
.neon-corner-b { right: -300px; bottom: -290px; }

.page-noise { opacity: .075; }
.cursor-glow {
  width: 520px;
  height: 520px;
  z-index: -2;
  background: radial-gradient(circle, rgba(69, 229, 255, .09), rgba(140, 82, 255, .035) 32%, transparent 69%);
}

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(36, 197, 255, .09), transparent 28rem),
    #02040a;
  transition: opacity .45s ease, visibility .45s ease;
}
.boot-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(85,246,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(85,246,255,.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 0 22%, transparent 70%);
}
.boot-screen.boot-complete { opacity: 0; visibility: hidden; }
.boot-core { position: relative; width: min(420px, calc(100% - 44px)); text-align: center; }
.boot-core img { width: min(330px, 100%); margin: 0 auto 26px; filter: drop-shadow(0 0 20px rgba(85,246,255,.23)); }
.boot-line { height: 2px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.055); box-shadow: 0 0 18px rgba(85,246,255,.08); }
.boot-line span { display: block; width: 46%; height: 100%; background: linear-gradient(90deg, transparent, var(--cyan), var(--magenta), transparent); animation: bootLoad 1s ease-in-out infinite; }
.boot-core small { display: block; margin-top: 14px; color: #668198; font: 800 9px/1.4 var(--mono); letter-spacing: .19em; }

.shell { width: min(1240px, calc(100% - 48px)); }
.section { isolation: isolate; }
.section::before {
  opacity: .28;
  background-image: linear-gradient(rgba(85,246,255,.038) 1px, transparent 1px), linear-gradient(90deg, rgba(85,246,255,.038) 1px, transparent 1px);
  background-size: 52px 52px;
}
.section-dark {
  background:
    radial-gradient(circle at 15% 0%, rgba(66, 210, 255, .055), transparent 23rem),
    radial-gradient(circle at 90% 90%, rgba(255, 58, 210, .04), transparent 25rem),
    rgba(3, 6, 14, .76);
  border-block-color: rgba(91, 242, 255, .11);
}

.site-header {
  height: 82px;
  background: rgba(3, 5, 12, .73);
  border-bottom: 1px solid rgba(85, 246, 255, .11);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .24), 0 1px 0 rgba(255, 58, 210, .035);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85,246,255,.65), rgba(140,82,255,.5), rgba(255,58,210,.58), transparent);
  opacity: .42;
}
.header-inner { gap: 26px; }
.brand { flex: 0 0 auto; min-width: 0; }
.brand-logo { width: 238px; max-width: 100%; height: auto; filter: drop-shadow(0 0 15px rgba(85,246,255,.13)); transition: filter .25s ease, transform .25s ease; }
.brand:hover .brand-logo { transform: translateY(-1px); filter: drop-shadow(0 0 20px rgba(85,246,255,.22)) drop-shadow(0 0 12px rgba(255,58,210,.10)); }
.site-nav { gap: 5px; }
.nav-link { padding: 13px 10px; color: #718297; }
.nav-link::after { height: 2px; background: linear-gradient(90deg, var(--cyan), var(--violet), var(--magenta)); box-shadow: 0 0 12px rgba(85,246,255,.5); }
.nav-link:hover, .nav-link.active { color: #eafdff; text-shadow: 0 0 12px rgba(85,246,255,.22); }
.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-color: rgba(85,246,255,.32);
  background: linear-gradient(135deg, rgba(34,214,255,.11), rgba(146,72,255,.10), rgba(255,58,210,.08));
  box-shadow: inset 0 0 22px rgba(85,246,255,.04), 0 0 22px rgba(140,82,255,.06);
}
.header-cta:hover { border-color: rgba(255,58,210,.42); box-shadow: 0 0 25px rgba(85,246,255,.10), 0 0 30px rgba(255,58,210,.07); }
.nav-toggle { min-width: 46px; min-height: 46px; border-color: rgba(85,246,255,.18); background: rgba(7,12,24,.86); }
.nav-toggle span { transition: transform .22s ease, opacity .22s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.hero { padding-top: 150px; }
.hero::after {
  width: 860px;
  height: 860px;
  right: -315px;
  top: -55px;
  border-color: rgba(85,246,255,.08);
  box-shadow: inset 0 0 150px rgba(140,82,255,.055), 0 0 120px rgba(255,58,210,.025);
}
.hero-grid { gap: 76px; }
.eyebrow {
  border-color: rgba(85,246,255,.19);
  background: linear-gradient(90deg, rgba(85,246,255,.05), rgba(140,82,255,.045), rgba(255,58,210,.035));
  box-shadow: inset 0 0 18px rgba(85,246,255,.025);
}
.eyebrow i { color: var(--magenta); font-style: normal; margin-left: 6px; text-shadow: 0 0 11px rgba(255,58,210,.32); }
.terminal-kicker b { color: #5e6f85; font-weight: 600; }
.glitch {
  background: linear-gradient(94deg, #ffffff 0 44%, #a8f7ff 58%, #dbb7ff 77%, #ff9bea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 26px rgba(85,246,255,.09));
}
.glitch::before { color: var(--cyan); text-shadow: 0 0 10px var(--cyan); }
.glitch::after { color: var(--magenta); text-shadow: 0 0 10px var(--magenta); }
.hero-role i { color: var(--magenta); text-shadow: 0 0 10px rgba(255,58,210,.45); }
.hero-text { color: #95a6b9; }
.btn { min-height: 50px; border-radius: 13px; }
.btn-primary {
  color: #02060d;
  background: linear-gradient(110deg, #72f8ff 0%, #3ed9ff 40%, #9a64ff 74%, #ff62dc 100%);
  box-shadow: 0 14px 38px rgba(50,214,255,.14), 0 0 30px rgba(153,82,255,.08);
}
.btn-primary:hover { box-shadow: 0 18px 50px rgba(50,214,255,.23), 0 0 45px rgba(255,58,210,.10); }
.btn-ghost { border-color: rgba(85,246,255,.18); background: linear-gradient(135deg, rgba(85,246,255,.035), rgba(140,82,255,.025)); }
.btn-ghost:hover { border-color: rgba(255,58,210,.30); box-shadow: 0 0 24px rgba(85,246,255,.055); }
.hero-command span { color: var(--magenta); text-shadow: 0 0 10px rgba(255,58,210,.45); }
.hero-signature { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: #64758b; font: 800 9px/1 var(--mono); letter-spacing: .08em; }
.hero-signature img { width: 24px; height: 24px; filter: drop-shadow(0 0 12px rgba(85,246,255,.35)); }
.hero-signature span { color: #92eff9; }
.hero-signature b { color: #7d5d99; font-size: 8px; }

.hero-card {
  border-color: rgba(85,246,255,.25);
  background: linear-gradient(180deg, rgba(8,13,25,.96), rgba(3,5,12,.96));
  box-shadow: 0 38px 100px rgba(0,0,0,.56), 0 0 55px rgba(85,246,255,.07), 0 0 90px rgba(255,58,210,.035);
  overflow: hidden;
}
.hero-card::before { background: linear-gradient(135deg, rgba(85,246,255,.4), transparent 28%, transparent 67%, rgba(255,58,210,.28)); opacity: .48; }
.hero-card img { filter: saturate(1.08) contrast(1.08) brightness(.96); }
.hero-scanline {
  position: absolute;
  z-index: 5;
  left: 12px;
  right: 12px;
  height: 2px;
  top: 16%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(85,246,255,.55), rgba(255,255,255,.8), rgba(255,58,210,.48), transparent);
  box-shadow: 0 0 18px rgba(85,246,255,.28);
  animation: scan 4.6s ease-in-out infinite;
}
.hero-card-top, .hero-card-bottom { color: #63768d; }
.live { color: #81baa3; }
.visual-orbit { border-color: rgba(85,246,255,.13); box-shadow: 0 0 25px rgba(85,246,255,.025); }
.orbit-two { border-color: rgba(255,58,210,.11); }
.orbit-one::after { background: linear-gradient(135deg, var(--cyan), var(--magenta)); box-shadow: 0 0 22px var(--cyan), 0 0 34px rgba(255,58,210,.28); }
.floating-chip { border-color: rgba(85,246,255,.28); background: rgba(4,9,19,.92); color: #b1f6ff; box-shadow: 0 9px 30px rgba(0,0,0,.35), 0 0 18px rgba(85,246,255,.055); }
.chip-d { right: 7%; bottom: 8%; animation-delay: 2s; border-color: rgba(255,58,210,.23); color: #f0b4e3; }

.metrics-strip { border-color: rgba(85,246,255,.14); background: linear-gradient(135deg, rgba(8,15,28,.68), rgba(7,8,20,.78)); box-shadow: 0 20px 60px rgba(0,0,0,.2), inset 0 0 30px rgba(85,246,255,.018); }
.metric b { color: #ecfbff; text-shadow: 0 0 14px rgba(85,246,255,.10); }
.metric:nth-child(even) b { color: #e9d7ff; }

.section-index { color: #6cf4ff !important; text-shadow: 0 0 14px rgba(85,246,255,.20); }
.section-head h2 em,
.terminal-copy h2 em,
.order-copy h2 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--cyan), #ad7aff 58%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.about-panel,
.stack-wrap,
.project-card,
.service-card,
.terminal-window,
.review-card,
.form-card,
.order-form,
.contact-panel {
  border-color: rgba(85,246,255,.12) !important;
  background: linear-gradient(145deg, rgba(10,15,28,.86), rgba(4,7,16,.91)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 18px 55px rgba(0,0,0,.18);
}
.about-panel:hover,
.project-card:hover,
.service-card:hover,
.review-card:hover {
  border-color: rgba(85,246,255,.29) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.28), 0 0 28px rgba(85,246,255,.045), 0 0 36px rgba(255,58,210,.025);
}
.code-line { border-color: rgba(85,246,255,.13) !important; background: rgba(85,246,255,.025) !important; }
.code-line span { color: var(--magenta) !important; }
.focus-list li span { color: var(--cyan) !important; text-shadow: 0 0 12px rgba(85,246,255,.18); }
.stack-marquee span { border-color: rgba(85,246,255,.12) !important; background: rgba(85,246,255,.025) !important; }
.stack-marquee span:nth-child(3n) { border-color: rgba(255,58,210,.13) !important; color: #dcb5ff; }

.filter-btn { min-height: 44px; border-color: rgba(85,246,255,.13) !important; }
.filter-btn.active { color: #02060c !important; background: linear-gradient(105deg, var(--cyan), #8a7aff, var(--magenta)) !important; border-color: transparent !important; box-shadow: 0 0 22px rgba(85,246,255,.12); }
.project-cover { background: radial-gradient(circle at 25% 18%, rgba(var(--accent-rgb,85,246,255),.16), transparent 36%), linear-gradient(145deg, #090f1d, #050711) !important; }
.project-cover::before { opacity: .8 !important; }
.project-code { text-shadow: 0 0 16px rgba(var(--accent-rgb,85,246,255),.18); }
.project-open { color: var(--cyan) !important; border-color: rgba(85,246,255,.18) !important; box-shadow: inset 0 0 16px rgba(85,246,255,.025); }
.project-card:hover .project-open { color: #fff !important; border-color: rgba(255,58,210,.36) !important; box-shadow: 0 0 20px rgba(255,58,210,.09); }
.project-status i { box-shadow: 0 0 12px var(--green); }
.project-tags span, .modal-stack span { border-color: rgba(85,246,255,.12) !important; background: rgba(85,246,255,.025) !important; }

.service-card { position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; top: -65px; border-radius: 50%; background: radial-gradient(circle, rgba(255,58,210,.09), transparent 68%); transition: transform .3s ease; }
.service-card:hover::after { transform: scale(1.8); }
.service-card > span { color: var(--cyan) !important; text-shadow: 0 0 14px rgba(85,246,255,.22); }
.service-card:nth-child(even) > span { color: var(--magenta) !important; text-shadow: 0 0 14px rgba(255,58,210,.21); }
.service-card b { color: #70849c !important; }
.service-cta { border-color: rgba(85,246,255,.14) !important; background: linear-gradient(90deg, rgba(35,207,255,.05), rgba(140,82,255,.045), rgba(255,58,210,.035)) !important; }

.terminal-window { box-shadow: 0 28px 80px rgba(0,0,0,.35), 0 0 42px rgba(85,246,255,.05), 0 0 55px rgba(255,58,210,.025); }
.terminal-bar { border-bottom-color: rgba(85,246,255,.10) !important; background: rgba(3,6,14,.85) !important; }
.terminal-bar::after { content: "SECURE_SHELL // CYBER-CAT"; color: #3e5672; font: 700 7px/1 var(--mono); letter-spacing: .12em; }
.terminal-output b, .terminal-input-row label span { color: var(--cyan) !important; text-shadow: 0 0 10px rgba(85,246,255,.16); }
.terminal-input-row { border-top-color: rgba(85,246,255,.10) !important; }
.terminal-input-row input { min-height: 44px; }

.reviews-meta > div { border-color: rgba(85,246,255,.12) !important; background: linear-gradient(145deg, rgba(85,246,255,.028), rgba(140,82,255,.02)) !important; }
.reviews-meta b { background: linear-gradient(90deg, var(--cyan), #d5b1ff, var(--magenta)); -webkit-background-clip: text; background-clip: text; color: transparent !important; }
.review-card { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.review-card:hover { transform: translateY(-2px); }
.review-avatar { background: linear-gradient(135deg, rgba(85,246,255,.14), rgba(140,82,255,.14), rgba(255,58,210,.10)) !important; border-color: rgba(85,246,255,.18) !important; color: #ddfbff !important; box-shadow: inset 0 0 18px rgba(85,246,255,.035); }
.review-stars { color: #ffd66e !important; text-shadow: 0 0 10px rgba(255,214,110,.11); }
.review-demo-badge { border-color: rgba(140,82,255,.22); color: #bca2ff; background: rgba(140,82,255,.065); font-size: 7px; letter-spacing: .09em; }
.review-card.is-demo { border-style: solid; }
.reviews-more { min-height: 48px; border-color: rgba(85,246,255,.13); background: linear-gradient(90deg, rgba(85,246,255,.025), rgba(140,82,255,.02), rgba(255,58,210,.02)); }
.reviews-more:hover { border-color: rgba(255,58,210,.28); color: #dffcff; }

.form-card,
.order-form { position: relative; overflow: hidden; }
.form-card::before,
.order-form::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), var(--magenta), transparent); opacity: .55; }
.form-head span { color: var(--cyan) !important; text-shadow: 0 0 12px rgba(85,246,255,.22); }
.form-card input,
.form-card textarea,
.form-card select,
.order-form input,
.order-form textarea,
.order-form select {
  min-height: 48px;
  border-color: rgba(85,246,255,.12) !important;
  background: rgba(2,5,13,.72) !important;
  color: #edfaff !important;
  outline: none;
}
.form-card textarea,
.order-form textarea { min-height: 132px; }
.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus,
.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
  border-color: rgba(85,246,255,.46) !important;
  box-shadow: 0 0 0 3px rgba(85,246,255,.055), 0 0 22px rgba(140,82,255,.045);
}
.rating-picker button { min-width: 44px; min-height: 44px; }
.telegram-link { border-color: rgba(85,246,255,.15) !important; background: linear-gradient(90deg, rgba(85,246,255,.04), rgba(140,82,255,.035)) !important; }
.telegram-link:hover { border-color: rgba(255,58,210,.30) !important; }
.contact-panel { box-shadow: 0 24px 80px rgba(0,0,0,.26), 0 0 46px rgba(85,246,255,.04); }
.contact-panel::after { color: rgba(140,82,255,.035); }
.contact-big { border-color: rgba(85,246,255,.18) !important; background: linear-gradient(135deg, rgba(85,246,255,.045), rgba(140,82,255,.035), rgba(255,58,210,.025)) !important; }
.copy-btn { min-height: 48px; border-color: rgba(85,246,255,.13); }

.site-footer { background: #02040a; border-top-color: rgba(85,246,255,.10); }
.footer-brand .brand-logo { width: 205px; }
.footer-center b { color: #7ec0a0; }
.project-modal { border-color: rgba(85,246,255,.22); background: linear-gradient(160deg, #080d1a, #03050c); box-shadow: 0 34px 130px rgba(0,0,0,.82), 0 0 60px rgba(85,246,255,.055), 0 0 70px rgba(255,58,210,.035); }
.modal-cover { background: radial-gradient(circle at 28% 32%, rgba(var(--accent-rgb,117,233,255),.2), transparent 30%), linear-gradient(145deg, #0b1220, #04060e); }
.modal-close { min-width: 44px; min-height: 44px; border-color: rgba(85,246,255,.17); }

@keyframes bootLoad { from { transform: translateX(-120%); } to { transform: translateX(260%); } }
@keyframes scan { 0%,100% { transform: translateY(-50px); opacity: 0; } 12%,82% { opacity: .58; } 50% { transform: translateY(360px); opacity: .72; } }

/* Tablet portrait: 768px and below */
@media (max-width: 768px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(100% - 30px, 1240px); }
  .section { padding: 72px 0; }
  .site-header { height: 72px; }
  .header-inner { gap: 12px; }
  .brand-logo { width: 208px; }
  .site-nav {
    top: 72px;
    left: 14px;
    right: 14px;
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(85,246,255,.18);
    background: rgba(3,6,14,.97);
    box-shadow: 0 24px 70px rgba(0,0,0,.55), 0 0 35px rgba(85,246,255,.055);
  }
  .nav-link { min-height: 46px; display: flex; align-items: center; padding: 0 14px; border-radius: 10px; }
  .nav-link.active { background: linear-gradient(90deg, rgba(85,246,255,.06), rgba(140,82,255,.04)); }
  .nav-toggle { display: flex; margin-left: auto; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-top: 112px; padding-bottom: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { min-height: 480px; }
  .hero-card { width: min(100%, 510px); transform: none !important; }
  .orbit-one { width: 500px; height: 500px; }
  .orbit-two { width: 370px; height: 370px; }
  .chip-a { left: 3%; }.chip-b { right: 2%; }.chip-c { left: 11%; }.chip-d { right: 8%; }
  .metrics-strip { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .about-grid, .reviews-layout, .terminal-grid, .order-layout, .modal-columns { grid-template-columns: 1fr; }
  .section-head { gap: 16px; }
  .section-head > p { max-width: 680px; }
  .projects-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .order-copy { position: static; }
  .order-flow { max-width: 620px; }
  .contact-panel { flex-direction: column; align-items: stretch; }
  .contact-actions { width: 100%; }
  .contact-big { flex: 1; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-center, .footer-right { text-align: left; }
  .project-modal { width: min(94vw, 760px); max-height: 92dvh; }
  .modal-actions { flex-wrap: wrap; }
  .modal-actions .btn { flex: 1 1 210px; }
}

/* Large phones */
@media (max-width: 430px) {
  .shell { width: calc(100% - 22px); }
  .section { padding: 60px 0; }
  .site-header { height: 66px; }
  .brand-logo { width: 176px; }
  .nav-toggle { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
  .site-nav { top: 66px; left: 10px; right: 10px; max-height: calc(100dvh - 78px); }
  .hero { padding-top: 94px; padding-bottom: 36px; }
  .eyebrow { max-width: 100%; font-size: 9px; letter-spacing: .07em; flex-wrap: wrap; }
  .eyebrow i { margin-left: 0; }
  .terminal-kicker { margin-top: 25px; font-size: 10px; }
  .hero h1 { letter-spacing: -.055em; }
  .hero-small { font-size: 20px; margin-bottom: 12px; }
  .glitch { font-size: clamp(48px, 16vw, 68px); }
  .hero-role { font-size: 10px; line-height: 1.8; }
  .hero-role i { margin: 0 2px; }
  .hero-text { font-size: 14px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .btn { width: 100%; min-height: 50px; }
  .hero-command { font-size: 8px; line-height: 1.9; letter-spacing: .11em; }
  .hero-signature { flex-wrap: wrap; line-height: 1.5; }
  .hero-signature b { flex-basis: 100%; margin-left: 34px; }
  .hero-visual { min-height: 355px; }
  .hero-card { padding: 7px; border-radius: 19px; }
  .hero-card-top, .hero-card-bottom { font-size: 7px; padding: 7px 5px; }
  .hero-card img { border-radius: 13px; }
  .visual-orbit { display: none; }
  .floating-chip { display: none; }
  .metrics-strip { margin-top: 24px; border-radius: 14px; }
  .metric { min-height: 82px; padding: 13px 11px; }
  .metric b { font-size: 18px; }.metric span { font-size: 9px; line-height: 1.35; }
  .section-head h2, .terminal-copy h2, .order-copy h2 { font-size: clamp(36px, 11vw, 45px); line-height: 1.02; }
  .section-head > p, .terminal-copy p, .order-copy > p { font-size: 13px; }
  .about-panel, .form-card, .order-form, .stack-wrap { padding: 17px; border-radius: 17px; }
  .about-main { min-height: 0; }
  .code-line { overflow-x: auto; white-space: nowrap; }
  .stack-title { flex-direction: column; align-items: flex-start; gap: 7px; }
  .stack-marquee { gap: 7px; }
  .stack-marquee span { padding: 8px 10px; font-size: 9px; }
  .project-filter { display: flex; overflow-x: auto; padding-bottom: 5px; flex-wrap: nowrap !important; scrollbar-width: none; }
  .project-filter::-webkit-scrollbar { display: none; }
  .filter-btn { flex: 0 0 auto; min-height: 44px; }
  .project-card { min-height: 0; border-radius: 17px; }
  .project-cover { height: 158px; }
  .project-body { padding: 17px !important; }
  .project-body h3 { font-size: 23px !important; }
  .project-footer { align-items: flex-end; gap: 8px; }
  .project-tags { gap: 5px; }
  .project-tags span { font-size: 8px !important; padding: 6px 7px !important; }
  .project-open { min-width: 44px; min-height: 44px; display: grid; place-items: center; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 18px !important; }
  .service-card h3 { margin-top: 24px; font-size: 22px !important; }
  .service-cta { flex-direction: column; align-items: stretch; padding: 18px !important; }
  .terminal-window { min-height: 360px; border-radius: 17px; }
  .terminal-bar { gap: 8px; padding: 0 12px !important; }
  .terminal-bar::after { display: none; }
  .terminal-output { min-height: 270px; max-height: 270px; padding: 14px; font-size: 10px; line-height: 1.65; }
  .terminal-input-row { padding: 0 12px; gap: 6px; font-size: 9px; }
  .terminal-input-row input { min-width: 0; width: 100%; }
  .reviews-meta { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .reviews-meta > div { padding: 14px 12px !important; }
  .review-card { padding: 15px !important; border-radius: 15px; }
  .review-head { align-items: flex-start !important; gap: 10px; }
  .review-author { min-width: 0; }
  .review-name-row { gap: 5px; }
  .review-stars { flex: 0 0 auto; font-size: 10px !important; }
  .rating-picker { display: grid !important; grid-template-columns: repeat(5, 1fr); gap: 4px !important; }
  .rating-picker button { width: 100% !important; min-width: 44px; min-height: 44px; padding: 0 !important; }
  .form-grid.two { grid-template-columns: 1fr; gap: 0; }
  .order-flow { grid-template-columns: 1fr; gap: 7px; }
  .order-flow i { transform: rotate(90deg); justify-self: center; }
  .telegram-link { max-width: none; min-height: 66px; }
  .contact-panel { padding: 20px 16px; border-radius: 18px; }
  .contact-actions { flex-direction: column; }
  .contact-big { min-width: 0; width: 100%; min-height: 62px; }
  .copy-btn { width: 100%; }
  .footer-brand .brand-logo { width: 184px; }
  .project-modal { width: calc(100% - 14px); max-height: calc(100dvh - 14px); border-radius: 17px; }
  .modal-cover { height: 150px; }.modal-cover::after { left: 16px; bottom: 16px; font-size: 32px; }
  .modal-body { padding: 18px 15px 20px; }
  .modal-body h2 { font-size: 28px; }
  .modal-meta { flex-wrap: wrap; }
  .modal-actions { display: grid; grid-template-columns: 1fr; }
  .modal-actions .btn { width: 100%; }
}

/* 390px phones */
@media (max-width: 390px) {
  .brand-logo { width: 164px; }
  .glitch { font-size: clamp(45px, 15.2vw, 60px); }
  .hero-role { letter-spacing: -.02em; }
  .hero-visual { min-height: 330px; }
  .metrics-strip { grid-template-columns: 1fr 1fr; }
  .section-head h2, .terminal-copy h2, .order-copy h2 { font-size: 37px; }
  .project-cover { height: 145px; }
  .review-head { display: grid !important; grid-template-columns: 1fr; }
  .review-stars { justify-self: start; }
  .rating-picker button { min-width: 0; }
  .contact-panel h2 { font-size: 34px; }
}

/* 360px compact phones */
@media (max-width: 360px) {
  .shell { width: calc(100% - 18px); }
  .brand-logo { width: 152px; }
  .nav-toggle { width: 44px; height: 44px; }
  .eyebrow { padding: 7px 8px; }
  .glitch { font-size: 50px; }
  .hero-text { font-size: 13px; }
  .hero-visual { min-height: 305px; }
  .hero-card-top span:first-child { max-width: 58%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .metric { padding-inline: 8px; }
  .section-head h2, .terminal-copy h2, .order-copy h2 { font-size: 34px; }
  .about-panel, .form-card, .order-form, .stack-wrap { padding: 15px; }
  .project-body { padding: 15px !important; }
  .service-card { padding: 16px !important; }
  .terminal-output { font-size: 9px; }
  .reviews-meta b { font-size: 24px !important; }
  .review-card { padding: 13px !important; }
  .form-card input, .form-card textarea, .form-card select, .order-form input, .order-form textarea, .order-form select { font-size: 16px; }
  .footer-brand .brand-logo { width: 168px; }
}

@media (hover: none) and (pointer: coarse) {
  .project-card:hover, .service-card:hover, .review-card:hover, .btn:hover { transform: none; }
  .cursor-glow { display: none; }
  .nav-link, .btn, .filter-btn, .rating-picker button, .copy-btn, .reviews-more, .modal-close { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .boot-line span, .hero-scanline { animation: none !important; }
  .boot-screen { display: none; }
}


/* ==========================================================================
   v1.2.1 — CAT PALETTE / MOBILE FIX PACK
   ========================================================================== */
:root {
  --cyan: #5eeeff;
  --cyan-2: #249bff;
  --blue: #2d6fff;
  --magenta: #ff6c31;
  --violet: #153b9c;
  --orange: #ff9a3c;
  --orange-2: #ff5826;
  --line: rgba(94, 238, 255, .16);
  --line-strong: rgba(255, 138, 60, .36);
  --neon-shadow: 0 0 28px rgba(94, 238, 255, .22), 0 0 78px rgba(255, 88, 38, .14);
}
body {
  background:
    radial-gradient(circle at 84% 7%, rgba(41, 154, 255, .24), transparent 30rem),
    radial-gradient(circle at 48% 32%, rgba(255, 115, 44, .08), transparent 22rem),
    radial-gradient(circle at 13% 16%, rgba(61, 217, 255, .17), transparent 27rem),
    linear-gradient(180deg, #02040a 0%, #050914 52%, #02050a 100%);
}
.cursor-glow {
  background: radial-gradient(circle, rgba(94, 238, 255, .12), rgba(255, 126, 55, .06) 35%, transparent 69%);
}
.hero::after {
  border-color: rgba(94, 238, 255, .12);
  box-shadow: inset 0 0 140px rgba(25, 112, 220, .08), 0 0 120px rgba(255, 115, 44, .03);
}
.glitch {
  text-shadow: 0 0 16px rgba(94,238,255,.15), 0 0 42px rgba(255,138,60,.17), 0 0 92px rgba(255,88,38,.08);
}
.btn-primary, .header-cta {
  box-shadow: 0 0 0 1px rgba(94,238,255,.14) inset, 0 0 22px rgba(94,238,255,.12), 0 0 40px rgba(255,88,38,.07);
}
.brand-logo, .footer-brand .brand-logo { filter: drop-shadow(0 0 18px rgba(94, 238, 255, .22)) drop-shadow(0 0 10px rgba(255, 138, 60, .13)); }
.project-card, .service-card, .review-card, .terminal-window, .about-panel, .stack-wrap, .form-card, .order-form, .contact-panel, .project-modal {
  box-shadow: 0 20px 60px rgba(0,0,0,.52), 0 0 0 1px rgba(94, 238, 255, .06) inset, 0 0 26px rgba(20, 133, 255, .06), 0 0 38px rgba(255, 104, 40, .04);
}
.project-card:hover, .service-card:hover, .review-card:hover {
  box-shadow: 0 28px 82px rgba(0,0,0,.62), 0 0 0 1px rgba(94, 238, 255, .09) inset, 0 0 30px rgba(94,238,255,.12), 0 0 44px rgba(255,104,40,.09);
}
.section-head > p, .terminal-copy p, .order-copy > p, .hero-text, .about-copy p, .review-card p, .service-card p, .project-body p, .modal-body p, .form-note, .contact-copy p {
  overflow-wrap: anywhere;
  word-break: normal;
}
.hero-grid > *, .about-grid > *, .reviews-layout > *, .terminal-grid > *, .order-layout > *, .contact-panel > *, .footer-grid > * { min-width: 0; }
.brand, .hero-signature, .review-author, .project-footer, .contact-actions, .modal-meta, .service-cta, .footer-brand { min-width: 0; }
.review-name-row b, .review-author small, .project-tags span, .hero-command, .telegram-link span, .contact-big, .copy-btn, .nav-link, .brand-name { overflow-wrap:anywhere; }
.review-card.is-demo { border-style: solid; }
.review-demo-badge { display: none; }
.review-card p { font-size: 14px; line-height: 1.75; }
@media (max-width: 768px) {
  .section::before { opacity: .16; background-size: 38px 38px; }
  .hero-copy, .about-copy, .order-copy, .terminal-copy { min-width: 0; }
  .project-footer { flex-wrap: wrap; }
  .section-head > p { max-width: none; }
  .footer-grid { gap: 18px; }
}
@media (max-width: 430px) {
  .brand-logo { width: 162px; }
  .brand { gap: 8px; min-width: 0; }
  .hero-signature { gap: 8px; align-items: center; }
  .hero-signature img { flex: 0 0 22px; }
  .hero-signature b { margin-left: 0; }
  .hero-command { white-space: normal; overflow-wrap: anywhere; }
  .metric { align-content: start; }
  .project-footer { align-items: stretch; }
  .project-open { align-self: stretch; }
  .terminal-window { overflow: hidden; }
  .terminal-output, .terminal-input-row { max-width: 100%; }
  .terminal-input-row label { flex: 0 0 auto; }
  .terminal-input-row input { font-size: 16px; }
  .reviews-list { gap: 10px; }
  .review-card p { font-size: 13px; line-height: 1.7; }
  .contact-big, .copy-btn, .telegram-link { white-space: normal; overflow-wrap: anywhere; }
  .modal-tech, .modal-points { padding-left: 18px; }
}
@media (max-width: 390px) {
  .brand-logo { width: 150px; }
  .site-nav { left: 8px; right: 8px; }
  .hero-signature { font-size: 10px; }
  .metrics-strip { gap: 0; }
  .reviews-meta { grid-template-columns: 1fr; }
  .section-head h2, .terminal-copy h2, .order-copy h2, .contact-panel h2 { word-break: break-word; }
}
@media (max-width: 360px) {
  .brand-logo { width: 142px; }
  .shell { width: calc(100% - 14px); }
  .hero-small { font-size: 18px; }
  .glitch { font-size: 46px; }
  .hero-card-top, .hero-card-bottom { font-size: 6px; }
  .terminal-input-row { grid-template-columns: 1fr; }
  .terminal-input-row label { font-size: 8px; }
  .terminal-input-row input { width: 100%; }
  .review-stars { font-size: 9px !important; }
}


/* ========================================================================== 
   v1.2.2 — ULTRA NEON CYBER-CAT
   ========================================================================== */
.ultra-aurora {
  position: fixed;
  inset: -18vh -14vw;
  z-index: -6;
  pointer-events: none;
  opacity: .68;
  filter: blur(38px) saturate(132%);
  background:
    radial-gradient(ellipse at 18% 26%, rgba(55, 213, 255, .19), transparent 31%),
    radial-gradient(ellipse at 78% 18%, rgba(25, 101, 255, .18), transparent 30%),
    radial-gradient(ellipse at 62% 72%, rgba(255, 110, 36, .15), transparent 27%),
    radial-gradient(ellipse at 35% 84%, rgba(255, 154, 60, .09), transparent 26%);
  animation: auroraDrift 16s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
.ultra-aurora::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  border-radius: 50%;
  border: 1px solid rgba(94,238,255,.07);
  box-shadow: 0 0 130px rgba(94,238,255,.08), inset 0 0 130px rgba(255,112,38,.035);
}
.data-streams {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
  opacity: .22;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 18%, #000 80%, transparent 98%);
}
.data-streams i {
  position: absolute;
  top: -24%;
  width: 1px;
  height: 38vh;
  background: linear-gradient(to bottom, transparent, rgba(94,238,255,.6), rgba(255,154,60,.25), transparent);
  box-shadow: 0 0 15px rgba(94,238,255,.35);
  animation: dataFlow 9s linear infinite;
}
.data-streams i:nth-child(1) { left: 8%; animation-delay: -2s; animation-duration: 11s; }
.data-streams i:nth-child(2) { left: 27%; animation-delay: -7s; animation-duration: 15s; }
.data-streams i:nth-child(3) { left: 52%; animation-delay: -4s; animation-duration: 12s; }
.data-streams i:nth-child(4) { left: 73%; animation-delay: -9s; animation-duration: 16s; }
.data-streams i:nth-child(5) { left: 91%; animation-delay: -5s; animation-duration: 13s; }

.site-header::after {
  content: "";
  position: absolute;
  left: 4%; right: 4%; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94,238,255,.58), rgba(255,154,60,.46), transparent);
  filter: drop-shadow(0 0 8px rgba(94,238,255,.35));
  opacity: .54;
}

.hero { isolation: isolate; }
.hero::before {
  content: "";
  position: absolute;
  inset: 86px 0 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(94,238,255,.025) 34.2% 34.5%, transparent 34.7%),
    linear-gradient(64deg, transparent 0 70%, rgba(255,132,46,.022) 70.2% 70.45%, transparent 70.7%);
}
.hero-grid, .metrics-strip { position: relative; z-index: 2; }
.hero-copy::after {
  content: "";
  position: absolute;
  width: min(520px, 70vw);
  height: 1px;
  left: -10%;
  bottom: -22px;
  background: linear-gradient(90deg, transparent, rgba(94,238,255,.32), rgba(255,154,60,.24), transparent);
  box-shadow: 0 0 16px rgba(94,238,255,.16);
}
.hero-role { overflow-wrap: anywhere; }
.hero-role i { color: var(--orange); text-shadow: 0 0 12px rgba(255,154,60,.45); }
.hero-command span { color: var(--orange); text-shadow: 0 0 10px rgba(255,154,60,.45); }
.hero-signature {
  border-left: 2px solid rgba(94,238,255,.32);
  padding-left: 12px;
}

.hero-reactor {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(540px, 92%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255,114,39,.10) 0 7%, rgba(94,238,255,.07) 18%, transparent 52%);
  box-shadow: 0 0 90px rgba(94,238,255,.12), 0 0 120px rgba(255,102,31,.07);
}
.hero-reactor::before,
.hero-reactor::after,
.hero-reactor span {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid rgba(94,238,255,.13);
  box-shadow: inset 0 0 35px rgba(94,238,255,.035), 0 0 28px rgba(94,238,255,.045);
  animation: reactorSpin 18s linear infinite;
}
.hero-reactor::after { inset: 20%; border-color: rgba(255,154,60,.16); border-style: dashed; animation-direction: reverse; animation-duration: 13s; }
.hero-reactor span:nth-child(1) { inset: 31%; border-color: rgba(94,238,255,.20); animation-duration: 9s; }
.hero-reactor span:nth-child(2) { inset: 40%; border-color: rgba(255,98,32,.25); animation-direction: reverse; animation-duration: 7s; }
.hero-reactor span:nth-child(3) { inset: 48%; border: 0; background: #ff8c35; box-shadow: 0 0 16px #ff8c35, 0 0 44px rgba(255,114,39,.6), 0 0 100px rgba(94,238,255,.24); }
.hero-card {
  box-shadow: 0 34px 90px rgba(0,0,0,.62), 0 0 0 1px rgba(94,238,255,.13), 0 0 42px rgba(94,238,255,.15), 0 0 74px rgba(255,104,36,.085);
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(94,238,255,.06), transparent 30%, transparent 65%, rgba(255,133,48,.08));
  mix-blend-mode: screen;
}
.hero-card img { filter: contrast(1.06) saturate(1.08); }
.hero-card-top, .hero-card-bottom { text-shadow: 0 0 10px rgba(94,238,255,.22); }

.btn {
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-125%) skewX(-24deg);
  width: 48%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  transition: transform .55s ease;
  pointer-events: none;
}
.btn:hover::after { transform: translateX(290%) skewX(-24deg); }
.btn-primary { border-color: rgba(94,238,255,.42); }
.btn-primary:hover { box-shadow: 0 0 26px rgba(94,238,255,.24), 0 0 54px rgba(255,120,38,.13); }

.project-card, .service-card, .review-card, .about-panel, .stack-wrap, .form-card, .order-form, .contact-panel {
  position: relative;
  overflow: hidden;
}
.project-card::before, .service-card::before, .review-card::before, .about-panel::before, .form-card::before, .order-form::before {
  content: "";
  position: absolute;
  left: -30%; right: -30%; top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94,238,255,.44), rgba(255,154,60,.32), transparent);
  opacity: .44;
  pointer-events: none;
}
.project-card:hover::before, .service-card:hover::before, .review-card:hover::before { opacity: .95; }
.project-card:hover, .service-card:hover, .review-card:hover {
  border-color: rgba(94,238,255,.25);
}
.project-filter { max-width: 100%; }
.filter-btn.active { box-shadow: 0 0 18px rgba(94,238,255,.12), inset 0 0 18px rgba(255,122,39,.035); }
.review-card { min-width: 0; }
.review-avatar { box-shadow: 0 0 16px rgba(94,238,255,.12), 0 0 20px rgba(255,136,48,.055); }
.review-stars { text-shadow: 0 0 12px rgba(255,154,60,.28); }
.terminal-window { box-shadow: 0 34px 90px rgba(0,0,0,.62), 0 0 36px rgba(94,238,255,.08), 0 0 50px rgba(255,112,38,.045); }
.terminal-bar { background: linear-gradient(90deg, rgba(94,238,255,.035), rgba(255,126,38,.025), rgba(4,7,14,.88)); }

@keyframes auroraDrift {
  0% { transform: translate3d(-2%, -1%, 0) rotate(-2deg) scale(1); }
  55% { transform: translate3d(3%, 2%, 0) rotate(2deg) scale(1.06); }
  100% { transform: translate3d(-1%, 4%, 0) rotate(-1deg) scale(1.02); }
}
@keyframes dataFlow {
  0% { transform: translateY(-35vh); opacity: 0; }
  12% { opacity: .65; }
  75% { opacity: .28; }
  100% { transform: translateY(145vh); opacity: 0; }
}
@keyframes reactorSpin { to { transform: rotate(360deg); } }

@media (max-width: 768px) {
  .hero-reactor { width: min(480px, 104vw); opacity: .78; }
  .hero-copy::after { left: 0; width: 88%; }
  .project-card:hover, .service-card:hover, .review-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.52), 0 0 0 1px rgba(94,238,255,.06) inset; }
}

@media (max-width: 430px) {
  .ultra-aurora { opacity: .42; filter: blur(52px) saturate(115%); animation: none; inset: -10vh -28vw; }
  .data-streams { opacity: .08; }
  .data-streams i:nth-child(even) { display: none; }
  .hero-reactor { width: 355px; opacity: .54; }
  .hero-reactor span:nth-child(1), .hero-reactor span:nth-child(2) { animation-duration: 20s; }
  .hero::before { display: none; }
  .hero-copy::after { width: 100%; bottom: -15px; }
  .hero-role { display: block; max-width: 100%; overflow-wrap: anywhere; line-height: 1.7; }
  .project-filter { max-width: 100%; width: 100%; }
  .review-card { min-width: 0; width: 100%; }
  .project-card, .service-card, .review-card { box-shadow: 0 16px 46px rgba(0,0,0,.48), 0 0 20px rgba(94,238,255,.045); }
  .btn::after { display: none; }
  .section-head h2, .terminal-copy h2, .order-copy h2 { text-wrap: balance; }
}

@media (max-width: 390px) {
  .hero-reactor { width: 325px; }
  .ultra-aurora { opacity: .36; }
  .hero-role i { margin-inline: 1px; }
  .project-filter { margin-inline: 0; }
}

@media (max-width: 360px) {
  .data-streams { display: none; }
  .ultra-aurora { opacity: .31; }
  .hero-reactor { width: 296px; }
  .hero-role { font-size: 9px; }
  .hero-signature { padding-left: 8px; }
}

@media (hover: none), (pointer: coarse) {
  .hero-card { transform: none !important; }
  .project-card::before, .service-card::before, .review-card::before { opacity: .28; }
}

@media (prefers-reduced-motion: reduce) {
  .ultra-aurora, .data-streams i, .hero-reactor::before, .hero-reactor::after, .hero-reactor span { animation: none !important; }
}
