/*
Theme Name: Sheshi Homepage Information Architecture
Version: 0.29.8
Description: Search-first homepage with complete category overview, official-service rows, countries, discovery rail, one growth band and compact trust close.
*/

body.sheshi-home,
body.sheshi-home #hauptinhalt {
  color: var(--text-primary) !important;
  background: #ffffff !important;
}

body.sheshi-home .sheshi-home-hero {
  padding: 54px 0 28px !important;
  border: 0 !important;
  background: #ffffff !important;
}

body.sheshi-home .sheshi-home-hero-inner {
  text-align: center;
}

body.sheshi-home .sheshi-home-hero .sheshi-kicker,
body.sheshi-home .sheshi-home-section .sheshi-kicker,
body.sheshi-home .sheshi-home-growth .sheshi-kicker,
body.sheshi-home .sheshi-home-about .sheshi-kicker {
  margin: 0 0 10px !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

body.sheshi-home .sheshi-home-hero h1 {
  max-width: 900px;
  margin: 0 auto !important;
  color: var(--text-primary) !important;
  font-family: var(--sheshi-font) !important;
  font-size: clamp(42px, 5vw, 60px) !important;
  font-weight: 800 !important;
  letter-spacing: -.05em !important;
  line-height: 1.02 !important;
}

body.sheshi-home .sheshi-home-hero-copy {
  max-width: 760px;
  margin: 16px auto 0 !important;
  color: var(--text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

body.sheshi-home .sheshi-home-search .sheshi-search-hero {
  margin: 24px auto 10px !important;
  animation: none !important;
  transform: none !important;
}

body.sheshi-home .sheshi-home-search .sheshi-search-submit-label {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
}

body.sheshi-home .sheshi-home-directory-facts {
  margin: 0 !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

body.sheshi-home .sheshi-home-section {
  padding: 76px 0 !important;
  border: 0 !important;
  background: #ffffff !important;
}

body.sheshi-home .sheshi-home-categories {
  padding-top: 46px !important;
}

body.sheshi-home .sheshi-home-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px) !important;
  gap: 28px !important;
  align-items: end !important;
  margin: 0 0 30px !important;
}

body.sheshi-home .sheshi-home-section-head h2,
body.sheshi-home .sheshi-home-growth h2,
body.sheshi-home .sheshi-home-about h2 {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-family: var(--sheshi-font) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 790 !important;
  letter-spacing: -.04em !important;
  line-height: 1.08 !important;
}

body.sheshi-home .sheshi-home-section-head > p {
  margin: 0 !important;
  color: var(--text-secondary) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.sheshi-home .sheshi-home-category-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.sheshi-home .sheshi-home-category-tile {
  display: grid !important;
  min-width: 0 !important;
  min-height: 76px !important;
  grid-template-columns: 36px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 12px !important;
  border: 1px solid var(--border) !important;
  border-radius: 10px !important;
  color: var(--text-primary) !important;
  background: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.sheshi-home .sheshi-home-category-tile:hover,
body.sheshi-home .sheshi-home-category-tile:focus-visible {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: #ffffff !important;
}

body.sheshi-home .sheshi-home-category-tile:focus-visible,
body.sheshi-home .sheshi-institution-row:focus-visible,
body.sheshi-home .sheshi-country-tile:focus-visible,
body.sheshi-home .sheshi-growth-cta:focus-visible,
body.sheshi-home .sheshi-home-text-link:focus-visible {
  outline: 3px solid var(--focus) !important;
  outline-offset: 3px !important;
}

body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--accent) !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon svg {
  width: 19px !important;
  height: 19px !important;
}

body.sheshi-home .sheshi-home-category-name {
  min-width: 0;
  color: var(--text-primary) !important;
  font-size: 14px;
  font-weight: 700;
  hyphens: auto;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.sheshi-home .sheshi-home-category-tile:hover .sheshi-home-category-name,
body.sheshi-home .sheshi-home-category-tile:focus-visible .sheshi-home-category-name {
  color: var(--accent) !important;
}

body.sheshi-home .sheshi-home-category-count {
  color: var(--text-muted) !important;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

body.sheshi-home .sheshi-institution-list {
  border-top: 1px solid var(--border) !important;
}

body.sheshi-home .sheshi-institution-row {
  display: grid !important;
  min-height: 68px !important;
  grid-template-columns: 40px minmax(0, 1fr) minmax(120px, 180px) 24px !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 12px 4px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
  background: transparent !important;
  text-decoration: none !important;
}

body.sheshi-home .sheshi-institution-row:hover,
body.sheshi-home .sheshi-institution-row:focus-visible {
  color: var(--accent) !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-home .sheshi-institution-row .sheshi-category-icon {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--accent) !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-home .sheshi-institution-name {
  min-width: 0;
  color: var(--text-primary) !important;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.3;
}

body.sheshi-home .sheshi-institution-row:hover .sheshi-institution-name,
body.sheshi-home .sheshi-institution-row:focus-visible .sheshi-institution-name {
  color: var(--accent) !important;
}

body.sheshi-home .sheshi-institution-location {
  color: var(--text-secondary) !important;
  font-size: 14px;
  line-height: 1.35;
}

body.sheshi-home .sheshi-institution-arrow {
  color: var(--accent) !important;
  font-size: 20px;
  line-height: 1;
  text-align: right;
}

body.sheshi-home .sheshi-home-text-link,
body.sheshi-home .sheshi-directory-link {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--accent) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.sheshi-home .sheshi-home-text-link:hover,
body.sheshi-home .sheshi-directory-link:hover {
  color: var(--accent-hover) !important;
  text-decoration: underline !important;
}

body.sheshi-home .sheshi-country-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.sheshi-home .sheshi-country-tile {
  display: grid !important;
  min-height: 118px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 16px !important;
  align-content: center !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: var(--text-primary) !important;
  background: var(--surface-sunken) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.sheshi-home .sheshi-country-tile > span:first-child {
  color: var(--text-primary) !important;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -.02em;
}

body.sheshi-home .sheshi-country-tile:hover > span:first-child,
body.sheshi-home .sheshi-country-tile:focus-visible > span:first-child {
  color: var(--accent) !important;
}

body.sheshi-home .sheshi-country-tile strong {
  grid-column: 1;
  color: var(--text-secondary) !important;
  font-size: 14px;
  font-weight: 600;
}

body.sheshi-home .sheshi-country-tile > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--accent) !important;
  font-size: 21px;
}

body.sheshi-home .sheshi-country-tile:hover,
body.sheshi-home .sheshi-country-tile:focus-visible {
  color: var(--accent) !important;
  background: var(--surface-muted) !important;
}

body.sheshi-home .sheshi-discovery {
  margin: 0 !important;
  padding: 76px 0 !important;
  border: 0 !important;
  background: #ffffff !important;
}

body.sheshi-home .sheshi-discovery .sheshi-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.sheshi-home .sheshi-discovery-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
}

body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
  margin: 0 !important;
}

body.sheshi-home .sheshi-home-growth {
  padding: 68px 0 !important;
  border: 0 !important;
  background: var(--surface-sunken) !important;
}

body.sheshi-home .sheshi-home-growth-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 34px 42px !important;
  align-items: end !important;
}

body.sheshi-home .sheshi-home-growth-copy {
  max-width: 720px;
}

body.sheshi-home .sheshi-home-growth-copy > p:last-child {
  max-width: 650px;
  margin: 14px 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.sheshi-home .sheshi-growth-steps {
  display: grid !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.sheshi-home .sheshi-growth-steps li {
  display: flex !important;
  min-height: 58px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 0 !important;
  color: var(--text-primary) !important;
}

body.sheshi-home .sheshi-growth-steps li > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--accent);
  background: #ffffff;
  font-size: 14px;
  font-weight: 750;
}

body.sheshi-home .sheshi-growth-steps strong {
  font-size: 15px;
  font-weight: 700;
}

body.sheshi-home .sheshi-growth-cta {
  display: inline-flex !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  padding: 0 22px !important;
  border: 1px solid var(--accent) !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background: var(--accent) !important;
  font-size: 15px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}

body.sheshi-home .sheshi-growth-cta:hover,
body.sheshi-home .sheshi-growth-cta:focus-visible {
  border-color: var(--accent-hover) !important;
  color: #ffffff !important;
  background: var(--accent-hover) !important;
}

body.sheshi-home .sheshi-growth-cta > span {
  color: #ffffff !important;
}

body.sheshi-home .sheshi-growth-plus {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

body.sheshi-home .sheshi-home-about-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr) !important;
  gap: 72px !important;
  align-items: start !important;
}

body.sheshi-home .sheshi-home-about h2 {
  max-width: 680px;
}

body.sheshi-home .sheshi-home-about p:not(.sheshi-kicker) {
  max-width: 680px;
  margin: 16px 0 0 !important;
  color: var(--text-secondary) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.sheshi-home .sheshi-about-points {
  display: grid !important;
  gap: 0 !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--border) !important;
  list-style: none !important;
}

body.sheshi-home .sheshi-about-points li {
  display: grid !important;
  min-height: 64px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

body.sheshi-home .sheshi-about-points svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1023px) {
  body.sheshi-home .sheshi-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.sheshi-home .sheshi-home-about-grid {
    gap: 44px !important;
  }
}

@media (max-width: 767px) {
  body.sheshi-home .sheshi-home-hero {
    padding: 30px 0 24px !important;
  }

  body.sheshi-home .sheshi-home-hero-inner {
    text-align: left;
  }

  body.sheshi-home .sheshi-home-hero h1 {
    font-size: clamp(34px, 9.6vw, 43px) !important;
    line-height: 1.04 !important;
  }

  body.sheshi-home .sheshi-home-hero-copy {
    margin-top: 13px !important;
    font-size: 16px !important;
  }

  body.sheshi-home .sheshi-home-search .sheshi-search-hero {
    margin: 20px auto 10px !important;
  }

  body.sheshi-home .sheshi-home-directory-facts {
    text-align: center;
  }

  body.sheshi-home .sheshi-home-section,
  body.sheshi-home .sheshi-discovery {
    padding: 54px 0 !important;
  }

  body.sheshi-home .sheshi-home-categories {
    padding-top: 34px !important;
  }

  body.sheshi-home .sheshi-home-section-head,
  body.sheshi-home .sheshi-discovery-head {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 22px !important;
  }

  body.sheshi-home .sheshi-home-section-head h2,
  body.sheshi-home .sheshi-home-growth h2,
  body.sheshi-home .sheshi-home-about h2 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  body.sheshi-home .sheshi-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.sheshi-home .sheshi-home-category-tile {
    min-height: 86px !important;
    grid-template-columns: 32px minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon {
    width: 32px !important;
    height: 32px !important;
  }

  body.sheshi-home .sheshi-home-category-name {
    font-size: 13px;
  }

  body.sheshi-home .sheshi-home-category-count {
    font-size: 12px;
  }

  body.sheshi-home .sheshi-institution-row {
    min-height: 78px !important;
    grid-template-columns: 36px minmax(0, 1fr) 22px !important;
    gap: 3px 12px !important;
    padding: 12px 2px !important;
  }

  body.sheshi-home .sheshi-institution-row .sheshi-category-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 34px !important;
    height: 34px !important;
  }

  body.sheshi-home .sheshi-institution-name {
    grid-column: 2;
    grid-row: 1;
    font-size: 14px;
  }

  body.sheshi-home .sheshi-institution-location {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
  }

  body.sheshi-home .sheshi-institution-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  body.sheshi-home .sheshi-country-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body.sheshi-home .sheshi-country-tile {
    min-height: 92px !important;
    padding: 18px !important;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
    justify-self: start !important;
  }

  body.sheshi-home .sheshi-home-growth {
    padding: 54px 0 !important;
  }

  body.sheshi-home .sheshi-home-growth-inner,
  body.sheshi-home .sheshi-home-about-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  body.sheshi-home .sheshi-growth-steps {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.sheshi-home .sheshi-growth-steps li {
    min-height: 50px !important;
  }

  body.sheshi-home .sheshi-growth-cta {
    width: 100% !important;
  }

  body.sheshi-home .sheshi-about-points {
    margin-top: 0 !important;
  }
}

@media (max-width: 359px) {
  body.sheshi-home .sheshi-home-hero h1 {
    font-size: 30px !important;
    line-height: 1.05 !important;
  }

  body.sheshi-home .sheshi-home-category-grid {
    grid-template-columns: 1fr !important;
  }
}
