.first{
    text-align: center;
    background: #6cf;
    padding: 150px 0.5rem 150px;
    position: relative;
}

h1{color: #6cf;}
.first h1{
    color: #fdfdfd;
}
.custom-shape-divider-bottom-1754586356 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotateX(180deg);
}

.custom-shape-divider-bottom-1754586356 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.custom-shape-divider-bottom-1754586356 .shape-fill {
    fill: #FDFDFD;
}

h2{
    font-family: "Montserrat", sans-serif;
    color: #6cf;
}

.first h1 {
  color: #fdfdfd;
  font-size: 3rem;
}

.email-info,.how-it-works{max-width: 900px;margin: 0 auto;}
.email-info{margin-bottom: 4rem;}

.main-sec {
  margin: 4rem 0;
  padding: 0;
}

.main-sec h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.email-info p,
.how-it-works li,
.benefits li {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #555;
}

.how-it-works ol {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.how-it-works li {
  margin-bottom: 0.8rem;
}
.benefits {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.benefits h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #333;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.brand-card {
  background: #fdfdfd;
  border-radius: 1rem;
  padding: 2rem;
  text-align: left;
  transition: all 0.3s ease;
  backdrop-filter: blur(12px) brightness(1.2);
  box-shadow: 0 4px 10px #0001, inset 0 0 5px #ddd8;
  text-align: center;
}

.brand-card:hover {
  transform: translateY(-6px);
  background: #f5f5f5;
  box-shadow: 0 6px 24px #0002;
}

.brand-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #6cf;
}

.brand-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .benefits h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .first h1 {
    font-size: 2.2rem;
  }

  .main-sec h2 {
    font-size: 1.8rem;
  }
}

