* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --brand: #E84646;
  --brand-dark: #C03030;
  --brand-light: #FFF5F5;
  --brand-mid: #FECACA;
  --navy: #111827;
  --navy-mid: #1F2937;
  --navy-soft: #374151;
  --surface: #fff;
  --surface2: #F9FAFB;
  --surface3: #F3F4F6;
  --border: #E5E7EB;
  --border2: #D1D5DB;
  --t1: #111827;
  --t2: #6B7280;
  --t3: #9CA3AF;
  --green: #059669;
  --green-bg: #F0FAF6;
  --green-border: #D1FAE5;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 18px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, .08);
}

html {
  font-size: 16px;
  scroll-behavior: smooth
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--surface3);
  color: var(--t1);
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

/* ─── BREADCRUMB ─── */
.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid var(--border)
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  padding: .65rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--t3);
  flex-wrap: wrap
}

.breadcrumb a {
  color: var(--brand);
  text-decoration: none
}

.breadcrumb a:hover {
  color: var(--brand-dark)
}

.breadcrumb i {
  font-size: 12px;
  color: var(--border2)
}

/* ─── HERO ─── */
.hero-outer {
  max-width: 850px;
  margin: 1.25rem auto 0;
  padding: 0 1.5rem;
  min-width: 795px;
}

.cover {
  width: 100%;
  height: 160px;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 45%, #1e3a5f 75%, #2d1b5e 100%);
  position: relative;
  overflow: hidden
}

.cover-pattern {
  position: absolute;
  inset: 0;
  opacity: .05
}

.cover-pills {
  position: absolute;
  top: 14px;
  left: 18px;
  display: flex;
  gap: 7px
}

.cover-pill {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(6px);
  border: 0.5px solid rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 11px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px
}

.cover-pill i {
  font-size: 12px
}

.cover-pill.online {
  background: rgba(52, 211, 153, .15);
  border-color: rgba(52, 211, 153, .3)
}

.online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34D399;
  flex-shrink: 0
}

.cover-deco {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .1;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  color: #fff;
  line-height: 1.8;
  pointer-events: none;
  text-align: left
}

.cover-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* ─── PROFILE BAR ─── */
.profile-bar {
  background: #fff;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  padding: 0 1.75rem;
  margin-bottom: 1.25rem
}

.profile-main-row {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  margin-top: -38px;
  padding-bottom: 1rem;
  flex-wrap: wrap
}

.avatar-wrap {
  position: relative;
  flex-shrink: 0
}

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E84646, #7C3AED);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
  overflow: hidden
}

.avatarS {
  border-radius: 50%;
  background: linear-gradient(135deg, #E84646, #7C3AED);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--surf);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  flex-shrink: 0;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 16px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.av-online {
  position: absolute;
  bottom: 4px;
  right: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #34D399;
  border: 2px solid #fff
}

.profile-meta {
  flex: 1;
  padding-top: 46px;
  min-width: 0
}

.name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 3px
}

.seller-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--t1);
  letter-spacing: -.2px;
  line-height: 1.2;
  
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--green-bg);
  color: var(--green);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  border: 0.5px solid var(--green-border);
  flex-shrink: 0
}

.verified-badge i {
  font-size: 11px
}

.seller-tagline {
  font-size: 13px;
  color: var(--t2);
  margin-bottom: .5rem
}

.meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.mchip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  color: var(--t2);
  background: var(--surface2);
  border: 0.5px solid var(--border);
  padding: 3px 9px;
  border-radius: 20px
}

.mchip i {
  font-size: 12px;
  color: var(--t3)
}

.mchip.star i {
  color: #F59E0B
}

.mchip.star {
  color: var(--t1);
  font-weight: 600
}

.profile-action {
  flex-shrink: 0;
  padding-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end
}

.btn-pay {
  padding: 9px 24px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .15s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap
}

.btn-pay:hover {
  background: var(--brand-dark)
}

.btn-pay i {
  font-size: 15px
}

.btn-msg {
  padding: 8px 20px;
  background: #fff;
  color: var(--t1);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap
}

.btn-msg:hover {
  border-color: var(--brand);
  color: var(--brand)
}

.btn-msg i {
  font-size: 15px
}

/* ─── STATS STRIP ─── */
.stats-strip {
  display: flex;
  border-top: 1px solid var(--border);
  padding: .7rem 0;
  gap: 0
}

.stat {
  flex: 1;
  text-align: center;
  border-right: 1px solid var(--border);
  padding: .2rem .5rem
}

.stat:last-child {
  border-right: none
}

.stat-val {
  font-size: 15px;
  font-weight: 700;
  color: var(--t1);
  line-height: 1
}

.stat-val.brand {
  color: var(--brand)
}

.stat-lbl {
  font-size: 10px;
  color: var(--t3);
  margin-top: 2px
}

/* ─── PAGE BODY ─── */
.page-body {
  min-width: 1140px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.25rem;
  align-items: start
}

/* ─── CONTENT CARDS ─── */
.scard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow-sm)
}

.scard:last-child {
  margin-bottom: 0
}

.scard-head {
  padding: .9rem 1.3rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px
}

.scard-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--t1);
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1
}

.scard-title i {
  font-size: 17px;
  color: var(--brand)
}

.scard-body {
  padding: 1.1rem 1.3rem;
  font-size: 12px;
}

/* About */
.about-txt {
  font-size: 14px;
  color: var(--t2);
  line-height: 1.8;
  overflow: hidden;
  transition: max-height .3s
}

.read-more {
  font-size: 12px;
  color: var(--brand);
  cursor: pointer;
  font-weight: 500;
  margin-top: .5rem;
  display: inline-flex;
  align-items: center;
  gap: 3px
}

.read-more:hover {
  color: var(--brand-dark)
}

/* Info grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.info-item {
  background: var(--surface2);
  border-radius: var(--r-sm);
  padding: 9px 11px;
  border: 0.5px solid var(--border)
}

.ii-icon {
  font-size: 14px;
  color: var(--brand);
  margin-bottom: 3px
}

.ii-lbl {
  font-size: 9px;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 700;
  margin-bottom: 2px
}

.ii-val {
  font-size: 12px;
  font-weight: 600;
  color: var(--t1);
  line-height: 1.3
}

.ii-val a {
  color: var(--brand);
  text-decoration: none;
  word-break: break-all
}

.ii-val a:hover {
  text-decoration: underline
}

/* Skills */
.skills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.skill {
  font-size: 12px;
  padding: 4px 11px;
  border-radius: 5px;
  border: 0.5px solid var(--border2);
  color: var(--t2);
  background: var(--surface2);
  font-weight: 500;
  transition: all .15s
}

.skill:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-light)
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}

.svc-card {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  background: #fff
}

.svc-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px)
}

.svc-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: linear-gradient(135deg, #E0E7FF, #C7D2FE)
}

.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.svc-info {
  padding: 10px 12px
}

.svc-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--t1);
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.svc-desc {
  font-size: 12px;
  color: var(--t3);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

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

.svc-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--t1)
}

.svc-cta {
  padding: 5px 14px;
  background: var(--brand-light);
  color: var(--brand);
  border: 1px solid var(--brand-mid);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .15s
}

.svc-cta:hover {
  background: var(--brand);
  color: #fff
}

/* Policy sections */
.policy-section {
  border-top: 0.5px solid var(--border);
  padding: .85rem 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background .15s
}

.policy-section:hover {
  background: var(--surface2)
}

.ps-left {
  display: flex;
  align-items: center;
  gap: 8px
}

.ps-icon {
  font-size: 16px;
  color: var(--brand)
}

.ps-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--t1)
}

.ps-chevron {
  font-size: 16px;
  color: var(--t3);
  transition: transform .2s;
  flex-shrink: 0
}

.policy-section.open .ps-chevron {
  transform: rotate(180deg)
}

.policy-content {
  display: none;
  padding: .75rem 1.3rem 1rem 2.9rem;
  font-size: 12px;
  color: var(--t2);
  line-height: 1.75;
  border-top: 0.5px solid var(--border);
  background: var(--surface2)
}

/* ─── SIDEBAR ─── */
.sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem
}

.side-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm)
}

.side-card-body {
  padding: 1.1rem 1.2rem
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--border);
  font-size: 13px;
  color: var(--t2)
}

.contact-row:last-child {
  border-bottom: none
}

.contact-row i {
  font-size: 16px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 1px;
  width: 18px
}

.contact-row strong {
  color: var(--t1);
  font-weight: 600
}

.contact-row a {
  color: var(--t2);
  text-decoration: none
}

.contact-row a:hover {
  color: var(--brand)
}

.snap-ctas {
  padding: 1rem 1.2rem;
  border-top: 0.5px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 7px
}

.btn-pay-side {
  width: 100%;
  padding: 12px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.btn-pay-side:hover {
  background: var(--brand-dark)
}

.btn-msg-side {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: var(--t1);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

.btn-msg-side:hover {
  border-color: var(--brand);
  color: var(--brand)
}



/* Modal header */
.m-hdr {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  border-radius: var(--r-xl) var(--r-xl) 0 0
}

.m-seller-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E84646, #9333ea);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.m-seller-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--t1)
}

.m-seller-sub {
  font-size: 12px;
  color: var(--t3)
}

.m-close {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: unset;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t2);
  transition: all .15s;
  flex-shrink: 0
}

.m-close:hover {
  background: var(--border2);
  color: var(--t1)
}

/* Bank strip */
.bank-strip {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.b-item {
  display: flex;
  flex-direction: column;
  gap: 1px
}

.b-lbl {
  font-size: 10px;
  color: var(--t3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.b-val {
  font-family: 'Space Mono', monospace;
  color: var(--t1);
  font-size: 12px;
  font-weight: 700
}

.b-div {
  width: 1px;
  height: 28px;
  background: var(--border)
}

.b-secure {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--green);
  font-weight: 600
}

/* Step bar */
.m-steps {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 1rem 1.5rem .25rem;
  font-size: 12px;
  color: var(--t3)
}

.ms {
  display: flex;
  align-items: center;
  gap: 5px
}

.ms-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all .2s
}

.ms-dot.active {
  background: var(--brand);
  color: #fff
}

.ms-dot.done {
  background: var(--green-bg);
  color: var(--green)
}

.ms-dot.todo {
  background: var(--surface3);
  color: var(--t3)
}

.ms.active span,
.ms.done span {
  color: var(--t1);
  font-weight: 600
}

.ms-line {
  flex: 1;
  height: 1px;
  background: var(--border)
}

/* Modal form */
.m-body {
  padding: 1.1rem 1.5rem
}

.m-section {
  margin-bottom: 1.1rem
}

.m-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--t2);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px
}

.m-label i {
  font-size: 14px;
  color: var(--brand)
}

.req {
  color: var(--brand);
  font-size: 14px;
  margin-left: 1px;
  font-weight: 700
}

.m-input {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: var(--t1);
  background: #fff;
  outline: none;
  transition: all .15s
}

.m-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(232, 70, 70, .1)
}

.inp-prefix {
  position: relative
}

.inp-prefix .pfx {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: var(--t2);
  pointer-events: none
}

.inp-prefix .m-input {
  padding-left: 26px
}

.m-select {
  text-align: left;
  width: 100%;
  padding: 10px 36px 10px 13px;
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: var(--t1);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 13px center;
  appearance: none;
  outline: none;
  transition: all .15s;
  cursor: pointer;
  margin: 0px;
}

.m-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(232, 70, 70, .1)
}

.m-textarea {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: var(--t1);
  background: #fff;
  outline: none;
  transition: all .15s;
  resize: vertical;
  min-height: 82px;
  line-height: 1.6
}

.m-textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(232, 70, 70, .1)
}

.char-count {
  font-size: 11px;
  color: var(--t3);
  text-align: right;
  margin-top: 3px;
  transition: color .2s
}

.char-count.ok {
  color: var(--green)
}

.date-hint {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--t3);
  margin-top: 4px
}

/* TC row */
.tc-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  margin-bottom: 20px;
}

.tc-cb {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--brand);
  cursor: pointer;
  margin: 0px;
}

.tc-txt {
  font-size: 12px;
  color: var(--t2);
  line-height: 1.6
}

.tc-txt a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 500
}

.tc-txt a:hover {
  text-decoration: underline
}

/* Modal footer */
.m-foot {
  padding: 10px 0px 0px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  align-items: center;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-radius: 0 0 var(--r-xl) var(--r-xl)
}

.btn-proceed {
  flex: 1;
  padding: 12px;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.btn-proceed:hover {
  background: var(--brand-dark)
}

.btn-proceed:disabled {
  background: var(--border2);
  color: var(--t3);
  cursor: not-allowed
}

.btn-back-modal {
  padding: 12px 18px;
  background: #fff;
  color: var(--t2);
  border: 1px solid var(--border2);
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 6px
}

.btn-back-modal:hover {
  color: var(--t1);
  border-color: var(--border)
}

/* Loader */
#pgLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55);
  z-index: 99999999;
  display: none;
  align-items: center;
  justify-content: center
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

/* ─── RESPONSIVE ─── */
@media(max-width:960px) {
  .page-body {
    grid-template-columns: 1fr
  }

  .sidebar {
    position: static
  }

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

  .profile-action {
    flex-direction: row;
    padding-top: 44px;
    align-items: center
  }

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

@media(max-width:600px) {

  .hero-outer,
  .page-body {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .profile-bar {
    padding: 0 1.25rem
  }

  .cover {
    height: 130px
  }

  .profile-main-row {
    margin-top: -32px;
    gap: .75rem
  }

  .avatar {
    width: 64px;
    height: 64px;
    font-size: 22px
  }

  .profile-meta {
    padding-top: 40px
  }

  .profile-action {
    width: 100%;
    padding-top: 0;
    flex-direction: row;
    align-items: center
  }

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

  .stats-strip {
    flex-wrap: wrap
  }

  .stat {
    flex: none;
    width: 50%;
    border-bottom: 1px solid var(--border)
  }
}

.alert {
  font-size: 10px;
  background: unset;
  border: unset;
  color: #e84646;
  font-weight: 500;
}

.mBody {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#description, .inputAmount{
  text-align: left;
    width: 100%;
    padding: 10px 36px 10px 13px;
    border: 1px solid var(--border2);
    border-radius: var(--r-md);
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: var(--t1);   
    appearance: none;
    outline: none;
    transition: all .15s;
    cursor: pointer;
    margin: 0px;
}
