:root {
  --orange: #ff6508;
  --orange-2: #ff8a3d;
  --blue: #155eef;
  --ink: #14213d;
  --muted: #667085;
  --line: #eaecf0;
  --cream: #fffbf8;
  --success: #12b76a;
  --shadow: 0 18px 48px rgba(20, 33, 61, .10)
}

* {
  box-sizing: border-box
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  overflow-x: clip
}

a {
  text-decoration: none;
  color: inherit
}

.pos-to-top {
  position: fixed;
  z-index: 140;
  right: auto;
  left: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  display: grid;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.88);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.pos-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.pos-to-top-inner {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px -13px rgba(15, 23, 42, .5);
  backdrop-filter: blur(10px);
  transition: .2s ease;
}

.pos-to-top>i {
  position: relative;
  z-index: 2;
  color: #087a60;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  transition: .2s ease;
}

.pos-to-top>svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.pos-to-top>svg circle {
  color: #0f172a;
  transition: stroke-dashoffset .12s linear;
}

.pos-to-top:hover {
  transform: translateY(-3px);
}

.pos-to-top:hover .pos-to-top-inner {
  border-color: #087a60;
  background: #087a60;
  box-shadow: 0 16px 32px -14px rgba(8, 122, 96, .7);
}

.pos-to-top:hover>i {
  color: #fff;
}

.pos-to-top:focus-visible {
  outline: 3px solid rgba(16, 185, 129, .25);
  outline-offset: 3px;
}

@media(max-width:700px) {
  .pos-to-top {
    right: auto;
    left: 14px;
    bottom: 84px;
    width: 48px;
    height: 48px;
  }
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 101, 8, .12)
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 30px
}

.brand img {
  width: 112px;
  height: 55px;
  object-fit: contain
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline: auto
}

.main-nav a {
  font-size: 13px;
  font-weight: 700;
  color: #475467;
  position: relative
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--orange)
}

.main-nav a.active:after {
  content: "";
  position: absolute;
  right: 20%;
  left: 20%;
  bottom: -12px;
  height: 3px;
  border-radius: 8px;
  background: var(--orange)
}

.main-nav a.header-request-service {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1px solid #ff6508;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6508, #ff8737);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 101, 8, .22);
  font-weight: 900;
  transition: .2s
}

.main-nav a.header-request-service:hover,
.main-nav a.header-request-service.active {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 11px 23px rgba(255, 101, 8, .3)
}

.main-nav a.header-request-service:after {
  display: none
}

.main-nav a.header-request-service .material-symbols-rounded {
  font-size: 19px
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 9px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  border-radius: 14px;
  border: 0;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: .2s
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 9px 20px rgba(255, 101, 8, .25)
}

.btn-primary:hover {
  transform: translateY(-2px)
}

.btn-ghost {
  background: #fff;
  border: 1px solid #ffd5ba;
  color: var(--ink)
}

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px
}

.user-hub-button {
  min-width: 190px;
  height: 50px;
  padding: 5px 10px 5px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffd7bd;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #fff7f1);
  color: #14213d;
  box-shadow: 0 8px 22px rgba(20, 33, 61, .08);
  transition: .2s
}

.user-hub-button:hover {
  transform: translateY(-2px);
  border-color: #ffb986;
  box-shadow: 0 12px 26px rgba(255, 101, 8, .14)
}

.user-hub-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #ff6508, #ff914d);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 6px 14px rgba(255, 101, 8, .25)
}

.user-hub-copy {
  flex: 1;
  min-width: 0;
  line-height: 1.25
}

.user-hub-copy b,
.user-hub-copy small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.user-hub-copy b {
  font-size: 10px;
  font-weight: 900
}

.user-hub-copy small {
  margin-top: 3px;
  color: #8a94a6;
  font-size: 7px;
  font-weight: 700
}

.user-hub-button em {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #ff6508;
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 900
}

.user-hub-arrow {
  color: #ff6508;
  font-size: 18px
}

.mobile-user-hub {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #ffd0b3;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff4eb, #eef4ff);
  color: #ff6508;
  box-shadow: 0 6px 16px rgba(20, 33, 61, .09)
}

.mobile-user-hub>span {
  font-size: 24px
}

.mobile-user-hub i {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 9px;
  background: #ff6508;
  color: #fff;
  font-size: 7px;
  font-style: normal;
  font-weight: 900
}

.menu-toggle {
  display: none;
  border: 0;
  background: #fff;
  font-size: 24px
}

.hero {
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, #fff0e5 0%, #fffaf7 42%, #eef4ff 100%);
  min-height: 650px;
  padding: 70px 0 45px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 55px
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 30px;
  background: #fff0e7;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900
}

.eyebrow i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-style: normal
}

.hero h1 {
  font-size: 50px;
  line-height: 1.3;
  margin: 18px 0 13px;
  letter-spacing: -1.5px
}

.hero h1 strong {
  color: var(--orange);
  font-size: clamp(28px, 4vw, 40px)
}

.hero-copy>p {
  font-size: 16px;
  color: var(--muted);
  max-width: 620px
}

.search-box {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #ffd7bd;
  border-radius: 20px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 190px auto;
  align-items: center;
  box-shadow: var(--shadow)
}

.hero-copy {
  position: relative;
  z-index: 8;
}

.search-box {
  position: relative;
  z-index: 20;
}

.home-region-select {
  position: relative;
  z-index: 50;
  min-width: 0;
  padding-right: 8px;
  border-right: 1px solid var(--line);
}

.home-region-trigger {
  width: 100%;
  height: 48px;
  display: grid;
  padding: 0 8px;
  border: 0;
  grid-template-columns: 32px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #344054;
  font-family: inherit;
  text-align: right;
  cursor: pointer;
}

.home-region-trigger-icon {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  place-items: center;
  background: #fff0e7;
  color: #ef5d0b;
  font-size: 18px;
}

.home-region-trigger small,
.home-region-trigger b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-region-trigger small {
  color: #98a2b3;
  font-size: 7px;
  font-weight: 700;
}

.home-region-trigger b {
  margin-top: 2px;
  color: #344054;
  font-size: 10px;
  font-weight: 900;
}

.home-region-trigger>i {
  color: #98a2b3;
  font-size: 18px;
  font-style: normal;
  transition: .2s;
}

.home-region-select.open .home-region-trigger>i {
  color: #ff6508;
  transform: rotate(180deg);
}

.home-region-select.open .home-region-trigger-icon {
  background: #ff6508;
  color: #fff;
}

.home-region-menu {
  position: absolute;
  z-index: 999;
  top: calc(100% + 13px);
  right: -10px;
  width: 300px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dce5e1;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 30px 70px -25px rgba(16, 24, 40, .58), 0 8px 22px rgba(16, 24, 40, .1);
}

.home-region-menu[hidden] {
  display: none;
}

.home-region-menu::before {
  position: absolute;
  top: -7px;
  right: 38px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #e5e9e7;
  border-right: 1px solid #e5e9e7;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
}

.home-region-menu-head {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 0;
  padding: 14px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e5ece9;
  background: linear-gradient(135deg, #f0faf6, #fff);
  box-shadow: 0 7px 16px -15px rgba(16, 24, 40, .6);
}

.home-region-menu-head>span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  place-items: center;
  background: #eaf8f3;
  color: #087a60;
  font-size: 19px;
}

.home-region-menu-head b,
.home-region-menu-head small {
  display: block;
}

.home-region-menu-head b {
  color: #213a33;
  font-size: 11px;
  font-weight: 950;
}

.home-region-menu-head small {
  margin-top: 2px;
  color: #8b9994;
  font-size: 8px;
}

.home-region-menu-body {
  max-height: min(285px, calc(100vh - 230px));
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #8fd2bf #edf5f2;
}

.home-region-menu-body::-webkit-scrollbar {
  width: 6px;
}

.home-region-menu-body::-webkit-scrollbar-track {
  border-radius: 99px;
  background: #edf5f2;
}

.home-region-menu-body::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #8fd2bf;
}

.home-region-option {
  width: 100%;
  min-height: 52px;
  display: grid;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #344054;
  font-family: inherit;
  text-align: right;
  cursor: pointer;
  transition: .16s ease;
}

.home-region-option:hover {
  border-color: #d9e9e3;
  background: #f7fbf9;
  transform: translateX(-2px);
}

.home-region-option>span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  place-items: center;
  background: #f2f5f4;
  color: #667a74;
  font-size: 18px;
}

.home-region-option b,
.home-region-option small {
  display: block;
}

.home-region-option b {
  color: #344b44;
  font-size: 10px;
  font-weight: 900;
}

.home-region-option small {
  margin-top: 2px;
  color: #98a5a0;
  font-size: 7px;
}

.home-region-option>i {
  color: transparent;
  font-size: 19px;
  font-style: normal;
}

.home-region-option.active {
  border-color: #9fdac8;
  background: linear-gradient(135deg, #effaf6, #f9fdfb);
}

.home-region-option.active>span {
  background: #dff5ed;
  color: #087a60;
}

.home-region-option.active>i {
  color: #0a9871;
}

.search-box input,
.search-box select {
  height: 45px;
  border: 0;
  outline: 0;
  font-family: inherit;
  color: var(--ink);
  background: white
}

.home-search-field {
  display: grid;
  min-width: 0;
  min-height: 52px;
  padding: 5px 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1.5px solid #ffb27f;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff9f5, #fff);
  box-shadow: inset 0 1px 0 #fff, 0 5px 14px rgba(255, 101, 8, .08);
  cursor: text;
  transition: border-color .2s, box-shadow .2s, background .2s
}

.home-search-field:focus-within {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 101, 8, .13), 0 9px 22px rgba(20, 33, 61, .1)
}

.home-search-field__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start
}

.home-search-field__copy small {
  color: #c65312;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2
}

.search-box .home-search-field input {
  width: 100%;
  height: 27px;
  padding: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 750
}

.search-box .home-search-field input::placeholder {
  color: #667085;
  opacity: 1
}

.search-box select {
  border-right: 1px solid var(--line);
  padding-right: 12px
}

.search-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #ff6508, #ff8d45);
  color: #fff;
  font-size: 22px;
  text-align: center;
  box-shadow: 0 7px 15px rgba(255, 101, 8, .24)
}

.trust-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  color: #475467;
  font-size: 11px;
  font-weight: 700
}

body:has(.unified-hero-stats-section) {
  background: #fff;
}

.unified-hero-stats-section {
  position: relative;
  z-index: 5;
  margin-top: -72px;
  padding: 0 0 28px;
  overflow: hidden;
  background: transparent;
}

.unified-hero-stats-section::before,
.unified-hero-stats-section::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  filter: blur(2px);
}

.unified-hero-stats-section::before {
  top: 5px;
  right: 4%;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(16, 185, 129, .14), transparent 70%);
}

.unified-hero-stats-section::after {
  bottom: -28px;
  left: 7%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(59, 130, 246, .12), transparent 70%);
}

.unified-hero-stats {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 128px;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-stat-item {
  position: relative;
  min-width: 0;
  min-height: 94px;
  display: grid;
  padding: 13px 14px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid rgba(218, 228, 224, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 35px -28px rgba(16, 24, 40, .55);
  transition: .2s ease;
}

.hero-stat-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 4px;
  border-radius: 4px 0 0 0;
  background: #15a87f;
  content: "";
  opacity: .8;
}

.hero-stat-item:hover {
  z-index: 1;
  border-color: #a8d9ca;
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 22px 42px -28px rgba(8, 122, 96, .45);
}

.hero-stat-item>i {
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  place-items: center;
  background: #e5f7f1;
  color: #07815f;
  font-size: 25px;
  font-style: normal;
}

.hero-stat-item span,
.hero-stat-item small,
.hero-stat-item strong,
.hero-stat-item b {
  display: block;
  min-width: 0;
}

.hero-stat-item small {
  overflow: hidden;
  color: #697b75;
  font-size: 10px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-stat-item strong {
  margin: 2px 0;
  color: #142d26;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.15;
}

.hero-stat-item b {
  color: #7d8e88;
  font-size: 9px;
  font-weight: 750;
}

.hero-stat-item.companies>i {
  background: #eef2ff;
  color: #4f5dc4;
}

.hero-stat-item.requests>i {
  background: #fff3e9;
  color: #e76516;
}

.hero-stat-item.completed>i {
  background: #ecfdf3;
  color: #12945f;
}

.hero-stat-item.companies::after {
  background: #6574cf;
}

.hero-stat-item.requests::after {
  background: #ee7a30;
}

.hero-stat-item.completed::after {
  background: #20a96d;
}

.hero-stat-actions {
  display: grid;
  padding: 6px;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(218, 228, 224, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 35px -28px rgba(16, 24, 40, .55);
}

.hero-stat-actions a {
  min-height: 25px;
  display: flex;
  padding: 0 7px;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  color: #425850;
  font-size: 9px;
  font-weight: 900;
  transition: .16s ease;
}

.hero-stat-actions a i {
  font-size: 17px;
}

.hero-stat-actions a:hover {
  background: #eaf8f3;
  color: #087a60;
  transform: translateX(-2px);
}

.hero-stat-actions .request {
  background: #fff0e7;
  color: #c9500c;
}

.hero-stat-actions .join {
  background: #edf3ff;
  color: #405ead;
}

/* Homepage reference: one decorated, strongly segmented statistics panel. */
.unified-hero-stats-section .unified-hero-stats {
  isolation: isolate;
  padding: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 126px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 224, 220, .95);
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .99), rgba(248, 252, 250, .98) 50%, rgba(247, 250, 255, .99));
  box-shadow: 0 28px 65px -34px rgba(15, 42, 35, .48), inset 0 1px 0 #fff;
}

.unified-hero-stats-section .unified-hero-stats::before {
  position: absolute;
  z-index: -1;
  top: -85px;
  right: -40px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, .13), transparent 68%);
  content: "";
}

.unified-hero-stats-section .unified-hero-stats::after {
  position: absolute;
  z-index: -1;
  bottom: -110px;
  left: 12%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, .1), transparent 68%);
  content: "";
}

.unified-hero-stats-section .hero-stat-item {
  min-height: 92px;
  padding: 13px 14px;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 11px;
  overflow: visible;
  border: 0;
  border-left: 1px solid #e7eeeb;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.unified-hero-stats-section .hero-stat-item::before {
  position: absolute;
  inset: 8px 6px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(231, 249, 243, .82), rgba(255, 255, 255, .5));
  content: "";
  opacity: .7;
  transition: .22s ease;
}

.unified-hero-stats-section .hero-stat-item::after {
  right: 14px;
  bottom: 10px;
  width: 32px;
  height: 3px;
  border-radius: 99px;
}

.unified-hero-stats-section .hero-stat-item:hover {
  border-color: #e7eeeb;
  background: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

.unified-hero-stats-section .hero-stat-item:hover::before {
  border-color: rgba(16, 185, 129, .2);
  opacity: 1;
  box-shadow: 0 14px 28px -24px rgba(8, 122, 96, .5);
}

.unified-hero-stats-section .hero-stat-item>i {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(16, 185, 129, .14);
  border-radius: 14px;
  background: linear-gradient(145deg, #dff7ef, #f4fcf9);
  color: #07815f;
  font-size: 24px;
  box-shadow: 0 10px 20px -15px rgba(8, 122, 96, .7);
}

.unified-hero-stats-section .hero-stat-item small {
  color: #687b75;
  font-size: 10px;
  font-weight: 850;
}

.unified-hero-stats-section .hero-stat-item strong {
  margin: 1px 0;
  color: #142d26;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.4px;
}

.unified-hero-stats-section .hero-stat-item b {
  color: #84938e;
  font-size: 9px;
  font-weight: 750;
}

.unified-hero-stats-section .hero-stat-item.companies::before {
  background: linear-gradient(135deg, rgba(237, 241, 255, .9), rgba(255, 255, 255, .55));
}

.unified-hero-stats-section .hero-stat-item.companies>i {
  border-color: rgba(79, 93, 196, .14);
  background: linear-gradient(145deg, #e9edff, #f7f8ff);
  color: #4f5dc4;
}

.unified-hero-stats-section .hero-stat-item.requests::before {
  background: linear-gradient(135deg, rgba(255, 241, 230, .9), rgba(255, 255, 255, .55));
}

.unified-hero-stats-section .hero-stat-item.requests>i {
  border-color: rgba(231, 101, 22, .15);
  background: linear-gradient(145deg, #ffeadb, #fff8f3);
  color: #e76516;
}

.unified-hero-stats-section .hero-stat-item.completed::before {
  background: linear-gradient(135deg, rgba(231, 250, 239, .92), rgba(255, 255, 255, .55));
}

.unified-hero-stats-section .hero-stat-item.completed>i {
  border-color: rgba(18, 148, 95, .15);
  background: linear-gradient(145deg, #ddf7e8, #f5fcf8);
  color: #12945f;
}

.unified-hero-stats-section .hero-stat-actions {
  margin-right: 8px;
  padding: 7px;
  align-content: center;
  gap: 5px;
  border: 1px solid #e1e8e5;
  border-radius: 16px;
  background: linear-gradient(155deg, #f7faf9, #fff);
  box-shadow: inset 0 1px 0 #fff, 0 12px 25px -24px rgba(16, 24, 40, .7);
}

.unified-hero-stats-section .hero-stat-actions a {
  min-height: 25px;
  padding: 0 7px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 9px;
}

.unified-hero-stats-section .hero-stat-actions a i {
  font-size: 17px;
}

.unified-hero-stats-section .hero-stat-actions .search {
  color: #087a60;
}

.unified-hero-stats-section .hero-stat-actions .search:hover {
  border-color: #bde3d7;
  background: #eaf8f3;
}

.unified-hero-stats-section .hero-stat-actions .request {
  border-color: #f7d5bf;
  background: linear-gradient(135deg, #fff0e7, #fff8f3);
  color: #c9500c;
}

.unified-hero-stats-section .hero-stat-actions .join {
  border-color: #d9e1fb;
  background: linear-gradient(135deg, #edf3ff, #f7f9ff);
  color: #405ead;
}

.trust-row span:first-child {
  color: #b54708
}

.hero-visual {
  position: relative;
  height: 510px
}

.visual-backdrop {
  position: absolute;
  inset: 40px 30px 5px;
  border-radius: 48% 48% 32% 32%;
  background: linear-gradient(145deg, #ffdcc5, #f3f6ff);
  border: 2px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow)
}

.hero-visual>img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 18px rgba(20, 33, 61, .13))
}

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .94);
  padding: 11px 14px;
  border: 1px solid #fff;
  border-radius: 17px;
  box-shadow: var(--shadow)
}

.float-card b,
.float-card small {
  display: block
}

.float-card b {
  font-size: 12px
}

.float-card small {
  font-size: 8px;
  color: var(--muted)
}

.round-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff0d9;
  color: #f79009
}

.round-icon.blue {
  background: #edf3ff;
  color: var(--blue)
}

.card-rating {
  right: -15px;
  top: 120px
}

.card-jobs {
  left: -10px;
  bottom: 90px
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px)
}

.orb-one {
  width: 240px;
  height: 240px;
  right: -100px;
  top: -80px;
  background: rgba(255, 101, 8, .08)
}

.orb-two {
  width: 310px;
  height: 310px;
  left: -180px;
  bottom: -160px;
  background: rgba(21, 94, 239, .07)
}

.section {
  padding: 80px 0
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px
}

.section-heading h2,
.center-heading h2 {
  font-size: 30px;
  margin: 8px 0 2px
}

.section-heading p,
.center-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px
}

.show-all {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900
}

.categories-section {
  background: #fff
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px
}

.category-card {
  position: relative;
  min-height: 185px;
  padding: 20px 15px;
  background: linear-gradient(145deg, #fff, #fffaf7);
  border: 1px solid #ffdfca;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(20, 33, 61, .05);
  transition: .25s
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
  box-shadow: var(--shadow)
}

.category-icon {
  --accent: #ff6508;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 13%, white);
  color: var(--accent);
  font-size: 27px
}

.category-card b,
.category-card small {
  display: block
}

.category-card b {
  font-size: 14px
}

.category-card small {
  color: var(--muted);
  font-size: 9px;
  height: 32px;
  overflow: hidden
}

.category-card em {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 9px;
  border-radius: 20px;
  background: #f2f4f7;
  color: #475467;
  font-size: 8px;
  font-style: normal
}

.providers-section {
  background: linear-gradient(180deg, #fffaf7, #f7f9ff)
}

.blue-text {
  color: var(--blue);
  background: #edf3ff
}

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

.provider-card {
  position: relative;
  background: #fff;
  border: 1px solid #ffe0cc;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(20, 33, 61, .07);
  transition: .25s
}

.provider-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.provider-card.featured {
  border: 2px solid #ffb27f
}

.featured-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  background: var(--orange);
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 900
}

.provider-cover {
  height: 205px;
  position: relative;
  background: linear-gradient(145deg, #ffe8d8, #edf3ff);
  overflow: hidden
}

.provider-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.provider-cover button {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  font-size: 22px;
  color: var(--orange)
}

.provider-body {
  padding: 16px
}

.provider-title {
  display: flex;
  justify-content: space-between;
  gap: 8px
}

.provider-title h3 {
  font-size: 15px;
  margin: 0
}

.provider-title h3 span {
  color: var(--blue)
}

.provider-title p {
  margin: 2px 0;
  color: var(--muted);
  font-size: 10px
}

.rating {
  color: #b54708;
  background: #fffaeb;
  height: max-content;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900
}

.provider-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  margin: 12px 0;
  color: var(--muted);
  font-size: 9px
}

.provider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.provider-footer small,
.provider-footer strong {
  display: block
}

.provider-footer small {
  font-size: 8px;
  color: var(--muted)
}

.provider-footer strong {
  font-size: 14px;
  color: var(--orange)
}

.btn-small {
  background: var(--ink);
  color: white;
  min-height: 38px;
  padding: 7px 14px;
  font-size: 10px
}

.how-section {
  background: #fff
}

.center-heading {
  text-align: center;
  margin-bottom: 42px
}

.steps {
  display: flex;
  align-items: center
}

.step {
  flex: 1;
  text-align: center;
  position: relative
}

.step>span {
  position: absolute;
  right: calc(50% + 29px);
  top: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 900
}

.step i {
  display: grid;
  place-items: center;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff0e7, #fff);
  border: 1px solid #ffd4b8;
  color: var(--orange);
  font-size: 30px;
  font-style: normal;
  box-shadow: 0 12px 25px rgba(255, 101, 8, .12)
}

.step h3 {
  font-size: 14px;
  margin: 13px 0 3px
}

.step p {
  color: var(--muted);
  font-size: 9px;
  margin: 0
}

.step-line {
  width: 65px;
  height: 2px;
  border-top: 2px dashed #ffc49c
}

.stats-section {
  padding: 35px 0;
  background: linear-gradient(135deg, var(--ink), #253858);
  color: white
}

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

.stats-grid div {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .13)
}

.stats-grid div:last-child {
  border: 0
}

.stats-grid strong,
.stats-grid span {
  display: block
}

.stats-grid strong {
  font-size: 29px;
  color: #ff995a
}

.stats-grid span {
  font-size: 10px;
  color: #d0d5dd
}

.cta-section {
  padding: 65px 0;
  background: #fff
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--orange), #f05a00);
  color: #fff;
  box-shadow: 0 22px 45px rgba(255, 101, 8, .25);
  position: relative;
  overflow: hidden
}

.cta-card:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 35px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  left: -65px;
  top: -80px
}

.cta-card span {
  font-size: 10px;
  font-weight: 900;
  color: #ffe0cd
}

.cta-card h2 {
  margin: 4px 0;
  font-size: 24px
}

.cta-card p {
  margin: 0;
  color: #fff0e7;
  font-size: 11px
}

.cta-button {
  background: #fff;
  color: var(--orange);
  z-index: 1
}

.site-footer {
  background: #101828;
  color: #d0d5dd;
  padding-top: 55px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 45px;
  padding-bottom: 40px
}

.footer-logo {
  width: 115px;
  filter: brightness(0) invert(1)
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: #98a2b3;
  font-size: 10px;
  margin: 6px 0
}

.footer-grid h4 {
  color: #fff;
  font-size: 13px
}

.copyright {
  text-align: center;
  border-top: 1px solid #344054;
  padding: 15px;
  color: #667085;
  font-size: 9px
}

/* Two-tier production footer */
.nafe3-footer {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #0b1720;
  color: #fff;
}

.nafe3-footer::before {
  position: absolute;
  top: -130px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 166, 126, .12), transparent 68%);
  content: "";
  pointer-events: none;
}

.nafe3-footer-main {
  position: relative;
  padding: 58px 0 45px;
  border-top: 4px solid #0b9871;
  background: linear-gradient(135deg, #10242d 0%, #0b1720 58%, #0d1d26 100%);
}

.nafe3-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr .85fr 1.1fr;
  gap: 48px;
}

.nafe3-footer h3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.nafe3-footer h3::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 4px;
  background: #11a67e;
  content: "";
}

.nafe3-footer-logo {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 11px;
}

.nafe3-footer-logo>span {
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  place-items: center;
  background: #fff;
  box-shadow: 0 15px 32px -22px #000;
}

.nafe3-footer-logo img {
  display: block;
  width: 47px;
  height: 47px;
  object-fit: contain;
  filter: none;
}

.nafe3-footer-logo strong,
.nafe3-footer-logo small {
  display: block;
}

.nafe3-footer-logo strong {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.2;
}

.nafe3-footer-logo small {
  margin-top: 3px;
  color: #9eb0b6;
  font-size: 11px;
  font-weight: 700;
}

.nafe3-footer-brand>p {
  max-width: 350px;
  margin: 18px 0;
  color: #a5b6bb;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

.nafe3-footer-trust {
  display: flex;
  width: max-content;
  padding: 9px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(38, 197, 152, .18);
  border-radius: 12px;
  background: rgba(16, 185, 129, .07);
}

.nafe3-footer-trust>span {
  color: #27c89a;
  font-size: 22px;
}

.nafe3-footer-trust strong,
.nafe3-footer-trust small {
  display: block;
}

.nafe3-footer-trust strong {
  color: #dcebe7;
  font-size: 12px;
}

.nafe3-footer-trust small {
  margin-top: 2px;
  color: #8da1a6;
  font-size: 10px;
}

.nafe3-footer-app {
  margin-top: 18px;
}

.nafe3-footer-app-title {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  gap: 7px;
}

.nafe3-footer-app-title>span {
  color: #28c99a;
  font-size: 21px;
}

.nafe3-footer-app-title strong,
.nafe3-footer-app-title small {
  display: block;
}

.nafe3-footer-app-title strong {
  color: #e8f0ee;
  font-size: 12px;
}

.nafe3-footer-app-title small {
  margin-top: 2px;
  color: #84999f;
  font-size: 9px;
}

.nafe3-footer-app-links {
  display: flex;
  gap: 7px;
}

.nafe3-footer-app-links>a {
  display: flex;
  min-width: 126px;
  height: 45px;
  padding: 0 10px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: #071117;
  color: #fff;
  transition: .18s ease;
}

.nafe3-footer-app-links>a:hover {
  border-color: #1eb58a;
  background: #0d2a27;
  transform: translateY(-2px);
}

.nafe3-footer-app-links>a>span {
  font-size: 22px;
}

.nafe3-footer-app-links small,
.nafe3-footer-app-links strong {
  display: block;
  line-height: 1.2;
}

.nafe3-footer-app-links small {
  color: #8fa2a8;
  font-size: 8px;
}

.nafe3-footer-app-links strong {
  margin-top: 2px;
  color: #fff;
  font-size: 11px;
}

.nafe3-footer-social {
  display: flex;
  margin-top: 17px;
  gap: 7px;
}

.nafe3-footer-social a {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 10px;
  place-items: center;
  background: rgba(255, 255, 255, .035);
  color: #9aafb5;
  transition: .18s ease;
}

.nafe3-footer-social a:hover {
  border-color: #16a77f;
  background: #0d8c6a;
  color: #fff;
  transform: translateY(-2px);
}

.nafe3-footer-social span {
  font-size: 17px;
}

.nafe3-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nafe3-footer-column a {
  display: flex;
  margin: 0 0 13px;
  align-items: center;
  color: #a5b5ba;
  font-size: 12px;
  font-weight: 700;
  transition: .18s ease;
}

.nafe3-footer-column a span {
  width: 17px;
  color: #1dad85;
  font-size: 15px;
  transition: .18s ease;
}

.nafe3-footer-column a:hover {
  color: #fff;
  transform: translateX(-3px);
}

.nafe3-footer-contact>p {
  margin: -5px 0 15px;
  color: #9bafb4;
  font-size: 12px;
  line-height: 1.8;
}

.nafe3-footer-contact>a {
  display: flex;
  margin-top: 8px;
  padding: 10px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
}

.nafe3-footer-contact>a>span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  place-items: center;
  background: rgba(16, 185, 129, .1);
  color: #20b98d;
  font-size: 18px;
}

.nafe3-footer-contact small,
.nafe3-footer-contact strong {
  display: block;
}

.nafe3-footer-contact small {
  color: #8da1a7;
  font-size: 9px;
}

.nafe3-footer-contact strong {
  margin-top: 2px;
  color: #d8e5e2;
  font-size: 12px;
  font-weight: 800;
}

.nafe3-footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .075);
  background: #071117;
}

.nafe3-footer-bottom>.container {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.nafe3-footer-bottom p {
  margin: 0;
  color: #8ca0a6;
  font-size: 11px;
  font-weight: 700;
}

.nafe3-footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nafe3-footer-bottom nav a {
  color: #8ca0a6;
  font-size: 10px;
  font-weight: 700;
}

.nafe3-footer-bottom nav a:hover {
  color: #bcd0cb;
}

.nafe3-footer-bottom nav i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #405158;
}

.nafe3-footer-bottom>.container>span {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 5px;
  color: #8ca0a6;
  font-size: 10px;
  font-weight: 700;
}

.nafe3-footer-bottom>.container>span b {
  color: #13a77f;
  font-size: 15px;
  font-weight: 400;
}

@media(max-width:900px) {
  .nafe3-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 35px;
  }

  .nafe3-footer-contact {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }

  .nafe3-footer-contact h3,
  .nafe3-footer-contact>p {
    grid-column: 1/-1;
  }

  .nafe3-footer-contact>a {
    margin: 0;
  }
}

@media(max-width:700px) {
  .nafe3-footer-main {
    padding: 38px 0 30px;
  }

  .nafe3-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .nafe3-footer-brand {
    grid-column: 1/-1;
  }

  .nafe3-footer-brand>p {
    max-width: none;
  }

  .nafe3-footer-app-links {
    flex-wrap: wrap;
  }

  .nafe3-footer-app-links>a {
    flex: 1;
    min-width: 135px;
  }

  .nafe3-footer-contact {
    grid-column: 1/-1;
    grid-template-columns: 1fr;
  }

  .nafe3-footer-contact h3,
  .nafe3-footer-contact>p {
    grid-column: auto;
  }

  .nafe3-footer-bottom {
    padding-bottom: 72px;
  }

  .nafe3-footer-bottom>.container {
    min-height: 105px;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .nafe3-footer-bottom>.container>span {
    justify-self: center;
  }
}

@media(max-width:700px) {
  .unified-hero-stats-section {
    margin-top: -20px;
    padding-bottom: 8px;
  }

  .unified-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-stat-item {
    min-height: 88px;
    padding: 10px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    border-radius: 15px;
  }

  .hero-stat-item>i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 22px;
  }

  .hero-stat-item small {
    font-size: 8px;
  }

  .hero-stat-item strong {
    font-size: 19px;
  }

  .hero-stat-item b {
    font-size: 8px;
  }

  .hero-stat-actions {
    grid-column: 1/-1;
    padding: 7px;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border-radius: 15px;
  }

  .hero-stat-actions a {
    height: 36px;
    justify-content: center;
    border-radius: 10px;
    font-size: 9px;
  }

  .unified-hero-stats-section .unified-hero-stats {
    padding: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    border-radius: 19px;
  }

  .unified-hero-stats-section .hero-stat-item {
    min-height: 86px;
    padding: 10px 8px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 7px;
    border-left: 0;
  }

  .unified-hero-stats-section .hero-stat-item:nth-child(odd) {
    border-left: 1px solid #e7eeeb;
  }

  .unified-hero-stats-section .hero-stat-item::before {
    inset: 4px 3px;
    border-radius: 13px;
  }

  .unified-hero-stats-section .hero-stat-item>i {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 21px;
  }

  .unified-hero-stats-section .hero-stat-item small {
    font-size: 8px;
  }

  .unified-hero-stats-section .hero-stat-item strong {
    font-size: 19px;
  }

  .unified-hero-stats-section .hero-stat-item b {
    font-size: 7px;
  }

  .unified-hero-stats-section .hero-stat-actions {
    grid-column: 1/-1;
    margin: 4px 0 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .unified-hero-stats-section .hero-stat-actions a {
    min-height: 35px;
    justify-content: center;
    font-size: 9px;
  }
}

.empty-state {
  grid-column: 1/-1;
  text-align: center;
  color: var(--muted)
}

.mobile-header-actions,
.mobile-drawer,
.mobile-drawer-overlay {
  display: none
}

@media(max-width:960px) {
  body.drawer-is-open {
    overflow: hidden
  }

  .site-header {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 5px 22px rgba(20, 33, 61, .06)
  }

  .nav-wrap {
    position: relative;
    justify-content: flex-start;
    gap: 10px
  }

  .main-nav,
  .nav-actions {
    display: none
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 0 10px;
    border: 1px solid #ffe0cc;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(20, 33, 61, .06);
    cursor: pointer
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background: #14213d;
    transition: .2s
  }

  .menu-toggle span:nth-child(2) {
    width: 14px
  }

  .menu-toggle[aria-expanded=true] span:first-child {
    transform: translateY(7px) rotate(45deg)
  }

  .menu-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0
  }

  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-7px) rotate(-45deg)
  }

  .nav-wrap>.brand {
    position: static;
    display: flex;
    flex: 0 0 auto;
    transform: none
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-inline-start: auto
  }

  .mobile-head-button {
    position: relative;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    background: #fff;
    color: #14213d;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(20, 33, 61, .045)
  }

  .mobile-head-button.notification i {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ff6508
  }

  .mobile-head-button.user {
    background: linear-gradient(145deg, #fff0e7, #edf3ff);
    color: #ff6508
  }

  .mobile-drawer-overlay {
    position: fixed;
    z-index: 98;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(16, 24, 40, .52);
    opacity: 0;
    backdrop-filter: blur(2px);
    transition: .25s
  }

  .mobile-drawer-overlay.show {
    visibility: visible;
    opacity: 1
  }

  .mobile-drawer {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 355px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 17px 14px max(16px, env(safe-area-inset-bottom));
    background: linear-gradient(165deg, #fff 0, #fffaf7 58%, #f5f8ff 100%);
    box-shadow: -25px 0 60px rgba(20, 33, 61, .23);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .3s cubic-bezier(.2, .75, .25, 1), visibility 0s linear .3s;
    contain: layout paint
  }

  .mobile-drawer.open {
    transform: none;
    visibility: visible;
    transition-delay: 0s
  }

  .drawer-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
  }

  .drawer-decoration.one {
    width: 180px;
    height: 180px;
    top: -100px;
    left: -80px;
    background: rgba(255, 101, 8, .09)
  }

  .drawer-decoration.two {
    width: 160px;
    height: 160px;
    right: -110px;
    bottom: 80px;
    border: 25px solid rgba(21, 94, 239, .04)
  }

  .drawer-top,
  .drawer-profile,
  .drawer-nav,
  .drawer-footer {
    position: relative;
    z-index: 1
  }

  .drawer-top {
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 12px;
    border-bottom: 1px solid #edf0f5
  }

  .drawer-brand {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .drawer-brand img {
    width: 85px;
    height: 43px;
    object-fit: contain
  }

  .drawer-brand span {
    max-width: 90px;
    padding-right: 8px;
    border-right: 1px solid #ffd7bd;
    color: #667085;
    font-size: 7px;
    line-height: 1.5
  }

  .drawer-top>button {
    width: 35px;
    height: 35px;
    border: 1px solid #e7eaf0;
    border-radius: 11px;
    background: #fff;
    color: #667085;
    font-size: 23px;
    cursor: pointer
  }

  .drawer-profile {
    display: grid;
    grid-template-columns: 48px 1fr 25px;
    align-items: center;
    gap: 10px;
    margin: 14px 1px;
    padding: 12px;
    border: 1px solid #ffd9c0;
    border-radius: 17px;
    background: linear-gradient(135deg, #fff4ec, #fff, #edf3ff);
    box-shadow: 0 8px 20px rgba(20, 33, 61, .055)
  }

  .drawer-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff6508, #ff9a57);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 7px 15px rgba(255, 101, 8, .2)
  }

  .drawer-profile b,
  .drawer-profile small {
    display: block
  }

  .drawer-profile b {
    color: #14213d;
    font-size: 11px
  }

  .drawer-profile small {
    max-width: 175px;
    overflow: hidden;
    color: #667085;
    font-size: 7.5px;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .drawer-profile>a {
    color: #ff6508;
    font-size: 23px
  }

  .drawer-nav {
    flex: 1;
    overflow: auto;
    padding: 0 2px
  }

  .drawer-nav>span {
    display: block;
    padding: 8px 8px 4px;
    color: #98a2b3;
    font-size: 7.5px;
    font-weight: 900
  }

  .drawer-nav>a {
    display: grid;
    grid-template-columns: 39px 1fr 18px;
    align-items: center;
    gap: 9px;
    margin: 3px 0;
    padding: 8px 9px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #475467
  }

  .drawer-nav>a.active {
    border-color: #ffd6bc;
    background: #fff2e9;
    color: #d94f00
  }

  .drawer-nav>a>i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f2f4f7;
    color: #667085;
    font-size: 18px;
    font-style: normal
  }

  .drawer-nav>a.active>i {
    background: #ffdfcc;
    color: #ff6508
  }

  .drawer-nav b,
  .drawer-nav small {
    display: block
  }

  .drawer-nav b {
    font-size: 12px
  }

  .drawer-nav small {
    color: #98a2b3;
    font-size: 9px
  }

  .drawer-nav em {
    color: #b2b8c2;
    font-size: 18px;
    font-style: normal
  }

  .drawer-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    padding-top: 12px;
    border-top: 1px solid #e8ebf1
  }

  .drawer-footer a,
  .drawer-footer button {
    min-height: 41px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer
  }

  .drawer-footer form {
    grid-column: 1/-1
  }

  .drawer-footer form button {
    width: 100%;
    background: #fff0ed;
    color: #d92d20
  }

  .drawer-login {
    border: 1px solid #ffcaa8 !important;
    background: #fff;
    color: #d94f00
  }

  .drawer-register {
    background: linear-gradient(135deg, #ff6508, #ff914d);
    color: #fff
  }

  .drawer-footer>small {
    grid-column: 1/-1;
    margin-top: 2px;
    color: #98a2b3;
    text-align: center;
    font-size: 8.5px
  }

  .hero {
    padding-top: 35px
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    text-align: center
  }

  .hero-visual {
    order: -2
  }

  .hero-copy .search-box {
    order: -1;
    width: 100%;
    box-sizing: border-box;
    margin: -22px 0 24px;
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(20, 33, 61, .16), 0 0 0 5px rgba(255, 255, 255, .72)
  }

  .hero-copy>p {
    margin-inline: auto
  }

  .hero-visual {
    height: 420px
  }

  .categories-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .providers-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:620px) {
  .container {
    width: min(100% - 24px, 1180px)
  }

  .nav-wrap {
    height: 68px;
    gap: 10px
  }

  .brand img {
    width: 90px
  }

  .nav-actions .btn-primary {
    padding: 7px 11px;
    font-size: 10px
  }

  .main-nav {
    top: 68px
  }

  .hero {
    min-height: auto
  }

  .hero h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(16px, 5vw, 33px);
    letter-spacing: -.5px;
    white-space: nowrap
  }

  .hero h1 strong {
    display: block;
    width: fit-content;
    max-width: 100%;
    font-size: clamp(13px, 4.4vw, 28px);
    white-space: nowrap;
    text-align: center;
  }

  .hero-copy>p {
    font-size: 13px
  }

  .search-box {
    grid-template-columns: 1fr;
    padding: 8px
  }

  .home-search-field {
    grid-column: 1/-1
  }

  .home-region-select {
    grid-column: 1/-1;
    padding: 0;
    border: 0;
    border-top: 1px solid #f0f1f3;
  }

  .home-region-menu {
    right: 0;
    left: 0;
    width: auto;
  }

  .search-box select {
    border: 0;
    grid-column: 2
  }

  .search-box .btn {
    grid-column: 1/-1
  }

  .trust-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px
  }

  .hero-visual {
    height: 350px
  }

  .card-rating {
    right: 0
  }

  .card-jobs {
    left: 0
  }

  .section {
    padding: 55px 0
  }

  .section-heading {
    align-items: start
  }

  .section-heading h2,
  .center-heading h2 {
    font-size: 23px
  }

  .section-heading p {
    display: none
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .category-card {
    min-height: 170px
  }

  .providers-grid {
    grid-template-columns: 1fr
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 10px
  }

  .step-line {
    display: none
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0
  }

  .stats-grid div:nth-child(2) {
    border: 0
  }

  .cta-card {
    display: block;
    padding: 28px 22px
  }

  .cta-card h2 {
    font-size: 20px
  }

  .cta-button {
    margin-top: 18px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
}

.home-provider-card {
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 15px;
  border: 1px solid #eceef2;
  border-radius: 21px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 27px rgba(20, 33, 61, .07);
  text-align: center;
  transition: .22s
}

.home-provider-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow)
}

.home-provider-card.featured {
  border: 1.5px solid #ff8f47
}

.home-provider-favorite {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  border: 0;
  background: transparent;
  color: #98a2b3;
  font-size: 21px;
  cursor: pointer
}

.home-provider-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #ff6508;
  font-size: 8px;
  font-weight: 900
}

.home-provider-avatar {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 5px 0 9px;
  border: 4px solid #f2f5ff;
  border-radius: 50%;
  overflow: visible;
  background: #edf3ff
}

.home-provider-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%
}

.home-provider-avatar i {
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #155eef;
  color: #fff;
  font-size: 8px;
  font-style: normal
}

.home-provider-card h3 {
  margin: 0;
  color: #14213d;
  font-size: 16px
}

.home-provider-card>p {
  margin: 1px 0;
  color: #5f6878;
  font-size: 10px;
  font-weight: 700
}

.home-provider-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px
}

.home-provider-rating b {
  font-size: 12px
}

.home-provider-rating span {
  color: #ffa000;
  font-size: 18px
}

.home-provider-card>small {
  color: #596273;
  font-size: 9px;
  font-weight: 700
}

.home-provider-location {
  display: flex;
  align-items: center;
  gap: 3px;
  max-width: 100%;
  margin: 5px 0 12px;
  color: #596273;
  font-size: 8px;
  font-weight: 700
}

.home-provider-location span {
  color: #ff6508;
  font-size: 14px
}

.home-provider-price {
  margin-top: auto;
  padding: 5px 11px;
  border-radius: 20px;
  background: #fff1e7;
  color: #ff6508;
  font-size: 11px
}

.material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.app-bottom-nav {
  display: none
}

@media(max-width:700px) {
  body {
    padding-bottom: 76px
  }

  .app-bottom-nav {
    position: fixed;
    z-index: 65;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    bottom: 0;
    height: 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 72px minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    padding: 0 4px max(0px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid rgba(234, 236, 240, .9);
    box-shadow: 0 -10px 30px rgba(20, 33, 61, .08);
    backdrop-filter: blur(16px);
    overflow-x: clip
  }

  .app-bottom-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 50%;
    width: 78px;
    height: 39px;
    transform: translateX(50%);
    border: 1px solid rgba(234, 236, 240, .9);
    border-bottom: 0;
    border-radius: 44px 44px 0 0;
    background: rgba(255, 255, 255, .97)
  }

  .app-bottom-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #475467;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
  }

  .app-bottom-item .material-symbols-rounded {
    font-size: 24px;
    line-height: 1;
    transition: .15s
  }

  .app-bottom-item b {
    max-width: 100%;
    color: #667085;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    transition: .15s;
    white-space: nowrap
  }

  .app-bottom-item.active,
  .app-bottom-item:active {
    color: #ff6508
  }

  .app-bottom-item.active .material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24
  }

  .app-bottom-item.active b,
  .app-bottom-item:active b {
    color: #ff6508;
    font-weight: 900
  }

  .app-bottom-gap {
    display: block
  }

  .app-new-request {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    transform: translateX(50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background: #ff6508;
    color: #fff;
    box-shadow: 0 9px 23px rgba(255, 101, 8, .38);
    -webkit-tap-highlight-color: transparent
  }

  .app-new-request .material-symbols-rounded {
    font-size: 31px;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 31
  }

  .app-new-request:active {
    transform: translateX(50%) scale(.94)
  }
}

@media(max-width:360px) {
  .app-bottom-nav {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 60px minmax(0, 1fr) minmax(0, 1fr);
    padding-inline: 0
  }

  .app-bottom-item {
    gap: 3px
  }

  .app-bottom-item .material-symbols-rounded {
    font-size: 22px
  }

  .app-bottom-item b {
    font-size: 9px
  }

  .app-new-request {
    width: 56px;
    height: 56px
  }

  .mobile-drawer {
    width: min(92vw, 355px)
  }
}

/* Refined public-interface scrollbars */
:root {
  --front-scroll-track: rgba(20, 33, 61, .045);
  --front-scroll-thumb: #bbc4d1;
  --front-scroll-hover: #ff6508
}

html,
.mobile-drawer,
.drawer-nav,
textarea,
select {
  scrollbar-width: thin;
  scrollbar-color: var(--front-scroll-thumb) var(--front-scroll-track)
}

html::-webkit-scrollbar,
.mobile-drawer::-webkit-scrollbar,
.drawer-nav::-webkit-scrollbar,
textarea::-webkit-scrollbar,
select::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

html::-webkit-scrollbar-track,
.mobile-drawer::-webkit-scrollbar-track,
.drawer-nav::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
  background: var(--front-scroll-track);
  border-radius: 999px
}

html::-webkit-scrollbar-thumb,
.mobile-drawer::-webkit-scrollbar-thumb,
.drawer-nav::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
  min-height: 44px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, #aeb8c7, #d5dae3) padding-box;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2)
}

html::-webkit-scrollbar-thumb:hover,
.mobile-drawer::-webkit-scrollbar-thumb:hover,
.drawer-nav::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
select::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff6508, #ff9b59) padding-box
}

html::-webkit-scrollbar-corner {
  background: transparent
}

@media(max-width:700px) {

  html::-webkit-scrollbar,
  .mobile-drawer::-webkit-scrollbar,
  .drawer-nav::-webkit-scrollbar,
  textarea::-webkit-scrollbar,
  select::-webkit-scrollbar {
    width: 5px;
    height: 5px
  }
}

@media(max-width:620px) {
  .categories-section .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    padding: 13px 14px;
    border: 1px solid #e2e9ef;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #fff8f3);
    box-shadow: 0 7px 20px rgba(31, 45, 61, .06)
  }

  .categories-section .section-heading>div {
    min-width: 0
  }

  .categories-section .section-kicker {
    font-size: 9px
  }

  .categories-section .section-heading h2 {
    overflow: hidden;
    margin: 4px 0 2px;
    font-size: clamp(16px, 4.8vw, 21px);
    letter-spacing: -.25px;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .categories-section .section-heading p {
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: #7b8797;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .categories-section .show-all {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #ffd2b7;
    border-radius: 11px;
    background: #fff5ee;
    color: #dc5909;
    font-size: 8px;
    white-space: nowrap
  }

  .providers-section .container {
    width: 100%
  }

  .providers-section .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin: 0 12px 15px;
    padding: 13px 14px;
    border: 1px solid #e2e9ef;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #f5faff);
    box-shadow: 0 7px 20px rgba(31, 45, 61, .06)
  }

  .providers-section .section-heading>div {
    min-width: 0
  }

  .providers-section .section-kicker {
    font-size: 9px
  }

  .providers-section .section-heading h2 {
    overflow: hidden;
    margin: 4px 0 2px;
    font-size: clamp(16px, 4.8vw, 21px);
    letter-spacing: -.25px;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .providers-section .section-heading p {
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: #7b8797;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .providers-section .show-all {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #ffd2b7;
    border-radius: 11px;
    background: #fff5ee;
    color: #dc5909;
    font-size: 8px;
    white-space: nowrap
  }

  .providers-section .providers-grid {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 12px 20px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none
  }

  .providers-section .providers-grid::-webkit-scrollbar {
    display: none
  }

  .providers-section .home-provider-card {
    min-width: 185px;
    width: 185px;
    min-height: 305px;
    flex: 0 0 185px;
    scroll-snap-align: start
  }

  .providers-section .empty-state {
    min-width: calc(100vw - 24px)
  }
}

.user-hub {
  position: relative
}

.user-hub-button {
  border: 0;
  font-family: inherit;
  cursor: pointer
}

.user-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 12px);
  left: 0;
  width: 310px;
  padding: 10px;
  border: 1px solid #f0d8c9;
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(20, 33, 61, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.98);
  transform-origin: top left;
  transition: .2s;
  backdrop-filter: blur(18px)
}

.user-hub.open .user-menu {
  opacity: 1;
  visibility: visible;
  transform: none
}

.user-hub.open .user-hub-arrow {
  transform: rotate(180deg)
}

.user-menu-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0e6, #f2f6ff)
}

.user-menu-head>span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #ff6508;
  color: #fff;
  font-weight: 900
}

.user-menu-head b,
.user-menu-head small {
  display: block
}

.user-menu-head b {
  font-size: 11px
}

.user-menu-head small {
  margin-top: 3px;
  color: #7b8494;
  font-size: 8px
}

.user-menu nav {
  padding: 7px 0
}

.user-menu nav>a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border-radius: 12px;
  color: #344054;
  transition: .18s
}

.user-menu nav>a:hover {
  background: #fff5ee;
  color: #ff6508
}

.user-menu nav>a>span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f5f6f8;
  color: #ff6508;
  font-size: 19px
}

.user-menu nav>a>div {
  flex: 1
}

.user-menu nav b,
.user-menu nav small {
  display: block
}

.user-menu nav b {
  font-size: 9px
}

.user-menu nav small {
  margin-top: 2px;
  color: #98a2b3;
  font-size: 7px
}

.user-menu nav em {
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #ff6508;
  color: #fff;
  font-size: 7px;
  font-style: normal
}

.user-menu form {
  padding-top: 8px;
  border-top: 1px solid #eee
}

.user-menu form button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 11px;
  background: #fff0ee;
  color: #d92d20;
  font-family: inherit;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer
}

.mobile-hub .user-menu {
  position: fixed;
  top: 65px;
  right: 12px;
  left: 12px;
  width: auto;
  transform-origin: top right
}

.account-list {
  display: grid;
  gap: 12px;
  margin-top: 20px
}

.account-list article {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff
}

.account-list article>span {
  color: #ff6508
}

.account-list article b,
.account-list article small {
  display: block
}

.account-list article p {
  margin: 5px 0;
  color: #667085
}

@media(max-width:600px) {
  .mobile-hub .user-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: auto;
    bottom: auto;
    left: 0;
    width: min(330px, calc(100vw - 20px));
    height: auto;
    max-height: calc(100vh - 165px);
    max-height: calc(100dvh - 165px);
    display: flex;
    flex-direction: column;
    padding: 10px;
    overflow: hidden;
    border-radius: 18px;
    transform-origin: top left
  }

  .mobile-hub .user-menu-head,
  .mobile-hub .user-menu>form {
    flex: 0 0 auto
  }

  .mobile-hub .user-menu nav {
    min-height: 0;
    max-height: none;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
  }
}
