* {
  box-sizing: border-box;
}

:root {
  --bg-1: #05070d;
  --bg-2: #09101b;
  --bg-3: #101725;
  --gold: #f4bb2f;
  --gold-2: #eea41b;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.77);
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background: #060910;
}

.hero-shell {
  position: relative;
  min-height: 100vh;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  background-image: url('./developer-desk-photo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 13, 0.38) 0%, rgba(5, 7, 13, 0.26) 12%, rgba(5, 7, 13, 0.12) 26%, rgba(5, 7, 13, 0.04) 40%, rgba(5, 7, 13, 0) 58%), linear-gradient(180deg, rgba(5, 7, 13, 0.04) 0%, rgba(5, 7, 13, 0.02) 60%, rgba(5, 7, 13, 0.14) 84%, rgba(5, 7, 13, 0.30) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 0.74fr) minmax(820px, 1.26fr);
  gap: 0;
  align-items: start;
  min-height: 410px;
}

.hero-copy {
  max-width: 760px;
  padding-top: 12px;
  position: relative;
  z-index: 3;
}

.brand-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.brand-line {
  width: 3px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 18px rgba(244, 187, 47, 0.36);
  flex-shrink: 0;
}

.brand-name {
  margin: 0 0 12px;
  font-size: clamp(48px, 4.8vw, 70px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -2.3px;
}

.brand-accent {
  color: var(--gold);
}

.site-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 600;
}

.site-pill svg {
  width: 20px;
  height: 20px;
}

.script-copy {
  position: absolute;
  left: 7px;
  top: 184px;
  display: inline-block;
  margin: 0;
  font-family: "Dancing Script", cursive;
  font-size: clamp(38px, 2.8vw, 46px);
  line-height: .72;
  color: var(--gold);
  transform: rotate(-16deg) skewX(-8deg);
  transform-origin: left center;
  z-index: 9999;
}

.script-copy::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 10px;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 187, 47, 0.95), rgba(244, 187, 47, 0.12));
  transform: rotate(-14deg);
}

.hero-title {
  display: block;
  font-size: clamp(53px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: 8px;
  font-weight: 800;
  max-width: 920px;
  white-space: nowrap;
  position: relative;
  z-index: 4;
  margin-top: 50px;
  margin-left: 25px;
  margin-bottom: 20px;
}

.hero-title-top {
  color: #fff;
}

.hero-title-accent {
  color: var(--gold);
}

.developer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid rgba(244, 187, 47, 0.65);
  background: rgba(7, 10, 18, 0.30);
  text-decoration: none;
  color: #fff;
  margin-left: 31px;
}

.developer-pill span {
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 800;
  letter-spacing: 9px;
}

.hero-subtitle {
  margin-left: 43px;
  max-width: 1060px;
  font-size: clamp(14px, 5.96vw, 23px);
  line-height: 1.08;
  color: var(--muted);
  white-space: nowrap;
  position: relative;
  z-index: 4;
}

.hero-subtitle strong {
  color: #fff;
}

.accent-inline {
  color: var(--gold);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  height: 410px;
  display: block;
  overflow: visible;
}

.visual-scene-wrap {
  position: absolute;
  top: -22px;
  left: -28px;
  right: -28px;
  bottom: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.visual-scene-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.50) 0%, rgba(5, 7, 13, 0.38) 10%, rgba(5, 7, 13, 0.24) 20%, rgba(5, 7, 13, 0.12) 32%, rgba(5, 7, 13, 0.05) 44%, rgba(5, 7, 13, 0.015) 56%, rgba(5, 7, 13, 0) 68%),
    linear-gradient(180deg, rgba(5, 7, 13, 0.00) 0%, rgba(5, 7, 13, 0.00) 58%, rgba(5, 7, 13, 0.08) 78%, rgba(5, 7, 13, 0.28) 100%);
  z-index: 2;
  pointer-events: none;
}

.visual-scene-wrap::after {
  content: "";
  position: absolute;
  inset: auto -80px 52px auto;
  width: 420px;
  height: 220px;
  background: radial-gradient(circle at center, rgba(244, 187, 47, 0.16), rgba(244, 187, 47, 0.04) 44%, transparent 72%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}

.visual-scene-photo {
  position: absolute;
  inset: 0;
  background-image: url('./developer-desk-photo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  filter: saturate(0.92) contrast(0.98) brightness(0.82);
}

.feature-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  margin: 10px 0 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.013);
}

.feature-item {
  min-height: 100px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 36px);
  background: linear-gradient(180deg, transparent, rgba(244, 187, 47, 0.52), transparent);
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
}

.feature-icon.wp,
.tech-icon.wp {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 28px;
}

.feature-icon.woo,
.tech-icon.woo {
  width: 58px;
  border-radius: 10px;
  background: #8b5cf6;
  font-size: 16px;
}

.feature-icon.headless,
.tech-icon.api {
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 14px;
}

.feature-icon.headless svg {
  width: 30px;
  height: 30px;
}

.feature-icon.next,
.tech-icon.next {
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  font-size: 24px;
}

.feature-icon.node,
.tech-icon.node {
  background: #5ca246;
  clip-path: polygon(50% 0%, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  font-size: 14px;
  text-transform: lowercase;
}

.feature-icon.perf,
.tech-icon.perf {
  border: 2px solid rgba(244, 187, 47, 0.74);
  border-radius: 50%;
  color: var(--gold);
  font-size: 22px;
}

.feature-item h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.24;
  font-weight: 700;
}

.hero-actions-row {
      position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    margin: 4px auto 8px;
    max-width: 940px;
    padding: 13px;
}

.action-btn {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 800;
  white-space: nowrap;
  position: relative;
  z-index: 4;
}

.action-btn svg {
  width: 20px;
  height: 20px;
}

.action-dark {
  min-width: 300px;
  color: #fff;
  border: 1.5px solid rgba(244, 187, 47, 0.68);
  background: rgba(8, 10, 18, 0.66);
}

.action-gold {
  min-width: 390px;
  color: #14120d;
  background: linear-gradient(180deg, #f6c83a, #f2b01e);
  box-shadow: 0 18px 38px rgba(242, 176, 30, 0.22);
}

.tech-bar {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 13, 21, 0.92);
  margin-top: 0;
}

.tech-track {
  display: flex;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 128px;
  padding: 9px 12px;
  position: relative;
}

.tech-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.tech-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  font-weight: 800;
  flex-shrink: 0;
}

.tech-icon.js {
  background: #f7df1e;
  color: #141414;
  border-radius: 4px;
}

.tech-icon.react {
  color: #61dafb;
  border: 2px solid rgba(97, 218, 251, 0.55);
  border-radius: 50%;
}

.tech-icon.tailwind {
  color: #38bdf8;
  border: 2px solid rgba(56, 189, 248, 0.46);
  border-radius: 8px;
}

.tech-icon.mysql {
  color: #f0f0f0;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.hero-orbit,
.hero-dots {
  position: absolute;
  pointer-events: none;
}

.hero-orbit-left {
  left: -160px;
  bottom: 170px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(244, 187, 47, 0.22);
}

.hero-orbit-left::before,
.hero-orbit-left::after,
.hero-orbit-right::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-orbit-left::before {
  inset: 34px;
  border: 1px solid rgba(244, 187, 47, 0.17);
}

.hero-orbit-left::after {
  inset: 74px;
  border: 1px solid rgba(244, 187, 47, 0.11);
}

.hero-orbit-right {
  right: -210px;
  bottom: -170px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-orbit-right::before {
  inset: 58px;
  border: 1px solid rgba(244, 187, 47, 0.13);
}

.hero-dots-left {
  left: 0;
  bottom: 80px;
  width: 180px;
  height: 220px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 11px 11px;
  opacity: .28;
  mask-image: linear-gradient(180deg, transparent, #000 40%);
}

.hero-dots-right {
  right: 44%;
  top: 90px;
  width: 180px;
  height: 130px;
  background-image: radial-gradient(rgba(244, 187, 47, 0.9) 1.1px, transparent 1.1px);
  background-size: 9px 9px;
  opacity: .58;
  transform: rotate(18deg);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1220px) {
  .hero-top {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-shell {
    padding: 22px 16px 24px;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 6px;
  }

  .feature-item:nth-child(2n)::after {
    display: none;
  }

  .hero-actions-row {
    flex-direction: column;
    max-width: 1060px;
  }

  .action-btn {
    width: 100%;
    min-width: 0;
  }

}

@media (max-width: 640px) {
  .brand-name {
    font-size: 48px;
    letter-spacing: -1.7px;
  }

  .site-pill {
    min-height: 46px;
    font-size: 16px;
  }

  .script-copy {
    font-size: 42px;
    margin-bottom: 0;
  }

  .hero-title {
    font-size: 44px;
    letter-spacing: -1.5px;
  }

  .developer-pill {
    min-height: 60px;
    padding: 0 18px;
  }

  .developer-pill span {
    letter-spacing: 8px;
    font-size: 18px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-item::after {
    display: none;
  }

  .tech-item {
    min-width: 132px;
    padding: 12px 14px;
  }
}


.hero-orbit,
.hero-dots,
.hero-visual {
  display: none !important;
}

.visual-scene-wrap,
.visual-scene-photo {
  display: none !important;
}