.product-hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  padding: 68px clamp(20px, 6vw, 90px) 72px;
}

.hero h1 {
  font-size: clamp(54px, 8vw, 124px);
  line-height: .9;
  letter-spacing: -6px;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--orange);
}

.lead {
  max-width: 700px;
  color: #e0d7d1;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
  margin: 30px 0;
}

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

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

.glow-orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 90, 0, .28), transparent 58%),
    radial-gradient(circle at 65% 40%, rgba(255, 138, 0, .20), transparent 42%);
  filter: blur(16px);
}

.smart-card {
  position: absolute;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .015)),
    #080605;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .44),
    0 0 80px rgba(255, 90, 0, .09);
}

.badge-card-v2 {
  width: 310px;
  min-height: 430px;
  left: 2%;
  top: 14%;
  padding: 32px;
  border-radius: 34px;
  transform: rotate(3deg);
  border-color: rgba(255, 90, 0, .34);
}

.profile-card-v2 {
  width: 290px;
  min-height: 490px;
  right: 2%;
  top: 5%;
  padding: 26px 22px;
  border-radius: 42px;
  text-align: center;
}

.card-label,
.phone-mini-brand {
  font-size: 26px;
  font-weight: 950;
}

.card-label {
  margin-bottom: 2px;
}

.card-label::first-letter {
  color: white;
}

.card-label strong,
.phone-mini-brand strong {
  color: var(--orange);
}

.card-sub {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.qr-mark {
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, transparent 46%, #171717 46% 54%, transparent 54%),
    linear-gradient(transparent 46%, #171717 46% 54%, transparent 54%),
    #f8f8f8;
  background-size: 27px 27px;
  border: 12px solid #f8f8f8;
  display: grid;
  place-items: center;
  transform: rotate(1deg);
}

.qr-mark span {
  background: var(--orange);
  color: #111;
  font-size: 30px;
  font-weight: 950;
  padding: 16px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.scan-text {
  text-align: center;
  margin-top: 22px;
  font-weight: 950;
}

.phone-mini-brand {
  text-align: left;
  font-size: 16px;
}

.profile-card-v2 .avatar {
  margin: 32px auto 18px;
}

.profile-card-v2 h2 {
  font-size: 25px;
  letter-spacing: -.5px;
}

.profile-card-v2 p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.link-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 26px 0;
}

.link-dots span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 12px;
  color: #ddd;
}

.profile-card-v2 button {
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #111;
  font-weight: 950;
}

.micro-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(20px, 6vw, 90px) 72px;
}

.micro-flow article {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 26px;
  min-height: 210px;
}

.micro-flow article:first-child {
  border-radius: 26px 0 0 26px;
}

.micro-flow article:last-child {
  border-radius: 0 26px 26px 0;
}

.micro-flow span {
  color: var(--orange);
  font-weight: 950;
  font-size: 13px;
  letter-spacing: 2px;
}

.micro-flow h2 {
  margin-top: 42px;
  text-transform: uppercase;
  font-size: 20px;
}

.micro-flow p {
  color: var(--muted);
  line-height: 1.5;
}

.statement-section {
  margin: 0 clamp(20px, 6vw, 90px);
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid rgba(255, 90, 0, .32);
  border-radius: 36px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 90, 0, .12), transparent 36%),
    rgba(255, 255, 255, .035);
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 40px;
  align-items: center;
}

.statement-section h2 {
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.statement-section > p {
  color: #ded6d0;
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1050px) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 560px;
    max-width: 720px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .product-hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(48px, 17vw, 74px);
    letter-spacing: -4px;
  }

  .product-visual {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .glow-orb {
    display: none;
  }

  .smart-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    inset: auto;
    transform: none;
  }

  .badge-card-v2,
  .profile-card-v2 {
    min-height: auto;
  }

  .micro-flow {
    grid-template-columns: 1fr;
    padding-bottom: 54px;
  }

  .micro-flow article,
  .micro-flow article:first-child,
  .micro-flow article:last-child {
    border-radius: 22px;
  }

  .micro-flow h2 {
    margin-top: 22px;
  }

  .statement-section {
    grid-template-columns: 1fr;
  }
}
