/* ==========================================================================
   VARN DESIGN - Rich, Colorful, Visual-Heavy Studio Components
   ========================================================================== */

/* 1. Hero Section with 3D Browser Art & Colorful Chips */
.varn-rich-hero {
  padding: 60px 24px 70px;
  max-width: 1280px;
  margin: 0 auto;
}
.varn-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .varn-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.varn-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f4f5;
  color: #18181b;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  border: 1px solid #e4e4e7;
}
.varn-eyebrow-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}
.varn-hero-title {
  font-family: 'TWK Everett', 'Inter', sans-serif !important;
  font-size: clamp(34px, 4.5vw, 54px) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: -0.025em !important;
  color: #09090b !important;
  margin: 0 0 20px 0 !important;
}
.varn-hero-desc {
  font-size: clamp(16px, 1.8vw, 18.5px);
  line-height: 1.6;
  color: #52525b;
  margin: 0 0 32px 0;
}
.varn-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .varn-hero-btns {
    justify-content: center;
  }
}
.varn-btn-black {
  background: #000000;
  color: #ffffff !important;
  padding: 14px 30px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.varn-btn-black:hover {
  background: #27272a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.varn-btn-white {
  background: #ffffff;
  color: #09090b !important;
  padding: 14px 28px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #e4e4e7;
}
.varn-btn-white:hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
}

/* Hero Art Frame */
.varn-hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.varn-hero-blob {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
  filter: blur(50px);
  opacity: 0.35;
  z-index: 0;
}
.varn-hero-browser {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0,0,0,0.06);
  padding: 18px;
  width: 100%;
  max-width: 420px;
}
.varn-browser-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.varn-browser-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e4e4e7;
}
.varn-browser-bar i:nth-child(1) { background: #ef4444; }
.varn-browser-bar i:nth-child(2) { background: #f59e0b; }
.varn-browser-bar i:nth-child(3) { background: #10b981; }

.varn-browser-body {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f8fafc;
  border-radius: 14px;
  padding: 18px;
}
.varn-browser-preview-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  background: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.varn-browser-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.varn-mini-stat {
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.varn-mini-stat small {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 500;
}
.varn-mini-stat b {
  font-size: 14px;
  color: #0f172a;
  font-weight: 700;
}

/* Floating Chips */
.varn-float-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 18px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 13.5px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.08);
  animation: floatAnim 4s ease-in-out infinite;
}
.varn-float-chip.chip-1 {
  bottom: 0px;
  left: 0px;
  background: #bef264;
  color: #1a2e05;
}
.varn-float-chip.chip-2 {
  top: 10px;
  right: 0px;
  background: #000000;
  color: #ffffff;
  animation-delay: -2s;
}
@keyframes floatAnim {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

/* 2. Stats Bar */
.varn-stats-band {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 36px 24px;
}
.varn-stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .varn-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.varn-stat-cell strong {
  display: block;
  font-family: 'TWK Everett', 'Inter', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #09090b;
  line-height: 1.1;
  margin-bottom: 4px;
}
.varn-stat-cell span {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}

/* 3. Section Container */
.varn-section-wrap {
  padding: 80px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.varn-section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}
.varn-section-head .eyebrow {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6366f1;
  margin-bottom: 12px;
  display: block;
}
.varn-section-head h2 {
  font-family: 'TWK Everett', 'Inter', sans-serif !important;
  font-size: clamp(28px, 3.8vw, 42px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #09090b !important;
  margin: 0 0 14px 0 !important;
}
.varn-section-head p {
  font-size: 17px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* 4. Colorful Challenge Cards */
.varn-challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.varn-challenge-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #e2e8f0;
  position: relative;
  transition: all 0.25s ease;
  overflow: hidden;
}
.varn-challenge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.07);
  border-color: #cbd5e1;
}
.varn-card-num-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #f1f5f9;
  color: #0f172a;
}
.varn-challenge-card:nth-child(1) .varn-card-num-pill { background: #fef3c7; color: #92400e; }
.varn-challenge-card:nth-child(2) .varn-card-num-pill { background: #ede9fe; color: #5b21b6; }
.varn-challenge-card:nth-child(3) .varn-card-num-pill { background: #dcfce7; color: #166534; }
.varn-challenge-card:nth-child(4) .varn-card-num-pill { background: #fee2e2; color: #991b1b; }
.varn-challenge-card:nth-child(5) .varn-card-num-pill { background: #e0e7ff; color: #3730a3; }
.varn-challenge-card:nth-child(6) .varn-card-num-pill { background: #ccfbf1; color: #115e59; }

.varn-challenge-card h3 {
  font-family: 'TWK Everett', 'Inter', sans-serif !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  margin: 0 0 10px 0 !important;
}
.varn-challenge-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* 5. Rich Solution Band with Image & Highlights */
.varn-solution-section {
  background: #09090b;
  color: #ffffff;
  padding: 80px 24px;
  border-radius: 32px;
  margin: 40px 24px;
}
.varn-solution-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .varn-solution-grid {
    grid-template-columns: 1fr;
  }
}
.varn-solution-image-box img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}
.varn-solution-text .eyebrow {
  color: #a78bfa;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: block;
}
.varn-solution-text h2 {
  font-family: 'TWK Everett', 'Inter', sans-serif !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin: 0 0 24px 0 !important;
}
.varn-solution-points-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.varn-sol-point {
  display: flex;
  gap: 16px;
}
.varn-sol-point-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.2);
  color: #a78bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.varn-sol-point-body strong {
  display: block;
  font-size: 16.5px;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 4px;
}
.varn-sol-point-body span {
  font-size: 14.5px;
  color: #94a3b8;
  line-height: 1.5;
}

/* 6. Before / After Visual Showcase */
.varn-before-after-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 32px;
  margin-top: 40px;
}
.varn-ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .varn-ba-grid {
    grid-template-columns: 1fr;
  }
}
.varn-ba-col {
  text-align: center;
}
.varn-ba-col img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.varn-ba-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

/* 7. FAQs */
.varn-faq-box {
  max-width: 840px;
  margin: 0 auto;
}
.varn-faq-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.varn-faq-card:hover {
  border-color: #cbd5e1;
}
.varn-faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 22px 24px;
  font-family: 'TWK Everett', 'Inter', sans-serif;
  font-size: 17.5px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.varn-faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #475569;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.varn-faq-card.is-open .varn-faq-icon {
  transform: rotate(45deg);
  background: #000000;
  color: #ffffff;
}
.varn-faq-drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.varn-faq-card.is-open .varn-faq-drawer {
  max-height: 300px;
}
.varn-faq-drawer-content {
  padding: 0 24px 22px;
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* 8. Soft Mint/Cyan Gradient CTA Banner */
.varn-gradient-cta {
  background: linear-gradient(135deg, #e0f2fe 0%, #ecfdf5 50%, #fef3c7 100%);
  border-radius: 32px;
  padding: 70px 32px;
  text-align: center;
  max-width: 1200px;
  margin: 60px auto 80px;
  border: 1px solid rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}
.varn-gradient-cta h2 {
  font-family: 'TWK Everett', 'Inter', sans-serif !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  margin: 0 0 16px 0 !important;
}
.varn-gradient-cta p {
  font-size: 17.5px;
  color: #334155;
  max-width: 620px;
  margin: 0 auto 34px;
  line-height: 1.6;
}
