/* HERO */
.hero {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 60%, #1a4480 100%);
  padding: 6rem 0 5rem;
  overflow: hidden;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero__content {
  color: var(--white);
}
.hero__content .badge {
  margin-bottom: 1.5rem;
}
.hero__content h1 {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.hero__content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 440px;
  margin-bottom: 2rem;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* EMAIL MOCKUP */
.email-mockup {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}
.email-mockup__header {
  background: var(--gray-100);
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--gray-200);
}
.email-mockup__dots {
  display: flex;
  gap: 6px;
}
.email-mockup__dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gray-400);
}
.email-mockup__dots span:nth-child(1) {
  background: #f87171;
}
.email-mockup__dots span:nth-child(2) {
  background: #fbbf24;
}
.email-mockup__dots span:nth-child(3) {
  background: #4ade80;
}
.email-mockup__title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray-600);
}
.email-mockup__body {
  padding: 0.5rem 0;
}
.email-mockup__badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue-600);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-top: 1px solid rgba(37, 99, 235, 0.12);
}

.email-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--gray-100);
  cursor: pointer;
  transition: background 150ms;
}
.email-item:hover {
  background: var(--gray-50);
}
.email-item:last-child {
  border-bottom: none;
}
.email-item--unread .email-item__from {
  font-weight: 700;
}
.email-item__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.email-item__content {
  flex: 1;
  min-width: 0;
}
.email-item__from {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray-800);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-item__subject {
  font-size: 0.78rem;
  color: var(--gray-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-item__meta {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  color: var(--gray-400);
  flex-shrink: 0;
}

.lock-icon {
  color: var(--blue-500);
  display: flex;
}

/* TRUST BAR */
.trust-bar {
  background: var(--navy-800);
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.trust-bar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  list-style: none;
}
.trust-bar__items li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
}
.trust-bar__items li svg {
  color: var(--blue-400);
  flex-shrink: 0;
}

/* BENEFIT CARDS */
.benefit-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}
.benefit-card p {
  color: var(--gray-600);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* STEPS */
.steps {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  text-align: center;
}
.step__number {
  width: 52px;
  height: 52px;
  background: var(--blue-600);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}
.step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.step p {
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.65;
}
.step__arrow {
  align-self: flex-start;
  margin-top: 1.1rem;
  color: var(--gray-400);
  flex-shrink: 0;
}

/* TESTIMONIALS */
.testimonial__stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.testimonial__text {
  color: var(--gray-600);
  font-size: 0.93rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue-600);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial__name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gray-800);
}
.testimonial__role {
  font-size: 0.8rem;
  color: var(--gray-600);
}

/* FROM THE BLOG */
.blog-section__header {
  margin-bottom: 2.5rem;
}

.blog-section__cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* CTA SECTION */
.cta-section h2 {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}
.cta-section p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}
.cta-section__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__illustration {
    display: none;
  }
  .hero__content h1 {
    font-size: 2.4rem;
  }
}
/* HERO MARKETING CARD */
.hero__marketing-card {
  margin-top: 1.25rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  max-height: 160px;
}

.hero__marketing-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
  display: block;
  filter: brightness(0.85);
}

.hero__marketing-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 0;
  background: rgba(15, 31, 61, 0.85);
  backdrop-filter: blur(4px);
}

.hero__stat {
  flex: 1;
  padding: 0.5rem 0.75rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero__stat:last-child {
  border-right: none;
}

.hero__stat-num {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--sky-400);
  line-height: 1;
}

.hero__stat-label {
  display: block;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}

/* EMAIL MARKETING SHOWCASE SECTION */
.em-showcase {
  background: var(--white);
}
.em-showcase__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 860px) {
  .em-showcase__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.em-showcase__visual {
  position: relative;
  flex-shrink: 0;
}
.em-showcase__img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: block;
  object-fit: cover;
  height: 380px;
}
.em-showcase__content .badge {
  margin-bottom: 1rem;
}
.em-showcase__content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.em-showcase__content p {
  color: var(--gray-600);
  line-height: 1.75;
  font-size: 0.97rem;
  margin-bottom: 1.5rem;
}

.em-stat-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  border-radius: var(--radius-pill);
  padding: 0.55rem 1rem;
  box-shadow: var(--shadow-md);
  font-size: 0.82rem;
  color: var(--gray-800);
  white-space: nowrap;
  font-weight: 500;
}
.em-stat-bubble svg {
  color: var(--blue-600);
  flex-shrink: 0;
}
.em-stat-bubble--1 {
  top: -14px;
  right: -16px;
}
.em-stat-bubble--2 {
  bottom: 20px;
  left: -16px;
}
@media (max-width: 860px) {
  .em-stat-bubble--1 {
    top: -12px;
    right: 12px;
  }
  .em-stat-bubble--2 {
    bottom: 12px;
    left: 12px;
  }
}

.em-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.em-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.93rem;
  color: var(--gray-700);
  line-height: 1.5;
}
.em-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--blue-600);
  flex-shrink: 0;
}