/* ============================================
   KONTENT MEDIA — HOMEPAGE SPECIFIC STYLES
   ============================================ */

/* ============================================
   HERO SECTION
   ============================================ */
.home-hero {
  min-height: 100vh;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 50%, rgba(0, 161, 155, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 20% 80%, rgba(0, 161, 155, 0.05) 0%, transparent 50%),
    var(--black);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 200px);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 28px;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(52px, 7.5vw, 104px);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 32px;
}

.hero-headline .headline-accent {
  color: var(--mint);
  display: inline-block;
  position: relative;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.6);
  max-width: 460px;
  margin-bottom: 40px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero-micro-proof {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
}

/* SCROLL INDICATOR */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--mint), transparent);
  animation: scroll-line-anim 2s ease-in-out infinite;
}

@keyframes scroll-line-anim {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(0.6); }
}

.scroll-indicator span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

/* PHONE MOCKUP */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-mockup {
  position: relative;
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: 280px;
  background: #0f0f0f;
  border-radius: 36px;
  border: 1.5px solid rgba(255,255,255,0.12);
  padding: 16px;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.7),
    0 0 0 1px rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(255,255,255,0.06);
  position: relative;
  z-index: 2;
}

.phone-screen {
  background: #0a0a0a;
  border-radius: 24px;
  overflow: hidden;
  min-height: 480px;
}

.phone-content {
  padding: 20px;
}

.phone-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.phone-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--mint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}

.phone-brand {
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
}

.phone-status {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
}

.phone-media {
  background: linear-gradient(135deg, #0d1a1a 0%, #001a1a 50%, #00A19B22 100%);
  border-radius: 12px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.phone-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(0,161,155,0.15));
}

.phone-media-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.phone-media-inner span {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}

.phone-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.phone-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
}

.ps-num {
  display: block;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  color: var(--mint);
  line-height: 1;
}

.ps-label {
  display: block;
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* FLOATING ANALYTICS CARDS */
.analytics-card {
  position: absolute;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  z-index: 3;
}

.analytics-card--1 {
  top: 10%;
  left: -20px;
  animation: float1 4s ease-in-out infinite;
}

.analytics-card--2 {
  top: 45%;
  right: -30px;
  animation: float2 5s ease-in-out infinite;
}

.analytics-card--3 {
  bottom: 10%;
  left: -10px;
  animation: float1 3.5s ease-in-out infinite 1s;
}

@keyframes float1 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

.ac-icon {
  font-size: 20px;
}

.ac-number {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--mint);
  line-height: 1;
}

.ac-label {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================
   POSITIONING STRIP
   ============================================ */
.positioning-strip {
  background: var(--white);
}

.positioning-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.positioning-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

/* ============================================
   WHY SECTION
   ============================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.why-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-number {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  color: rgba(0,0,0,0.08);
  line-height: 1;
}

.why-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--black);
  line-height: 1.1;
}

.why-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(0,0,0,0.6);
}

/* ============================================
   ABOUT PREVIEW
   ============================================ */
.about-preview {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 48px;
  overflow: hidden;
}

.avb-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.avb-line {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.15);
  line-height: 1;
  transition: color 0.4s ease;
}

.avb-line.avb-accent {
  color: var(--mint);
  opacity: 0.6;
}

.about-visual-box:hover .avb-line {
  color: rgba(255,255,255,0.5);
}

.about-visual-box:hover .avb-line.avb-accent {
  color: var(--mint);
  opacity: 1;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta-section {
  background: var(--black);
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,161,155,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.final-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.final-cta-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.final-cta-contact a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  transition: color 0.3s;
}

.final-cta-contact a:hover {
  color: var(--mint);
}

.cta-divider {
  color: rgba(255,255,255,0.2);
}

/* ============================================
   HOMEPAGE RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-visual {
    display: none;
  }

  .positioning-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .about-preview {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 100px 0 60px;
  }

  .hero-headline {
    font-size: clamp(40px, 12vw, 80px);
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .final-cta-section {
    padding: 80px 0;
  }

  .scroll-indicator {
    display: none;
  }
}
