* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.bne-clear-saas {
  margin: 0;
  min-height: 100vh;
  background: #f8fafc;
  color: #002050;
  font-family: Cairo, Arial, sans-serif;
}

.bne-header,
.bne-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bne-header {
  min-height: 76px;
}

.bne-footer {
  padding: 28px 0;
  color: #64748b;
}

.bne-brand {
  color: #002050;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.bne-brand span,
.bne-kicker {
  color: #d24726;
}

.bne-header nav,
.bne-footer {
  display: flex;
  gap: 18px;
}

.bne-header a,
.bne-footer a {
  color: #002050;
  font-weight: 800;
  text-decoration: none;
}

main {
  width: 100%;
}

.bne-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 64px max(24px, calc((100vw - 1180px) / 2)) 72px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 32, 80, .96), rgba(17, 96, 183, .84)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 1px, transparent 1px 70px);
  color: #fff;
}

.bne-hero-copy {
  position: relative;
  z-index: 2;
}

.bne-pill,
.bne-plan-badge,
.bne-coupon-note {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 999px;
  background: rgba(125, 211, 252, .16);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 14px;
}

.bne-hero h1 {
  max-width: 680px;
  margin: 22px 0 18px;
  color: #eaf3ff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.05;
  letter-spacing: 0;
}

.bne-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 19px;
  line-height: 1.9;
}

.bne-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bne-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #d24726;
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0 24px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(210, 71, 38, .26);
}

.bne-button-ghost {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.bne-steps,
.bne-process {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

.bne-steps span,
.bne-process li {
  list-style: none;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
}

.bne-hero-visual {
  position: relative;
  z-index: 1;
  min-height: 390px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
}

.bne-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transform: scale(1.04);
}

.bne-floating-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: min(260px, calc(100% - 52px));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  color: #002050;
  padding: 18px 20px;
  backdrop-filter: blur(14px);
}

.is-rtl .bne-floating-card {
  right: auto;
  left: 26px;
}

.bne-floating-card span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.bne-floating-card strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 900;
}

.bne-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, calc(100% - 32px));
  margin: -34px auto 34px;
  position: relative;
  z-index: 3;
}

.bne-trust-strip span {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #002050;
  padding: 18px 20px;
  font-weight: 900;
  box-shadow: 0 16px 42px rgba(15,23,42,.08);
}

.bne-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 76px;
}

.bne-plan-grid.compact {
  display: flex;
  flex-wrap: wrap;
}

.bne-plan-card,
.bne-summary,
.bne-form,
.bne-result,
.bne-manual ol {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15,23,42,.08);
}

.bne-plan-card,
.bne-summary,
.bne-form {
  padding: 28px;
}

.bne-plan-card.is-featured {
  border-color: rgba(210, 71, 38, .42);
  box-shadow: 0 22px 54px rgba(210, 71, 38, .14);
}

.bne-plan-card h2 {
  margin: 14px 0 8px;
  color: #002050;
  font-size: 25px;
}

.bne-plan-card p,
.bne-summary p,
.bne-result p,
.bne-manual p {
  color: #475569;
  line-height: 1.8;
}

.bne-plan-card strong,
.bne-summary strong {
  display: block;
  margin: 18px 0;
  color: #002050;
  font-size: 36px;
  font-weight: 900;
}

.bne-plan-badge {
  background: #ffedd5;
  color: #d24726;
  border-color: #fed7aa;
}

.bne-coupon-note {
  display: flex;
  border-radius: 8px;
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

.bne-plan-card ul,
.bne-feature-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.bne-plan-card li,
.bne-feature-list li {
  position: relative;
  color: #334155;
  font-weight: 800;
  line-height: 1.7;
  padding-inline-start: 24px;
}

.bne-plan-card li::before,
.bne-feature-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.82em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #16a34a;
}

.bne-checkout,
.bne-manual,
.bne-result {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 70px;
}

.bne-checkout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.bne-summary .bne-pill {
  color: #1160b7;
  border-color: #dbeafe;
  background: #eff6ff;
}

.bne-summary h1,
.bne-manual h1,
.bne-result h1 {
  margin: 18px 0 10px;
  color: #002050;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: 0;
}

.bne-process li {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #002050;
}

.bne-form {
  display: grid;
  gap: 10px;
}

.bne-form-head {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #f1f5f9;
  padding: 16px;
}

.bne-form-head span {
  display: block;
  color: #d24726;
  font-weight: 900;
}

.bne-form-head strong {
  display: block;
  margin-top: 4px;
  color: #002050;
  line-height: 1.6;
}

.bne-form label {
  color: #002050;
  font-weight: 900;
}

.bne-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 0 14px;
  color: #002050;
  font: inherit;
}

.bne-form input:focus {
  border-color: #1160b7;
  outline: 3px solid rgba(17, 96, 183, .12);
}

.bne-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bne-note {
  margin: 6px 0 0;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7;
}

.bne-account-box {
  display: grid;
  gap: 8px;
  margin: 24px 0 10px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 18px;
}

.bne-account-box strong {
  color: #002050;
  font-size: 20px;
  font-weight: 900;
}

.bne-account-box span {
  color: #475569;
  font-weight: 800;
}

.bne-process-clear {
  margin-bottom: 18px;
}

.bne-clear-saas-client-notice {
  margin: 18px 0;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
  color: #14532d;
  padding: 16px 18px;
  font-weight: 800;
  line-height: 1.7;
}

.bne-clear-saas-client-notice strong {
  display: block;
  color: #166534;
  font-size: 17px;
  font-weight: 900;
}

.bne-clear-saas-hidden-old-plan {
  display: none !important;
}

.bne-manual ol {
  padding: 28px 52px;
  color: #334155;
  line-height: 2;
}

.bne-result {
  max-width: 760px;
}

.bne-result {
  padding: 34px;
}

@media (max-width: 940px) {
  .bne-hero,
  .bne-plan-grid,
  .bne-checkout,
  .bne-trust-strip {
    grid-template-columns: 1fr;
  }

  .bne-hero {
    min-height: auto;
  }

  .bne-trust-strip {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .bne-header,
  .bne-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .bne-header nav {
    flex-wrap: wrap;
  }

  .bne-hero {
    padding-top: 44px;
  }

  .bne-hero h1 {
    font-size: 42px;
  }

  .bne-hero-visual {
    min-height: 270px;
  }

  .bne-plan-card,
  .bne-summary,
  .bne-form,
  .bne-result {
    padding: 20px;
  }
}
