/* Business Email storefront page */
.be-page,
.cv-page {
  --be-green: var(--brand-primary, #179BEE);
  --be-slate: var(--brand-secondary, #08476E);
  --be-ink: #1f2d3d;
  --be-muted: #5b6b7c;
  --be-line: #d9e2ec;
  --be-soft: var(--brand-primary-soft, #E8F6FE);
  color: var(--be-ink);
  background:
    radial-gradient(1200px 420px at 10% -10%, rgba(var(--brand-primary-rgb, 23, 155, 238), 0.16), transparent 60%),
    linear-gradient(180deg, #f7fafb 0%, #ffffff 38%, #f5f8fb 100%);
  padding-bottom: 64px;
}

.be-hero {
  padding: 48px 0 28px;
}
.be-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}
.be-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--brand-primary-rgb, 23, 155, 238), 0.14);
  color: var(--brand-secondary, #08476E);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.be-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  color: var(--be-slate);
  font-weight: 800;
}
.be-lead {
  margin: 0 0 22px;
  max-width: 540px;
  color: var(--be-muted);
  font-size: 16px;
  line-height: 1.65;
}
.be-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.be-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.be-btn.block { width: 100%; }
.be-btn-primary {
  background: var(--brand-primary, #179BEE);
  color: #fff !important;
  border: 1px solid var(--brand-primary-hover, #0E86D4);
  box-shadow: 0 8px 20px rgba(var(--brand-primary-rgb, 23, 155, 238), 0.28);
}
.be-btn-primary:hover {
  background: var(--brand-primary-hover, #0E86D4);
  color: #fff !important;
  transform: translateY(-1px);
}
.be-btn-ghost {
  background: #fff;
  color: #386870 !important;
  color: var(--be-slate, #386870) !important;
  border: 1px solid #d9e2ec;
  border: 1px solid var(--be-line, #d9e2ec);
}
.be-btn-ghost:hover {
  border-color: var(--brand-primary);
  border-color: var(--be-green, var(--brand-primary));
  color: #386870 !important;
  color: var(--be-slate, #386870) !important;
}

.be-hero-panel { display: flex; justify-content: center; }
.be-mail-window {
  width: 100%;
  max-width: 380px;
  background: #fff;
  border: 1px solid var(--be-line);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(31, 45, 61, 0.1);
  overflow: hidden;
}
.be-mail-bar {
  display: flex;
  gap: 6px;
  padding: 12px 14px;
  background: linear-gradient(90deg, #eef6e6, #f4f8fb);
  border-bottom: 1px solid var(--be-line);
}
.be-mail-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c5d0db;
}
.be-mail-bar span:first-child { background: var(--brand-primary); }
.be-mail-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f6;
}
.be-mail-row:last-child { border-bottom: 0; }
.be-mail-row.is-active { background: rgba(var(--brand-primary-rgb), 0.08); }
.be-mail-row strong { display: block; font-size: 14px; color: var(--be-ink); }
.be-mail-row small { color: var(--be-muted); font-size: 12px; }
.be-avatar {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--be-slate);
  color: #fff;
  font-weight: 700;
}

.be-points { padding: 10px 0 20px; }
.be-points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.be-points-grid article {
  background: #fff;
  border: 1px solid var(--be-line);
  border-radius: 14px;
  padding: 18px 16px;
}
.be-points-grid i {
  color: var(--be-green);
  font-size: 20px;
  margin-bottom: 10px;
}
.be-points-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--be-slate);
}
.be-points-grid p {
  margin: 0;
  color: var(--be-muted);
  font-size: 13px;
  line-height: 1.55;
}

.be-plans { padding: 28px 0 10px; }
.be-section-head {
  text-align: center;
  margin-bottom: 24px;
}
.be-section-head h2 {
  margin: 0 0 8px;
  color: var(--be-slate);
  font-size: 28px;
  font-weight: 800;
}
.be-section-head p {
  margin: 0;
  color: var(--be-muted);
}
.be-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  overflow: visible;
}
.be-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--be-line);
  border-radius: 18px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: transform .18s ease, box-shadow .18s ease;
}
.be-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(56, 104, 112, 0.12);
}
.be-card.is-featured {
  border-color: rgba(var(--brand-primary-rgb), 0.55);
  box-shadow: 0 16px 34px rgba(var(--brand-primary-rgb), 0.18);
  padding-top: 28px;
}
.be-badge {
  position: absolute;
  top: -11px;
  inset-inline-start: 16px;
  inset-inline-end: auto;
  right: auto;
  left: auto;
  z-index: 3;
  background: var(--be-green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: none;
}
.be-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  color: var(--be-ink);
  line-height: 1.35;
}
.be-pricebox {
  background: var(--be-soft);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
}
.be-price {
  font-size: 34px;
  font-weight: 800;
  color: var(--be-green);
  line-height: 1;
}
.be-period {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--be-slate);
  font-weight: 700;
}
.be-egp { margin-top: 6px; color: #627d98; font-size: 13px; }
.be-annual { margin-top: 4px; color: #486581; font-size: 12px; font-weight: 600; }
.be-specs {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  flex: 1;
}
.be-specs li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f6;
  font-size: 13px;
  color: #334e68;
}
.be-specs li:last-child { border-bottom: 0; }
.be-specs i { color: var(--be-green); margin-top: 2px; }

.be-compare { padding: 30px 0 0; }
.be-compare-box {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--be-line);
  border-radius: 18px;
  padding: 28px;
}
.be-compare-box h2 {
  margin: 0 0 14px;
  color: var(--be-slate);
}
.be-compare-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.be-compare-box li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  color: #334e68;
}
.be-compare-box li i { color: var(--be-green); }
.be-compare-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(160deg, #f4f9ef, #eef5f4);
  border-radius: 14px;
  padding: 20px;
}
.be-compare-cta p {
  margin: 0 0 4px;
  font-weight: 700;
  color: var(--be-slate);
}

/* Hostinger-style professional plan cards */
.be-plan-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.be-card-pro {
  padding-top: 28px;
  border-color: #e2e8f0;
}
.be-card-pro.is-featured {
  border-color: var(--brand-primary, #179BEE);
  box-shadow: 0 0 0 1px var(--brand-primary, #179BEE), 0 18px 40px rgba(var(--brand-primary-rgb, 23, 155, 238), 0.12);
}
.be-card-pro .be-badge {
  top: -1px;
  inset-inline: 18% 18%;
  right: auto;
  left: auto;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: var(--brand-primary, #179BEE);
  font-size: 12px;
  padding: 6px 10px;
}
.be-card-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.be-card-brand h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.3;
}
.be-card-desc {
  margin: 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
  min-height: 36px;
}
.be-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.be-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: transparent;
  box-shadow: 0 6px 14px rgba(8, 71, 110, 0.18);
}
.be-logo-trust {
  background: linear-gradient(135deg, var(--brand-primary, #179BEE), var(--brand-secondary, #08476E));
  color: #fff;
  font-size: 14px;
}
.be-logo-hg {
  background: linear-gradient(135deg, var(--brand-primary, #179BEE), var(--brand-secondary, #08476E));
  color: #fff;
}
.be-logo-gws {
  background: linear-gradient(135deg, #ea4335 0%, #fbbc05 35%, #34a853 70%, #4285f4 100%);
  color: #fff;
}
.be-card-pro .be-pricebox {
  background: #faf9ff;
  border: 1px solid #ede9fe;
}
.be-card-pro.is-gws .be-pricebox {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.be-save {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f3e8ff;
  color: #7c3aed;
  font-size: 11px;
  font-weight: 800;
}
.be-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.be-was {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 600;
}
.be-card-pro .be-price {
  color: #0f172a;
  font-size: 30px;
}
.be-card-pro .be-price small {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  margin-inline-start: 2px;
}
.be-renew {
  margin-top: 6px;
  font-size: 11px;
  color: #64748b;
}
.be-specs-pro li i {
  width: 16px;
  text-align: center;
  color: #7c3aed;
}
.be-ai {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
}
.be-ai-title {
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.be-ai ul,
.be-extras {
  list-style: none;
  margin: 0;
  padding: 0;
}
.be-ai li,
.be-extras li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  padding: 4px 0;
  color: #334e68;
}
.be-ai li.is-on i,
.be-extras li.is-on i { color: #16a34a; }
.be-ai li.is-off,
.be-extras li.is-off {
  color: #94a3b8;
  text-decoration: line-through;
}
.be-ai li.is-off i,
.be-extras li.is-off i { color: #ef4444; text-decoration: none; }
.be-extras { margin: 0 0 16px; }
.be-btn-outline {
  background: #fff;
  color: var(--brand-primary, #179BEE) !important;
  border: 1.5px solid var(--brand-primary, #179BEE);
  box-shadow: none;
}
.be-btn-outline:hover {
  background: var(--brand-primary-soft, #E8F6FE);
  color: var(--brand-primary-dark, #0A6EAF) !important;
}
.be-card-pro.is-featured .be-btn-primary {
  background: var(--brand-primary, #179BEE);
  border-color: var(--brand-primary-hover, #0E86D4);
  box-shadow: 0 8px 20px rgba(var(--brand-primary-rgb, 23, 155, 238), 0.28);
}
.be-card-pro.is-featured .be-btn-primary:hover {
  background: var(--brand-primary-hover, #0E86D4);
}

@media (max-width: 1199px) {
  .be-plan-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .be-hero-grid,
  .be-points-grid,
  .be-plan-grid,
  .be-compare-box {
    grid-template-columns: 1fr;
  }
  .be-hero { padding-top: 28px; }
}
/* Three Hostinger mail plans — equal wide cards, not a 4-col leftover gap */
.be-page .be-plan-grid-mail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: stretch;
}
.be-page .be-card-pro {
  min-height: 0;
  padding: 26px 22px 22px;
}
.be-page .be-card-pro .be-card-cta {
  margin-top: auto;
}
.be-page .be-due-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e2e8f0;
  font-size: 13px;
  color: #475569;
}
.be-page .be-due-now strong {
  font-size: 16px;
  color: #0f172a;
}
.be-page .be-specs-pro {
  margin-bottom: 8px;
}
.be-page .be-ai {
  margin-bottom: 8px;
}
.be-page .be-card-desc {
  min-height: 0;
  font-size: 13.5px;
}
@media (max-width: 991px) {
  .be-page .be-plan-grid-mail {
    grid-template-columns: 1fr;
    max-width: 440px;
  }
}
