@font-face {
  font-family: Manrope;
  src: url('/font.woff2') format('woff2');
  font-weight: 200 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fafaf6;
  color: #203d37;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #ed6c42;
  outline-offset: 4px;
}
::selection {
  background: #ffcfb3;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(36px, 4.4vw, 64px);
  margin-bottom: 25px;
  font-weight: 800;
}
h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
}
p {
  color: #68766f;
}
small {
  line-height: 1.5;
}
.wrap {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}
.topline {
  padding: 8px 32px;
  background: #e8eee4;
  color: #526352;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2px;
}
.topline span {
  margin-left: 22px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  gap: 30px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  letter-spacing: -3px;
  font-size: 42px;
  line-height: 1;
}
.logo > span {
  font-size: 16px;
  letter-spacing: -1px;
  align-self: end;
  margin-bottom: 4px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  font-weight: 700;
}
.nav-user,
.nav-fav {
  display: flex;
  align-items: center;
  gap: 7px;
}
.language {
  font-size: 11px;
  padding: 8px;
  border: 1px solid #dce0d7;
  border-radius: 50%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 23px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.4;
  min-height: 48px;
  transition:
    transform 0.15s,
    background 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.orange {
  background: #ff653c;
  color: #fff;
}
.orange:hover {
  background: #e8522b;
}
.dark {
  background: #203d37;
  color: #fff;
}
.soft {
  background: #edf0e8;
}
.outline {
  border: 1px solid #d7dfd4;
  background: #fff;
}
.full {
  width: 100%;
  margin-top: 14px;
}
.text-link {
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font:
    10px/1.6 Manrope,
    Arial,
    sans-serif;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #667b6f;
}
.eyebrow i {
  width: 6px;
  height: 6px;
  background: #ff653c;
  border-radius: 50%;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  min-height: 470px;
  position: relative;
  padding: 20px 0 55px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(46px, 5vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.065em;
  margin: 22px 0;
}
.hero h1 em {
  color: #f16a42;
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.hero h1 em:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #f1a875;
  border-radius: 50%;
  height: 8px;
  transform: rotate(-2deg);
}
.hero p {
  font-size: 14px;
  line-height: 1.8;
  margin: 28px 0 22px;
}
.hero-notes {
  display: flex;
  gap: 20px;
  color: #466457;
  font-size: 10px;
  font-weight: 700;
}
.hero-art {
  position: relative;
  height: 360px;
}
.hero-circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #e9eedf;
  left: 15%;
  top: 4%;
}
.hero-circle:after {
  content: '';
  position: absolute;
  border: 1px dashed #bccbac;
  width: 360px;
  height: 360px;
  left: -20px;
  top: -20px;
  border-radius: 50%;
}
.art-chair {
  position: absolute;
  width: 220px;
  top: 55px;
  left: 12%;
  transform: rotate(-8deg);
}
.art-phone {
  position: absolute;
  width: 170px;
  right: 0;
  top: 0;
  transform: rotate(10deg);
}
.art-bike {
  position: absolute;
  width: 245px;
  right: -10px;
  bottom: -20px;
  transform: rotate(4deg);
}
.art-label {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 12px 17px;
  border: 1px solid #f0f1e9;
  border-radius: 10px;
  box-shadow: 0 10px 30px #203d3710;
  font-size: 11px;
  font-weight: 800;
}
.label-one {
  left: 0;
  top: 24px;
  transform: rotate(-7deg);
}
.label-two {
  right: 4px;
  bottom: 45px;
  transform: rotate(7deg);
}
.spark {
  position: absolute;
  color: #f36f46;
  font-size: 40px;
}
.spark-one {
  right: 25%;
  top: -6px;
}
.spark-two {
  left: 7%;
  bottom: 0;
  font-size: 55px;
}
.search-wrap {
  position: relative;
  margin-top: -8px;
}
.search-bar {
  background: white;
  border: 1px solid #e1e5da;
  border-radius: 17px;
  box-shadow: 0 10px 30px #213f3507;
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  padding: 10px;
}
.search-bar label {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0;
  gap: 14px;
}
.search-bar label + label {
  border-left: 1px solid #e3e7de;
}
.search-bar label > span {
  font-size: 27px;
  line-height: 1;
  color: #8b998a;
}
.search-bar input {
  border: 0;
  background: none;
  margin: 0;
  padding: 12px 0;
  min-width: 0;
  font-size: 13px;
}
.search-bar input:focus {
  outline: 0;
}
.search-bar label:focus-within {
  outline: 2px solid #ff653c;
  border-radius: 8px;
}
.quick-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 10px;
  color: #82907f;
}
.quick-search a {
  padding: 4px 11px;
  border: 1px solid #dde3d7;
  border-radius: 30px;
  color: #546750;
}
.section {
  padding-top: 65px;
  padding-bottom: 10px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin: 5px 0 0;
  font-size: 30px;
}
.section-heading p {
  font-size: 12px;
  margin: 10px 0 0;
}
.categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
.category {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e9df;
  border-radius: 17px;
  padding: 12px 10px 19px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.category:hover {
  transform: translateY(-4px);
  border-color: #f69a71;
}
.category-art {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 0 7px;
  background: #f3eedf;
}
.category strong {
  font-size: 12px;
  letter-spacing: -0.25px;
}
.category small {
  font-size: 10px;
  color: #8d988a;
  margin-top: 5px;
}
.cat-0 .category-art,
.cat-0.placeholder {
  background: #faede1;
}
.cat-1 .category-art,
.cat-1.placeholder {
  background: #e9eedb;
}
.cat-2 .category-art,
.cat-2.placeholder {
  background: #e9e8f5;
}
.cat-3 .category-art,
.cat-3.placeholder {
  background: #fff0d7;
}
.cat-4 .category-art,
.cat-4.placeholder {
  background: #f2e8ed;
}
.cat-5 .category-art,
.cat-5.placeholder {
  background: #f9e5e3;
}
.cat-6 .category-art,
.cat-6.placeholder {
  background: #e4eee5;
}
.cat-7 .category-art,
.cat-7.placeholder {
  background: #e2eeeb;
}
.cat-8 .category-art,
.cat-8.placeholder {
  background: #f1e6da;
}
.cat-9 .category-art,
.cat-9.placeholder {
  background: #f5eddc;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.listing-card {
  position: relative;
  background: white;
  border: 1px solid #e4e8de;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.listing-card:hover {
  box-shadow: 0 10px 30px #203d3710;
}
.listing-image {
  display: block;
  position: relative;
  aspect-ratio: 1.3;
  overflow: hidden;
  background: #eaf0e2;
}
.listing-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.listing-card:hover .listing-image > img {
  transform: scale(1.025);
}
.placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.placeholder > svg {
  width: 65%;
  height: 85%;
}
.listing-kind {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fffffff0;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
}
.save-button {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  background: white;
  width: 33px;
  height: 33px;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 2px 8px #0001;
}
.listing-info {
  padding: 16px;
}
.listing-info small {
  font-size: 9px;
  color: #7a8777;
}
.listing-info h3 {
  font-size: 15px;
  line-height: 1.4;
  margin: 9px 0 13px;
  letter-spacing: -0.3px;
  overflow-wrap: anywhere;
}
.listing-info > strong {
  font-size: 18px;
}
.seller-type {
  display: block;
  font-size: 9px;
  color: #8b9586;
  margin-top: 5px;
}
.empty {
  padding: 45px 22px;
  text-align: center;
  background: #f0f3e9;
  border: 1px dashed #ced8c5;
  border-radius: 18px;
}
.empty-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e1e8d6;
  margin: 0 auto 18px;
  font-size: 34px;
}
.empty h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.empty p {
  font-size: 13px;
  max-width: 470px;
  margin: 0 auto 22px;
}
.empty .button {
  margin-top: 0;
}
.sell-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e7eddc;
  border-radius: 23px;
  margin-top: 65px;
  padding: 45px 55px;
  overflow: hidden;
}
.sell-banner h2 {
  font-size: 34px;
  margin: 12px 0 15px;
}
.sell-banner p {
  font-size: 12px;
  margin-bottom: 22px;
}
.sell-symbol {
  font-size: 190px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -25px;
  transform: rotate(-12deg);
  color: #c5d6b5;
  position: relative;
  margin-right: 60px;
}
.sell-symbol > span {
  position: absolute;
  font-size: 70px;
  color: #ff653c;
  right: -80px;
  top: 0;
  letter-spacing: 0;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  padding-top: 55px;
  padding-bottom: 65px;
}
.trust-row > div {
  position: relative;
  padding-left: 45px;
}
.trust-row > div > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  background: #edf0e5;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 20px;
}
.trust-row h3 {
  font-size: 14px;
  margin: 6px 0 9px;
}
.trust-row p {
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
}
footer {
  background: #f0f2e9;
  border-top: 1px solid #e1e6d8;
  padding: 40px 0 0;
  margin-top: 65px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 35px;
}
.footer-grid .logo {
  font-size: 36px;
}
.footer-grid p {
  font-size: 12px;
  margin: 18px 0;
}
.tag {
  font-size: 9px;
  color: #8a9585;
}
.footer-grid h3 {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.footer-grid > div > a:not(.logo),
.footer-grid > div > span:not(.tag) {
  display: block;
  font-size: 11px;
  color: #6c7967;
  margin: 10px 0;
}
.footer-grid small {
  font-size: 8px;
  background: #e0e7d4;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #dfe5d7;
  padding-block: 22px;
  font-size: 9px;
  color: #8a9585;
}
.mobile-nav {
  display: none;
}
.skip {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 20px;
  background: white;
  padding: 15px;
}
.skip:focus {
  top: 15px;
}
.page {
  padding-block: 35px 20px;
  min-height: 55vh;
}
.page h1 {
  font-size: clamp(33px, 4vw, 50px);
}
.breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 11px;
  color: #83907d;
  margin-bottom: 28px;
}
.page-title {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}
.page-title h1 {
  margin: 10px 0;
}
.filters {
  background: #eef1e7;
  border: 1px solid #dfe6d7;
  border-radius: 15px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 24px;
}
.filters label {
  margin: 0;
}
.filters .button {
  align-self: end;
}
.filters > a {
  align-self: center;
  justify-self: start;
}
.muted {
  font-size: 12px;
  color: #788774;
  line-height: 1.8;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 30px;
}
.pagination button {
  border: 1px solid #d7dfd0;
  border-radius: 8px;
  padding: 8px 14px;
}
.panel {
  background: #fff;
  border: 1px solid #e1e7dc;
  border-radius: 18px;
  padding: 28px;
}
.panel h2 {
  font-size: 24px;
}
.panel h3 {
  font-size: 18px;
}
.panel p {
  font-size: 13px;
  line-height: 1.8;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 18px 0;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dce3d4;
  background: #fff;
  border-radius: 9px;
  padding: 12px 13px;
  margin-top: 7px;
  color: #203d37;
  font-size: 15px;
  line-height: 1.4;
  min-height: 46px;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #f68b65;
  outline-offset: 1px;
}
input::placeholder,
textarea::placeholder {
  color: #98a28f;
}
input[type='checkbox'] {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0;
  accent-color: #ff653c;
  flex: none;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}
.check a,
.legal a,
.auth-links a,
.data-actions a {
  color: #c85933;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row > label {
  flex: 1;
  min-width: 0;
}
.form-status {
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  margin: 15px 0 0;
  color: #466f4d !important;
}
.form-status.error {
  color: #b44433 !important;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 45px 0;
  align-items: center;
  min-height: 75vh;
}
.auth-story {
  padding: 20px;
}
.auth-story > .logo {
  font-size: 25px;
  margin-bottom: 40px;
}
.auth-story h1 {
  font-size: 49px;
}
.auth-story p {
  font-size: 14px;
}
.auth-art {
  display: flex;
  max-width: 310px;
  margin-top: 20px;
}
.auth-art svg {
  width: 50%;
}
.auth-panel h2 {
  font-size: 28px;
  margin: 15px 0;
}
.auth-panel > p {
  font-size: 12px;
}
.auth-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  font-size: 11px;
}
.captcha {
  min-height: 65px;
  margin: 16px 0;
  max-width: 100%;
  overflow: hidden;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  color: #819076;
  font-size: 14px;
}
.center-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 25px;
}
.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 35px;
  align-items: start;
}
.account-listing {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  border: 1px solid #e0e6d8;
  border-radius: 13px;
  background: white;
  padding: 15px;
  margin-bottom: 15px;
}
.account-photo {
  background: #edf1e6;
  border-radius: 10px;
  overflow: hidden;
  align-self: start;
}
.account-photo > img {
  width: 100%;
  height: 115px;
  object-fit: cover;
}
.account-photo > svg {
  width: 100%;
  height: 115px;
}
.account-listing h3 {
  font-size: 17px;
  margin: 8px 0;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 12px;
}
.actions > a:not(.button),
.actions > button:not(.button) {
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 4px 0;
}
.danger-link {
  color: #b94736 !important;
  font-size: 12px;
}
.badge {
  display: inline-block;
  padding: 4px 9px;
  background: #edf0e7;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}
.badge.pending {
  background: #fff0d1;
  color: #927029;
}
.badge.active {
  background: #e2efdf;
  color: #4d744c;
}
.badge.rejected {
  background: #ffe7de;
  color: #a7543d;
}
.reason {
  font-size: 12px;
}
.notice {
  border: 1px solid #f0d29c;
  background: #fff5df;
  padding: 20px 24px;
  border-radius: 13px;
  margin-bottom: 30px;
}
.notice p {
  font-size: 12px;
}
.notice form {
  max-width: 400px;
}
.account-layout aside small {
  font-size: 10px;
  color: #8a9681;
}
.data-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 10px;
  border-top: 1px solid #e2e7db;
  padding-top: 20px;
  margin-top: 20px;
}
details {
  margin: 22px 0;
}
summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
}
.promotion {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  background: #eeedf4;
  border-radius: 14px;
  margin-top: 25px;
}
.promotion > span:first-child {
  font-size: 27px;
  color: #8c83ac;
}
.promotion p {
  font-size: 11px;
  margin: 4px 0;
}
.promotion strong {
  font-size: 13px;
}
.promotion .badge {
  margin-left: auto;
  background: #e3dfec;
  white-space: nowrap;
}
.listing-form {
  max-width: 850px;
  margin: 0 auto;
}
.listing-form .panel {
  margin-bottom: 22px;
}
.free-badge {
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 30px;
  background: #e6eddc;
  white-space: nowrap;
}
.photo-previews {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0;
}
.photo-previews > div {
  position: relative;
}
.photo-previews img {
  width: 100px;
  height: 90px;
  object-fit: cover;
  border-radius: 9px;
}
.photo-previews button {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}
.upload-box {
  padding: 25px;
  text-align: center;
  border: 2px dashed #d5dfc9;
  border-radius: 12px;
  background: #f5f7ef;
  color: #718365;
}
.upload-box input {
  background: transparent;
  border: 0;
  font-size: 12px;
  max-width: 400px;
  margin: 15px auto 0;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.gallery-main {
  height: 450px;
  background: #eef1e7;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.gallery-main > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-main > svg {
  height: 80%;
  width: 70%;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  overflow-x: auto;
  padding: 4px;
}
.thumbnails button {
  padding: 0;
  border: 1px solid #dce3d4;
  border-radius: 8px;
  flex: none;
  overflow: hidden;
}
.thumbnails img {
  width: 80px;
  height: 66px;
  object-fit: cover;
}
.description {
  margin-top: 22px;
}
.description h1 {
  font-size: 34px;
  margin: 15px 0;
}
.description h2 {
  font-size: 22px;
  margin-top: 30px;
}
.preserve {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.business-info {
  margin-top: 25px;
  padding: 20px;
  border-radius: 10px;
  background: #f5f6f0;
}
.seller-panel {
  position: sticky;
  top: 20px;
}
.detail-price {
  display: block;
  font-size: 38px;
  letter-spacing: -1px;
  margin: 7px 0 20px;
}
.seller {
  display: flex;
  align-items: center;
  gap: 12px;
  border-block: 1px solid #e6ebdf;
  padding-block: 20px;
  margin-bottom: 20px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8eddc;
  font-size: 19px;
  font-weight: 700;
  flex: none;
}
.seller strong {
  display: block;
}
.seller small {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  color: #8b9781;
}
.report-button {
  width: 100%;
  padding: 17px;
  font-size: 11px;
  color: #8d9884;
}
.listing-id {
  font-size: 9px;
  text-align: center;
  overflow-wrap: anywhere;
  color: #a3ac9c;
}
.seller-panel .muted {
  font-size: 10px;
  margin: 22px 0 12px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: start;
}
.contact-layout h1 {
  margin-top: 20px;
  font-size: 48px;
}
.contact-layout > div > p {
  max-width: 450px;
  font-size: 14px;
}
.company-card {
  margin-top: 35px;
  border-left: 3px solid #ff653c;
  padding-left: 20px;
  font-size: 13px;
}
.company-card p {
  font-size: 12px;
}
.honey {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.legal {
  max-width: 880px;
}
.legal h1 {
  margin-top: 20px;
}
.legal h2 {
  font-size: 23px;
  margin: 35px 0 15px;
}
.legal p {
  font-size: 14px;
  line-height: 1.9;
}
.legal table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.legal th,
.legal td {
  text-align: left;
  padding: 12px;
  border: 1px solid #dfe5d6;
  overflow-wrap: anywhere;
}
.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.admin-stats strong {
  display: block;
  font-size: 36px;
}
.admin-stats span {
  font-size: 12px;
  color: #8d9882;
}
.admin-listings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.admin-photo {
  height: 160px;
  background: #eff3e7;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.admin-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.admin-photo svg {
  height: 150px;
}
.admin-listings h3 {
  margin: 15px 0;
  overflow-wrap: anywhere;
}
.admin-listings .actions .button {
  font-size: 10px;
  padding: 10px;
}
.admin-listings p {
  font-size: 11px;
  overflow-wrap: anywhere;
}
.report {
  margin-bottom: 18px;
}
.report small {
  display: block;
  font-size: 10px;
  margin-top: 12px;
}
.report button {
  margin-left: 25px;
}
.table-scroll {
  overflow: auto;
  margin: 20px 0 35px;
  border: 1px solid #e1e7d9;
  border-radius: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  background: white;
}
th,
td {
  padding: 13px 18px;
  border-bottom: 1px solid #e7ecdf;
  text-align: left;
}
td button {
  background: #edf1e5;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 11px;
}
.narrow {
  max-width: 570px;
}
dialog {
  border: 1px solid #dce3d4;
  border-radius: 20px;
  background: #fafbf6;
  color: #203d37;
  padding: 35px;
  width: min(530px, calc(100% - 24px));
  max-height: 90dvh;
}
dialog::backdrop {
  background: #17352bcc;
  backdrop-filter: blur(3px);
}
dialog h2 {
  padding-right: 20px;
  font-size: 27px;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 27px;
  width: 34px;
  height: 34px;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  background: #203d37;
  color: white;
  padding: 15px 23px;
  border-radius: 12px;
  z-index: 200;
  max-width: calc(100% - 30px);
  font-size: 12px;
  box-shadow: 0 5px 20px #0002;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 1050px) {
  .header nav {
    gap: 15px;
  }
  .header nav > a:first-child {
    display: none;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-art {
    transform: scale(0.85);
    transform-origin: center;
  }
  .hero-circle {
    left: 7%;
  }
  .art-bike {
    right: -25px;
  }
  .listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .categories {
    gap: 12px;
  }
  .account-layout {
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
  }
  .account-listing {
    grid-template-columns: 90px 1fr;
    gap: 13px;
  }
  .auth-layout {
    gap: 35px;
  }
  .auth-story h1 {
    font-size: 42px;
  }
  .contact-layout {
    gap: 35px;
  }
  .detail-layout {
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
  }
  .gallery-main {
    height: 350px;
  }
  .admin-listings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .topline {
    font-size: 9px;
    padding: 7px 10px;
  }
  .topline span {
    display: none;
  }
  .header {
    height: 78px;
  }
  .logo {
    font-size: 34px;
  }
  .logo > span {
    font-size: 12px;
  }
  .header .logo img {
    width: 28px;
    height: 28px;
  }
  .header nav {
    gap: 12px;
  }
  .header .nav-fav,
  .header .nav-user {
    display: none;
  }
  .header .button {
    font-size: 11px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 9px;
  }
  .language {
    font-size: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 0 0;
  }
  .hero h1 {
    font-size: 54px;
    margin: 17px 0;
    line-height: 1.08;
  }
  .hero p {
    font-size: 12px;
    margin: 20px 0;
  }
  .hero p br {
    display: none;
  }
  .hero-notes {
    font-size: 9px;
    gap: 15px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-art {
    height: 230px;
    transform: scale(0.74);
    transform-origin: center center;
    margin-top: -5px;
    margin-bottom: -15px;
    max-width: 430px;
    width: 100%;
    justify-self: center;
  }
  .hero-circle {
    width: 260px;
    height: 260px;
    top: -25px;
    left: 12%;
  }
  .hero-circle:after {
    width: 290px;
    height: 290px;
    left: -15px;
    top: -15px;
  }
  .art-chair {
    width: 180px;
    top: 5px;
    left: 10%;
  }
  .art-phone {
    width: 145px;
    top: -40px;
    right: 0;
  }
  .art-bike {
    width: 220px;
    bottom: -8px;
    right: -10px;
  }
  .label-one {
    top: -10px;
    left: -8px;
  }
  .label-two {
    right: -18px;
    bottom: 15px;
  }
  .spark-one {
    right: 25%;
    top: -40px;
  }
  .spark-two {
    left: 2%;
    bottom: -12px;
  }
  .search-wrap {
    margin-top: 0;
  }
  .search-bar {
    grid-template-columns: 1fr;
    padding: 8px;
    gap: 7px;
  }
  .search-bar label {
    padding: 0 10px;
  }
  .search-bar label + label {
    border-left: 0;
    border-top: 1px solid #edf0e7;
  }
  .search-bar input {
    font-size: 14px;
  }
  .search-bar .button {
    min-height: 45px;
  }
  .quick-search {
    font-size: 9px;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .quick-search span {
    width: 100%;
  }
  .section {
    padding-top: 40px;
  }
  .section-heading {
    align-items: start;
    margin-bottom: 22px;
  }
  .section-heading h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .section-heading p {
    font-size: 11px;
  }
  .section-heading > .text-link {
    font-size: 10px;
    white-space: nowrap;
    margin-top: 10px;
  }
  .categories {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  .category {
    padding: 9px 3px 12px;
    border-radius: 12px;
  }
  .category-art {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }
  .category strong {
    font-size: 9px;
    letter-spacing: -0.25px;
    line-height: 1.35;
    min-height: 25px;
    display: grid;
    place-items: center;
  }
  .category small {
    font-size: 8px;
    white-space: nowrap;
  }
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .listing-info {
    padding: 12px;
  }
  .listing-info h3 {
    font-size: 13px;
    margin: 7px 0 10px;
  }
  .listing-info small {
    font-size: 8px;
  }
  .listing-info small > span {
    display: none;
  }
  .listing-info > strong {
    font-size: 16px;
  }
  .listing-kind {
    font-size: 8px;
    bottom: 8px;
    left: 8px;
    padding: 3px 6px;
  }
  .listing-image {
    aspect-ratio: 1.1;
  }
  .save-button {
    width: 29px;
    height: 29px;
    right: 8px;
    top: 8px;
    font-size: 21px;
  }
  .sell-banner {
    padding: 30px 25px;
    margin-top: 40px;
    position: relative;
  }
  .sell-banner h2 {
    font-size: 27px;
    position: relative;
    z-index: 1;
  }
  .sell-banner p {
    max-width: 80%;
    font-size: 11px;
  }
  .sell-banner .eyebrow {
    font-size: 8px;
  }
  .sell-symbol {
    position: absolute;
    right: -18px;
    bottom: 10px;
    font-size: 130px;
    margin: 0;
    opacity: 0.45;
  }
  .sell-symbol > span {
    font-size: 50px;
    right: -20px;
  }
  .sell-banner .button {
    position: relative;
    z-index: 1;
    font-size: 11px;
  }
  .trust-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 35px;
    padding-bottom: 5px;
  }
  .trust-row h3 {
    font-size: 13px;
  }
  .trust-row p {
    font-size: 11px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid p {
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 8px;
    padding-bottom: 90px;
  }
  footer {
    margin-top: 45px;
  }
  .mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-top: 1px solid #e1e7d8;
    padding: 9px 4px max(9px, env(safe-area-inset-bottom));
    z-index: 40;
  }
  .mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    font-size: 23px;
    line-height: 1.2;
  }
  .mobile-nav span {
    font-size: 8px;
    font-weight: 700;
    margin-top: 5px;
  }
  .mobile-nav .mobile-add {
    color: #ed633c;
  }
  .page {
    padding-top: 22px;
  }
  .page h1 {
    font-size: 35px;
  }
  .page-title {
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-title .actions {
    margin-top: 0;
  }
  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 15px;
    gap: 12px;
  }
  .filters label {
    font-size: 10px;
  }
  .filters input,
  .filters select {
    font-size: 14px;
    padding: 10px 8px;
  }
  .filters .button {
    font-size: 11px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }
  .auth-story {
    padding: 0;
  }
  .auth-story > .logo,
  .auth-art {
    display: none;
  }
  .auth-story h1 {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .auth-story p {
    font-size: 12px;
  }
  .auth-panel {
    padding: 25px;
  }
  .auth-panel h2 {
    font-size: 25px;
  }
  .panel {
    padding: 22px;
  }
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-listing {
    grid-template-columns: 85px 1fr;
    padding: 12px;
  }
  .account-photo img,
  .account-photo svg {
    height: 85px;
  }
  .account-listing h3 {
    font-size: 14px;
  }
  .account-listing .actions {
    gap: 10px;
  }
  .account-listing .actions button,
  .account-listing .actions a {
    font-size: 10px;
  }
  .promotion {
    padding: 17px;
    gap: 10px;
  }
  .promotion p {
    display: none;
  }
  .promotion strong {
    font-size: 11px;
  }
  .promotion .badge {
    font-size: 9px;
  }
  .form-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .form-row > label {
    flex-basis: 40%;
  }
  .listing-form .panel {
    padding: 22px 18px;
  }
  .listing-form h2 {
    font-size: 22px;
  }
  .listing-form p {
    font-size: 11px;
  }
  .free-badge {
    font-size: 10px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .gallery-main {
    height: 300px;
  }
  .description h1 {
    font-size: 28px;
  }
  .description {
    padding: 22px;
  }
  .detail-price {
    font-size: 33px;
  }
  .seller-panel {
    position: static;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact-layout h1 {
    font-size: 36px;
  }
  .contact-layout > div > p {
    font-size: 12px;
  }
  .company-card {
    margin-top: 25px;
  }
  .legal h2 {
    font-size: 21px;
  }
  .legal p {
    font-size: 13px;
  }
  .legal td,
  .legal th {
    padding: 8px;
    font-size: 10px;
  }
  .admin-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
  .admin-stats .panel {
    padding: 18px;
  }
  .admin-stats strong {
    font-size: 28px;
  }
  .admin-stats span {
    font-size: 10px;
  }
  .admin-listings {
    grid-template-columns: 1fr;
  }
  .report strong {
    overflow-wrap: anywhere;
  }
  .report button {
    margin: 15px 0 0;
  }
  .admin-listings .actions {
    gap: 12px;
  }
  .empty {
    padding: 30px 18px;
  }
  .empty h3 {
    font-size: 22px;
  }
  .empty p {
    font-size: 12px;
  }
  #toast {
    bottom: 85px;
  }
  .breadcrumb {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .auth-links {
    font-size: 10px;
  }
  .section-heading select {
    max-width: 140px;
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .header nav {
    gap: 7px;
  }
  .header .button {
    font-size: 10px;
    padding: 10px;
  }
  .header .logo {
    font-size: 30px;
  }
  .header .logo img {
    width: 25px;
    height: 25px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-notes {
    font-size: 8px;
    gap: 10px;
  }
  .categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-art {
    width: 65px;
    height: 65px;
  }
  .category strong {
    font-size: 11px;
    min-height: 0;
  }
  .category small {
    font-size: 9px;
  }
  .listing-info {
    padding: 10px;
  }
  .listing-info h3 {
    font-size: 12px;
  }
  .listing-info > strong {
    font-size: 14px;
  }
  .seller-type {
    font-size: 8px;
  }
  .section-heading h2 {
    font-size: 23px;
  }
  .hero-art {
    transform: scale(0.66);
    margin-bottom: -25px;
  }
  .form-row {
    display: block;
  }
  .page h1 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 600px) {
  .categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .category-art {
    width: 70px;
    height: 70px;
  }
  .category {
    padding: 12px 8px 16px;
  }
  .category strong {
    font-size: 12px;
    min-height: 0;
  }
  .category small {
    font-size: 10px;
  }
  .topline {
    font-size: 10px;
  }
}

/* Keep mobile form text readable and prevent automatic zoom on focus. */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
/* Dependent category and location selectors share the site's form styling. */
.selection-fields,
.vehicle-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}
.selection-fields > label,
.vehicle-fields > label {
  min-width: 0;
}
.selection-fields select {
  width: 100%;
  min-width: 0;
}
.selection-fields .vehicle-fields {
  grid-column: 1/-1;
}
.location-status,
.location-retry,
.legacy-location {
  grid-column: 1/-1;
}
.location-status:empty {
  display: none;
}
.filters > .selection-fields {
  grid-column: 1/-1;
}
.filters > label:has([name='q']),
.filters > label:has([name='category']) {
  grid-column: span 1;
  min-width: 0;
}
.filters > [data-classification] > label {
  grid-column: 1/-1;
}
.search-bar {
  grid-template-columns: minmax(180px, 1fr) minmax(320px, 1.3fr) auto;
  align-items: center;
}
.search-bar .selection-fields {
  gap: 4px 12px;
  padding: 0 12px;
}
.search-bar .selection-fields label {
  display: block;
  padding: 0;
  border: 0;
  font-size: 11px;
}
.search-bar .selection-fields select {
  margin: 3px 0;
  padding: 9px;
  font-size: 13px;
}
.vehicle-specs {
  display: flex;
  gap: 40px;
  padding: 16px;
  background: #edf0e8;
  border-radius: 12px;
}
.vehicle-specs dt {
  font-size: 12px;
  color: #68766f;
}
.vehicle-specs dd {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 900px) {
  .search-bar {
    grid-template-columns: 1fr;
  }
  .search-bar .selection-fields {
    padding: 12px;
  }
  .search-bar > .button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .selection-fields,
  .vehicle-fields {
    grid-template-columns: 1fr;
  }
  .search-bar .selection-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
:root {
  scroll-behavior: smooth;
}
@media (max-width: 400px) {
  .header nav > a[href='/anunturi'] {
    display: none;
  }
}
.trades-page > section {
  margin-top: 2.5rem;
  scroll-margin-top: 2rem;
}
.trades-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.5rem 0;
}
.trades-tabs a {
  padding: 0.65rem 1rem;
  border: 1px solid #d5d8d2;
  border-radius: 2rem;
}
.trades-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.trade-card {
  padding: 1.5rem;
  border: 1px solid #d5d8d2;
  border-radius: 18px;
  background: #fff;
  min-width: 0;
  overflow-wrap: anywhere;
}
.trade-card form {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}
.trade-card h2,
.trade-card h3 {
  margin-top: 0;
}
.trade-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.trade-messages {
  max-height: 24rem;
  overflow: auto;
  margin-top: 1rem;
}
.trade-messages p {
  background: #f5f5ef;
  border-radius: 10px;
  padding: 0.8rem;
}
@media (max-width: 700px) {
  .trades-grid {
    grid-template-columns: 1fr;
  }
  .trade-card {
    padding: 1rem;
  }
  .header nav > a[href='/mesteri'] {
    display: none;
  }
}

/* Listing sharing */
.card-share {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: #416354;
}
.share-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.share-options .button {
  flex: 1;
  white-space: nowrap;
}
.share-link input {
  width: 100%;
  min-width: 0;
  font-size: 13px;
}
.share-link {
  display: block;
}

/* Structured car details */
.vehicle-details {
  border: 1px solid #dce3d6;
  border-radius: 12px;
  padding: 20px;
  margin: 16px 0 24px;
  min-width: 0;
}
.vehicle-details legend {
  font-size: 17px;
  font-weight: 800;
  padding: 0 8px;
}
.vehicle-details p {
  font-size: 12px;
}
.vehicle-inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
.vehicle-inputs label {
  min-width: 0;
}
.vehicle-inputs input,
.vehicle-inputs select {
  width: 100%;
}
.vehicle-technical {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.vehicle-technical dd {
  overflow-wrap: anywhere;
}
@media (max-width: 480px) {
  .vehicle-details {
    padding: 14px;
  }
  .vehicle-inputs {
    grid-template-columns: 1fr;
  }
  .vehicle-technical {
    gap: 14px;
    font-size: 13px;
  }
}

/* Full photo, including landscape screens and portrait uploads. */
.gallery-main {
  min-width: 0;
  min-height: 0;
}
.photo-open {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}
dialog.photo-viewer {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #000;
  overflow: hidden;
  color: #fff;
  cursor: zoom-out;
}
dialog.photo-viewer::backdrop {
  background: #000;
}
.photo-viewer > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.photo-viewer > .photo-close {
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #0009;
  color: white;
  font:
    32px/1 Arial,
    sans-serif;
  cursor: pointer;
}

.seller-phone-number {
  display: block;
  font-size: clamp(26px, 7vw, 36px);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  color: #203d37;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  padding: 12px 0;
}

/* Tradespeople introduction on the homepage. */
.home-trades {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  margin-top: 40px;
  padding: 36px;
  border-radius: 24px;
  background: #eaf0df;
  align-items: center;
}
.home-trades h2 {
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.15;
  margin: 14px 0;
  letter-spacing: -1px;
}
.home-trades p {
  font-size: 14px;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 0 22px;
}
.home-trades-pro {
  padding: 26px;
  border-radius: 18px;
  background: #fafbf6;
  min-width: 0;
}
.home-trades-pro h3 {
  font-size: 22px;
  margin: 12px 0;
}
.home-trades-pro p {
  font-size: 13px;
}
.home-trades-symbol {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #f8dcc8;
  border-radius: 14px;
  font-size: 26px;
}
.home-trades .button,
.home-trades .text-link {
  white-space: normal;
}
@media (max-width: 760px) {
  .home-trades {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    margin-top: 28px;
  }
  .home-trades-pro {
    padding: 22px;
  }
  .home-trades h2 br {
    display: none;
  }
}

.seo-content img {
  max-width: 100%;
  height: auto;
}
.seo-content nav a {
  margin-right: 18px;
}
.version-notice {
  position: fixed;
  bottom: 85px;
  left: 16px;
  right: 16px;
  max-width: 650px;
  margin: auto;
  padding: 16px;
  background: #203d37;
  color: #fff;
  border-radius: 14px;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 20px #0003;
  font-size: 14px;
}
.version-notice button {
  background: #ff653c;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .version-notice {
    flex-direction: column;
    align-items: start;
  }
}
