:root {
  --as-green: #29963d;
  --as-green-dark: #17652a;
  --as-orange: #f47a00;
  --as-orange-dark: #c65a00;
  --as-ink: #172026;
  --as-muted: #5f6b70;
  --as-soft: #f1f4ef;
  --as-line: #dce4de;
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f7f2;
  color: var(--as-ink);
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 76px;
}

a {
  text-decoration: none;
}

.brand-logo {
  height: 46px;
  object-fit: contain;
  object-position: left center;
  width: 190px;
}

.navbar .nav-link {
  color: #344047;
  font-size: 0.95rem;
}

.navbar .nav-link:hover {
  color: var(--as-green-dark);
}

.btn {
  border-radius: 8px;
  font-weight: 800;
}

.btn-orange {
  --bs-btn-bg: var(--as-orange);
  --bs-btn-border-color: var(--as-orange);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--as-orange-dark);
  --bs-btn-hover-border-color: var(--as-orange-dark);
  --bs-btn-hover-color: #fff;
}

.fw-black {
  font-weight: 900;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow {
  color: var(--as-orange);
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.hero-section {
  background-image: url("../img/hero-access.png");
  background-position: center;
  background-size: cover;
  min-height: 74vh;
  position: relative;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(13, 22, 18, 0.82), rgba(13, 22, 18, 0.52) 52%, rgba(13, 22, 18, 0.12));
  inset: 0;
  position: absolute;
}

.min-vh-75 {
  min-height: 74vh;
}

.hero-pills span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.65rem 0.8rem;
}

.stats-strip {
  background: var(--as-green-dark);
  color: #fff;
}

.stat-item {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1.35rem 2rem;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.05;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 0.95rem;
}

.section-padding {
  padding: 5.5rem 0;
}

.bg-soft {
  background: var(--as-soft);
}

.section-title {
  max-width: 840px;
}

.section-title h2,
.section-heading,
.final-cta h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.08;
}

.section-title p:not(.eyebrow) {
  color: var(--as-muted);
  font-size: 1.1rem;
}

.solution-card,
.dashboard-card,
.use-case,
.proof-card,
.benefit-card,
.price-card {
  background: #fff;
  border: 1px solid var(--as-line);
  border-radius: 8px;
}

.solution-card,
.use-case,
.benefit-card,
.price-card {
  padding: 1.55rem;
}

.solution-card h3,
.use-case h3,
.proof-card h3,
.benefit-card h3,
.price-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.solution-card p,
.use-case li,
.proof-card p,
.benefit-card p,
.price-card p,
.price-card li {
  color: var(--as-muted);
  line-height: 1.6;
}

.solution-card ul,
.price-card ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.solution-card li,
.price-card li {
  display: flex;
  gap: 0.55rem;
}

.solution-card li::before,
.price-card li::before {
  background: var(--as-green);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 8px;
  margin-top: 0.55rem;
  width: 8px;
}

.icon-circle {
  align-items: center;
  background: rgba(41, 150, 61, 0.1);
  border-radius: 50%;
  color: var(--as-green-dark);
  display: inline-flex;
  font-size: 1.45rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 52px;
}

.dashboard-card {
  box-shadow: 0 20px 60px rgba(23, 32, 38, 0.12);
  padding: 1.4rem;
}

.mini-stat {
  background: #f7faf7;
  border: 1px solid var(--as-line);
  border-radius: 8px;
  padding: 1rem;
}

.mini-stat strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.mini-stat span {
  color: var(--as-muted);
  display: block;
  font-size: 0.85rem;
  line-height: 1.35;
  margin-top: 0.35rem;
}

.table > :not(caption) > * > * {
  color: var(--as-ink);
}

.use-case > span,
.price-card > span {
  color: var(--as-green-dark);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.use-case ol {
  display: grid;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
  padding-left: 1.2rem;
}

.proof-card {
  overflow: hidden;
}

.proof-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.phone-mock {
  align-items: center;
  background: var(--as-ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 255px;
  padding: 2rem;
}

.phone-mock i {
  color: var(--as-green);
  font-size: 4rem;
  line-height: 1;
}

.phone-mock button {
  background: var(--as-orange);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
}

.phone-mock small {
  color: rgba(255, 255, 255, 0.72);
}

.benefit-card {
  min-height: 100%;
}

.security-section,
.final-cta {
  background: var(--as-ink);
}

.security-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-height: 100%;
  padding: 1.2rem;
}

.security-item strong {
  color: #fff;
  display: block;
  margin-bottom: 0.45rem;
}

.security-item span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  line-height: 1.6;
}

.price-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.price-featured {
  background: var(--as-green-dark);
  color: #fff;
}

.price-featured > span,
.price-featured p,
.price-featured li {
  color: rgba(255, 255, 255, 0.82);
}

.price-featured li::before {
  background: var(--as-orange);
}

.columns-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-accordion {
  max-width: 880px;
}

.accordion {
  --bs-accordion-border-radius: 8px;
  --bs-accordion-inner-border-radius: 8px;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: var(--as-ink);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(41, 150, 61, 0.15);
}

.accordion-button {
  font-weight: 900;
}

.final-cta {
  padding: 4.5rem 0;
}

.footer {
  background: #10171b;
  color: #fff;
  padding: 2.75rem 0 6.5rem;
}

.footer-logo {
  background: #fff;
  border-radius: 8px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
  padding: 0.35rem;
  width: 220px;
}

.footer h3 {
  font-size: 1rem;
  font-weight: 900;
}

.footer p,
.footer a,
.footer span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  line-height: 1.7;
  margin-top: 0.35rem;
}

.footer a:hover {
  color: #fff;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 8px;
  bottom: 1.3rem;
  box-shadow: 0 14px 36px rgba(16, 23, 27, 0.24);
  color: #062d13;
  display: flex;
  font-weight: 900;
  gap: 0.55rem;
  padding: 0.8rem 1rem;
  position: fixed;
  right: 1.3rem;
  z-index: 1050;
}

.whatsapp-float i {
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 70px;
  }

  .brand-logo {
    height: 40px;
    width: 155px;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }

  .hero-section {
    background-position: 58% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(13, 22, 18, 0.88), rgba(13, 22, 18, 0.58));
  }

  .display-3 {
    font-size: 2.65rem;
  }

  .section-padding {
    padding: 4rem 0;
  }

  .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    padding: 1.2rem;
  }

  .columns-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .btn-lg,
  .hero-section .btn,
  .final-cta .btn {
    width: 100%;
  }

  .hero-pills {
    flex-direction: column;
  }

  .section-title {
    text-align: left !important;
  }

  .whatsapp-float {
    bottom: 0.9rem;
    justify-content: center;
    left: 1rem;
    right: 1rem;
  }
}
