/* 40 Ops — early-access page (uses tokens from main.css) */

/* Navy pricing / scarcity sections */
.ea-section-navy {
  background: var(--navy);
  padding: 72px 24px;
  position: relative;
  z-index: 1;
}
.ea-section-navy .divider {
  background: var(--gold);
}
.cta-band.ea-scarcity {
  text-align: center;
}
.cta-band.ea-scarcity .section-inner {
  max-width: 640px;
}

.ea-countdown {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ea-cd-unit {
  background: rgba(20, 44, 78, 0.05);
  border: 1px solid rgba(20, 44, 78, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  min-width: 64px;
  text-align: center;
}
.ea-cd-num {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.ea-cd-label {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.ea-cd-sep {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 24px;
  color: rgba(20, 44, 78, 0.15);
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.ea-cd-expired {
  background: rgba(139, 31, 31, 0.08);
  border: 1px solid rgba(139, 31, 31, 0.25);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  color: #A32D2D;
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}

.ea-hero-deal {
  background: rgba(45, 212, 191, 0.1);
  border: 1px solid rgba(45, 212, 191, 0.25);
  border-radius: 12px;
  padding: 18px 20px;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
}
.ea-hero-deal-items {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ea-hero-deal-item { text-align: center; min-width: 72px; }
.ea-hdv {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.1;
}
.ea-hdv .ea-strike {
  text-decoration: line-through;
  color: var(--muted);
  font-size: 13px;
  margin-right: 4px;
  font-weight: 600;
}
.ea-hdl {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.ea-hddiv {
  width: 1px;
  height: 32px;
  background: rgba(20, 44, 78, 0.12);
  flex-shrink: 0;
}

.ea-savings-pill {
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: 8px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
  max-width: 560px;
  text-align: left;
}
.ea-savings-pill svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}
.ea-savings-pill-text {
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}
.ea-savings-pill-text strong { color: var(--gold2); }

.ea-trade-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ea-trd-card {
  background: var(--white);
  border: 1px solid rgba(20, 44, 78, 0.08);
  border-radius: 12px;
  padding: 22px;
  border-left: 3px solid var(--teal);
}
.ea-trd-icon { margin-bottom: 10px; }
.ea-trd-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--teal2);
  fill: none;
  stroke-width: 2;
}
.ea-trd-industries {
  font-size: 10px;
  color: var(--tealText);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-weight: 600;
}
.ea-trd-title {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.ea-trd-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.ea-trd-quote {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(20, 44, 78, 0.08);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  line-height: 1.65;
}
.ea-trd-attr {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}

.ea-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.ea-feat-card {
  background: var(--white);
  border: 1px solid rgba(20, 44, 78, 0.08);
  border-radius: 12px;
  padding: 20px;
}
.ea-feat-icon {
  width: 36px;
  height: 36px;
  background: rgba(45, 212, 191, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.ea-feat-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--teal2);
  fill: none;
  stroke-width: 2;
}
.ea-feat-title {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.ea-feat-body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

.ea-infra-box {
  background: rgba(20, 44, 78, 0.04);
  border: 1px solid rgba(20, 44, 78, 0.1);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}
.ea-infra-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--navy);
  fill: none;
  stroke-width: 2;
}
.ea-infra-copy { flex: 1; min-width: 200px; }
.ea-infra-title {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.ea-infra-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }
.ea-infra-tags { display: flex; gap: 8px; flex-wrap: wrap; width: 100%; }
@media (min-width: 640px) {
  .ea-infra-tags { width: auto; margin-left: auto; }
}
.ea-infra-tag {
  background: rgba(20, 44, 78, 0.06);
  border: 1px solid rgba(20, 44, 78, 0.12);
  border-radius: 4px;
  padding: 4px 10px;
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--navy);
  text-transform: uppercase;
}

.ea-offer-box {
  background: rgba(251, 191, 36, 0.07);
  border: 2px solid var(--gold);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 28px;
}
.ea-offer-badge {
  background: var(--gold);
  color: var(--navy);
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}
.ea-offer-hl {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.2;
}
.ea-offer-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--light);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 16px;
}
.ea-savings-table {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ea-sav-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px 16px;
  text-align: center;
  min-width: 100px;
}
.ea-sav-val {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--gold);
}
.ea-sav-lbl { font-size: 11px; color: rgba(200, 216, 236, 0.55); margin-top: 3px; }
.ea-offer-perks {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.ea-offer-perk {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--light);
}
.ea-offer-perk svg {
  width: 16px;
  height: 16px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2.5;
  flex-shrink: 0;
}

.ea-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ea-tier-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}
.ea-tier-card.featured {
  background: rgba(45, 212, 191, 0.08);
  border: 2px solid var(--teal);
}
.ea-tier-badge {
  background: var(--teal);
  color: var(--navy);
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.ea-tier-name {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.ea-tier-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.ea-tier-strike {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.28);
  text-decoration: line-through;
  font-weight: 600;
}
.ea-tier-price {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.ea-tier-price span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.ea-tier-setup {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 12px;
  line-height: 1.5;
}
.ea-tier-setup strong { color: var(--gold); }
.ea-tier-hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}
.ea-tier-mods { list-style: none; padding: 0; }
.ea-tier-mods li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  padding: 3px 0;
  display: flex;
  gap: 7px;
  line-height: 1.45;
}
.ea-tier-mods li::before {
  content: "·";
  color: var(--teal);
  flex-shrink: 0;
}
.ea-founder-note {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 12px;
  font-size: 11px;
  color: var(--gold);
  line-height: 1.5;
}
.ea-tier-ref {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.32);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.ea-test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ea-tcard {
  background: var(--white);
  border: 1px solid rgba(20, 44, 78, 0.08);
  border-radius: 12px;
  padding: 20px;
}
.ea-tcard-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.ea-tcard-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 14px;
}
.ea-tcard-attr { display: flex; align-items: center; gap: 10px; }
.ea-tcard-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--tealText);
  flex-shrink: 0;
  font-family: 'Syne', system-ui, sans-serif;
}
.ea-tcard-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.ea-tcard-biz { font-size: 11px; color: var(--muted); }

.ea-scarcity-wrap { text-align: center; }
.ea-scarcity-box {
  border: 2px solid var(--gold);
  border-radius: 14px;
  padding: 28px 24px;
  margin-bottom: 32px;
}
.ea-scar-num {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: clamp(40px, 8vw, 52px);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.ea-scar-lbl {
  font-size: 11px;
  color: rgba(200, 216, 236, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.ea-scar-msg {
  font-size: 14px;
  font-weight: 300;
  color: var(--light);
  margin-top: 14px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}
.ea-scar-updated { font-size: 11px; color: rgba(200, 216, 236, 0.35); margin-top: 10px; }
.spots-bar-wrap { margin: 16px 0; }
.spots-bar-track {
  width: 100%;
  max-width: 320px;
  height: 6px;
  background: rgba(20,44,78,0.12);
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto;
}
.spots-bar-fill {
  height: 100%;
  background: var(--teal);
  border-radius: 3px;
  transition: width 0.6s ease;
  width: 0%;
}
.spots-bar-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}
.cta-band.ea-scarcity .spots-bar-track {
  background: rgba(255, 255, 255, 0.12);
}
.cta-band.ea-scarcity .spots-bar-label {
  color: var(--light);
}
.cta-band.ea-scarcity .ea-scar-msg {
  color: var(--light);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 16px;
}
.cta-band.ea-scarcity .ea-scar-updated {
  font-size: 12px;
  color: rgba(200, 216, 236, 0.45);
  margin-bottom: 16px;
}

.ea-suite-teaser {
  font-size: 15px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 32px;
}
.ea-suite-teaser a {
  color: var(--tealText);
  font-weight: 600;
  text-decoration: none;
}
.ea-suite-teaser a:hover {
  text-decoration: underline;
}

.ea-scarcity-cta-note {
  font-size: 14px;
  color: rgba(200, 216, 236, 0.45);
  margin-bottom: 16px;
}

.ea-faq-list { display: flex; flex-direction: column; }
.ea-faq-item {
  border-bottom: 1px solid rgba(20, 44, 78, 0.08);
  padding: 18px 0;
}
.ea-faq-item:first-child { border-top: 1px solid rgba(20, 44, 78, 0.08); }
.ea-faq-q {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.ea-faq-a {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.ea-form-section { background: var(--bg); padding: 56px 24px; }
.ea-form-wrap { max-width: 620px; margin: 0 auto; }
.ea-form-card {
  background: var(--white);
  border: 1px solid rgba(20, 44, 78, 0.08);
  border-radius: 16px;
  padding: 32px 28px;
}
.ea-form-title {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.ea-form-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--muted);
  margin-bottom: 6px;
  line-height: 1.6;
}
.ea-noccc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--tealText);
  font-weight: 600;
}
.ea-noccc svg {
  width: 14px;
  height: 14px;
  stroke: var(--tealText);
  fill: none;
  stroke-width: 2;
}
.ea-fsec-label {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 18px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(20, 44, 78, 0.08);
}
.ea-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ea-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.ea-field label { font-size: 12px; font-weight: 600; color: var(--navy); }
.ea-field label .opt { color: var(--muted); font-weight: 400; }
.ea-field input,
.ea-field select {
  border: 1px solid rgba(20, 44, 78, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14px;
  color: var(--navy);
  background: var(--white);
  outline: none;
  width: 100%;
  transition: border 0.15s, box-shadow 0.15s;
}
.ea-field input:focus,
.ea-field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.12);
}
.ea-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23496a88' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.ea-sms-toast {
  background: rgba(45, 212, 191, 0.1);
  border: 1px solid rgba(45, 212, 191, 0.35);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: var(--tealText);
  line-height: 1.6;
  margin-top: 8px;
  display: none;
}
.ea-sms-toast.on { display: block; }
.ea-other-field {
  display: none;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.ea-other-field.on { display: flex; }
.ea-submit-btn {
  width: 100%;
  background: var(--gold);
  border: none;
  border-radius: 5px;
  padding: 14px;
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.15s;
}
.ea-submit-btn:hover { background: var(--gold2); }
.ea-form-legal {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}
.ea-success-view { text-align: center; padding: 16px 0; }
.ea-success-view[hidden] { display: none !important; }
#form-view[hidden] { display: none !important; }
.ea-success-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.ea-success-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--tealText);
  fill: none;
  stroke-width: 2.5;
}
.ea-success-view h3 {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 8px;
}
.ea-success-view p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 400px;
  margin: 0 auto;
}
.ea-success-detail {
  background: rgba(45, 212, 191, 0.1);
  border-radius: 8px;
  padding: 12px 18px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--tealText);
  line-height: 1.6;
}
.ea-closed-banner {
  background: rgba(139, 31, 31, 0.08);
  border: 1px solid rgba(139, 31, 31, 0.2);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 18px;
  text-align: center;
}
.ea-closed-banner h3 {
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #A32D2D;
  margin-bottom: 6px;
}
.ea-closed-banner p { font-size: 13px; color: var(--muted); line-height: 1.6; }

.ea-footer {
  background: var(--navy2);
  padding: 36px 24px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ea-footer-logo { height: 28px; width: auto; margin: 0 auto 14px; display: block; }
.ea-footer-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.ea-footer-links a {
  font-size: 12px;
  color: rgba(200, 216, 236, 0.42);
  text-decoration: none;
  font-family: 'Syne', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ea-footer-links a:hover { color: var(--white); }
.ea-footer-copy { font-size: 12px; color: rgba(200, 216, 236, 0.28); }
.ea-footer-studio {
  font-size: 11px;
  color: rgba(200, 216, 236, 0.32);
  margin-top: 6px;
  line-height: 1.5;
}
.ea-footer-studio a { color: var(--teal); text-decoration: none; }

body.ea-page.has-promo-bar .nav-drawer {
  top: calc(var(--nav-height, 57px) + var(--promo-offset, 0px));
}

@media (max-width: 900px) {
  .ea-feat-grid { grid-template-columns: repeat(2, 1fr); }
  .ea-tier-grid { grid-template-columns: 1fr; }
  .ea-tier-card.featured { order: -1; }
}
@media (max-width: 768px) {
  .ea-trade-grid,
  .ea-test-grid { grid-template-columns: 1fr; }
  .ea-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ea-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(20, 44, 78, 0.08);
    padding-bottom: 12px;
  }
  .ea-stat-item:nth-child(2n) { border-right: none; }
  .ea-stat-item:nth-last-child(-n + 2) { border-bottom: none; }
  .ea-hddiv { display: none; }
  .ea-form-row { grid-template-columns: 1fr; }
  .ea-cd-sep { display: none; }
}
@media (max-width: 520px) {
  .ea-feat-grid { grid-template-columns: 1fr; }
  .ea-stats-inner { grid-template-columns: 1fr; }
  .ea-stat-item {
    border-bottom: 1px solid rgba(20, 44, 78, 0.08) !important;
    padding-bottom: 14px;
  }
  .ea-stat-item:last-child { border-bottom: none !important; }
  .ea-offer-perks { flex-direction: column; align-items: flex-start; }
  .ea-savings-table .ea-sav-item { flex: 1 1 45%; }
}
