    .email-hero {
      position: relative;
      padding: 118px 0 68px;
      background: #edf6ff;
      isolation: isolate;
      overflow: hidden;
    }

    .email-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(8, 8, 106, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 8, 106, 0.055) 1px, transparent 1px);
      background-size: 24px 24px;
      z-index: -2;
    }

    .email-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.72) 100%);
      z-index: -1;
    }

    .email-hero .email-hero-container {
      max-width: 1650px;
      position: relative;
      z-index: 2;
      min-height: 590px;
    }

    /* Image are background/side visuals, not grid columns */
    .email-hero .hero-bg-visual {
      position: absolute;
      top: 25px;
      z-index: 1;
      pointer-events: none;
      opacity: 1;
      filter: blur(0);
      transition: opacity 0.35s var(--ease), filter 0.35s var(--ease), transform 0.35s var(--ease);
    }

    .email-hero .hero-bg-visual.hero-bg-left {
      left: -95px;
      width: clamp(430px, 30vw, 565px);
      transform: translateY(34px);
    }

    .email-hero .hero-bg-visual.hero-bg-right {
      right: -95px;
      width: clamp(390px, 27vw, 505px);
      transform: translateY(34px);
    }

    .email-hero .hero-bg-visual .image-slot {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    .email-hero .hero-bg-visual .image-slot img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      object-position: center;
      filter: drop-shadow(0 26px 36px rgba(8, 35, 90, 0.18));
      user-select: none;
    }

    .email-hero .hero-content {
      position: relative;
      z-index: 5;
      max-width: 790px;
      margin: 0 auto;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .email-hero .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      padding: 9px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.18);
      border: 1px solid rgba(255, 255, 255, 0.95);
      color: var(--blue);
      font-size: 14px;
      font-weight: 600;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      width: fit-content;
    }

    .email-hero .trust-badge i {
      color: #0d72ff;
    }

    .email-hero .hero-title {
      max-width: 780px;
      margin: 0 auto 22px;
      font-size: clamp(44px, 5vw, 74px);
      line-height: 0.98;
      font-weight: 900;
      letter-spacing: -3.5px;
      color: var(--dark);
    }

    .email-hero .hero-title .highlight-line {
      display: inline-block;
      position: relative;
      z-index: 1;
      color: var(--blue);
      white-space: nowrap;
    }

    .email-hero .hero-title .highlight-line::after {
      content: "";
      position: absolute;
      left: 4px;
      right: 4px;
      bottom: 5px;
      height: 10px;
      border-radius: 999px;
      background: rgba(0, 136, 255, 0.16);
      z-index: -1;
    }

    .email-hero .hero-text {
      max-width: 650px;
      margin: 0 auto 26px;
      font-size: clamp(16px, 1.25vw, 19px);
      line-height: 1.58;
      color: #202769;
      font-weight: 500;
    }

    .email-hero .mini-features {
      width: fit-content;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
      padding: 11px 16px;
      border: 1px solid rgba(8, 8, 106, 0.10);
      border-radius: 20px;
      background: var(--lime);
      backdrop-filter: blur(14px);
    }

    .email-hero .mini-features .mini-feature {
      min-width: 112px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border-right: 1px solid rgba(8, 8, 106, 0.10);
      color: var(--dark-2);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.12;
      text-align: left;
    }

    .email-hero .mini-features .mini-feature:last-child {
      border-right: 0;
    }

    .email-hero .mini-features .mini-feature i {
      font-size: 24px;
      color: #0d72ff;
    }

    .email-hero .email-search-card {
      max-width: 815px;
      margin: 0 auto;
      padding: 13px 18px 14px;
      border: 1px solid rgba(8, 8, 106, 0.14);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(18px);
    }

    .email-hero .email-search-card .search-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 14px;
    }

    .email-hero .email-search-card .search-row .input-shell {
      flex: 1;
      height: 58px;
      padding: 0 22px;
      display: flex;
      align-items: center;
      gap: 14px;
      border: 1px solid rgba(8, 8, 106, 0.12);
      border-radius: 999px;
      background: #fff;
    }

    .email-hero .email-search-card .search-row .input-shell i {
      color: var(--dark-2);
      opacity: 0.78;
      font-size: 20px;
    }

    .email-hero .email-search-card .search-row .input-shell input {
        width: 100%;
        border: 0;
        outline: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--dark);
        background: transparent;
        height: 55px;
    }
    .email-hero .email-search-card .search-row .input-shell input::placeholder {
      color: #8a93bd;
      font-weight: 700;
    }

    .email-hero .email-search-card .email-tags {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .email-hero .email-search-card .email-tags .email-tag {
      min-height: 40px;
      padding: 0 13px;
      border: 1px solid rgba(8, 8, 106, 0.10);
      border-radius: 14px;
      background: #fff;
      color: #0a74ff;
      font-size: 13px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
    }

    .email-hero .bottom-cards {
      position: relative;
      z-index: 5;
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .email-hero .bottom-cards .service-card {
        min-height: 104px;
        padding: 22px;
        display: flex;
        align-items: center;
        gap: 18px;
        border: 1px solid rgb(255 255 255);
        border-radius: 18px;
        background: rgb(255 255 255 / 68%);
        backdrop-filter: blur(15px);
        transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
    }


    .email-hero .bottom-cards .service-card .service-icon {
      flex: 0 0 56px;
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, #dff0ff, #f7fbff);
      color: var(--dark);
      font-size: 30px;
    }

    .email-hero .bottom-cards .service-card h5 {
      margin-bottom: 5px;
      color: var(--dark-2);
      font-size: 16px;
    }

    .email-hero .bottom-cards .service-card p {
      margin: 0;
      color: #30376e;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.35;
    }

    @media (max-width: 1399px) {
      .email-hero .email-hero-container {
        max-width: 1320px;
      }

      .email-hero .hero-bg-visual {
        opacity: 0.78;
        filter: blur(0.4px);
      }

      .email-hero .hero-bg-visual.hero-bg-left {
        left: -22px;
        width: 410px;
        transform: translateY(34px);
      }

      .email-hero .hero-bg-visual.hero-bg-right {
        right: -18px;
        width: 370px;
        transform: translateY(34px);
      }
    }

    @media (max-width: 1199px) {
      .email-hero .email-hero-container {
        min-height: auto;
      }

      .email-hero .hero-bg-visual {
        top: 118px;
        opacity: 0.9;
        filter: blur(2px);
      }

      .email-hero .hero-bg-visual.hero-bg-left {
        left: -20px;
        width: 330px;
        transform: none;
      }

      .email-hero .hero-bg-visual.hero-bg-right {
        right: -15px;
        width: 300px;
        transform: none;
      }

      .email-hero .hero-content {
        max-width: 820px;
        padding-top: 20px;
      }
    }

    @media (max-width: 991px) {
      .email-hero .hero-bg-visual {
        opacity: 0.88;
        filter: blur(4px);
      }

      .email-hero .hero-title {
        letter-spacing: -2px;
      }

      .email-hero .mini-features {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }

      .email-hero .mini-features .mini-feature {
        min-width: auto;
        border-right: 0;
        justify-content: flex-start;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid #fff;
      }

      .email-hero .email-search-card .search-row {
        flex-direction: column;
      }

      .email-hero .email-search-card .search-row .input-shell {
        width: 100%;
      }

      .email-hero .bottom-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 575px) {
      .email-hero .hero-bg-visual {
        display: none;
      }

      .email-hero .hero-title {
        font-size: 42px;
        letter-spacing: -1.5px;
      }

      .email-hero .hero-text {
        font-size: 15px;
      }

      .email-hero .mini-features,
      .email-hero .bottom-cards {
        grid-template-columns: 1fr;
      }

      .email-hero .email-search-card {
        padding: 12px;
      }

      .email-hero .email-search-card .email-tags .email-tag {
        width: 100%;
      }

      .email-hero .bottom-cards .service-card {
        min-height: auto;
      }
    }@media (max-width: 575px) {
  .email-hero .mini-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-hero .email-search-card .search-row .input-shell {
    height: 48px;
  }
}