:root {
  --blue:   #0ea5f0;
  --blue-b: #22d3ff;
  --glow:   rgba(14,165,240,.28);
  --subtle: rgba(14,165,240,.08);
  --black:  #050810;
  --dark:   #090d1a;
  --dark2:  #0d1424;
  --bord:   rgba(14,165,240,.14);
  --bord-m: rgba(14,165,240,.38);
  --text:   #e2e8f0;
  --muted:  #7a8fa8;
  --green:  #25d366;
  --nav:    60px;
  --radius: 13px;
  --ease:   .3s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--text);
  font-family: 'Exo 2', sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
svg { display: block; }
::-webkit-scrollbar       { width: 4px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: #0369a1; border-radius: 2px; }
::selection { background: var(--blue); color: #000; }

#tc {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 9999;
}

#pb {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--blue-b));
  box-shadow: 0 0 8px var(--blue);
  z-index: 10001; pointer-events: none;
  transition: width .08s linear;
}

.wrap     { width: min(1140px, 92%); margin-inline: auto; }
.sec      { padding: 90px 0; }
.sec-head { text-align: center; margin-bottom: 56px; }
.tag      { font-family: 'Share Tech Mono', monospace; color: var(--blue); font-size: .78rem; letter-spacing: .15em; margin-bottom: 10px; }
.h2       { font-family: 'Rajdhani', sans-serif; font-size: clamp(1.8rem, 4vw, 2.85rem); font-weight: 700; line-height: 1.15; }
.ac       { color: var(--blue-b); }

.rv       { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.rv.show  { opacity: 1; transform: translateY(0); }

.nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav); z-index: 1000;
  transition: background .3s, box-shadow .3s;
}
.nav.up {
  background: rgba(5,8,16,.96);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--bord), 0 4px 24px rgba(0,0,0,.5);
}
.nav-row {
  width: min(1140px, 92%); margin-inline: auto;
  height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.logo  { font-family: 'Rajdhani', sans-serif; font-size: 1.28rem; font-weight: 700; flex-shrink: 0; }
.lb    { color: var(--muted); }
.la    { color: var(--blue-b); }

.nav-links     { display: flex; gap: 24px; }
.nav-links a   {
  font-family: 'Rajdhani', sans-serif;
  font-size: .9rem; font-weight: 600; letter-spacing: .05em;
  color: var(--muted); transition: color var(--ease);
  position: relative; padding-bottom: 2px;
}
.nav-links a::after {
  content: ''; position: absolute;
  bottom: -2px; left: 0; width: 0; height: 2px;
  background: var(--blue-b); border-radius: 2px;
  transition: width var(--ease);
}
.nav-links a:hover,
.nav-links a.on           { color: var(--blue-b); }
.nav-links a:hover::after,
.nav-links a.on::after    { width: 100%; }

.ham {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px; z-index: 1002;
}
.ham span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: var(--ease); transform-origin: center;
}
.ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: 60svh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: var(--black); padding-top: var(--nav);
}
#pc {
  position: absolute; inset: 0;
  width: 100%; height: 100%; opacity: .6;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(14,165,240,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,165,240,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 25%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 25%, transparent 100%);
}
.hero-body {
  position: relative; z-index: 2;
  width: min(1140px, 92%); margin-inline: auto;
  padding: 56px 0 72px;
}
.hero-tag { font-family: 'Share Tech Mono', monospace; font-size: .72rem; color: var(--blue); letter-spacing: .16em; margin-bottom: 16px; }
.hero-h1  { font-family: 'Rajdhani', sans-serif; font-weight: 700; line-height: 1; margin-bottom: 30px; }
.hero-h1 .l1 { display: block; font-size: clamp(2.8rem, 10vw, 6.5rem); color: var(--text); letter-spacing: -.02em; }
.hero-h1 .l2 {
  display: block; font-size: clamp(2.8rem, 10vw, 6.5rem);
  background: linear-gradient(90deg, var(--blue), var(--blue-b) 55%, #7ee8ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -.02em;
}
.blink { -webkit-text-fill-color: var(--blue-b); animation: blink 1.1s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.hero-sub   { font-size: clamp(.9rem, 2vw, 1.1rem); color: var(--muted); max-width: 400px; margin-bottom: 32px; line-height: 1.75; }
.hero-btns  { display: flex; gap: 12px; margin-bottom: 48px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 10px;
  font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: .05em;
  border: none; cursor: pointer; transition: var(--ease); white-space: nowrap;
}
.btn-wa  { background: var(--green); color: #fff; box-shadow: 0 0 20px rgba(37,211,102,.32); }
.btn-wa:hover  { transform: translateY(-2px); box-shadow: 0 0 32px rgba(37,211,102,.52); }
.btn-out { background: transparent; color: var(--blue-b); border: 1px solid var(--bord-m); }
.btn-out:hover { background: var(--subtle); transform: translateY(-2px); box-shadow: 0 0 18px var(--glow); }

.hero-stats { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.stat-n { display: block; font-family: 'Rajdhani', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--blue-b); line-height: 1; }
.stat-l { font-size: .67rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-family: 'Share Tech Mono', monospace; }
.stat-s { width: 1px; height: 32px; background: var(--bord); flex-shrink: 0; }

.scroll-h {
  position: absolute; bottom: 26px; left: max(5%, 20px);
  display: flex; flex-direction: column; align-items: center; gap: 7px; opacity: .4; z-index: 2;
}
.scroll-h span { font-family: 'Share Tech Mono', monospace; font-size: .6rem; letter-spacing: .2em; writing-mode: vertical-rl; color: var(--blue); }
.sl { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--blue), transparent); animation: sd 2.2s ease-in-out infinite; }
@keyframes sd {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: top; opacity: 0; }
}

.about     { background: var(--dark); }
.about-row { display: flex; align-items: center; gap: 60px; }
.about-vis {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 16px;
  position: relative;
}
.about-vis::before {
  content: ''; position: absolute; inset: -28px;
  background: radial-gradient(ellipse, var(--glow), transparent 70%);
  pointer-events: none;
}
.ava      { position: relative; width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; }
.ava-ring {
  position: absolute; inset: 0;
  border: 2px solid var(--blue); border-radius: 50%; opacity: .4;
  animation: pr 3s ease-in-out infinite;
}
.ava-ring::before {
  content: ''; position: absolute; inset: 11px;
  border: 1px dashed var(--blue); border-radius: 50%; opacity: .3;
  animation: sp 12s linear infinite;
}
@keyframes pr { 0%,100%{ transform:scale(1); opacity:.4 } 50%{ transform:scale(1.05); opacity:.7 } }
@keyframes sp { to { transform: rotate(360deg); } }
.ava-core {
  width: 110px; height: 110px; border-radius: 50%;
  background: var(--dark2); border: 1px solid var(--bord-m);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 26px var(--glow), inset 0 0 16px rgba(14,165,240,.05);
}
.ava-ic   { font-family: 'Share Tech Mono', monospace; font-size: 1.45rem; color: var(--blue-b); text-shadow: 0 0 12px var(--blue); }
.ava-badge {
  background: rgba(37,211,102,.1); border: 1px solid rgba(37,211,102,.28);
  color: #4ade80; font-size: .68rem; font-family: 'Share Tech Mono', monospace;
  letter-spacing: .06em; padding: 5px 12px; border-radius: 100px;
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.ava-badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80; box-shadow: 0 0 5px #4ade80;
  animation: blink 1.4s step-end infinite; flex-shrink: 0;
}
.about-txt { display: flex; flex-direction: column; gap: 10px; }
.adesc     { color: var(--muted); font-size: .93rem; line-height: 1.78; }
.chips     { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.chip {
  background: var(--subtle); border: 1px solid var(--bord);
  color: var(--blue-b); font-family: 'Share Tech Mono', monospace;
  font-size: .7rem; padding: 5px 11px; border-radius: 6px; transition: var(--ease);
}
.chip:hover { background: rgba(14,165,240,.14); border-color: var(--blue); box-shadow: 0 0 9px var(--glow); }

.services  { background: var(--black); }
.srv-grid  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.sc {
  background: var(--dark2); border: 1px solid var(--bord); border-radius: var(--radius);
  padding: 28px 22px 22px;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; overflow: hidden;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.sc::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0; transition: opacity var(--ease);
}
.sc::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  height: 2px; width: 0; background: var(--blue-b); transition: width .4s ease;
}
.sc:hover             { border-color: var(--bord-m); transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0,0,0,.4), 0 0 24px var(--glow); }
.sc:hover::before     { opacity: 1; }
.sc:hover::after      { width: 100%; }
.sc-ico               { color: var(--blue); filter: drop-shadow(0 0 6px var(--blue)); }
.sc h3                { font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--text); }
.sc p                 { color: var(--muted); font-size: .85rem; line-height: 1.7; flex: 1; }
.sc-price             { display: flex; align-items: baseline; gap: 5px; }
.price-from           { font-family: 'Share Tech Mono', monospace; font-size: .66rem; color: var(--muted); }
.price-val            { font-family: 'Rajdhani', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--blue-b); text-shadow: 0 0 8px var(--glow); }

.sc-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; padding: 11px 16px; margin-top: 4px;
  background: rgba(14,165,240,.1); border: 1px solid var(--bord-m); border-radius: 9px;
  color: var(--blue-b); font-family: 'Rajdhani', sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .04em;
  transition: background var(--ease), box-shadow var(--ease), transform var(--ease);
  cursor: pointer;
}
.sc-btn:hover,
.sc-btn:active { background: rgba(14,165,240,.2); box-shadow: 0 0 14px var(--glow); transform: translateY(-1px); }

.projects { background: var(--dark); }
.prj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.pc {
  background: var(--dark2); border: 1px solid var(--bord); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.pc:hover { border-color: var(--blue); transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0,0,0,.5), 0 0 20px var(--glow); }

.pc-img  { height: 170px; overflow: hidden; }
.pc-ph   { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.ph-i    { font-size: 2.4rem; opacity: .32; }
.ph-t    { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .22em; color: var(--blue-b); opacity: .2; }
.gym     { background: linear-gradient(135deg, #0d1a2b, #0a1520); }
.barber  { background: linear-gradient(135deg, #1a0d10, #150a0d); }
.cafe    { background: linear-gradient(135deg, #1a150d, #15100a); }
.streamer{ background: linear-gradient(135deg, #0d0d1a, #0a0a15); }
.store   { background: linear-gradient(135deg, #0d1a15, #0a1510); }

.pc-info {
  padding: 18px 20px 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; flex: 1; gap: 4px;
}
.pc-type  { font-family: 'Share Tech Mono', monospace; font-size: .67rem; color: var(--blue); letter-spacing: .1em; text-transform: uppercase; }
.pc-info h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.05rem; font-weight: 700; margin: 3px 0; }
.pc-info p  { color: var(--muted); font-size: .82rem; }

.pc-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; padding: 10px 16px; margin-top: 10px;
  background: rgba(14,165,240,.1); border: 1px solid var(--bord-m); border-radius: 9px;
  color: var(--blue-b); font-family: 'Rajdhani', sans-serif; font-size: .88rem; font-weight: 600; letter-spacing: .04em;
  transition: background var(--ease), box-shadow var(--ease), transform var(--ease);
}
.pc-btn:hover,
.pc-btn:active { background: rgba(14,165,240,.2); box-shadow: 0 0 14px var(--glow); transform: translateY(-1px); }

.why      { background: var(--black); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.wc {
  background: var(--dark2); border: 1px solid var(--bord); border-radius: var(--radius);
  padding: 26px 22px; position: relative; overflow: hidden;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.wc:hover { border-color: var(--bord-m); transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.4), 0 0 18px var(--glow); }
.wc-n  { position: absolute; top: 12px; right: 16px; font-family: 'Rajdhani', sans-serif; font-size: 1.9rem; font-weight: 700; color: rgba(14,165,240,.07); line-height: 1; transition: color var(--ease); }
.wc:hover .wc-n { color: rgba(14,165,240,.16); }
.wc-i  { color: var(--blue); margin-bottom: 10px; filter: drop-shadow(0 0 5px var(--blue)); }
.wc h3 { font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.wc p  { color: var(--muted); font-size: .84rem; line-height: 1.7; }

.contact  { background: var(--dark); text-align: center; }
.ct-sub   { color: var(--muted); font-size: .96rem; margin-top: 10px; }
.ct-body  { display: flex; flex-direction: column; align-items: center; gap: 24px; margin-top: 8px; }
.wa-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  background: var(--green); color: #fff;
  font-family: 'Rajdhani', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .05em;
  padding: 17px 36px; border-radius: var(--radius);
  box-shadow: 0 0 24px rgba(37,211,102,.36);
  transition: transform var(--ease), box-shadow var(--ease);
  width: 100%; max-width: 360px;
}
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(37,211,102,.55); }
.ct-links { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.ct-lnk {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted); font-size: .88rem;
  padding: 10px 18px; border: 1px solid var(--bord); border-radius: 10px; transition: var(--ease);
}
.ct-lnk svg  { color: var(--blue); }
.ct-lnk:hover { color: var(--text); border-color: var(--bord-m); background: var(--subtle); }


.footer   { background: var(--black); border-top: 1px solid var(--bord); padding: 22px 0; }
.foot-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.foot-row p { color: var(--muted); font-size: .75rem; }

@media (max-width: 1100px) {
  .srv-grid { grid-template-columns: repeat(2, 1fr); }
  .prj-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {

  .ham { display: flex; }
  .nav-links {
    position: fixed; top: var(--nav); left: 0; right: 0;
    background: rgba(5,8,16,.98);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 6px 0 16px;
    border-bottom: 1px solid var(--bord);
    transform: translateY(-110%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    z-index: 1001; pointer-events: none;
  }
  .nav-links.open    { transform: translateY(0); pointer-events: all; }
  .nav-links li a    { display: block; padding: 14px 24px; font-size: 1rem; border-bottom: 1px solid rgba(14,165,240,.06); }
  .nav-links a::after { display: none; }

  .about-row  { flex-direction: column; gap: 32px; text-align: center; }
  .about-vis  { width: 100%; }
  .chips      { justify-content: center; }

  .srv-grid   { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .prj-grid   { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .why-grid   { grid-template-columns: repeat(2, 1fr); gap: 14px; }

  .sec        { padding: 64px 0; }
  .sec-head   { margin-bottom: 40px; }
}

@media (max-width: 520px) {
  :root { --nav: 56px; }

 
  .hero-body           { padding: 36px 0 52px; }
  .hero-h1 .l1,
  .hero-h1 .l2         { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .hero-sub            { font-size: .9rem; }
  .hero-btns           { flex-direction: column; }
  .btn                 { width: 100%; padding: 14px 20px; }
  .hero-stats          { gap: 14px; }
  .stat-n              { font-size: 1.4rem; }
  .scroll-h            { display: none; }

 
  .ava       { width: 128px; height: 128px; }
  .ava-core  { width: 94px;  height: 94px;  }
  .ava-ic    { font-size: 1.3rem; }

  
  .srv-grid  { grid-template-columns: 1fr; gap: 12px; }
  .prj-grid  { grid-template-columns: 1fr; gap: 12px; }
  .why-grid  { grid-template-columns: 1fr; gap: 12px; }

 
  .sc        { padding: 22px 18px 18px; gap: 9px; }
  .price-val { font-size: 1.25rem; }
  .sc-btn    { padding: 12px 16px; font-size: .92rem; }

  
  .pc-img    { height: 148px; }
  .pc-info   { padding: 16px 16px 18px; }
  .pc-btn    { padding: 11px 16px; font-size: .9rem; margin-top: 8px; }

  
  .wc        { padding: 22px 18px; }

  
  .wa-btn    { max-width: 100%; font-size: .98rem; padding: 15px 20px; }
  .ct-links  { flex-direction: column; align-items: stretch; }
  .ct-lnk    { justify-content: center; }

  .foot-row  { flex-direction: column; align-items: flex-start; }


  .sec       { padding: 52px 0; }
  .sec-head  { margin-bottom: 30px; }
  .h2        { font-size: clamp(1.55rem, 6vw, 2rem); }
}


@media (max-width: 360px) {
  .hero-h1 .l1,
  .hero-h1 .l2 { font-size: 2.3rem; }
  .stat-s      { display: none; }
  .hero-stats  { gap: 12px; }
  .sc, .wc     { padding: 18px 14px; }
}
