/* --- Law 7: Law of Sowing Seeds --- */
.law7-hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 50%, #fef9c3 100%);
  padding: 4rem 3rem;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 3rem;
  color: #166534;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 101, 52, 0.05);
}

.law7-hero-icon {
  font-size: 3.5rem;
  color: #22c55e;
  margin-bottom: 1.5rem;
  display: inline-block;
  animation: bounce-slow 3s ease-in-out infinite;
}

@keyframes bounce-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.law7-seed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.law7-seed-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  border: 1px solid #f0fdf4;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  text-align: center;
}

.law7-seed-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.1);
  border-color: #86efac;
}

.law7-seed-icon {
  font-size: 2.5rem;
  color: #15803d;
  margin-bottom: 1rem;
}

.law7-growth-path {
  position: relative;
  padding: 2rem 0;
}

.law7-growth-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #f8fafc;
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  border-left: 5px solid #22c55e;
  transition: transform 0.3s ease;
}

.law7-growth-step:hover {
  transform: translateX(10px);
  background: #f0fdf4;
}

.law7-step-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #15803d;
  opacity: 0.3;
}

.law7-summary-box {
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  border-radius: 24px;
  padding: 3rem 2rem;
  margin: 4rem 0;
  position: relative;
}

.law7-summary-title {
  text-align: center;
  font-weight: 800;
  color: #15803d;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.law7-highlight {
  color: #15803d;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #dcfce7 70%);
}

.law7-final-glow {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(to bottom, #ffffff, #f0fdf4);
  border-radius: 40px;
  border: 2px dashed #86efac;
  margin-top: 4rem;
}

/* Presence Card / Mist Reveal for Important Point */
.law7-presence-card {
  margin: 4rem 0;
  padding: 4rem 2rem;
  background: white;
  border-radius: 30px;
  border: 1px solid #f0fdf4;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(21, 128, 61, 0.05);
  overflow: hidden;
}

/* Mist Overlay */
.law7-mist-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  z-index: 10;
  transition:
    opacity 2s ease,
    visibility 2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.law7-mist-text {
  font-weight: 800;
  color: #86efac;
  letter-spacing: 0.5em;
  opacity: 0.5;
  transition: letter-spacing 2s ease;
}

.law7-presence-card.revealed .law7-mist-overlay {
  opacity: 0;
  visibility: hidden;
}

.law7-presence-card.revealed .law7-mist-text {
  letter-spacing: 2em;
}

.law7-presence-content {
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 1.5s ease 0.5s,
    transform 1.5s ease 0.5s;
}

.law7-presence-card.revealed .law7-presence-content {
  opacity: 1;
  transform: scale(1);
}

.law7-presence-title {
  display: inline-block;
  color: #15803d;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #86efac;
}

.law7-presence-main {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #166534;
  font-weight: 800;
}

.law7-presence-sub {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #15803d;
  line-height: 1.8;
  opacity: 0.9;
}

/* Reverting Law 7 animations to simplify */

.law7-h1 {
  color: #166534;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.law7-h1-span {
  color: #15803d;
}

.law7-hero-p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.law7-section {
  margin-top: 4rem;
}

/* Rich H2 Style */
.law7-h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
  color: #166534;
  font-weight: 800;
  border-bottom: 3px solid #86efac;
  background: linear-gradient(to right, #86efac, transparent) bottom no-repeat;
  background-size: 100% 3px;
}

.law7-h2::before {
  content: "\f06c"; /* FontAwesome Leaf */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #22c55e;
  filter: drop-shadow(0 2px 4px rgba(34, 197, 94, 0.3));
}

/* Hero Particles */
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  bottom: -10px;
  background: white;
  border-radius: 50%;
  opacity: 0.6;
  animation: rise-and-fade 8s infinite linear;
}

.particle:nth-child(1) { width: 10px; height: 10px; left: 10%; animation-duration: 7s; }
.particle:nth-child(2) { width: 6px; height: 6px; left: 20%; animation-duration: 9s; animation-delay: 1s; }
.particle:nth-child(3) { width: 12px; height: 12px; left: 35%; animation-duration: 11s; animation-delay: 2s; }
.particle:nth-child(4) { width: 8px; height: 8px; left: 50%; animation-duration: 8s; animation-delay: 0.5s; }
.particle:nth-child(5) { width: 14px; height: 14px; left: 70%; animation-duration: 12s; animation-delay: 1.5s; }
.particle:nth-child(6) { width: 5px; height: 5px; left: 85%; animation-duration: 6s; animation-delay: 3s; }

@keyframes rise-and-fade {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-500px) scale(0);
    opacity: 0;
  }
}

.law7-info-box {
  background: #f0fdf4;
  padding: 2rem;
  border-radius: 20px;
  margin: 2rem 0;
}

.law7-info-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #166534;
  text-align: center;
}

.law7-action-box {
  border-left: 5px solid #22c55e;
  background: #f8fafc;
  padding: 1.5rem;
  margin: 2rem 0;
}

.law7-action-title {
  font-weight: bold;
  color: #15803d;
  margin-bottom: 0.5rem;
}

.law7-action-main {
  font-size: 1.3rem;
  font-weight: 900;
}

.law7-step-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.law7-step-desc {
  font-size: 0.95rem;
}

.law7-warning-box {
  text-align: center;
  padding: 2.5rem;
  background: #fffbeb;
  border-radius: 30px;
  border: 2px solid #fef3c7;
  margin: 2rem 0;
}

.law7-warning-icon {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 1rem;
}

.law7-warning-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #b45309;
  line-height: 1.6;
}

.law7-warning-p {
  font-size: 0.95rem;
  margin-top: 1rem;
}

.law7-rule-box {
  text-align: center;
  padding: 1.5rem;
  background: #f0fdf4;
  border-radius: 15px;
  margin: 2rem 0;
}

.law7-rule-text {
  font-size: 1.4rem;
  font-weight: 900;
  color: #15803d;
}

.law7-flex-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.law7-love-card {
  flex: 1;
  min-width: 250px;
  background: #fff1f2;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #fecdd3;
}

.law7-love-title {
  font-weight: bold;
  color: #e11d48;
  margin-bottom: 1rem;
}

.law7-love-main {
  font-size: 1.1rem;
  line-height: 1.8;
}

.law7-love-highlight {
  font-size: 1.5rem;
  font-weight: 900;
  color: #be123c;
}

.law7-text-container {
  flex: 1;
  min-width: 250px;
}

.law7-message-box {
  text-align: center;
  border: 2px solid #fbbf24;
  border-radius: 15px;
  padding: 1.5rem;
}

.law7-message-title {
  font-weight: bold;
  color: #d97706;
  margin: 0;
}

.law7-message-sub {
  margin-top: 0.5rem;
}

.law7-mt-1-5 {
  margin-top: 1.5rem;
}

.law7-final-text-1 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #15803d;
  margin-bottom: 1rem;
}

.law7-final-text-2 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #ea580c;
  margin-top: 1.5rem;
}

/* Sidebar Advice Text tweaks */
.sc-advice-text {
  color: #0f172a;
  font-size: 0.85rem;
  line-height: 1.7;
}

.sc-advice-text .law7-highlight {
    background: linear-gradient(transparent 75%, #dcfce7 75%);
}
