.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 44px;
  min-height: 595px;
  padding: 70px 0 24px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid var(--soft-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px var(--shadow);
}

.hero h1 {
  max-width: 600px;
  font-size: clamp(56px, 7.4vw, 88px);
}

.hero h1 strong {
  display: block;
}

.hero-copy > p {
  max-width: 470px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.hero-copy b {
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 44px;
}

.faces {
  display: flex;
}

.faces span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 2px solid #050606;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2c09b, #51382f 52%, #f4eee8);
}

.faces span:first-child {
  margin-left: 0;
}

.faces span:nth-child(2) {
  background: linear-gradient(135deg, #ffe1c4, #8d5047 55%, #2a1918);
}

.faces span:nth-child(3) {
  background: linear-gradient(135deg, #caa48e, #1f1e23 60%, #f6d2bd);
}

.faces span:nth-child(4) {
  background: linear-gradient(135deg, #f5d6bd, #5c686f 58%, #191b1d);
}

.trust-row p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

.rating {
  margin-left: 34px;
  color: var(--lime);
  letter-spacing: 2px;
  white-space: nowrap;
}

.rating span {
  color: var(--text);
  letter-spacing: 0;
  margin-left: 10px;
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 20% 5% 0 0;
  background: radial-gradient(ellipse at center, rgba(173,241,41,0.23), transparent 54%);
  filter: blur(22px);
}

.phone-card,
.ad-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 28px;
  background: linear-gradient(145deg, #101212, #030404 68%);
  box-shadow: 0 34px 76px rgba(0,0,0,0.62);
}

.hero-phone {
  left: 18%;
  top: 82px;
  z-index: 3;
  width: 245px;
  min-height: 410px;
  padding: 28px 24px;
  transform: rotate(-7deg);
}

.mini-brand {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-phone h2 {
  margin-top: 36px;
  font-size: 31px;
  line-height: 1.04;
  text-transform: uppercase;
}

.chart-card {
  margin-top: 26px;
  padding: 16px;
  border: 1px solid var(--soft-line);
  border-radius: 18px;
  background: rgba(173,241,41,0.04);
}

.chart-card b {
  display: block;
  color: var(--lime);
  font-size: 29px;
}

.chart-card span,
.hero-phone p {
  color: var(--muted);
  font-size: 12px;
}

.chart-card svg {
  width: 100%;
  height: 74px;
  margin-top: 8px;
}

.chart-card polyline {
  fill: none;
  stroke: var(--lime);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-phone p {
  margin-top: 20px;
  color: var(--text);
}

.ad-card {
  padding: 26px;
}

.ad-card span {
  display: block;
  margin-bottom: 22px;
  color: #f6f8ef;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ad-card h3 {
  max-width: 200px;
  font-size: 28px;
  line-height: 1.04;
  text-transform: uppercase;
}

.ad-card p {
  margin-top: 12px;
  color: #d9dcd2;
  font-size: 13px;
  line-height: 1.4;
}

.ad-card a,
.project-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 0;
  border-radius: 5px;
  min-height: 44px;
  padding: 8px 13px;
  color: #101400;
  background: var(--lime);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.muscle {
  top: 38px;
  right: 170px;
  z-index: 2;
  width: 210px;
  min-height: 285px;
  transform: rotate(-8deg);
  background: linear-gradient(rgba(0,0,0,0.32), rgba(0,0,0,0.72)), radial-gradient(circle at 70% 28%, #8b674a, transparent 32%), linear-gradient(135deg, #202020, #060606);
}

.luxora {
  top: 84px;
  right: 0;
  z-index: 1;
  width: 220px;
  min-height: 300px;
  transform: rotate(10deg);
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.72)), linear-gradient(135deg, #b6a58f, #3c342d 48%, #070707);
}

.luxora h3 {
  text-transform: none;
}

.smart {
  right: 48px;
  bottom: 46px;
  z-index: 4;
  width: 260px;
  min-height: 245px;
  transform: rotate(9deg);
  background: linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.62)), linear-gradient(145deg, #162a39, #081017 38%, #293546);
}

.smart h3 {
  text-transform: none;
}
