=================================================================
CSS
=================================================================


/* =========================================================
   LinkEase Atlas Landingpage FIX
   Paste into: WPBakery Page Settings > Custom CSS
   or Appearance > Customize > Additional CSS
   Page ID from source: 884
   ========================================================= */

/* Hide normal Naxos/theme chrome on this sales page */
body.page-id-884 header,
body.page-id-884 .main-header,
body.page-id-884 .navbar,
body.page-id-884 .fixed-menu,
body.page-id-884 .page-header,
body.page-id-884 .breadcrumb,
body.page-id-884 footer,
body.page-id-884 .footer,
body.page-id-884 #footer {
  display: none !important;
}

body.page-id-884 {
  background: #fbf7ee !important;
}

body.page-id-884 .main,
body.page-id-884 #main,
body.page-id-884 .site-content,
body.page-id-884 .content-area,
body.page-id-884 .entry-content,
body.page-id-884 .page-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-884 .container,
body.page-id-884 .vc_row {
  max-width: none;
}

body.page-id-884 .wpb_content_element {
  margin-bottom: 0;
}

:root {
  --lea-teal: #00888a;
  --lea-teal-dark: #006f72;
  --lea-orange: #f59a16;
  --lea-navy: #071b3a;
  --lea-ink: #172236;
  --lea-muted: #5d6878;
  --lea-paper: #fbf7ee;
  --lea-paper2: #f3eadb;
  --lea-line: rgba(7, 27, 58, 0.13);
  --lea-shadow: 0 22px 70px rgba(7, 27, 58, 0.13);
}

.lea-atlas-row,
.lea-atlas-row * {
  box-sizing: border-box;
}

.lea-atlas-row {
  font-family: "Helvetica Now Display", Helvetica, Arial, sans-serif;
  color: var(--lea-ink);
  background: #fbf7ee;
  overflow: hidden;
}

.lea-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.lea-inner-narrow {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.lea-section {
  padding: 76px 0;
}

.lea-section-small {
  padding: 48px 0;
}

.lea-hero {
  position: relative;
  padding: 74px 0 62px;
  background:
    radial-gradient(circle at 12% 16%, rgba(0,136,138,.12), transparent 30%),
    radial-gradient(circle at 85% 6%, rgba(245,154,22,.16), transparent 28%),
    linear-gradient(180deg, #fbf7ee 0%, #fffaf0 100%);
}

.lea-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7,27,58,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,58,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 72%);
  pointer-events: none;
}

.lea-hero .lea-inner {
  position: relative;
  z-index: 2;
}

.lea-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
}

.lea-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lea-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lea-eyebrow {
  margin: 0 0 14px;
  color: var(--lea-teal);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lea-h1,
.lea-h2,
.lea-h3,
.lea-h4 {
  margin-top: 0;
  color: var(--lea-navy);
  font-weight: 900;
  letter-spacing: -.045em;
}

.lea-h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .92;
}

.lea-h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: .98;
}

.lea-h3 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.lea-h4 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.lea-accent {
  color: var(--lea-teal);
  font-style: italic;
}

.lea-lead {
  margin: 0;
  color: #3f4b5d;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
  letter-spacing: -.01em;
}

.lea-text {
  margin: 0;
  color: var(--lea-muted);
  font-size: 17px;
  line-height: 1.7;
}

.lea-small {
  margin: 0;
  color: var(--lea-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lea-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.lea-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lea-btn-primary {
  background: var(--lea-teal);
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0,136,138,.22);
}

.lea-btn-primary:hover {
  background: var(--lea-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0,136,138,.28);
}

.lea-btn-secondary {
  background: #fff;
  color: var(--lea-navy) !important;
  border: 1px solid var(--lea-line);
}

.lea-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--lea-shadow);
}

.lea-hero-img-wrap {
  position: relative;
  margin: 0;
}

.lea-img,
.lea-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.lea-hero-img {
  border-radius: 28px;
  box-shadow: 0 32px 88px rgba(7,27,58,.16);
}

.lea-sticker {
  position: absolute;
  right: -16px;
  top: -18px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--lea-orange);
  color: var(--lea-navy);
  box-shadow: 0 18px 48px rgba(245,154,22,.26);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-5deg);
  font-weight: 900;
}

.lea-sticker span {
  display: block;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lea-sticker strong {
  display: block;
  margin: 3px 0;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.04em;
}

.lea-sticker em {
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lea-stats {
  margin-top: 38px;
}

.lea-stat {
  padding: 20px 12px 18px;
  border: 1px solid var(--lea-line);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  text-align: center;
}

.lea-stat strong {
  display: block;
  color: var(--lea-teal);
  font-size: clamp(32px, 4vw, 46px);
  line-height: .95;
  letter-spacing: -.04em;
}

.lea-stat span {
  display: block;
  margin-top: 8px;
  color: var(--lea-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lea-band {
  padding: 38px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(0,136,138,.12), rgba(245,154,22,.12)), #fff;
  border: 1px solid var(--lea-line);
  box-shadow: 0 18px 54px rgba(7,27,58,.07);
}

.lea-card {
  height: 100%;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255,255,255,.84);
  border: 1px solid var(--lea-line);
  box-shadow: 0 18px 54px rgba(7,27,58,.06);
}

.lea-card-teal {
  background: linear-gradient(180deg, rgba(0,136,138,.08), rgba(255,255,255,.9));
  border-color: rgba(0,136,138,.24);
}

.lea-card-orange {
  background: linear-gradient(180deg, rgba(245,154,22,.11), rgba(255,255,255,.9));
  border-color: rgba(245,154,22,.27);
}

.lea-card-purple {
  background: linear-gradient(180deg, rgba(116,72,190,.1), rgba(255,255,255,.9));
  border-color: rgba(116,72,190,.22);
}

.lea-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--lea-paper2);
  font-size: 21px;
}

.lea-image-card {
  padding: 11px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--lea-line);
  box-shadow: var(--lea-shadow);
}

.lea-image-card img {
  border-radius: 20px;
}

.lea-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.lea-list li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 32px;
  color: var(--lea-ink);
  font-size: 17px;
  line-height: 1.46;
}

.lea-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0,136,138,.13);
  color: var(--lea-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
}

.lea-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.lea-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--lea-line);
  color: var(--lea-navy);
  font-size: 12px;
  font-weight: 800;
}

.lea-quote {
  padding: 34px;
  border-radius: 30px;
  background: var(--lea-navy);
  color: #fff;
}

.lea-quote p {
  margin: 0;
  color: rgba(255,255,255,.93);
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.28;
  letter-spacing: -.03em;
}

.lea-quote small {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.62);
}

.lea-pricing {
  position: relative;
  padding: 38px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(245,154,22,.45);
  box-shadow: var(--lea-shadow);
}

.lea-pill {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(245,154,22,.14);
  color: var(--lea-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lea-price {
  margin: 22px 0 12px;
  color: var(--lea-navy);
  font-size: clamp(54px, 7vw, 82px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 900;
}

.lea-price small {
  font-size: 22px;
  letter-spacing: 0;
}

.lea-faq {
  border-top: 1px solid var(--lea-line);
}

.lea-faq-item {
  padding: 23px 0;
  border-bottom: 1px solid var(--lea-line);
}

.lea-faq-item h3 {
  margin: 0 0 7px;
  color: var(--lea-navy);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.lea-faq-item p {
  margin: 0;
  color: var(--lea-muted);
  font-size: 16px;
  line-height: 1.65;
}

.lea-center {
  text-align: center;
}

@media (max-width: 991px) {
  .lea-grid-2,
  .lea-grid-3,
  .lea-grid-4 {
    grid-template-columns: 1fr;
  }

  .lea-grid-4 {
    gap: 14px;
  }

  .lea-hero {
    padding: 54px 0 52px;
  }

  .lea-section {
    padding: 58px 0;
  }

  .lea-stats {
    margin-top: 30px;
  }

  .lea-sticker {
    right: 12px;
    top: 12px;
    width: 118px;
    height: 118px;
  }

  .lea-sticker strong {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .lea-inner,
  .lea-inner-narrow {
    width: min(100% - 28px, 1120px);
  }

  .lea-btn-row {
    display: grid;
  }

  .lea-btn {
    width: 100%;
  }

  .lea-band,
  .lea-card,
  .lea-quote,
  .lea-pricing {
    padding: 25px;
    border-radius: 23px;
  }

  .lea-hero-img,
  .lea-image-card,
  .lea-image-card img {
    border-radius: 18px;
  }

  .lea-sticker {
    position: static;
    margin: 16px 0 0 auto;
  }
}