/* ===== PRODUCTS PAGE ===== */
.seo-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.products-grid {
  position: relative;
  display: grid;
  width: calc(100% - 4rem);
  right: 2rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 00px 0px;
  justify-items: center;
}
.filter-bar {
  position: relative;
  display: flex;
  width: auto;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 2.5em;
  top: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-button {
  width: 100px;
  text-align: center;
  cursor:pointer;
  border-bottom: solid transparent;
}
.filter-button:hover {
  color: #D4AF37;
}
.filter-button.active {
  color: #D4AF37;
  border-bottom: solid #191E2A;  
}
.pagination-container {
    margin: 3rem auto;
    display: flex;
    justify-content: center;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bg-card, #fff);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pagination-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: var(--text-secondary, #666);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.pagination-btn:hover:not(:disabled) {
    background: var(--primary-color, #d4a574);
    color: white;
}
.pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.pagination-numbers {
    display: flex;
    gap: 0.25rem;
}
.page-number-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border: none;
    background: transparent;
    color: var(--text-primary, #333);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}
.page-number-btn:hover {
    background: rgba(212, 165, 116, 0.1);
}
.page-number-btn.active {
    background: var(--primary-color, #d4a574);
    color: white;
}

/* ===== PRODUCT PAGE ===== */
.product-section, .cart-section, .products-section {
  position: relative;
  height: calc(fit-content);
  top: 64px;
  overflow-y: hidden;
  z-index: 4;
  padding-bottom: 20px;
}
.right-side {
  position: relative;
  top: 0;
  width: 30vw;
  min-width: 330px;
  height: calc(80vh + 64px);
  right: 0;
}
.left-side {
  position: absolute;
  top: 32px;
  justify-self: left;
  width: 70vw;
  max-width: calc(100vw - 330px);
  height: 100vh;
  left: 0;
}
.path {
  width: 60vw;
  height: 32px;
  position: relative;
  top: 1rem;
  right: 2rem;
}
.path-item {
  font-size: 0.9rem;
  text-decoration: none;
  color: #A89F91;
}
.product-path, .account-path {
  font-size: 0.9rem;
  color: #191E2A;
}
.introduce-bar, .list-bar {
  position: relative;
  display: flex;
  width: auto;
  margin-left: 2rem;
  margin-right: 1rem;
  height: 2rem;
  top: 1rem;
  align-items: center;
  justify-content:space-around;
  flex-wrap: wrap;
}
.intro-item, .list-tab {
  width: 100px;
  text-align: center;
  cursor:pointer;
  border-bottom: solid transparent;
}
a#detail-tab {
  display: none;
}
nav.introduce-bar {
  justify-content: right;
}
.intro-item:hover, .list-tab:hover {
  color: #D4AF37;
}
.intro-item.active, .list-tab.active {
  color: #D4AF37;
  border-bottom: solid #191E2A;  
}
.intro-content, .list-content {
  position: relative;
  top: 1rem;
  left: 0rem;
  width: calc(100% - 2rem);
  height: 100%;
  opacity: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.intro-content.active {
  display: block;
  opacity: 1;
}
#photo-content {
  width: 76vh;
}
#detail-content {
  position: absolute;
  left: 0;
  display: block;
  width: calc(100% - 76vh);
  height: 76vh;
}
.product {
  position: relative;
  top: 0rem;
  right: 2rem;
  margin: 0rem;
  bottom: 0;
  width: calc(100% - 3rem);
  height: 80vh;
  display: block;
  align-items: flex-start;
  padding: 0;
  z-index: 1;
  background: transparent;
  color: #191E2A;
  direction: rtl;
}
.product h3 {
  position: relative;
  font-size:xx-large;
  top: 0;
  width: 100%;
  color: #191E2A;
}
.product h4 {
  position: relative;
  margin: 0.5rem;
  top: -2rem;
  width: 100%;
  font-size: medium;
  color: #A89F91;
}
.product .product-code {
  position: absolute;
  top: 2.6rem;
  margin: 0.5rem;
  font-size: medium;
  color: #A89F91;
  left: 0;
}
.product .price {
  position: absolute;
  bottom: 3.5rem;
  top: auto;
  margin: 0.5rem;
  font-size: x-large;
}
.product .special-price {
  position: absolute;
  bottom: 3.5rem;
  top: auto;
  font-size: x-large;
}
.product.has-offer .price {
  position: absolute;
  bottom: 5rem;
  top: auto;
  font-size: small;
  color: gray;
  text-decoration: line-through;
}
.product .badge {
  left: 0;
  scale: 1.2;
}
.product .heart-box {
  height: 50.4px;
  width: 50.4px;
  bottom: 0rem;
  left: 0rem;
  opacity: 1;
  border-radius: 10px;
}
.product .heart-icon {
  width: 30px;
  height: 30px;
}
.photo-gallery {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 1rem;
}
.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.thumb {
  width: 110px;
  height: 110px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.thumb.active {
  opacity: 1;
  box-shadow: 0 0 0 2px #D4AF37;
}
.main-photo {
  width: 76vh;
  height: 76vh;
  border-radius: 12px;
  overflow-y: hidden;
}
.main-photo img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.specs-title, .options-title {
  font-size: large;
  font-weight: bold;
  color: #222;
  text-align: right;
  direction: rtl;
}
.product-specs {
  position: relative;
  top: -1rem;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}
.spec-item::before {
  content: "• ";
  color: #D4AF37;
  font-weight: bold;
}
.buyer-options {
  display: none;
}
.buyer-options, .specs-title, .option-item {
  margin-top: -1rem;
}
.option-item {
  position: relative;
  top: -1.5rem;
}
.condition {
  position: relative;
  right: 2rem;
  width: calc(100% - 4rem);
}
.condition h5 {
  color: #A89F91;
}
.comment-section {
  background: transparent;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 12px;
}
.comment-title {
  font-size: x-large;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  color: #191E2A;
}
.add-comment-box {
  background: #fafafa;
  padding: 1.2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #eee;
}
.add-comment-box h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  color: #333;
}
.comment-input {
  width: calc(100% - 1.8rem);
  min-height: 110px;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: 'Vazirmatn';
  font-size: 0.95rem;
  resize: vertical;
  transition: border-color 0.2s ease;
}
.comment-input:focus {
  border-color: #D4AF37;
  outline: none;
}
.comment-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
}
.star-rating {
  display: flex;
  gap: 8px;
  font-size: 1.8rem;
  cursor: pointer;
  user-select: none;
  width: fit-content;
}
.star-rating span {
  color: #ddd;
  transition: all 0.2s ease;
  display: inline-block;
  cursor: pointer;
}
.star-rating span:hover,
.star-rating span:hover ~ span {
  color: #ddd;
}
.star-rating span.filled {
  color: #D4AF37;
}
.comment-rating {
  color: #D4AF37;
}
.submit-comment {
  background: #A89F91;
  color: #fff;
  border: none;
  padding: 0.6rem 1.4rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 250ms ease;
}
.submit-comment:hover {
  background: #D4AF37;
}
.comment-message {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}
.comments-list {
  margin-top: 1rem;
}
.no-comments {
  color: #777;
  font-size: 0.95rem;
  text-align: center;
  padding: 1rem 0;
}
.comment-item {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.comment-user {
  font-weight: 700;
  color: #333;
}
.comment-date {
  font-size: 0.85rem;
  color: #888;
}
.comment-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
}
#tip-content {
  width: calc(100% - 5rem);
  height: 76vh;
  padding: 0 1rem;
  background-color: white;
  border-radius: 8px;
  top: 2rem;
  overflow-y: auto;
  color: #333;
}
#tip-content p {
  text-align: justify;
}
.featured-overlay-3 {
  position: relative;
  top: 3rem;
  width: 100vw;
  max-width: 1536px;
  z-index: 3;
}
body.product-loading .product-details {
  opacity: 0.5;
  pointer-events: none;
}
body.product-loaded .product-details {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.featured-overlay-3 .product-scroll:empty::before {
  content: "در حال بارگذاری محصولات مشابه...";
  display: block;
  text-align: center;
  padding: 20px;
  color: #999;
}

/* ===== CART PAGE ===== */
.product-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  justify-content: end;
  direction: ltr;
}
.product-thumb {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
}
.cart-product-info {
  width: calc(100% - 120px);
  direction: rtl;
}
body.cart-page .quantity-selector {
  position: relative;
  left: 35px;
  padding: 5px 0;
  right: auto;
  width: 110px;
  font-size: 1.1rem;
}
body.cart-page .increase, body.cart-page .decrease {
  font-size: 1.1rem;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
  margin-right: 2rem;
  font-size: 1rem;
  color: #444;
}
.summary-row label {
  font-weight: 600;
}
.summary-row select {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  background: #fafafa;
  transition: border-color 0.2s ease;
  font-family: 'Vazirmatn';
}
.summary-row select:focus {
  border-color: #D4AF37;
  outline: none;
}
.shipping-method .standard {
  color: red;
}
.summary-row.total {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  border-top: 2px dashed #ddd;
  padding-top: 12px;
  margin-top: 16px;
}
.checkout-button, .confirm-button {
  width: calc(100% - 2rem);
  margin-top: 20px;
  margin-right: 2rem;
  margin-left: 1rem;
  padding: 14px 0;
  background-color: #A89F91;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Vazirmatn';
  transition: background-color 250ms ease;
}
.checkout-button:hover, .confirm-button:hover {
  background-color: #D4AF37;
}

/* ===== LOGIN PAGE ===== */
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.login-modal.hidden {
  display: none;
}
.login-box {
  background-color: #F8F6F3c0;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 540px;
  height: 240px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
  overflow: hidden;
}
.login-left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  color: #191E2A;
}
.login-left h2 {
  position: relative;
  right: 1rem;
  font-size: medium;
  width: 60%;
}
.login-input {
  position: relative;
  outline: none;
  font-family: 'Vazirmatn';
  width: calc(100% - 2rem - 10px);
  padding: 5px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  border: #D2CDC8;
}
.login-button {
  position: relative;
  outline: none;
  font-family: 'Vazirmatn';
  width: calc(100% - 2rem);
  padding: 5px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  border: #D2CDC8;
  cursor: pointer;
  background-color: #D4AF37;
}
.login-message {
  position: relative;
  right: 1rem;
  font-size: small;
  margin: 0;
}
.login-right {
  position: absolute;
  width: 50%;
  right: 0;
  overflow: hidden;
}
.login-image {
  position: relative;
  width: 100%;
}
.close-popup {
  position: absolute;
  top: 12px;
  left: 12px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #191E2A;
  cursor: pointer;
}
.login-options {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 1rem;
  font-family: 'Vazirmatn';
  font-size: small;
  color: gray;
  gap: 5px;
}
.login-options h4 {
  font-weight: 400;
}
.signup, .back-to-login {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #191E2A;
  font-size: small;
}

/* ===== ACCOUNT PAGE ===== */
body.account-page,
body.account-page main {
  background-color: transparent !important;
}
.account-wall {
  display: none;
  position: fixed;
  top: 0;
  left: -250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}
.profile-info span {
  display: inline-block;
}
.account-main {
  position: relative;
  top: 64px;
  min-height: 100vh;
  height: fit-content;
  overflow: visible;
}
body.account-page .left-side {
  position: relative;
  top: 0;
}
.account-section {
  display: flex;
  height: fit-content;
  padding-bottom: 3.5rem;
  min-height: 100vh;
}
.account-profile {
  position: relative;
  right: 2rem;
  width: calc(100% - 3rem);
}
.profile-data {
  position: absolute;
  left: 1rem;
}
.profile-info {
  position: relative;
  top: 0rem;
  padding: 0.2rem 1rem;
  background: white;
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}
.change-data {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  color: #191E2A;
  cursor: pointer;
}
.change-data:hover {
  color: #D4AF37;
}
.input-data {
  position: absolute;
  left: 0.8rem;
  border-radius: 5px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #D2CDC8;
  font-family: 'Vazirmatn';
  font-size: 0.95rem;
  text-align: left;
  color: #333;
  width: 60%;
  padding: 5px 2px;
  margin-top: -5px;
}
.account-options {
  position: relative;
  justify-self: left;
  top: 0.5rem;
}
.change-password {
  border-radius: 10px;
  border: none;
  background: none;
  color: #191E2A;
  padding: 5px;
  font-size: medium;
  font-family: 'Vazirmatn';
  width: 110px;
  cursor: pointer;
  transition: color 0.4s;
}
.logout-button {
  border-radius: 10px;
  border: none;
  background-color: transparent;
  color: rgba(220, 20, 60, 1.0);
  padding: 5px;
  font-size: medium;
  font-family: 'Vazirmatn';
  width: 110px;
  cursor: pointer;
  transition: color 0.4s;
}
.change-password:hover {
  color: #D4AF37;
}
.logout-button:hover {
  color: rgba(220, 20, 60, 0.6);
}
.list-content.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 20px 0px;
  justify-items: center;
  opacity: 1;
}
#orders-content.active {
  grid-template-columns: repeat(1, 1fr);
  display: block;
  align-items: baseline;
}
body.account-page .left-side {
  height: fit-content;
}
.order-card {
  width: 100%;
  height: 120px;
  border: none;
  border-radius: 10px;
  margin-bottom: 1rem;
  background-color: #F8F6F3c0;
  transition: all 0.4s ease;
  padding: 0;
  backdrop-filter: blur(8px);
}
.order-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.order-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
}
.order-info {
  width: calc(100% - 120px);
  height: 110px;
}
.order-header {
  position: relative;
  display: flex;
  width: calc(100% - 2rem);
  right: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #A89F91;
}
.order-header p,
.order-header h3 {
  margin: 0.5rem 0rem;
}
.order-body {
  position: relative;
  display: flex;
  width: calc(100% - 2rem);
  top: -0.2rem;
  right: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.order-body p {
  font-size: small;
}
.order-status {
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0rem;
  bottom: -2rem;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  color: white;
}
.status-in-progress {
  background-color: goldenrod;
}
.status-at-sending {
  background-color: goldenrod;
}
.status-delivered {
  background-color: green;
}
.status-cancelled {
  background-color: red;
}
.order-thumbnails {
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 60px);
  grid-template-rows: repeat(2, 60px);
  gap: 0px;
  width: 120px;
  height: 120px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}
.order-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.toggle-details {
  position: relative;
  top: -0.5rem;
  padding: 0 1rem;
  background: none;
  border: none;
  color: gray;
  cursor: pointer;
  font-family: 'Vazirmatn';
  font-size: small;
  font-weight: bold;
}
.toggle-details:hover {
  color:#D4AF37;
}
.order-details {
  display: none;
  padding: 0.5rem 1rem;
  font-size: small;
}
.order-details h3 {
  margin-bottom: 0;
}
.order-card.expanded .order-details {
  display: block;
}
.buyer-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2CDC8;
}
.order-card.expanded {
  height: fit-content;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.order-products {
  margin-top: 0rem;
}
.order-products .product-row {
  padding: 0.5rem 0;
  border-bottom: 1px solid #D2CDC8;
}
.product-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.product-row img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.order-product {
  display: flex;
  width: 100%;
  justify-content: space-between;
  direction: rtl;
}

/* ===== SEARCH PAGE ===== */
.search-title {
  position: relative;
  right: 2rem;
}

/* ===== CHECKOUT PAGE ===== */
.checkout-main {
  display: flex;
  gap: 40px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 95vh;
}
.checkout-section, .checkout-summary {
  position: relative;
  top: 64px;
  background: #fff;
  height: 78vh;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  flex: 1;
}
.checkout-title {
  margin-top: 0;
}
.shipping-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}
.shipping-form input,
.shipping-form textarea {
  width: calc(100% - 24px);
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.95rem;
}
.shipping-form textarea {
  min-height: 70px;
  resize: vertical;
}
.checkout-summary .section-title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}
#order-summary {
  font-size: 1rem;
  color: #444;
}
#order-summary p {
  margin: 8px 0;
}
body.checkout-page .confirm-button {
  position: absolute;
  width: auto;
  margin: auto;
  bottom: 32px;
  left: 24px;
  right: 24px;
}
.back-to {
    display: flex;
    padding: 0;
    justify-content: space-between;
    position: absolute;
    width: 220px;
    bottom: 5px;
    transform: translateX(50%);
    right: 50%;
}
.back-to p {
  margin: 0;
  color: lightgray;
}
.back-to a {
  text-decoration: none;
  color:#A89F91;
}
.back-to a:hover {
  color:#D4AF37;
}

/* ===== ABOUT PAGE ===== */
.about-main {
  margin: 0 auto;
  padding: 64px 2rem;
}
.about-hero {
  margin-bottom: 2rem;
}
.about-hero h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 900;
}
.about-hero p {
  font-size: 1.1rem;
  color: #666;
  line-height: 2;
  margin: 0 auto;
}
.about-highlights {
  display: block;
  margin-bottom: 60px;
  background: #fff;
  padding: 10px 2rem;
  border-radius: 10px;
}
.about-box {
  border-bottom: 1px solid #D2CDC8;
}
.about-box h3 {
  color: #D4AF37;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}
.about-box p {
  color: #555;
  line-height: 1.9;
  font-size: 0.98rem;
}
.about-message {
  text-align: center;
  margin-bottom: 30px;
}
.about-message p {
  font-size: 1.15rem;
  color: #444;
  line-height: 2;
  font-weight: 500;
}

/* ===== FAQS PAGE ===== */
.faqs-main {
  padding: 64px 2rem;
}
#faqSearchInput {
  font-family: "vazirmatn";
  border-radius: 5px;
  border: solid 1px lightgray;
  padding: 5px 10px;
  min-width: 220px;
}
body.faqs-page .faq-contact-fixed .support-btn-container {
  position: relative;
  width: 300px;
  left: 0;
  bottom: 0;
}

/* ===== LEGAL PAGES ===== */
.legal-main {
  padding: 64px 2rem;
}
.legal-page-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.legal-page-header {
  margin-bottom: 2rem;
  text-align: center;
}
.legal-page-header h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 900;
}
.legal-page-header p {
  font-size: 0.95rem;
  color: #999;
}
.legal-content {
  background: #fff;
  padding: 10px 2rem;
  border-radius: 10px;
}
.legal-content section {
  border-bottom: 1px solid #D2CDC8;
  padding: 24px 0;
}
.legal-content section:last-child {
  border-bottom: none;
}
.legal-content h2 {
  color: #D4AF37;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}
.legal-content p {
  color: #555;
  line-height: 1.9;
  font-size: 0.98rem;
  margin: 0 0 10px;
}
.legal-content p:last-child {
  margin-bottom: 0;
}
.legal-content ul {
  color: #555;
  line-height: 1.9;
  font-size: 0.98rem;
  margin: 0 0 10px;
  padding-right: 1.3rem;
}
.legal-content a {
  color: #D4AF37;
  text-decoration: underline;
}