@font-face {
  font-family: "montserrat";
  src: url("../webfonts/ArbFONTS-Montserrat-Arabic-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "montserrat", sans-serif;
  transition: scroll 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
  background-color: unset;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #989898;
  border-radius: 30px;
}

:target {
  scroll-margin-top: 120px;
}

input[type=number]::-webkit-outer-spin-button {
  display: none;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}
input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.dropdown-toggle:active {
  background: #fff !important;
  border-color: #d75c2d !important;
}

a,
button {
  transition: 0.3s ease-in-out;
}

.dropdown-toggle::after {
  display: none;
}

body {
  position: relative;
  overflow-x: hidden;
  direction: rtl;
}

header {
  padding: 16px 0;
  z-index: 999;
  background: #f8f8f8;
  position: sticky;
  top: 0;
}
header .layer {
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  height: calc(100vh - 92px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-behavior: allow-discrete;
}
header .layer.show {
  display: block;
  opacity: 1;
}
header nav {
  border-radius: 8px;
  width: 100%;
  display: flex;
}
header nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
header nav .logo a {
  color: #d75c2d;
}
header nav .logo a h1 {
  font-size: 22px;
  margin: 0;
}
header nav .logo a img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .nav_links {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 992px) {
  header nav .nav_links {
    position: fixed;
    right: -50%;
    top: 92px;
    height: calc(100vh - 92px);
    width: 50%;
    justify-content: flex-start;
    background: #f8f8f8;
    flex-direction: column;
    align-items: self-start;
    padding: 32px 24px;
    gap: 32px;
    z-index: 1;
    transition: 0.3s ease-in-out;
  }
  header nav .nav_links.show {
    right: 0;
  }
}
header nav .nav_links .nav_link {
  color: #222020;
  font-size: 14px;
  position: relative;
}
header nav .nav_links .nav_link::after {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 0;
  background: #d75c2d;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
header nav .nav_links .nav_link.active, header nav .nav_links .nav_link:hover {
  color: #d75c2d;
}
header nav .nav_links .nav_link.active::after, header nav .nav_links .nav_link:hover::after {
  width: 100%;
}
header nav .more_actions {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  header nav .more_actions {
    flex: 2;
  }
}
header nav .more_actions .dropdown-toggle {
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #d75c2d;
}
header nav .more_actions .dropdown-toggle i {
  color: #d75c2d;
}
header nav .more_actions .drop_Message_Menu {
  z-index: 999;
  min-width: 350px;
  height: 300px;
  flex-direction: column;
  top: 20px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu {
  overflow-y: scroll;
  flex: 1 1 auto;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .noNotifications {
  width: 100%;
  text-align: start;
  margin: 0;
  padding: 16px;
  font-size: 20px;
  color: #aaaaaa;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message {
  width: 100%;
  background: #f8f8f8;
  padding: 12px;
  border-radius: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .title {
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .time {
  color: #666b88;
  font-size: 10px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message p {
  margin: 0;
  text-align: start;
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .showall {
  width: 100%;
  text-align: center;
  color: #d75c2d;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
  background: #f8f8f8;
}
header nav .more_actions .drop_Message_Menu.show {
  display: flex;
}
header nav .more_actions .toggler {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .more_actions .toggler {
    display: block;
  }
}
header nav .more_actions .auth_menu {
  display: none;
  flex-direction: column;
  padding: 16px !important;
  border-radius: 16px !important;
  top: 20px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  gap: 12px;
}
header nav .more_actions .auth_menu .balance {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d75c2d;
  color: #fff;
  border-radius: 8px;
  padding: 8px;
}
header nav .more_actions .auth_menu .balance h6 {
  font-size: 14px;
  margin: 0;
}
header nav .more_actions .auth_menu .profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .more_actions .auth_menu .profile .img {
  width: 48px;
  height: 48px;
  position: relative;
}
header nav .more_actions .auth_menu .profile .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu .profile .img .verified {
  position: absolute;
  bottom: -8px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .more_actions .auth_menu .profile .img .verified i {
  color: #2ecc71;
  font-size: 12px;
}
header nav .more_actions .auth_menu .profile .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header nav .more_actions .auth_menu .profile .info p {
  font-size: 14px;
  color: #222020;
  margin: 0;
  text-align: start;
}
header nav .more_actions .auth_menu .profile .info span {
  text-align: start;
  color: #d75c2d;
  font-size: 12px;
}
header nav .more_actions .auth_menu img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu a,
header nav .more_actions .auth_menu button {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 8px;
  color: #222020;
}
header nav .more_actions .auth_menu a i,
header nav .more_actions .auth_menu button i {
  width: 16px;
  height: 16px;
}
header nav .more_actions .auth_menu.show {
  display: flex;
}
header nav .more_actions .loginLink {
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #d75c2d;
  border-radius: 8px;
}
header nav .question {
  margin-bottom: 8px;
}
header nav .question label {
  font-size: 14px;
}
header nav .question input {
  cursor: pointer;
}

.heroSection {
  background-image: linear-gradient(rgba(215, 93, 45, 0.4941176471), #fff);
}
@media (max-width: 576px) {
  .heroSection {
    padding: 52px 0 100px;
  }
}
.heroSection .img {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSection .img img {
  width: 90%;
}
@media (max-width: 576px) {
  .heroSection .img {
    padding-top: 32px;
    display: none;
  }
}
.heroSection .text {
  height: 100%;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.heroSection .text span {
  font-size: 12px;
  font-weight: 700;
  color: #d75c2d;
  display: flex;
  align-items: center;
  gap: 8px;
}
.heroSection .text span i {
  font-size: 12px;
  font-weight: 700;
  color: #d75c2d;
}
.heroSection .text h1 {
  font-size: 40px;
  color: #222020;
  line-height: 70px;
  font-weight: 700;
}
.heroSection .text h1 span {
  font-size: 42px;
  font-weight: 700;
  line-height: inherit;
  display: inline-block !important;
  color: #d75c2d;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .heroSection .text h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .heroSection .text h1 span {
    font-size: 32px;
  }
}
.heroSection .text p {
  margin-bottom: 24px;
  color: #777;
}
@media (max-width: 576px) {
  .heroSection .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.download_btns {
  display: flex;
  gap: 16px;
}
.download_btns img {
  height: 44px;
}

.gallery {
  padding: 40px 0 0;
  background: rgba(215, 93, 45, 0.0941176471);
}
.gallery .appImgs {
  padding: 40px 0;
  position: relative;
}
.gallery .appImgs h2 {
  color: #d75c2d;
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px !important;
}
.gallery .appImgs p {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px !important;
}
.gallery .appImgs .swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
  display: flex;
}
.gallery .appImgs .swiper .swiper-slide {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  width: 234px;
  height: 507px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .swiper-slide {
    width: 175.5px;
    height: 380px;
  }
}
.gallery .appImgs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gallery .appImgs .swiper .frame {
  width: 267px;
  height: 532px;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .frame {
    width: 202.5px;
    height: 401px;
  }
}
.gallery .appImgs .swiper .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gallery .appImgs .swiper-wrapper {
  height: auto;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-bottom,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-top {
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.062745098);
  border: 4px solid #fff;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.features {
  position: relative;
  padding: 60px 0;
}
.features .title {
  color: #222020;
  font-size: 26px;
  font-weight: 600;
}
.features .subtitle {
  color: #666b88;
  font-size: 12px;
  margin-bottom: 32px;
}
.features .feature-card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  height: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.features .feature-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d75c2d;
  border-radius: 16px;
  height: 78px;
  width: 78px;
  margin-bottom: 28px;
}
.features .feature-card .icon img {
  max-height: 40px;
  filter: brightness(0) invert(1);
}
.features .feature-card h4 {
  color: #222020;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.features .feature-card p {
  margin: 0;
  text-align: center;
  color: #666b88;
  line-height: 24px;
  font-size: 12px;
}

.about_section {
  padding: 60px 0;
  background: rgba(215, 93, 45, 0.0941176471);
}
@media (max-width: 576px) {
  .about_section {
    padding-top: 0;
  }
}
.about_section .content {
  padding-top: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_section .content {
    padding-top: 30px;
  }
}
.about_section .content h2 {
  color: #d75c2d;
  font-size: 28px;
  margin-bottom: 24px;
}
.about_section .content p {
  color: #222020;
  font-size: 14px;
  line-height: 26px;
}
.about_section .content .loginLink {
  padding: 12px 32px;
  background: #d75c2d;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.about_section .circle {
  width: 440px;
  aspect-ratio: 1/1;
  background: #d75c2d;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 450px) {
  .about_section .circle {
    width: 350px;
  }
}
.about_section .circle .img1 {
  position: absolute;
  max-height: 100%;
  transform: rotate(22deg);
  bottom: -48px;
  right: -16px;
}
@media (max-width: 450px) {
  .about_section .circle .img1 {
    max-height: 300px;
  }
}
.about_section .circle .img2 {
  position: absolute;
  max-height: 340px;
  top: 40px;
  left: 0px;
}
@media (max-width: 450px) {
  .about_section .circle .img2 {
    max-height: 220px;
  }
}
.about_section .circle .legend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_card {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.about_section .about_card img {
  height: 60px;
}
.about_section .about_card h4 {
  font-size: 16px;
  color: #d75c2d;
}

.download-app {
  width: 100%;
  padding: 30px 0 0;
  background: #000;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 768px) {
  .download-app {
    height: 650px;
  }
  .download-app .app-imgs {
    margin-top: 60px;
  }
}
.download-app .container {
  height: 100%;
}
.download-app .container .row {
  height: 100%;
}
.download-app .container .row .img {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.download-app .container .row .img img {
  width: 52%;
}
@media (max-width: 576px) {
  .download-app .container .row .img img {
    width: 70%;
  }
}
.download-app .container .row h3 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 12px;
}
@media (max-width: 450px) {
  .download-app .container .row h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
.download-app .container .row p {
  color: #fff;
}
.download-app .container .row .btns {
  margin-top: 16px;
  display: flex;
  gap: 24px;
}
.download-app .container .row .btns img {
  max-height: 48px;
}

.footerLanding {
  background-color: #fff;
  padding: 20px 0;
}
.footerLanding .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .container {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .info {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info p {
  min-width: 150px;
}
.footerLanding p {
  margin: 0;
}
.footerLanding .hint {
  white-space: nowrap;
}
.footerLanding .logo {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.footerLanding a {
  color: #d75c2d;
}

.logo-image {
  border-radius: 50%;
}

.how-it-works-section {
  padding: 80px 0;
}
.how-it-works-section h4 {
  text-align: center;
  color: #d75c2d;
  margin-top: 16px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.how-it-works-section .subtitle {
  text-align: center;
  color: #777777;
  text-wrap: balance;
  margin-bottom: 32px !important;
}
.how-it-works-section .mockup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-section .mockup img {
  max-width: 80%;
}
.how-it-works-section .h-card {
  display: flex;
  flex-direction: row;
  text-align: start;
  gap: 20px;
  padding: 24px 0;
}
@media screen and (max-width: 576px) {
  .how-it-works-section .h-card {
    flex-direction: row;
    text-align: start;
  }
}
.how-it-works-section .h-card .icon {
  display: flex;
  align-items: center;
}
.how-it-works-section .h-card .icon img {
  display: block;
  min-width: 64px;
  height: 64px;
}
.how-it-works-section .h-card .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.how-it-works-section .h-card .text p {
  color: #777777;
  text-wrap: balance;
  line-height: 24px;
}
.how-it-works-section .h-card .text h5 {
  color: #d75c2d;
}
.how-it-works-section .h-card.left {
  flex-direction: row;
  text-align: start;
}

/* ============ MAIN CONTAINER ============ */
.sapp-hero-section {
  background: rgba(215, 93, 45, 0.0941176471);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.sapp-hero-section .sapp-hero {
  max-width: 1200px;
  width: 100%;
}
.sapp-hero-section {
  /* ============ HEADER STYLES ============ */
}
.sapp-hero-section .sapp-header-wrapper {
  text-align: center;
  margin-bottom: 80px;
  animation: sapp-fade-in-down 0.8s ease-out;
}
.sapp-hero-section .sapp-header-wrapper .sapp-main-heading {
  font-size: 1.8rem;
  color: #d75c2d;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.sapp-hero-section .sapp-header-wrapper .sapp-sub-heading {
  font-size: 0.9rem;
  color: rgba(83, 83, 83, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.sapp-hero-section {
  /* ============ STEPS CONTAINER ============ */
}
.sapp-hero-section .sapp-steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sapp-hero-section {
  /* ============ INDIVIDUAL STEP ============ */
}
.sapp-hero-section .sapp-step-card {
  flex: 1;
  min-width: 280px;
  text-align: center;
  animation: sapp-fade-in-up 0.8s ease-out;
  animation-fill-mode: both;
}
.sapp-hero-section .sapp-step-card:nth-child(1) {
  animation-delay: 0.2s;
}
.sapp-hero-section .sapp-step-card:nth-child(2) {
  animation-delay: 0.4s;
}
.sapp-hero-section .sapp-step-card:nth-child(3) {
  animation-delay: 0.6s;
}
.sapp-hero-section .sapp-step-card:hover .sapp-icon-container {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.sapp-hero-section .sapp-step-card:hover .sapp-icon-container::before {
  left: 100%;
}
.sapp-hero-section {
  /* ============ STEP ICON ============ */
}
.sapp-hero-section .sapp-icon-container {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.sapp-hero-section .sapp-icon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(215, 93, 45, 0.6862745098);
  transition: left 0.6s ease;
}
.sapp-hero-section {
  /* ============ STEP TEXT ============ */
}
.sapp-hero-section .sapp-step-title {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.sapp-hero-section .sapp-step-description {
  font-size: 0.8rem;
  color: rgba(104, 102, 102, 0.9);
  line-height: 1.6;
}
.sapp-hero-section {
  /* ============ ARROW DIVIDER ============ */
}
.sapp-hero-section .sapp-arrow-divider {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
  display: none;
  flex-shrink: 0;
  animation: sapp-slide-arrow 1.5s ease-in-out infinite;
}
.sapp-hero-section {
  /* ============ ANIMATIONS ============ */
}
@keyframes sapp-slide-arrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
@keyframes sapp-fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sapp-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sapp-hero-section {
  /* ============ RESPONSIVE ============ */
}
@media (min-width: 768px) {
  .sapp-hero-section .sapp-arrow-divider {
    display: block;
  }
}
@media (max-width: 767px) {
  .sapp-hero-section .sapp-main-heading {
    font-size: 2.5rem;
  }
  .sapp-hero-section .sapp-steps-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .sapp-hero-section .sapp-step-card {
    animation: sapp-fade-in-up 0.8s ease-out !important;
  }
}

/* CONTACT */
.contact {
  background-image: url("../images/backgroundImage.png");
  background-size: contain;
  background-position: center;
}
.contact h2 {
  color: black;
  text-align: center;
  font-size: 2rem;
}
.contact p {
  color: rgba(128, 128, 128, 0.658);
  text-align: center;
}
.contact .contact-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1rem;
}
@media (max-width: 992px) {
  .contact .contact-inner {
    grid-template-columns: 1fr;
  }
}
.contact .contact-inner .contact-card {
  border-radius: 12px;
  padding: 1rem;
}
.contact .contact-inner .contact-card form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.contact .contact-inner .contact-card form .form-row {
  display: flex;
  gap: 0.8rem;
  margin: 2rem 0 0 0;
}
.contact .contact-inner .contact-card form .form-row label {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .contact-inner .contact-card form .form-row label span {
  position: absolute;
  right: 0.8rem;
  font-weight: 600;
  color: rgba(215, 93, 45, 0.8078431373);
  font-size: 12px;
  pointer-events: none;
  padding: 0 4px;
  transition: all 0.3s ease;
}
.contact .contact-inner .contact-card form .form-row label span:focus {
  color: rgba(215, 93, 45, 0.8078431373);
}
.contact .contact-inner .contact-card form .form-row label input,
.contact .contact-inner .contact-card form .form-row label textarea {
  width: 100%;
  padding: 0.8rem 0.7rem;
  border: 1px solid rgba(215, 93, 45, 0.3568627451);
  border-radius: 8px;
  outline: none;
  font-size: 18px;
  background: none;
  transition: border-color 0.3s ease;
  color: rgba(215, 93, 45, 0.8078431373);
}
.contact .contact-inner .contact-card form .form-row label input:focus,
.contact .contact-inner .contact-card form .form-row label textarea:focus {
  border-color: rgba(215, 93, 45, 0.3568627451);
}
.contact .contact-inner .contact-card form .form-row label {
  /* Floating label when focused or has content */
}
.contact .contact-inner .contact-card form .form-row label.focused span, .contact .contact-inner .contact-card form .form-row label.has-content span {
  left: 0.6rem;
  font-size: 16px;
  color: rgba(215, 93, 45, 0.8078431373);
  transform: scale(0.98);
  padding: 2px;
}
.contact .contact-inner .contact-card form {
  /* Single labels (like textarea outside row) */
}
.contact .contact-inner .contact-card form label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .contact-inner .contact-card form label span {
  position: absolute;
  top: 0.75rem;
  right: 0.8rem;
  font-weight: 600;
  color: rgba(215, 93, 45, 0.8078431373);
  font-size: 14px;
  pointer-events: none;
  padding: 0 4px;
  transition: all 0.3s ease;
}
.contact .contact-inner .contact-card form label input,
.contact .contact-inner .contact-card form label textarea {
  width: 100%;
  padding: 0.8rem 0.7rem;
  border: 1px solid rgba(215, 93, 45, 0.3568627451);
  border-radius: 8px;
  outline: none;
  font-size: 18px;
  background: none;
  transition: border-color 0.3s ease;
  color: rgba(215, 93, 45, 0.8078431373);
}
.contact .contact-inner .contact-card form label input:focus,
.contact .contact-inner .contact-card form label textarea:focus {
  border-color: rgba(215, 93, 45, 0.3568627451);
}
.contact .contact-inner .contact-card form label.focused span, .contact .contact-inner .contact-card form label.has-content span {
  top: -0.55rem;
  right: 0.6rem;
  font-size: 18px;
  color: rgba(215, 93, 45, 0.8078431373);
  transform: scale(0.98);
  top: -2rem;
}
.contact .contact-inner .contact-card form .form-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.contact .contact-inner .contact-card form .form-actions .form-msg {
  color: var(--white);
  font-weight: 600;
  margin-left: 0.5rem;
}
.contact .contact-inner .contact-card form .form-actions .btn-custom {
  background-color: #d75c2d;
  color: white !important;
  padding: 0.6rem 3rem !important;
}
.contact .contact-inner .contact-card form .form-actions .btn-custom:hover {
  scale: 1.05;
  transition: all 0.5s;
}
.contact .contact-inner .contact-info {
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .contact .contact-inner .contact-info {
    display: none;
  }
}

/* TRACKING PAGE */
.trackingPage {
  background: linear-gradient(180deg, #fff 0%, #fff7f3 55%, #ffffff 100%);
}
.trackingPage .trackingHero {
  padding: 56px 0 72px;
}
.trackingPage .trackingCard {
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  padding: 24px;
}
@media (max-width: 576px) {
  .trackingPage .trackingCard {
    padding: 18px;
    border-radius: 14px;
  }
}
.trackingPage .trackingIntro {
  margin-bottom: 18px;
}
.trackingPage .trackingIntro h1 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #222020;
  font-weight: 800;
}
.trackingPage .trackingIntro p {
  margin: 0 0 18px;
  color: #777777;
  font-size: 14px;
}
.trackingPage .trackingSearch .trackingLabel {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #222020;
  font-size: 14px;
}
.trackingPage .trackingSearch .trackingRow {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 576px) {
  .trackingPage .trackingSearch .trackingRow {
    flex-direction: column;
    align-items: stretch;
  }
}
.trackingPage .trackingSearch .trackingInput {
  flex: 1;
  background: #f8f8f8;
  border: 1px solid rgba(215, 92, 45, 0.18);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  color: #222020;
  outline: none;
}
.trackingPage .trackingSearch .trackingInput:focus {
  border-color: rgba(215, 92, 45, 0.35);
  box-shadow: 0 0 0 4px rgba(215, 92, 45, 0.08);
}
.trackingPage .trackingSearch .trackingBtn {
  background: #d75c2d;
  color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}
.trackingPage .trackingSearch .trackingBtn:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}
.trackingPage .trackingSearch .trackingHint {
  display: block;
  margin-top: 10px;
  color: #aaaaaa;
  font-size: 12px;
}
.trackingPage .trackingResultHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .trackingPage .trackingResultHeader {
    flex-direction: column;
    align-items: flex-start;
  }
}
.trackingPage .trackingCode {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #222020;
}
.trackingPage .trackingSub {
  margin-top: 6px;
  color: #777777;
  font-size: 13px;
}
.trackingPage .trackingSub strong {
  color: #222020;
}
.trackingPage .trackingBadge {
  background: rgba(215, 92, 45, 0.12);
  color: #d75c2d;
  border: 1px solid rgba(215, 92, 45, 0.18);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}
.trackingPage .trackingInfo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(215, 92, 45, 0.03);
  border: 1px solid rgba(215, 92, 45, 0.1);
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .trackingPage .trackingInfo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .trackingPage .trackingInfo {
    grid-template-columns: 1fr;
  }
}
.trackingPage .trackingInfo .infoCell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trackingPage .trackingInfo .infoCell .k {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 700;
}
.trackingPage .trackingInfo .infoCell .v {
  color: #222020;
  font-size: 13px;
  font-weight: 800;
}
.trackingPage .trackingSteps .stepsTitle {
  font-weight: 900;
  color: #222020;
  margin-bottom: 12px;
}
.trackingPage .trackingSteps .stepsList {
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
}
.trackingPage .trackingSteps .stepsList::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: rgba(215, 92, 45, 0.15);
}
.trackingPage .trackingSteps .step {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 14px 0 14px 0;
}
.trackingPage .trackingSteps .step .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(215, 92, 45, 0.35);
  background: #fff;
  z-index: 1;
  margin-right: 0;
  flex: 0 0 auto;
  position: relative;
  right: 0;
}
.trackingPage .trackingSteps .step .content {
  padding-right: 10px;
}
.trackingPage .trackingSteps .step .content .title {
  font-weight: 900;
  color: #222020;
  font-size: 14px;
}
.trackingPage .trackingSteps .step .content .desc {
  color: #777777;
  font-size: 13px;
  margin-top: 4px;
}
.trackingPage .trackingSteps .step.done .dot {
  background: #d75c2d;
  border-color: #d75c2d;
}
.trackingPage .trackingSteps .step.current .dot {
  border-color: #d75c2d;
  box-shadow: 0 0 0 6px rgba(215, 92, 45, 0.08);
}
.trackingPage .trackingActions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.trackingPage .trackingActions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 13px;
}
.trackingPage .trackingActions .backHome {
  border: 1px solid rgba(215, 92, 45, 0.25);
  color: #d75c2d;
  background: rgba(215, 92, 45, 0.04);
}
.trackingPage .trackingActions .backHome:hover {
  background: rgba(215, 92, 45, 0.08);
}
.trackingPage .trackingActions .contactSupport {
  background: #d75c2d;
  color: #fff;
}
.trackingPage .trackingActions .contactSupport:hover {
  filter: brightness(0.97);
}
.trackingPage .trackingError {
  padding: 32px;
  text-align: center;
  color: #b91c1c;
  font-size: 16px;
}

/* BLOGS */
.blogsPage,
.blogDetailsPage {
  background: linear-gradient(180deg, #ffffff 0%, #fff7f3 55%, #ffffff 100%);
}

.blogsPage .blogsHero {
  padding: 50px 0 80px;
}
.blogsPage .blogsHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .blogsPage .blogsHeader {
    flex-direction: column;
    align-items: stretch;
  }
}
.blogsPage .blogsHeader .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(215, 92, 45, 0.1);
  color: #d75c2d;
  border: 1px solid rgba(215, 92, 45, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.blogsPage .blogsHeader h1 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 900;
  color: #222020;
}
.blogsPage .blogsHeader p {
  margin: 0;
  color: #777777;
  font-size: 14px;
  max-width: 560px;
}
.blogsPage .blogsHeader .searchBox {
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogsPage .blogsHeader .searchBox i {
  color: rgba(215, 92, 45, 0.6);
}
.blogsPage .blogsHeader .searchBox input {
  border: none;
  background: none;
  outline: none;
  width: 320px;
  font-size: 14px;
  color: #222020;
}
@media (max-width: 992px) {
  .blogsPage .blogsHeader .searchBox input {
    width: 100%;
  }
}
.blogsPage .blogsFilters {
  margin-bottom: 18px;
}
.blogsPage .blogsFilters .filterTabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
}
@media (max-width: 992px) {
  .blogsPage .blogsFilters .filterTabs {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blogsPage .blogsFilters .filterTabs::-webkit-scrollbar {
    display: none;
  }
}
.blogsPage .blogsFilters .filterTabs .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(215, 92, 45, 0.14);
  background: rgba(215, 92, 45, 0.04);
  color: rgba(34, 32, 32, 0.86);
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}
.blogsPage .blogsFilters .filterTabs .chip:hover {
  background: rgba(215, 92, 45, 0.08);
  color: #d75c2d;
}
.blogsPage .blogsFilters .filterTabs .chip.active {
  background: #d75c2d;
  color: #fff;
  border-color: rgba(215, 92, 45, 0.28);
}
.blogsPage .blogsPromo {
  text-align: center;
  padding: 44px 14px 32px;
  margin: 8px 0 18px;
  border-radius: 18px;
  background: radial-gradient(900px 280px at 50% 20%, rgba(215, 92, 45, 0.14) 0%, rgba(215, 92, 45, 0) 55%), linear-gradient(180deg, #fff7f3 0%, #ffffff 75%);
  border: 1px solid rgba(215, 92, 45, 0.12);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
}
.blogsPage .blogsPromo .promoBadge {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(215, 92, 45, 0.16);
  color: rgba(34, 32, 32, 0.8);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.blogsPage .blogsPromo .promoBadge i {
  color: #d75c2d;
}
.blogsPage .blogsPromo .promoTitle {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 900;
  color: #222020;
}
@media (max-width: 576px) {
  .blogsPage .blogsPromo .promoTitle {
    font-size: 28px;
  }
}
.blogsPage .blogsPromo .promoAccent {
  display: inline-block;
  margin: 0 6px;
  color: #d75c2d;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
.blogsPage .blogsPromo .promoAccent::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 2px;
  height: 9px;
  border-radius: 999px;
  background: rgba(215, 92, 45, 0.18);
  z-index: -1;
}
.blogsPage .blogsPromo .promoSub {
  margin: 0 auto 18px;
  max-width: 520px;
  font-size: 13px;
  color: rgba(34, 32, 32, 0.68);
  line-height: 1.9;
  font-weight: 800;
}
.blogsPage .blogsPromo .promoCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #111111;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0px 10px 20px rgba(17, 17, 17, 0.15);
}
.blogsPage .blogsPromo .promoCta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.blogsPage .featuredRow {
  margin-bottom: 18px;
}
.blogsPage .featured {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
}
@media (max-width: 992px) {
  .blogsPage .featured {
    grid-template-columns: 1fr;
  }
}
.blogsPage .featured a {
  color: inherit;
}
.blogsPage .featured .featuredMain {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(215, 92, 45, 0.12);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  min-height: 330px;
  background: #fff;
}
.blogsPage .featured .featuredMain .cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.02);
}
.blogsPage .featured .featuredMain::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0.92) 100%);
}
.blogsPage .featured .featuredMain .inner {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: min(520px, 100%);
}
.blogsPage .featured .featuredMain .tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(34, 32, 32, 0.8);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
}
.blogsPage .featured .featuredMain .title {
  margin: 0 0 10px;
  font-weight: 900;
  color: #222020;
  font-size: 30px;
}
.blogsPage .featured .featuredMain .excerpt {
  margin: 0 0 14px;
  color: rgba(34, 32, 32, 0.78);
  font-size: 14px;
}
.blogsPage .featured .featuredMain .byline {
  color: rgba(34, 32, 32, 0.75);
  font-size: 12px;
  font-weight: 700;
}
.blogsPage .featured .featuredMain .byline .sep {
  margin: 0 8px;
  opacity: 0.7;
}
.blogsPage .featured .featuredMain:hover {
  transform: translateY(-2px);
}
.blogsPage .featured .featuredSide {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(215, 92, 45, 0.12);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  min-height: 330px;
  background: linear-gradient(135deg, #d75c2d, #f19b6a);
}
.blogsPage .featured .featuredSide .overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 380px at 80% 20%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 60%);
}
.blogsPage .featured .featuredSide .inner {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.blogsPage .featured .featuredSide .tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
}
.blogsPage .featured .featuredSide .title {
  margin: 0 0 10px;
  font-weight: 900;
  color: #fff;
  font-size: 22px;
}
.blogsPage .featured .featuredSide .byline {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 700;
}
.blogsPage .featured .featuredSide .byline .sep {
  margin: 0 8px;
  opacity: 0.8;
}
.blogsPage .featured .featuredSide:hover {
  transform: translateY(-2px);
}
.blogsPage .blogsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 992px) {
  .blogsPage .blogsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blogsPage .blogsGrid {
    grid-template-columns: 1fr;
  }
}
.blogsPage .blogCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  padding: 0;
  color: inherit;
}
.blogsPage .blogCard .cover {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}
.blogsPage .blogCard .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 14px 0;
  font-size: 12px;
  color: rgba(34, 32, 32, 0.68);
}
.blogsPage .blogCard .meta .cat {
  color: #d75c2d;
  font-weight: 900;
}
.blogsPage .blogCard .meta .dot {
  opacity: 0.5;
}
.blogsPage .blogCard .meta .time {
  font-weight: 700;
}
.blogsPage .blogCard .title {
  padding: 10px 14px 0;
  margin: 0;
  font-size: 16px;
  color: #222020;
  font-weight: 900;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogsPage .blogCard .excerpt {
  padding: 10px 14px 0;
  margin: 0;
  font-size: 13px;
  color: #777777;
  line-height: 1.85;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogsPage .blogCard .byline {
  padding: 14px;
  margin-top: auto;
  border-top: 1px solid rgba(215, 92, 45, 0.08);
  font-size: 12px;
  color: rgba(34, 32, 32, 0.7);
  font-weight: 700;
}
.blogsPage .blogCard .byline .sep {
  margin: 0 8px;
  opacity: 0.7;
}
.blogsPage .blogCard:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 92, 45, 0.22);
}
.blogsPage .blogsEmpty {
  grid-column: 1/-1;
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 18px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  padding: 26px 18px;
  text-align: center;
}
.blogsPage .blogsEmpty .t {
  font-weight: 900;
  color: #222020;
  font-size: 16px;
  margin-bottom: 6px;
}
.blogsPage .blogsEmpty .d {
  color: rgba(34, 32, 32, 0.7);
  font-weight: 800;
  font-size: 13px;
}
.blogsPage .blogsLux {
  margin-top: 18px;
}
.blogsPage .blogsLux .luxShowcase {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(215, 92, 45, 0.08), rgba(255, 255, 255, 0.7));
  border: 1px solid rgba(215, 92, 45, 0.12);
}
@media (max-width: 992px) {
  .blogsPage .blogsLux .luxShowcase {
    grid-template-columns: 1fr;
  }
}
.blogsPage .blogsLux .luxText {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(8px);
}
.blogsPage .blogsLux .luxText .kicker {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(215, 92, 45, 0.1);
  color: #d75c2d;
  border: 1px solid rgba(215, 92, 45, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 12px;
}
.blogsPage .blogsLux .luxText h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  color: #222020;
}
.blogsPage .blogsLux .luxSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 992px) {
  .blogsPage .blogsLux .luxSteps {
    grid-template-columns: 1fr;
  }
}
.blogsPage .blogsLux .luxSteps .step {
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px dashed rgba(215, 92, 45, 0.26);
}
.blogsPage .blogsLux .luxSteps .step .n {
  display: inline-flex;
  font-weight: 900;
  font-size: 12px;
  color: #d75c2d;
  margin-bottom: 8px;
}
.blogsPage .blogsLux .luxSteps .step .t {
  font-weight: 900;
  color: #222020;
  font-size: 13px;
  margin-bottom: 4px;
}
.blogsPage .blogsLux .luxSteps .step .d {
  color: rgba(34, 32, 32, 0.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}
.blogsPage .blogsLux .luxSide {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blogsPage .blogsLux .luxPanel {
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 16px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  padding: 16px;
}
.blogsPage .blogsLux .luxPanel .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.blogsPage .blogsLux .luxPanel .head h3 {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  color: #222020;
}
.blogsPage .blogsLux .luxPanel .head .hint {
  color: rgba(34, 32, 32, 0.62);
  font-size: 11px;
  font-weight: 800;
}
.blogsPage .blogsLux .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blogsPage .blogsLux .chip {
  border: 1px solid rgba(215, 92, 45, 0.16);
  background: rgba(215, 92, 45, 0.06);
  color: rgba(34, 32, 32, 0.85);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}
.blogsPage .blogsLux .chip:hover {
  background: rgba(215, 92, 45, 0.1);
}
.blogsPage .blogsLux .chip.active {
  background: #d75c2d;
  border-color: #d75c2d;
  color: #fff;
}
.blogsPage .blogsLux .luxBand {
  background: linear-gradient(135deg, #d75c2d, #f19b6a);
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  border: 1px solid rgba(215, 92, 45, 0.22);
  position: relative;
  overflow: hidden;
}
.blogsPage .blogsLux .luxBand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 260px at 80% 20%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%);
}
.blogsPage .blogsLux .luxBand > * {
  position: relative;
  z-index: 1;
}
.blogsPage .blogsLux .luxBand .bandTitle {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 4px;
}
.blogsPage .blogsLux .luxBand .bandSub {
  font-weight: 800;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
  margin-bottom: 10px;
}
.blogsPage .blogsLux .luxBand .nlForm {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 576px) {
  .blogsPage .blogsLux .luxBand .nlForm {
    flex-direction: column;
    align-items: stretch;
  }
}
.blogsPage .blogsLux .luxBand .nlInput {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
  backdrop-filter: blur(8px);
}
.blogsPage .blogsLux .luxBand .nlInput i {
  color: rgba(255, 255, 255, 0.95);
}
.blogsPage .blogsLux .luxBand .nlInput input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #fff;
}
.blogsPage .blogsLux .luxBand .nlInput input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.blogsPage .blogsLux .luxBand .nlInput input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.blogsPage .blogsLux .luxBand .nlBtn {
  border-radius: 14px;
  padding: 12px 14px;
  background: #111111;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}
.blogsPage .blogsLux .luxBand .nlBtn:hover {
  filter: brightness(1.03);
}
.blogsPage .blogsLux .luxBand .nlMsg {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.95);
}
.blogsPage .blogsLux .luxBand .nlMsg.ok {
  color: #d8ffe8;
}
.blogsPage .blogsLux .luxBand .nlMsg.err {
  color: #ffe3e3;
}

.blogDetailsPage .blogDetailsHero {
  padding: 44px 0 80px;
}
.blogDetailsPage .backLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(34, 32, 32, 0.75);
  font-weight: 800;
  margin-bottom: 14px;
}
.blogDetailsPage .backLink:hover {
  color: #d75c2d;
}
.blogDetailsPage .heroCard {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(215, 92, 45, 0.12);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
}
@media (max-width: 992px) {
  .blogDetailsPage .heroCard {
    grid-template-columns: 1fr;
  }
}
.blogDetailsPage .heroCard .cover {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}
.blogDetailsPage .heroCard .content {
  padding: 24px;
}
.blogDetailsPage .heroCard .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(34, 32, 32, 0.7);
  margin-bottom: 12px;
}
.blogDetailsPage .heroCard .meta .cat {
  color: #d75c2d;
  font-weight: 900;
}
.blogDetailsPage .heroCard .meta .dot {
  opacity: 0.5;
}
.blogDetailsPage .heroCard .meta .time {
  font-weight: 800;
}
.blogDetailsPage .heroCard .title {
  margin: 0 0 12px;
  color: #222020;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.35;
}
.blogDetailsPage .heroCard .sub {
  margin: 0 0 18px;
  color: #777777;
  font-size: 14px;
}
.blogDetailsPage .heroCard .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.blogDetailsPage .heroCard .tags .tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(215, 92, 45, 0.16);
  background: rgba(215, 92, 45, 0.06);
  font-size: 11px;
  font-weight: 900;
  color: rgba(34, 32, 32, 0.82);
}
.blogDetailsPage .heroCard .authorRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(215, 92, 45, 0.08);
}
.blogDetailsPage .heroCard .authorRow .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(215, 92, 45, 0.18);
}
.blogDetailsPage .heroCard .authorRow .name {
  font-weight: 900;
  color: #222020;
  font-size: 14px;
}
.blogDetailsPage .heroCard .authorRow .date {
  margin-top: 2px;
  color: rgba(34, 32, 32, 0.7);
  font-size: 12px;
  font-weight: 700;
}
.blogDetailsPage .luxDetails {
  margin-top: 16px;
}
.blogDetailsPage .luxDetails .luxGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .blogDetailsPage .luxDetails .luxGrid {
    grid-template-columns: 1fr;
  }
}
.blogDetailsPage .luxDetails .luxBox {
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 18px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  padding: 18px;
}
.blogDetailsPage .luxDetails .luxBox .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.blogDetailsPage .luxDetails .luxBox .head h3 {
  margin: 0;
  font-weight: 900;
  font-size: 15px;
  color: #222020;
}
.blogDetailsPage .luxDetails .luxBox .head .hint {
  color: rgba(34, 32, 32, 0.65);
  font-size: 12px;
  font-weight: 700;
}
.blogDetailsPage .luxDetails .luxBox.quote {
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(215, 92, 45, 0.12), rgba(241, 155, 106, 0.12));
}
.blogDetailsPage .luxDetails .luxBox.quote .qMark {
  position: absolute;
  top: -12px;
  right: 16px;
  font-size: 72px;
  color: rgba(215, 92, 45, 0.25);
  font-weight: 900;
}
.blogDetailsPage .luxDetails .luxBox.quote .qText {
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 900;
  color: rgba(34, 32, 32, 0.82);
}
.blogDetailsPage .luxDetails .luxBox.quote .qBy {
  margin-top: 10px;
  color: rgba(34, 32, 32, 0.7);
  font-weight: 900;
  font-size: 12px;
}
.blogDetailsPage .luxDetails .luxBox.author {
  margin-top: 12px;
}
.blogDetailsPage .luxDetails .luxBox.author .authorRow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blogDetailsPage .luxDetails .luxBox.author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(215, 92, 45, 0.18);
}
.blogDetailsPage .luxDetails .luxBox.author .name {
  font-weight: 900;
  color: #222020;
  font-size: 14px;
}
.blogDetailsPage .luxDetails .luxBox.author .bio {
  margin-top: 4px;
  color: rgba(34, 32, 32, 0.7);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}
.blogDetailsPage .luxDetails .luxBox.author .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.blogDetailsPage .luxDetails .luxBox.author .aBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #d75c2d;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.blogDetailsPage .luxDetails .luxBox.author .aBtn:hover {
  filter: brightness(0.98);
}
.blogDetailsPage .luxDetails .luxBox.author .aBtn.ghost {
  background: #fff;
  color: #d75c2d;
  border: 1px solid rgba(215, 92, 45, 0.16);
}
.blogDetailsPage .luxDetails .list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blogDetailsPage .luxDetails .list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(34, 32, 32, 0.78);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 800;
}
.blogDetailsPage .luxDetails .list li i {
  color: #d75c2d;
  margin-top: 3px;
}
.blogDetailsPage .luxDetails .toc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.blogDetailsPage .luxDetails .tocItem {
  color: rgba(34, 32, 32, 0.8);
  font-weight: 900;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(215, 92, 45, 0.12);
  background: rgba(215, 92, 45, 0.04);
}
.blogDetailsPage .luxDetails .tocItem:hover {
  background: rgba(215, 92, 45, 0.08);
  color: #d75c2d;
}
.blogDetailsPage .luxDetails .share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blogDetailsPage .luxDetails .shareBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(215, 92, 45, 0.14);
  background: rgba(215, 92, 45, 0.06);
  color: rgba(34, 32, 32, 0.86);
  font-weight: 900;
  font-size: 12px;
}
.blogDetailsPage .luxDetails .shareBtn:hover {
  background: rgba(215, 92, 45, 0.1);
}
.blogDetailsPage .luxDetails .shareBtn.ghost {
  background: #fff;
}
.blogDetailsPage .luxDetails .shareMsg {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(34, 32, 32, 0.72);
}
.blogDetailsPage .luxDetails .shareMsg.ok {
  color: #1f7a4b;
}
.blogDetailsPage .luxDetails .shareMsg.err {
  color: #b42318;
}
.blogDetailsPage .articleCard,
.blogDetailsPage .moreCard {
  margin-top: 16px;
  background: #fff;
  border: 1px solid rgba(215, 92, 45, 0.12);
  border-radius: 18px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  padding: 22px;
}
.blogDetailsPage .article .h {
  margin: 0 0 10px;
  color: #222020;
  font-weight: 900;
  font-size: 18px;
}
.blogDetailsPage .article .p {
  margin: 0 0 16px;
  color: rgba(34, 32, 32, 0.78);
  font-size: 14px;
  line-height: 1.9;
}
.blogDetailsPage .moreCard .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.blogDetailsPage .moreCard .head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #222020;
}
.blogDetailsPage .moreCard .head .link {
  color: #d75c2d;
  font-weight: 900;
}
.blogDetailsPage .moreCard .miniGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 992px) {
  .blogDetailsPage .moreCard .miniGrid {
    grid-template-columns: 1fr;
  }
}
.blogDetailsPage .moreCard .miniCard {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(215, 92, 45, 0.12);
  height: 170px;
  display: block;
  color: inherit;
}
.blogDetailsPage .moreCard .miniCard .cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
}
.blogDetailsPage .moreCard .miniCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
}
.blogDetailsPage .moreCard .miniCard .inner {
  position: absolute;
  right: 12px;
  left: 12px;
  bottom: 12px;
  z-index: 1;
}
.blogDetailsPage .moreCard .miniCard .cat {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}
.blogDetailsPage .moreCard .miniCard .t {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.6;
}
.blogDetailsPage .moreCard .miniCard:hover {
  transform: translateY(-2px);
}/*# sourceMappingURL=style.css.map */