/* BringLive Digital - Maintenance Control Audit landing page */

.offer-page {
  background: #ffffff;
  color: var(--text-dark);
}

.offer-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
}

.offer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.offer-nav .brand-logo {
  width: 178px;
}

.offer-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.offer-nav-links a:hover,
.offer-email-link:hover {
  color: var(--cyan);
}

.offer-nav-cta {
  min-height: 48px;
  padding: 13px 20px;
  font-size: 14px;
}

.offer-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 170px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(32, 215, 212, 0.18), transparent 28%),
    radial-gradient(circle at 15% 55%, rgba(20, 92, 255, 0.3), transparent 34%),
    #03112f;
}

.offer-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.offer-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: center;
  gap: 74px;
}

.offer-kicker,
.offer-section-heading > span,
.offer-start span,
.offer-price-label {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.offer-hero h1 {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.offer-hero-copy > p {
  max-width: 690px;
  margin-top: 26px;
  color: #c9d7f3;
  font-size: 19px;
  line-height: 1.7;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.offer-small-print {
  font-size: 13px !important;
  color: #8fa8d2 !important;
}

.offer-price-card {
  padding: 34px;
  border: 1px solid rgba(126, 244, 239, 0.42);
  border-radius: 30px;
  background: rgba(9, 35, 79, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.offer-price {
  margin-top: 12px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.offer-price-card > p {
  margin-top: 14px;
  color: #c9d7f3;
}

.offer-price-card ul {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.offer-price-card li {
  position: relative;
  padding-left: 27px;
  color: #f3f7ff;
  font-weight: 700;
}

.offer-price-card li::before {
  position: absolute;
  left: 0;
  color: var(--cyan);
  content: "✓";
}

.offer-credit {
  margin-top: 26px;
  padding: 17px;
  border-radius: 16px;
  color: #dcfffd;
  background: rgba(32, 215, 212, 0.12);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.offer-proof-strip {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(3, 17, 47, 0.07);
}

.offer-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.offer-proof-grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 28px;
  border-right: 1px solid var(--border);
}

.offer-proof-grid > div:last-child {
  border-right: 0;
}

.offer-proof-grid strong {
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.offer-proof-grid span {
  color: var(--text-medium);
  font-size: 13px;
  font-weight: 700;
}

.offer-section {
  padding: 110px 0;
}

.offer-section-heading {
  max-width: 760px;
}

.offer-section-heading h2,
.offer-start h2 {
  margin-top: 14px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.offer-section-heading p,
.offer-start p {
  margin-top: 18px;
  color: var(--text-medium);
  font-size: 17px;
}

.offer-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 52px;
}

.offer-card {
  min-height: 280px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--off-white);
}

.offer-card > span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.offer-card h3 {
  margin-top: 36px;
  font-size: 23px;
}

.offer-card p {
  margin-top: 12px;
  color: var(--text-medium);
}

.offer-section-dark {
  color: #ffffff;
  background: var(--navy-dark);
}

.offer-section-dark .offer-section-heading p {
  color: #b8cae8;
}

.offer-fit-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 84px;
  align-items: center;
}

.offer-fit-list {
  display: grid;
  gap: 14px;
}

.offer-fit-list div {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  color: #e9f1ff;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 800;
}

.offer-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.offer-steps li {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 26px;
  border-top: 3px solid var(--blue);
  background: var(--off-white);
}

.offer-steps strong {
  font-size: 18px;
}

.offer-steps span {
  margin-top: 16px;
  color: var(--text-medium);
}

.offer-start {
  padding: 45px 0 95px;
}

.offer-start-shell {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  align-items: center;
  padding: 58px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(32, 215, 212, 0.22), transparent 30%),
    linear-gradient(135deg, #0b48d8, #03112f);
  box-shadow: var(--shadow-card);
}

.offer-start p {
  color: #d2def3;
}

.offer-start-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  text-align: center;
}

.offer-email-link {
  color: #d8e7ff;
  font-size: 13px;
  font-weight: 700;
}

.offer-footer {
  padding: 44px 0;
  color: #9fb0cc;
  background: #020b20;
  font-size: 13px;
  text-align: center;
}

.offer-footer img {
  width: 160px;
  margin: 0 auto 18px;
}

.offer-footer p + p {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .offer-nav-links {
    display: none;
  }

  .offer-hero-layout,
  .offer-fit-layout,
  .offer-start-shell {
    grid-template-columns: 1fr;
  }

  .offer-hero-layout {
    gap: 46px;
  }

  .offer-card-grid,
  .offer-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-proof-grid > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .offer-header {
    padding: 17px 0;
  }

  .offer-nav .brand-logo {
    width: 142px;
  }

  .offer-nav-cta {
    padding: 11px 14px;
    font-size: 12px;
  }

  .offer-hero {
    min-height: auto;
    padding: 128px 0 76px;
  }

  .offer-hero h1 {
    font-size: 44px;
  }

  .offer-hero-copy > p {
    font-size: 17px;
  }

  .offer-actions {
    flex-direction: column;
  }

  .offer-actions .btn {
    width: 100%;
  }

  .offer-price-card {
    padding: 26px;
  }

  .offer-price {
    font-size: 48px;
  }

  .offer-card-grid,
  .offer-steps,
  .offer-proof-grid {
    grid-template-columns: 1fr;
  }

  .offer-proof-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .offer-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .offer-section {
    padding: 78px 0;
  }

  .offer-card {
    min-height: auto;
  }

  .offer-start {
    padding: 20px 0 70px;
  }

  .offer-start-shell {
    padding: 34px 24px;
  }
}


/* Compact, precise phone presentation for the consultation page. */
@media (max-width: 640px) {
  .offer-nav {
    gap: 10px;
  }

  .offer-nav .brand-logo {
    width: 134px;
    min-width: 134px;
    height: 40px;
  }

  .offer-nav-cta {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 13px;
    font-size: 0.7rem;
  }

  .offer-hero {
    padding: 112px 0 64px;
  }

  .offer-hero h1 {
    font-size: clamp(2.3rem, 10vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .offer-hero-copy > p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .offer-kicker,
  .offer-section-heading > span,
  .offer-start span,
  .offer-price-label {
    font-size: 0.68rem;
    line-height: 1.4;
    letter-spacing: 0.11em;
  }

  .offer-price-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .offer-price {
    font-size: 40px;
  }

  .offer-section {
    padding: 64px 0;
  }

  .offer-section-heading h2,
  .offer-start h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
    line-height: 1.06;
  }

  .offer-section-heading p,
  .offer-start p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .offer-card,
  .offer-steps li {
    padding: 20px;
    border-radius: 18px;
  }

  .offer-start-shell {
    gap: 26px;
    padding: 28px 20px;
    border-radius: 22px;
  }
}
