/* ============================================================
   HERO SECTION STYLES
   ============================================================ */

.hero {
  min-height: 100vh;
  background: linear-gradient(155deg, var(--sky0) 0%, var(--sky1) 35%, var(--sky2) 65%, var(--sky3) 100%);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 40px 8vw 0;
  gap: 120px;
}

/* Background Blots Animation */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.hb1 {
  width: 600px;
  height: 600px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(43, 137, 138, .3) 0%, transparent 70%);
  animation: blob 14s ease-in-out infinite alternate;
}

.hb2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: 200px;
  background: radial-gradient(circle, rgba(240, 168, 104, .25) 0%, transparent 70%);
  animation: blob 10s ease-in-out infinite alternate-reverse;
}

.hb3 {
  width: 240px;
  height: 240px;
  top: 40%;
  right: -60px;
  background: radial-gradient(circle, rgba(43, 137, 138, .25) 0%, transparent 70%);
  animation: blob 8s ease-in-out infinite alternate;
}

/* Particle Effects */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(43, 137, 138, .3);
  animation: particle-rise linear infinite;
}

/* Hero Left Content */
.hero-left {
  position: relative;
  z-index: 2;
  justify-self: end;
  max-width: 550px;
}

.hero-tag {
  position: relative;
  top: -25px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(43, 137, 138, .2);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  max-width:90vw;
  color: var(--teal);
  margin-bottom: 16px;
  animation: fade-up .7s .05s both;
  box-shadow: var(--clay-float);
}

.hero-h1 {
  font-size: clamp(48px, 5vw, 64px);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.0;
  letter-spacing: -2px;
  margin-bottom: 18px;
  animation: fade-up .7s .12s both;
}

.hero-h1 .hl {
  color: var(--teal);
  position: relative;
  display: inline-block;
}

.hero-h1 .hl::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--teal);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: line-in .6s .8s ease forwards;
}

.hero-sub {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  color: var(--txt2);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 425px;
  animation: fade-up .7s .2s both;
}

.hero-price-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal);
  color: #fff;
  border-radius: 16px;
  padding: 12px 20px;
  margin-bottom: 28px;
  animation: fade-up .7s .27s both;
  box-shadow: var(--clay-teal);
}

.hpc-price {
  font-size: 30px;
  font-weight: 900;
}

.hpc-sep {
  width: 2px;
  height: 50px;
  background: rgba(255, 255, 255, .3);
}

.hpc-info {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Nunito Sans', sans-serif;
  opacity: .9;
}

.hero-store-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: fade-up .7s .34s both;
}

/* Hero Right - Phone Mockups */
.hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
  height: 100%;
  animation: fade-up .7s .1s both;
}

.phones-stage {
  position: relative;
  width: 360px;
  height: 480px;
}

.phone-w {
  position: absolute;
  bottom: 0;
  width: 155px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1d3e5e, #0f2438);
  padding: 9px;
  box-shadow: var(--float-shadow);
  transform-origin: bottom center;
}

.pw-l {
  left: 0;
  transform: rotate(-9deg) translateY(14px);
  z-index: 1;
}

.pw-c {
  left: 50%;
  transform: translateX(-50%) scale(1.06);
  z-index: 3;
}

.pw-r {
  right: 0;
  transform: rotate(9deg) translateY(14px);
  z-index: 1;
}

.pw-screen {
  background: linear-gradient(170deg, var(--sky0), var(--sky2));
  border-radius: 20px;
  padding: 10px 8px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pws-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pws-hi {
  font-size: 8px;
  font-weight: 800;
  color: var(--navy);
}

.pws-hi span {
  color: var(--teal);
}

.pws-av {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.pws-sect {
  font-size: 7px;
  font-weight: 700;
  color: var(--txt2);
  margin-top: 2px;
}

.pws-card {
  background: var(--navy);
  border-radius: 9px;
  padding: 8px;
}

.pws-img {
  height: 48px;
  border-radius: 5px;
  background: linear-gradient(135deg, #2a6b8a, #163d5a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.pws-name {
  font-size: 7px;
  font-weight: 800;
  color: #fff;
}

.pws-cat {
  font-size: 6px;
  color: rgba(255, 255, 255, .45);
}

.pws-btn {
  background: var(--teal);
  color: #fff;
  font-size: 6px;
  font-weight: 700;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  margin-top: 5px;
}

.pws-nav {
  background: rgba(255, 255, 255, .85);
  border-radius: 9px;
  padding: 5px 8px;
  display: flex;
  justify-content: space-around;
  margin-top: auto;
}

.pn-dot {
  width: 10px;
  height: 4px;
  border-radius: 2px;
  background: #ccc;
}

.pn-dot.on {
  background: var(--teal);
}

/* Floating Cards */
.fb {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  padding: 9px 14px;
  box-shadow: var(--clay-float);
  animation: fb-float ease-in-out infinite;
  white-space: nowrap;
  z-index: 5;
}

.fb-val {
  font-size: 16px;
  font-weight: 900;
  color: var(--teal);
}

.fb-lbl {
  font-size: 9px;
  color: var(--txt2);
  margin-top: 1px;
  font-family: 'Nunito Sans', sans-serif;
}

/* Scroll Indicator */
.scroll-ind {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 10;
  animation: fade-up .7s .8s both;
}

.scroll-ind span {
  font-size: 11px;
  color: var(--txt2);
  font-family: 'Nunito Sans', sans-serif;
}

.scroll-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(43, 137, 138, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce-down 1.6s ease-in-out infinite;
  box-shadow: var(--clay-float);
  background: rgba(255, 255, 255, .6);
}

.scroll-arrow svg {
  width: 14px;
  height: 14px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* Diagonal Band Section */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(135deg, var(--azure) 0%, var(--teal) 50%, var(--warm) 100%);
  clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0 100%);
  z-index: 0;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 180px 24px 60px;
    gap: 40px;
    text-align: center;
  }

  .hero-left {
    justify-self: center;
    margin-top: 0;
    max-width: 100%;
  }

  .hero-right {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}