/* ================================================
   HOME PAGE STYLES (index.html)
   ================================================ */

.interactive {
  background: linear-gradient(135deg, #4ade80, #4338ca);
  color: white;
}

.models {
    text-align: center;
    padding-bottom: 5rem;
}

.models h2 {
    font-size: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.models p {
    padding-bottom: 2rem;
}

.models img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 2%;
}

.interactive__grid h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  max-width: 30rem;
  text-align: center;
  line-height: 127%;
  letter-spacing: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}

.interactive__grid hr {
  margin-right: auto;
  margin-left: auto;
}

.interactive__grid p {
  text-align: justify;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.pillars h2 {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.card {
  border-radius: 10%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card img {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
.card p {
  font-size: 1rem;
}

.slogant h2 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.slogant p{
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 1.5rem;
}

.interactive__grid,
.pricing__grid,
.pillars__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pricing {
  padding-top: 2rem;
  background: linear-gradient(135deg, #4ade80, #4338ca);
}

.pricing h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.pricing__card {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing__card--featured {
  border-color: #4854D0;
  background: white;
  transform: scale(1.02);
}

.pricing__card--featured .pricing__features {
  font-weight: 500;
}

.pricing__badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #4854D0;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
}

.pricing__header h3 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
  color: #2c2c2c;
}

.pricing__subtitle {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.pricing__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0.75rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pricing__amount {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4854D0;
}

.pricing__period {
  color: #888;
  font-size: 0.95rem;
}

.pricing__description {
  color: #666;
  font-size: 0.95rem;
  margin: 0.5rem 0;
  line-height: 1.5;
}

.pricing__features {
  list-style: none;
  padding: 0.75rem 0;
  margin: 0.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pricing__features li {
  padding: 0.4rem 0;
  color: #555;
  font-size: 0.95rem;
}

.pricing__features li::before {
  content: "✓ ";
  color: #6FBE57;
  font-weight: bold;
  margin-right: 0.5rem;
}

.pricing__note {
  font-size: 0.85rem;
  color: #999;
  margin-top: 0.5rem;
  text-align: center;
}

.btn--block {
  width: 100%;
  padding: 0.75rem;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}

.price-card ul {
  margin-bottom: 1.5rem;
}

.price-card 
.price-card a{
  margin-left: auto;
  margin-right: auto;
}
