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

.ab-hero__in {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 24px 52px;
}

.ab-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;
}

.ab-hero h1 {
  font-family: var(--font-schibsted);
  letter-spacing: -.025em;
  color: var(--navy);
  text-wrap: balance;
  max-width: 760px;
  margin: 18px auto 0;
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.07;
}

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

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

.ab-eyebrow--light {
  color: #8fcabd;
}

.ab-sechead {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 34px;
}

.ab-sechead h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 12px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
}

.ab-stats {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 24px 8px;
}

.ab-stats__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.ab-stat {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 26px 22px;
}

.ab-stat__n {
  font-family: var(--font-schibsted);
  letter-spacing: -.01em;
  color: var(--navy);
  font-size: 24px;
  font-weight: 800;
}

.ab-stat__l {
  color: var(--muted);
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.45;
}

.ab-stats__note {
  text-align: center;
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 13px;
}

.ab-story {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

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

.ab-story p {
  color: var(--muted);
  text-wrap: pretty;
  margin: 0 0 16px;
  font-size: 16.5px;
  line-height: 1.65;
}

.ab-story p:last-child {
  margin-bottom: 0;
}

.ab-group {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 8px;
}

.ab-group__box {
  background: linear-gradient(135deg, #0f3a3a 0%, var(--navy) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 48px 44px;
}

.ab-group__grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  display: grid;
}

.ab-group h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: #fff;
  text-wrap: balance;
  margin: 12px 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
}

.ab-group__lead p {
  color: #c6d6dd;
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.65;
}

.ab-group__lead p:last-child {
  margin-bottom: 24px;
}

.ab-group__btn {
  background: var(--accent);
  color: #fff;
  border-radius: 11px;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  font-size: 14.5px;
  font-weight: 700;
  transition: background .15s;
  display: inline-flex;
}

.ab-group__btn:hover {
  background: #17897a;
}

.ab-group__note {
  color: #90a4ae;
  margin: 18px 0 0;
  font-size: 12.5px;
}

.ab-group__tiles {
  gap: 12px;
  display: grid;
}

.ab-group__tile {
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  padding: 18px 20px;
}

.ab-group__tile-t {
  font-family: var(--font-schibsted);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.ab-group__tile-d {
  color: #bcccd4;
  margin-top: 3px;
  font-size: 13px;
}

.ab-why, .ab-diff {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 8px;
}

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

.ab-diff__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.ab-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 28px;
}

.ab-card__icon {
  background: var(--sage-100);
  width: 44px;
  height: 44px;
  color: var(--accent);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.ab-card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.ab-card--sm {
  padding: 26px;
}

.ab-card--sm h3 {
  font-size: 17px;
}

.ab-card--sm p {
  font-size: 13.5px;
  line-height: 1.55;
}

.ab-mission {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

.ab-mission p {
  font-family: var(--font-schibsted);
  letter-spacing: -.01em;
  color: var(--navy);
  text-wrap: balance;
  margin: 16px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.ab-mission p.ab-mission__sub {
  font-family: var(--font-hanken);
  letter-spacing: 0;
  color: var(--muted);
  text-wrap: initial;
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.ab-values {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

.ab-values__head {
  text-align: center;
  margin: 0 auto 34px;
}

.ab-values__head h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 12px 0 0;
  font-size: 30px;
  font-weight: 700;
}

.ab-values__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.ab-value {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.ab-value h3 {
  font-family: var(--font-schibsted);
  color: var(--navy);
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
}

.ab-value p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.ab-who {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

.ab-who__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}

.ab-who__item {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 13px;
  padding: 20px 22px;
  display: flex;
}

.ab-who__item .ab-check {
  color: var(--accent);
  flex: none;
}

.ab-who__item span {
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
}

.ab-resp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

.ab-resp__box {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  padding: 44px 40px;
}

.ab-resp__grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 36px;
  display: grid;
}

.ab-resp h2 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 12px 0 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.16;
}

.ab-resp__grid > div > p {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 15.5px;
  line-height: 1.65;
}

.ab-resp__btn {
  background: var(--accent);
  color: #fff;
  border-radius: 11px;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 14.5px;
  font-weight: 700;
  transition: background .15s;
  display: inline-flex;
}

.ab-resp__btn:hover {
  background: var(--accent-2);
}

.ab-resp__pills {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.ab-pill {
  background: var(--sage-100);
  color: var(--navy);
  border-radius: var(--r-pill);
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.ab-pill .ab-check {
  color: var(--accent);
}

.ab-founder {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 24px 8px;
}

.ab-founder__card {
  background: linear-gradient(135deg, #fff 0%, var(--sage-100) 140%);
  border: 1px solid var(--line);
  border-radius: 24px;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
  padding: 40px;
  display: flex;
  box-shadow: 0 22px 44px -26px #15314b66;
}

.ab-founder__photo {
  background: var(--sage-100);
  width: 156px;
  height: 156px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--sage-100), 0 14px 30px -14px #15314b80;
  border-radius: 50%;
  flex: none;
  overflow: hidden;
}

.ab-founder__photo img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  display: block;
}

.ab-founder__body {
  flex: 1;
  min-width: 280px;
}

.ab-founder__body h3 {
  font-family: var(--font-schibsted);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 0 0 4px;
  font-size: 25px;
  font-weight: 700;
}

.ab-founder__role {
  color: var(--accent);
  margin-bottom: 16px;
  font-size: 14.5px;
  font-weight: 600;
}

.ab-founder__body p {
  color: var(--muted);
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.ab-founder__quote {
  border-left: 3px solid var(--accent);
  font-family: var(--font-schibsted);
  color: var(--navy);
  text-wrap: balance;
  margin: 0;
  padding: 6px 0 6px 20px;
  font-size: 18.5px;
  font-weight: 600;
  line-height: 1.5;
}

.ab-cta__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  display: flex;
}

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

.ab-cta__ghost {
  color: #fff;
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  transition: background .15s;
  display: inline-flex;
}

.ab-cta__ghost:hover {
  background: #ffffff2e;
}

@media (max-width: 900px) {
  .ab-stats__grid, .ab-diff__grid, .ab-values__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ab-why__grid, .ab-who__grid, .ab-group__grid, .ab-resp__grid {
    grid-template-columns: 1fr;
  }

  .ab-group__box {
    padding: 36px 26px;
  }

  .ab-resp__box {
    padding: 32px 26px;
  }
}

@media (max-width: 560px) {
  .ab-stats__grid, .ab-diff__grid, .ab-values__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=apps_www_app_ueber-uns_ueber-uns_0cds_zf.css.map*/