:root {
  --ink: #05080b;
  --panel: #0d151b;
  --line: rgba(176, 230, 220, .14);
  --text: #f4f8f7;
  --muted: #9aacaa;
  --acid: #b9ff56;
  --cyan: #56e6ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }
main { position: relative; min-height: 100vh; overflow: hidden; }

.binary-field { position: absolute; inset: 0 0 auto; height: 980px; overflow: hidden; pointer-events: none; opacity: .24; -webkit-mask-image: linear-gradient(to bottom, black 15%, transparent 91%); mask-image: linear-gradient(to bottom, black 15%, transparent 91%); }
.binary-field::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 28%, rgba(86,230,255,.14), transparent 32%), linear-gradient(90deg, var(--ink) 0%, transparent 25%, transparent 78%, var(--ink) 100%); }
.binary-field span { position: relative; display: inline-block; width: 8.333%; padding: 0 12px; color: rgba(130,235,215,.34); font: 10px/2.1 ui-monospace, monospace; word-break: break-all; animation: binaryDrift 16s linear infinite; }
.binary-field span::after { content: attr(data-copy); }
.binary-field span:nth-child(2n) { color: rgba(185,255,86,.18); animation-duration: 22s; transform: translateY(-100px); }
.binary-field span:nth-child(3n) { animation-duration: 27s; }
@keyframes binaryDrift { to { transform: translateY(100px); } }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 12px 10px 18px; border: 1px solid rgba(220,255,247,.14); border-radius: 18px; background: rgba(7,12,16,.77); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.22); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(185,255,86,.45); border-radius: 10px; color: var(--acid); font: 900 15px/1 ui-monospace, monospace; background: rgba(185,255,86,.08); box-shadow: inset 0 0 20px rgba(185,255,86,.05); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy b { font-size: 12px; letter-spacing: .12em; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .22em; }
nav { display: flex; align-items: center; gap: 8px; }
nav > a { padding: 11px 14px; border-radius: 10px; color: #c2cdcb; font-size: 13px; transition: color .2s, background .2s; }
nav > a:hover { color: white; background: rgba(255,255,255,.05); }
nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--acid); color: #10170b; font-weight: 800; }
nav .nav-cta:hover { color: #10170b; background: #cbff83; }

.hero { position: relative; z-index: 2; width: min(1280px, calc(100% - 40px)); min-height: 850px; margin: 0 auto; padding: 154px 0 86px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 36px; }
.hero-copy { position: relative; z-index: 4; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: #a8b8b5; font: 700 11px/1.4 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(185,255,86,.09), 0 0 22px rgba(185,255,86,.5); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(185,255,86,0), 0 0 26px rgba(185,255,86,.7); } }
.hero h1 { max-width: 650px; margin: 28px 0 24px; font-size: clamp(54px, 5.9vw, 88px); line-height: .95; letter-spacing: -.064em; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: #a9b7b5; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-button, .text-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .25s, background .25s, border-color .25s; }
.primary-button { padding: 0 20px; background: var(--acid); color: #11180c; box-shadow: 0 10px 35px rgba(185,255,86,.14); }
.primary-button:hover { transform: translateY(-3px); background: #ceff8a; }
.text-button { padding: 0 17px; color: #d7e0df; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.text-button:hover { transform: translateY(-3px); border-color: rgba(86,230,255,.4); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #859895; font-size: 12px; }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes b, .price-card li b, .included-note > div > b { color: var(--acid); }

.hero-visual { position: relative; min-height: 610px; perspective: 1300px; scroll-margin-top: 110px; }
.projects-stage { position: absolute; inset: 35px -130px 30px -30px; transform-style: preserve-3d; }
.project-card { position: absolute; display: block; width: 610px; height: 420px; overflow: hidden; border: 1px solid rgba(211,255,245,.2); border-radius: 18px; background: #0d141a; box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 50px rgba(86,230,255,.06); transform-style: preserve-3d; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s, z-index 0s; }
.project-card-left { left: 10px; top: 20px; z-index: 1; transform: rotateY(25deg) rotateZ(-5deg) translateZ(-20px) scale(.84); filter: saturate(.8) brightness(.8); }
.project-card-right { right: 0; bottom: 14px; z-index: 2; transform: rotateY(-18deg) rotateZ(5deg) translateZ(50px) scale(.88); }
.project-card:hover { z-index: 5; transform: rotateY(0) rotateZ(0) translateZ(110px) scale(.96); filter: none; }
.hero-visual.projects-highlight .project-card { animation: projectGlow 1.15s ease both; }
.hero-visual.projects-highlight .project-card-right { animation-delay: .12s; }
@keyframes projectGlow {
  0%, 100% { border-color: rgba(211,255,245,.2); box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 50px rgba(86,230,255,.06); }
  45% { border-color: rgba(185,255,86,.9); box-shadow: 0 45px 100px rgba(0,0,0,.55), 0 0 0 4px rgba(185,255,86,.14), 0 0 80px rgba(185,255,86,.35); }
}
.browser-topbar { height: 38px; display: flex; align-items: center; gap: 11px; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,.08); background: #111b22; color: #6f8380; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #43504f; }
.browser-dots span:first-child { background: #f56c5d; }
.browser-dots span:nth-child(2) { background: #e8ba4e; }
.browser-dots span:nth-child(3) { background: #64c367; }
.browser-address { flex: 1; overflow: hidden; padding: 6px 11px; border-radius: 7px; color: #869694; background: rgba(0,0,0,.2); font: 9px/1 ui-monospace, monospace; white-space: nowrap; text-overflow: ellipsis; }
.site-preview { position: relative; height: 323px; overflow: hidden; background: #172027; }
.site-preview iframe { width: 1440px; height: 770px; border: 0; transform: scale(.424); transform-origin: left top; pointer-events: none; }
.preview-shine { position: absolute; inset: 0; background: linear-gradient(118deg, rgba(255,255,255,.08), transparent 25%, transparent 70%, rgba(86,230,255,.05)); pointer-events: none; }
.project-label { height: 59px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px 0 18px; }
.project-label div { display: flex; flex-direction: column; gap: 3px; }
.project-label strong { font-size: 13px; letter-spacing: .01em; }
.project-label div span { color: #728481; font-size: 10px; }
.project-open { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--acid); background: rgba(185,255,86,.09); }
.visual-orbit { position: absolute; border: 1px solid rgba(86,230,255,.09); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 550px; height: 550px; right: -80px; top: 30px; }
.orbit-two { width: 390px; height: 390px; right: 20px; top: 120px; border-color: rgba(185,255,86,.08); }
.code-chip { position: absolute; z-index: 8; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(86,230,255,.2); border-radius: 9px; color: #88dfeb; background: rgba(8,14,18,.85); box-shadow: 0 10px 30px rgba(0,0,0,.35); font: 10px/1 ui-monospace, monospace; animation: float 4s ease-in-out infinite; }
.chip-one { top: 70px; right: -25px; }
.chip-two { bottom: 75px; left: 30px; color: var(--acid); border-color: rgba(185,255,86,.2); animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px); } }
.visual-hint { position: absolute; right: 0; bottom: -4px; display: flex; align-items: center; gap: 8px; color: #5f7773; font: 9px/1 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.visual-hint span { width: 24px; height: 1px; background: #5f7773; }

.section-shell { position: relative; z-index: 3; width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-shell::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(203,255,243,.22), transparent); }
.section-kicker span { color: var(--acid); }
.contact-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: start; margin-top: 52px; }
h2 { margin: 0; font-size: clamp(43px, 5.1vw, 70px); line-height: 1.02; letter-spacing: -.055em; }
.contact-copy > p, .pricing-heading > p { max-width: 550px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-copy > p { margin: 27px 0 34px; }
.contact-list { display: grid; gap: 10px; }
.contact-list > a, .contact-list > div { min-height: 67px; display: flex; align-items: center; gap: 13px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); transition: border-color .2s, transform .2s; }
.contact-list > a:hover { transform: translateX(5px); border-color: rgba(185,255,86,.35); }
.contact-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 10px; color: var(--acid); background: rgba(185,255,86,.07); font-weight: 900; }
.contact-list > * > div { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.contact-list small { color: #71827f; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-list strong { color: #dce6e4; font-size: 13px; }
.contact-list .arrow { color: #60706e; }
.pending-contact { opacity: .65; }
.location { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #617471; font-size: 11px; }

.contact-form { position: relative; display: grid; gap: 10px; padding: 27px; border: 1px solid rgba(196,240,232,.16); border-radius: 20px; background: linear-gradient(145deg, rgba(18,29,36,.96), rgba(9,15,19,.98)); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.contact-form::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(185,255,86,.16), transparent 35%, rgba(86,230,255,.1)); filter: blur(12px); }
.form-heading { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; color: var(--acid); }
.form-heading > span { font-size: 23px; }
.contact-form label { margin-top: 7px; color: #a7b7b4; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 47px; padding: 0 13px; border: 1px solid rgba(213,246,240,.12); border-radius: 10px; outline: none; color: white; background: rgba(2,6,8,.42); }
.contact-form textarea { resize: vertical; min-height: 125px; padding-top: 13px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(185,255,86,.48); box-shadow: 0 0 0 3px rgba(185,255,86,.07); }
.submit-button { min-height: 49px; margin-top: 9px; border: 0; border-radius: 10px; color: #0c1308; background: var(--acid); font-weight: 900; cursor: pointer; }
.submit-button:hover { background: #caff7f; }
.submit-button.viber-submit { color: white; background: #7360f2; box-shadow: 0 12px 28px rgba(115,96,242,.22); }
.submit-button.viber-submit:hover { background: #8575f5; }
.form-note { text-align: center; color: #62716f; font-size: 9px; }
.messenger-buttons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.messenger-button { min-height: 86px; display: flex; align-items: center; gap: 14px; padding: 16px 19px; border-radius: 16px; color: white; transition: transform .25s, filter .25s; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.messenger-button:hover { transform: translateY(-4px); filter: brightness(1.08); }
.messenger-button > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.messenger-button small { color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.messenger-button strong { font-size: 18px; }
.messenger-logo { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.18); font-size: 22px; font-weight: 900; }
.messenger-arrow { font-size: 20px; }
.viber-button { background: linear-gradient(135deg, #6652df, #8775f6); }
.whatsapp-button { background: linear-gradient(135deg, #159447, #25d366); }

.pricing-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-top: 48px; }
.pricing-heading > p { margin: 0 0 5px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(16,26,32,.9), rgba(8,13,17,.96)); overflow: hidden; }
.price-card.featured { border-color: rgba(185,255,86,.3); background: linear-gradient(145deg, rgba(25,38,29,.85), rgba(9,15,18,.98) 60%); box-shadow: inset 0 1px 0 rgba(185,255,86,.12), 0 24px 70px rgba(0,0,0,.23); }
.price-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; border-radius: 12px; color: var(--acid); background: rgba(185,255,86,.08); font-weight: 900; }
.price-label { color: #81908e; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .13em; }
.price { display: flex; align-items: flex-end; gap: 9px; margin: 12px 0 20px; }
.price strong { font-size: 58px; line-height: .9; letter-spacing: -.06em; }
.price span { padding-bottom: 5px; color: var(--acid); font-weight: 900; }
.price-card > p { min-height: 74px; margin: 0; color: #93a3a0; font-size: 13px; line-height: 1.65; }
.price-card ul { display: grid; gap: 13px; margin: 25px 0 28px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; align-items: center; gap: 9px; color: #c5cfcd; font-size: 12px; }
.price-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; border-radius: 10px; color: #dce6e4; background: rgba(255,255,255,.045); font-size: 13px; font-weight: 800; transition: background .2s, color .2s; }
.price-card > a:hover { color: #10170c; background: var(--acid); }
.popular-tag { position: absolute; top: 0; right: 28px; padding: 8px 10px; border-radius: 0 0 9px 9px; color: #10170b; background: var(--acid); font: 900 8px/1 ui-monospace, monospace; letter-spacing: .08em; }
.extras-row { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(86,230,255,.16); border-radius: 15px; background: rgba(86,230,255,.035); }
.extra-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; color: var(--cyan); background: rgba(86,230,255,.08); font-size: 23px; }
.extras-row strong { font-size: 14px; }
.extras-row p { margin: 5px 0 0; color: #7f918e; font-size: 11px; line-height: 1.55; }
.extra-price { display: flex; align-items: flex-end; flex-direction: column; gap: 3px; color: var(--cyan); }
.extra-price strong { font-size: 19px; }
.extra-price small { color: #637572; font-size: 9px; }
.included-note { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: rgba(255,255,255,.017); }
.included-note > div { display: flex; align-items: flex-start; gap: 10px; padding: 19px; }
.included-note > div + div { border-left: 1px solid var(--line); }
.included-note p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.included-note strong { color: #d4dddb; font-size: 11px; }
.included-note span { color: #687976; font-size: 9px; }

footer { position: relative; z-index: 3; width: min(1160px, calc(100% - 40px)); min-height: 130px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: #71827f; font-size: 11px; }
footer > a:last-child { display: flex; align-items: center; gap: 7px; color: #a3b1af; }

.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 800px; }
  .hero h1 { max-width: 780px; }
  .hero-visual { min-height: 670px; }
  .projects-stage { left: 50%; right: auto; width: 830px; transform: translateX(-50%); }
  .contact-grid { gap: 50px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 60px; top: 10px; width: calc(100% - 20px); padding: 8px 9px 8px 12px; }
  .site-header .brand-copy { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  nav { gap: 0; }
  nav > a { display: none; }
  nav .nav-cta { display: inline-flex; padding: 10px 12px; font-size: 11px; }
  .hero { width: min(100% - 28px, 650px); min-height: auto; padding: 120px 0 75px; gap: 40px; }
  .hero h1 { font-size: clamp(47px, 15.5vw, 69px); margin-top: 23px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .text-button { width: 100%; }
  .hero-notes { gap: 10px 17px; }
  .hero-visual { min-height: 560px; }
  .projects-stage { width: 610px; height: 540px; transform: translateX(-50%) scale(.74); transform-origin: top center; }
  .project-card-left { left: 0; top: 0; }
  .project-card-right { right: 0; bottom: 0; }
  .chip-one { right: 3px; }
  .chip-two { left: 3px; bottom: 30px; }
  .visual-hint { display: none; }
  .section-shell { width: min(100% - 28px, 650px); padding: 80px 0; }
  .contact-grid, .pricing-heading, .pricing-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 38px; margin-top: 38px; }
  .pricing-heading { gap: 20px; margin-top: 36px; }
  .pricing-grid { margin-top: 30px; }
  .contact-form { padding: 21px; }
  .messenger-buttons { grid-template-columns: 1fr; }
  .price-card { padding: 27px 22px; }
  .price-card > p { min-height: 0; }
  .extras-row { grid-template-columns: auto 1fr; }
  .extra-price { grid-column: 2; align-items: flex-start; }
  .included-note { grid-template-columns: 1fr; }
  .included-note > div + div { border-left: 0; border-top: 1px solid var(--line); }
  footer { min-height: 160px; flex-direction: column; justify-content: center; text-align: center; }
  .footer-brand .brand-copy { display: flex; }
}

@media (max-width: 500px) {
  .binary-field span { width: 16.66%; }
  .binary-field span:nth-child(n+7) { display: none; }
  .hero-visual { min-height: 455px; }
  .projects-stage { width: 610px; transform: translateX(-50%) scale(.58); }
  .project-card-left { transform: rotateY(18deg) rotateZ(-4deg) translateZ(-20px) scale(.84); }
  .project-card-right { transform: rotateY(-12deg) rotateZ(4deg) translateZ(50px) scale(.88); }
  h2 { font-size: 42px; }
  .contact-list strong { font-size: 11px; }
  .location { align-items: flex-start; line-height: 1.5; }
  .popular-tag { right: 18px; }
}

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