@import url("website-development-revamp.css?v=6");

/* Email Migration Services */

.email-migration-page {
  --em-navy: #06162d;
  --em-blue: #0b5aa3;
  --em-cyan: #20d6ff;
  --em-green: #22c55e;
  --em-violet: #6d5dfc;
  --em-muted: #5d6b7f;
  --em-border: #e4ebf5;
}

.em-hero {
  background:
    radial-gradient(circle at 78% 36%, rgba(32, 214, 255, 0.26), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(109, 93, 252, 0.22), transparent 24%),
    linear-gradient(135deg, #06162d 0%, #0b3f7f 55%, #04101f 100%) !important;
}

.em-hero::before {
  background:
    linear-gradient(115deg, rgba(6, 22, 45, 0.08), rgba(6, 22, 45, 0.42)),
    url("../images/email.png") center/cover no-repeat;
  opacity: 0.18;
}

.em-hero::after {
  background:
    linear-gradient(90deg, rgba(6, 22, 45, 0.96) 0%, rgba(8, 53, 104, 0.84) 56%, rgba(6, 22, 45, 0.58) 100%),
    repeating-linear-gradient(90deg, rgba(32, 214, 255, 0.05) 0 1px, transparent 1px 84px);
}

.em-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: 660px;
  gap: 2rem;
}

@media (min-width: 992px) {
  .em-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.88fr);
  }
}

.em-hero__content {
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}

.em-command-center {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(rgba(32, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 214, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(32, 214, 255, 0.18), transparent 40%),
    rgba(3, 16, 33, 0.62);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3), inset 0 0 80px rgba(32, 214, 255, 0.08);
  overflow: hidden;
}

.em-cloud,
.em-dashboard,
.em-dns-panel {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(3, 16, 33, 0.84);
  color: #fff;
  backdrop-filter: blur(16px);
}

.em-cloud {
  display: grid;
  place-items: center;
  gap: 0.35rem;
  width: 132px;
  min-height: 104px;
  padding: 1rem;
}

.em-cloud i {
  color: var(--em-cyan);
  font-size: 2rem;
}

.em-cloud span {
  font-size: 0.78rem;
  font-weight: 700;
}

.em-cloud--source {
  top: 11%;
  left: 8%;
}

.em-cloud--target {
  right: 8%;
  top: 14%;
}

.em-transfer-line {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 25%;
  height: 2px;
  background: rgba(32, 214, 255, 0.24);
}

.em-transfer-line span {
  position: absolute;
  top: -5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--em-cyan);
  box-shadow: 0 0 24px rgba(32, 214, 255, 0.8);
  animation: emPulseMove 4s linear infinite;
}

@keyframes emPulseMove {
  from { transform: translateX(0); }
  to { transform: translateX(260px); }
}

.em-dashboard {
  left: 50%;
  top: 54%;
  width: min(340px, 78%);
  transform: translate(-50%, -50%);
  padding: 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.em-dashboard__head,
.em-sync-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.em-dashboard__head span,
.em-sync-row span,
.em-metrics span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.em-dashboard__head strong {
  color: var(--em-cyan);
  font-size: 1.25rem;
}

.em-sync-row {
  margin: 1.1rem 0 0.55rem;
}

.em-progress {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.em-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--em-cyan), var(--em-green));
}

.em-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.em-metrics div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 0.65rem 0.55rem;
  background: rgba(255, 255, 255, 0.06);
}

.em-metrics b {
  display: block;
  color: #fff;
  font-size: 0.82rem;
}

.em-dns-panel {
  left: 50%;
  bottom: 10%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  width: min(380px, 84%);
  padding: 0.75rem;
  transform: translateX(-50%);
}

.em-dns-panel span {
  border-radius: 5px;
  padding: 0.48rem;
  background: rgba(32, 214, 255, 0.12);
  color: var(--em-cyan);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.em-value-strip {
  background: #fff;
  border-bottom: 1px solid var(--em-border);
  padding: 1rem 0;
}

.em-value-strip__grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .em-value-strip__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.em-value-strip__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--em-navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.em-value-strip__item i,
.em-source-links a i {
  color: var(--em-green);
}

.em-copy {
  color: var(--em-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.em-source-panel {
  border: 1px solid var(--em-border);
  border-radius: 8px;
  padding: 2rem;
  background:
    radial-gradient(circle at 92% 18%, rgba(32, 214, 255, 0.16), transparent 30%),
    #fff;
  box-shadow: 0 20px 70px rgba(6, 22, 45, 0.08);
}

.em-source-panel h3 {
  color: var(--em-navy);
  font-size: 1.45rem;
  line-height: 1.25;
}

.em-source-panel p {
  color: var(--em-muted);
  line-height: 1.7;
}

.em-source-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.em-source-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--em-border);
  border-radius: 7px;
  padding: 0.85rem 1rem;
  color: var(--em-blue);
  font-weight: 800;
}

.em-platform-card h3,
.em-use-case-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
}

.em-data-grid,
.em-benefit-grid,
.em-risk-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  .em-data-grid,
  .em-benefit-grid,
  .em-risk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .em-data-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.em-data-item,
.em-benefit-item,
.em-risk-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid var(--em-border);
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  color: var(--em-navy);
  font-weight: 800;
}

.em-data-item i,
.em-risk-item i {
  color: var(--em-blue);
}

.em-process-track {
  display: grid;
  gap: 1rem;
}

.em-process-card {
  border: 1px solid var(--em-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(6, 22, 45, 0.07);
}

.em-process-card:hover {
  border-color: rgba(11, 90, 163, 0.28);
  background: #fff;
}

.em-process-card .wd-timeline-num {
  border-color: rgba(32, 214, 255, 0.72);
  background: var(--em-blue);
  color: #fff;
}

.em-process-card h3 {
  color: var(--em-navy);
}

.em-process-card p {
  color: var(--em-muted);
}

@media (min-width: 768px) {
  .em-process-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .em-process-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

.em-benefits p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.em-benefit-item {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.em-benefit-item i {
  color: var(--em-cyan);
}

.em-use-case-card {
  border: 1px solid var(--em-border);
  border-radius: 8px;
  padding: 1.35rem;
  background: #fff;
  box-shadow: 0 16px 50px rgba(6, 22, 45, 0.06);
}

.em-use-case-card i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 8px;
  background: rgba(11, 90, 163, 0.1);
  color: var(--em-blue);
}

.em-ops-visual {
  position: relative;
  min-height: 420px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(32, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #06162d, #0b3f7f);
  background-size: 32px 32px, 32px 32px, auto;
  overflow: hidden;
}

.em-ops-visual__screen {
  position: absolute;
  inset: 13% 9% 24%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 22, 45, 0.08), rgba(6, 22, 45, 0.28)),
    url("../images/encrypted-mail-sync.jpg") center/cover no-repeat;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.em-ops-security {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.em-ops-security i {
  color: var(--em-green);
}

.em-faq-list {
  display: grid;
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
}

.em-faq-item {
  border: 1px solid var(--em-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(6, 22, 45, 0.05);
}

.em-faq-item summary {
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  color: var(--em-navy);
  font-weight: 800;
}

.em-faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: var(--em-muted);
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .em-hero__grid {
    min-height: auto;
  }

  .em-command-center {
    min-height: 390px;
    margin-bottom: 2rem;
  }

  .em-cloud {
    width: 110px;
  }

  .em-dashboard {
    width: 86%;
  }

  .em-metrics,
  .em-dns-panel {
    grid-template-columns: 1fr 1fr;
  }
}
