/* [project]/apps/www/app/abaninja-alternative/abaninja-alternative.css [app-client] (css) */
.an-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}

.an-hero__in {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 28px 52px;
}

.an-hero h1 {
  font-family: var(--font-schibsted);
  letter-spacing: -.025em;
  color: var(--navy);
  text-wrap: balance;
  max-width: 840px;
  margin: 18px auto 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
}

.an-hero p {
  color: var(--muted);
  text-wrap: pretty;
  max-width: 700px;
  margin: 18px auto 0;
  font-size: 17.5px;
  line-height: 1.55;
}

.an-badge {
  color: var(--accent);
  background: var(--sage-100);
  border-radius: var(--r-pill);
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.an-hero__cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  display: flex;
}

.an-quote {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 28px 0;
}

.an-quote__box {
  background: var(--navy);
  border-radius: var(--r-lg);
  text-align: center;
  padding: 28px 32px;
}

.an-quote__box p {
  font-family: var(--font-schibsted);
  color: #fff;
  text-wrap: balance;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.an-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.an-eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.an-intro h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  text-wrap: balance;
  margin: 12px 0 14px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
}

.an-intro p {
  color: var(--muted);
  text-wrap: pretty;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.an-cmp {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 28px 0;
}

.an-table {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  overflow-x: auto;
}

.an-table__grid {
  grid-template-columns: 1.3fr 1fr 1fr;
  min-width: 640px;
  display: grid;
}

.an-th {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--sage-100);
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 700;
}

.an-td {
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding: 13px 20px;
  font-size: 14px;
}

.an-td--label {
  color: var(--navy);
  font-weight: 700;
}

.an-td--fimaro {
  color: var(--accent);
  font-weight: 600;
}

.an-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 28px 0;
}

.an-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.an-grid--tight {
  gap: 16px;
}

.an-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}

.an-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -16px #15314b59;
}

.an-card h3 {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 700;
}

.an-card p {
  color: var(--muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.an-faq {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 28px 34px;
}

.an-faq h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  text-align: center;
  margin: 0 0 26px;
  font-size: 28px;
  font-weight: 700;
}

.an-faq__list {
  gap: 12px;
  display: grid;
}

.an-faq details {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 4px 20px;
}

.an-faq summary {
  font-family: var(--font-schibsted);
  color: var(--navy);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  display: flex;
}

.an-faq summary::-webkit-details-marker {
  display: none;
}

.an-faq__chev {
  color: var(--accent);
  flex: none;
  transition: transform .18s;
}

.an-faq details[open] .an-faq__chev {
  transform: rotate(180deg);
}

.an-faq details > p {
  color: var(--muted);
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.6;
}

.an-note {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 28px;
}

.an-note__box {
  background: #eef2f7;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  align-items: flex-start;
  gap: 11px;
  padding: 16px 18px;
  display: flex;
}

.an-note__ico {
  color: #3f5a70;
  flex: none;
  margin-top: 1px;
}

.an-note__box p {
  color: #3f5a70;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.an-cta {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 28px 90px;
}

.an-cta__box {
  background: linear-gradient(135deg, #0f3a3a 0%, var(--navy) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 52px 40px;
}

.an-cta__box h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: #fff;
  text-wrap: balance;
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 700;
}

.an-cta__box p {
  color: #c6d6dd;
  max-width: 620px;
  margin: 0 auto 26px;
  font-size: 16px;
}

.an-cta__row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  display: flex;
}

.an-cta__btn {
  height: 50px;
  font-size: 16px;
  box-shadow: 0 6px 18px #147c6f59;
}

.an-cta__ghost {
  color: #fff;
  background: #ffffff1a;
  border: 1px solid #ffffff38;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}

.an-cta__ghost:hover {
  background: #ffffff29;
}

@media (max-width: 900px) {
  .an-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .an-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .an-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=apps_www_app_abaninja-alternative_abaninja-alternative_00k-kh3.css.map*/