@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #05060d;
  --bg2: #090b16;
  --panel: rgba(255, 255, 255, 0.065);
  --panel2: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f7f8ff;
  --muted: #9da6bf;
  --blue: #3dc7ff;
  --purple: #9067ff;
  --pink: #ff4fd8;
  --green: #45ffb2;
  --orange: #ffb650;
  --radius: 28px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(61, 199, 255, 0.22), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(144, 103, 255, 0.23), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(255, 79, 216, 0.13), transparent 32%),
    linear-gradient(180deg, #05060d 0%, #090b16 45%, #05060d 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(61,199,255,.18), transparent 65%);
  pointer-events: none;
  translate: -50% -50%;
  z-index: 1;
  opacity: .75;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.section-pad {
  padding: 118px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: .25s ease;
}

.site-header.scrolled {
  background: rgba(5, 6, 13, .74);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -.045em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #031018;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 12px 35px rgba(61,199,255,.22);
  letter-spacing: -.08em;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 650;
}

.nav-panel a:hover {
  color: var(--text);
}

.nav-button {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--text) !important;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  border-radius: 16px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
  border-radius: 9px;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 150px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 72px;
  align-items: center;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  margin-bottom: 26px;
  border-radius: 999px;
  border: 1px solid rgba(69,255,178,.25);
  color: #c9ffe9;
  background: rgba(69,255,178,.08);
  font-weight: 700;
  font-size: .9rem;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(69,255,178,.13);
}

h1,
h2 {
  letter-spacing: -.075em;
  line-height: .94;
}

h1 {
  font-size: clamp(3.5rem, 8vw, 7.2rem);
  max-width: 850px;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 36px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: .25s ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-4px);
}

.button-primary {
  color: #030612;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 18px 42px rgba(61,199,255,.24);
}

.button-ghost {
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.14);
  color: var(--text);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
  max-width: 620px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.055);
  border-radius: 20px;
}

.hero-proof strong {
  display: block;
  font-size: 1.1rem;
}

.hero-proof span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: .85rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.showcase-window {
  width: min(100%, 560px);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateY(-9deg) rotateX(4deg);
}

.window-top {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.17);
}

.dots span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 99px;
  margin-right: 6px;
  background: var(--pink);
}

.dots span:nth-child(2) { background: var(--orange); }
.dots span:nth-child(3) { background: var(--green); }

.website-preview {
  min-height: 420px;
  display: grid;
  grid-template-columns: 86px 1fr;
  padding: 22px;
  gap: 22px;
  background:
    radial-gradient(circle at 75% 12%, rgba(144,103,255,.32), transparent 35%),
    radial-gradient(circle at 14% 86%, rgba(61,199,255,.22), transparent 36%);
}

.preview-sidebar,
.preview-main {
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
}

.preview-sidebar div {
  height: 42px;
  border-radius: 15px;
  background: rgba(255,255,255,.1);
}

.preview-sidebar div:first-child {
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.preview-main {
  padding: 30px;
}

.preview-badge {
  width: 126px;
  height: 28px;
  border-radius: 999px;
  background: rgba(69,255,178,.16);
  margin-bottom: 26px;
}

.preview-title {
  width: 82%;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  margin-bottom: 22px;
}

.preview-text,
.preview-text.short {
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  margin-bottom: 12px;
}

.preview-text.short {
  width: 64%;
}

.preview-buttons {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}

.preview-buttons span {
  width: 122px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.preview-buttons span:nth-child(2) {
  background: rgba(255,255,255,.11);
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.preview-cards i {
  height: 90px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
}

.floating-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(9, 11, 22, .72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  border-radius: 22px;
  padding: 16px 18px;
}

.card-top {
  top: 55px;
  left: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.mini-dot {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 99px;
}

.card-bottom {
  right: 4px;
  bottom: 70px;
}

.card-bottom strong {
  font-size: 2rem;
}

.card-bottom p,
.card-top p {
  color: var(--muted);
  font-size: .9rem;
}

.marquee-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 18px 0;
  border-block: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.045);
}

.marquee {
  display: flex;
  width: max-content;
  gap: 38px;
  animation: move 22s linear infinite;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
}

.marquee span::before {
  content: "✦";
  color: var(--green);
  margin-right: 38px;
}

@keyframes move {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section-title {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-title.centered {
  text-align: center;
  margin-inline: auto;
}

.section-kicker {
  display: inline-block;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: .78rem;
  margin-bottom: 15px;
}

.section-title h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.section-title p,
.contact-copy p,
.small {
  color: var(--muted);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.work-card {
  grid-column: span 3;
  min-height: 430px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.055);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: .3s ease;
}

.work-card.large {
  grid-column: span 3;
}

.work-card:hover {
  transform: translateY(-8px);
  border-color: rgba(69,255,178,.33);
}

.work-art {
  height: 260px;
  position: relative;
  overflow: hidden;
}

.work-art::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(90deg, rgba(255,255,255,.12), transparent),
    repeating-linear-gradient(0deg, rgba(255,255,255,.09) 0 2px, transparent 2px 17px);
}

.apex { background: linear-gradient(135deg, #0c1830, #246bff 70%, #43f5b1); }
.hotel { background: linear-gradient(135deg, #2b1c10, #c88d3b 62%, #fff0bf); }
.grooming { background: linear-gradient(135deg, #102820, #43f5b1 72%, #ebfff7); }
.casino { background: linear-gradient(135deg, #18091f, #8d3dff 55%, #ffba42); }

.work-content {
  padding: 28px;
}

.work-content span {
  color: var(--green);
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.work-content h3 {
  font-size: 1.5rem;
  letter-spacing: -.045em;
  margin: 10px 0 8px;
}

.work-content p {
  color: var(--muted);
}

.services-section {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.03), transparent);
}

.services-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.sticky-title {
  position: sticky;
  top: 120px;
}

.service-stack {
  display: grid;
  gap: 16px;
}

.service-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.055);
}

.service-item span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #031018;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 900;
}

.service-item h3,
.timeline-item h3,
.pricing-card h3 {
  font-size: 1.45rem;
  letter-spacing: -.045em;
  margin-bottom: 8px;
}

.service-item p,
.timeline-item p {
  color: var(--muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pricing-card {
  position: relative;
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  background:
    linear-gradient(145deg, rgba(61,199,255,.16), rgba(144,103,255,.11)),
    rgba(255,255,255,.07);
  border-color: rgba(61,199,255,.36);
  transform: translateY(-14px);
}

.tag {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #031018;
  background: var(--green);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: .78rem;
  font-weight: 900;
}

.price {
  font-size: 3.2rem;
  letter-spacing: -.08em;
  font-weight: 900;
  margin: 16px 0 4px;
}

.pricing-card ul {
  list-style: none;
  margin: 26px 0;
  display: grid;
  gap: 12px;
}

.pricing-card li {
  color: var(--muted);
}

.pricing-card li::before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
  font-weight: 900;
}

.pricing-card .button {
  width: 100%;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.045);
}

.timeline-item {
  padding: 30px;
  min-height: 240px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.timeline-item:last-child {
  border-right: 0;
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 900;
}

.contact-section {
  padding-bottom: 140px;
}

.contact-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.contact-copy p {
  color: var(--muted);
  margin-top: 22px;
  max-width: 560px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.contact-details div {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  padding: 20px;
  border-radius: 22px;
}

.contact-details span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
}

.contact-details strong {
  display: block;
  margin-top: 4px;
}

.contact-form {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.065);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.13);
  outline: none;
  color: var(--text);
  background: rgba(0,0,0,.18);
  border-radius: 16px;
  padding: 15px 16px;
}

select option {
  background: #090b16;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(69,255,178,.65);
  box-shadow: 0 0 0 4px rgba(69,255,178,.08);
}

.form-message {
  color: var(--muted);
  font-size: .86rem;
}

.footer {
  border-top: 1px solid rgba(255,255,255,.09);
  padding: 30px 0;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-panel {
    position: fixed;
    top: 92px;
    left: 20px;
    right: 20px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(9,11,22,.94);
    backdrop-filter: blur(18px);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-panel.open {
    display: flex;
  }

  .hero-layout,
  .services-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .showcase-window {
    transform: none;
  }

  .sticky-title {
    position: static;
  }

  .work-card,
  .work-card.large {
    grid-column: span 6;
  }

  .pricing-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: none;
  }

  .timeline-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .timeline-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 28px, 1180px);
  }

  .section-pad {
    padding: 86px 0;
  }

  .hero {
    padding-top: 120px;
  }

  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-proof,
  .form-row,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .website-preview {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .preview-sidebar {
    display: none;
  }

  .preview-cards {
    grid-template-columns: 1fr;
  }

  .floating-card {
    position: static;
    margin: 14px 0;
  }

  .hero-visual {
    display: block;
    min-height: auto;
  }

  .work-art {
    height: 210px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .cursor-glow {
    display: none;
  }
}


/* Real portfolio screenshots */
.work-art.image-art {
  height: 300px;
  background: #070b18;
  padding: 14px;
}

.work-art.image-art::after {
  display: none;
}

.work-art.image-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
  transition: transform .45s ease, filter .45s ease;
}

.work-card:hover .work-art.image-art img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 640px) {
  .work-art.image-art {
    height: 230px;
    padding: 10px;
  }
}
