*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --gold-primary: #d4af37;
  --gold-secondary: #b49450;
  --gold-light: #f5e7c8;
  --gold-soft: rgba(212, 175, 55, 0.15);
  --black-deep: #0a0a0a;
  --black-medium: #333333;
  --white-pure: #ffffff;
  --white-cream: #fffdf7;
  --shadow-elegant: 0 15px 35px rgba(0, 0, 0, 0.1);
  --shadow-gold: 0 5px 20px rgba(212, 175, 55, 0.2);
  --border-radius: 20px;
  --transition-smooth: all 0.3s ease;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ececec;
  color: #1a1a1a;
  padding-bottom: 140px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== HEADER ===== */
.vc-header {
  background: #0a0a12;
  padding: 10px 16px 0;
}

.vc-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  text-align: center;
}

.vc-header-logo__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-width: 0;
}

.header-mini__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 8px;
  overflow: visible;
  background: transparent;
}

.vc-header-logo,
.vc-header-logo__wrapper {
  background: transparent;
}

.tp-logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: min(440px, calc(100vw - 40px));
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.vc-header__search-container {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 8px 12px;
  z-index: 100;
}

.m-header__search {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #c5c9d6;
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
}

.search-suggest,
.m-header__search-suggestions {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 100%;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 12px 16px 14px;
  z-index: 80;
}

.search-suggest__title {
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  margin-bottom: 8px;
}

.search-suggest__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-suggest__list a {
  display: block;
  padding: 6px 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.search-suggest__list a:hover {
  color: #111;
  background: transparent;
  text-decoration: underline;
}

.search-suggest[hidden],
.m-header__search-suggestions[hidden] {
  display: none !important;
}

.m-header__search-field {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #111;
  background: #fff;
  font-weight: 400;
}

.search-btn {
  width: 42px;
  height: 40px;
  border: 0;
  background: #6b70e0;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.search-btn svg {
  display: block;
}

.m-explore-nav {
  background: #0a0a12;
  padding: 8px 12px 18px;
}

.m-explore-nav__tab-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 22px;
  flex-wrap: wrap;
}

.m-explore-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 70px;
  color: #fff;
}

.m-explore-nav__link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 215, 0, 0.45);
}

.m-explore-nav__link .link__content {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  max-width: 88px;
}

/* ===== MAIN ===== */
.page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 18px 48px;
}

.n-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-weight: 700;
  margin: 0 auto;
}

.cta-top {
  max-width: 900px;
  margin: 0 auto 28px;
}

.n-columns-2 a {
  text-align: center;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: block;
}

.login,
.register {
  color: #ffffff !important;
  padding: 16px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}

.login::after,
.register::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 25%,
    rgba(255, 255, 255, 0) 50%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.login:hover::after,
.register:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

.login {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  border: 2px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 4px 0 #9a0a5c, 0 8px 15px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #ff7ec8 0%, #ff2ea6 30%, #ff2ea6 70%, #c2186d 100%);
}

.login::before,
.register::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5%;
  width: 90%;
  height: 30%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.register::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.register {
  text-shadow: 2px 2px 4px rgb(233, 30, 140);
  border-radius: 12px;
  border: 2px solid rgb(192, 192, 192);
  box-shadow: 0 4px 0 #c2186d, 0 8px 15px rgb(233, 30, 140),
    inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #5a5a5a 0%, #3a3a3a 30%, #1a1a1a 70%, #0a0a0a 100%);
}

.login:hover {
  background: linear-gradient(180deg, #ffb3e0 0%, #ff7ec8 30%, #ff4fd8 70%, #e91e8c 100%);
  border-color: rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.register:hover {
  background: linear-gradient(180deg, #707070 0%, #505050 30%, #303030 70%, #202020 100%);
  transform: translateY(-2px);
  color: gold !important;
  filter: brightness(1.1);
}

.login span,
.register span {
  display: inline-block;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.login:hover span,
.register:hover span {
  transform: translateX(5px);
}

/* Product layout */
.m-design__content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: start;
}

.gallery {
  display: block;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbs button {
  border: 2px solid #d0d0d0;
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  width: 64px;
  height: 64px;
}

.thumbs button.active,
.thumbs button:hover {
  border-color: #111;
}

.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.main-shot,
.m-product-preview {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.jsProductMainImage,
.main-shot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.h__h1--sm,
.m-design-details__title h1 {
  font-size: 24px;
  line-height: 1.28;
  margin: 0 0 12px;
  font-weight: 800;
  color: #111;
}

.m-design__prices {
  margin: 0 0 6px;
}

.m-design__price--regular {
  font-size: 34px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.5px;
}

.sku {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #e91e8c;
  margin: 0 0 16px;
}

.cta-mini {
  margin-bottom: 18px;
}

.cta-mini .login,
.cta-mini .register {
  padding: 12px 8px;
  font-size: 15px;
  border-radius: 10px;
}

/* ===== INFO BOX ===== */
.info-box-meteor {
  max-width: 900px;
  margin: 5px auto;
  background: var(--white-pure);
  border-radius: var(--border-radius);
  border: 2px solid #e91e8c;
  box-shadow: var(--shadow-elegant), var(--shadow-gold);
  overflow: hidden;
  position: relative;
}

.info-box-meteor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at top left, var(--gold-soft), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.info-box-meteor::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at bottom right, var(--gold-soft), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.info-header-meteor {
  background: linear-gradient(145deg, var(--black-deep), var(--black-medium));
  color: #e91e8c;
  text-align: center;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 3px solid #e91e8c;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.info-header-meteor::after {
  content: "✦";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #e91e8c;
  font-size: 20px;
  opacity: 0.5;
}

.info-row-meteor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  position: relative;
  z-index: 1;
  background: var(--white-pure);
  transition: var(--transition-smooth);
  gap: 12px;
}

.info-row-meteor:hover {
  background: var(--white-cream);
  transform: translateX(5px);
}

.info-row-meteor:last-child {
  border-bottom: none;
}

.info-label-meteor {
  font-weight: 600;
  color: var(--black-deep);
  width: 35%;
  font-size: 11px;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 15px;
}

.info-label-meteor::before {
  content: "●";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #e91e8c;
  font-size: 10px;
  opacity: 0.7;
}

.info-value-meteor {
  font-weight: 600;
  color: var(--black-medium);
  width: 65%;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  padding-right: 10px;
}

.info-value-meteor strong {
  color: #e91e8c;
  font-weight: 700;
  background: rgba(212, 175, 55, 0.08);
  padding: 2px 8px;
  border-radius: 30px;
  margin-left: 5px;
  font-size: 11px;
}

.rating-meteor {
  color: #e91e8c !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
}

.rating-meteor::before {
  content: "★★★★★";
  color: #e91e8c;
  letter-spacing: 3px;
  font-size: 16px;
  margin-right: 8px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tags a {
  font-size: 12px;
  color: #555;
  border-bottom: 1px solid #bbb;
}

.tags a:hover {
  color: #e91e8c;
}

/* ===== ARTICLE / REVIEWS / FAQ ===== */
.section-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff2ea6;
}

.description-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.description-content {
  line-height: 1.8;
  color: #444;
  font-size: 16px;
}

.article-lead {
  font-size: 26px;
  margin: 0 0 20px;
  color: #111;
  font-weight: 800;
  line-height: 1.28;
}

.description-content h1 {
  font-size: 26px;
  margin-top: 0;
  color: #111;
}

.description-content h2 {
  font-size: 20px;
  border-bottom: 2px solid #ff2ea6;
  padding-bottom: 8px;
  margin-top: 28px;
  color: #111;
}

.description-content h3 {
  font-size: 18px;
  margin-top: 22px;
  color: #111;
}

.description-content h4 {
  font-size: 16px;
  margin-top: 20px;
  color: #111;
}

.description-content p {
  margin-bottom: 20px;
}

.description-content a {
  color: #e91e8c;
  text-decoration: underline;
}

.description-content strong {
  color: #000;
  font-weight: 600;
}

.reviews-section {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.review-card {
  background: #f9f9f9;
  padding: 24px;
  border-radius: 8px;
  border-left: 4px solid #ff2ea6;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(233, 30, 140, 0.1);
}

.reviewer-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
}

.faq-section {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff2ea6, #ff4fd8, #ff2ea6);
  background-size: 200% 100%;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.faq-section .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  border-bottom: none;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.faq-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #ff2ea6;
  border-radius: 2px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  border-radius: 10px;
  padding: 28px 30px;
  border: 1px solid #eaeaea;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: fadeInUp 0.4s ease-out forwards;
  opacity: 0;
}

.faq-item:nth-child(1) {
  animation-delay: 0.1s;
}
.faq-item:nth-child(2) {
  animation-delay: 0.2s;
}
.faq-item:nth-child(3) {
  animation-delay: 0.3s;
}
.faq-item:nth-child(4) {
  animation-delay: 0.4s;
}
.faq-item:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ff2ea6, #ff4fd8);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(233, 30, 140, 0.12);
  border-color: #ff9ad4;
}

.faq-item:hover::before {
  opacity: 1;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.faq-question::before {
  content: "Q.";
  color: #000;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-answer {
  position: relative;
  padding-left: 30px;
}

.faq-answer::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: #4a5568;
  font-weight: 700;
  font-size: 16px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ===== PROMO ALERT ===== */
.cqd-banner {
  margin: 28px 0 14px;
}

.tp-text-note {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  background: #fff5fb;
  border: 1px solid #ff9ad4;
  border-radius: 10px;
  color: #1d1d1d;
}

.promo-alert-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff2ea6;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

.tp-text-note__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.tp-text-note__text .strong,
.tp-text-note__text .strong {
  font-weight: 800;
}

/* ===== MARKET BANNER ===== */
.m-design__ratings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(135deg, #1a0510 0%, #c2186d 48%, #ff2ea6 100%);
  color: #fff;
  padding: 48px 56px;
  margin: 0 0 8px;
  width: 100%;
}

.m-design__ratings-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 280px;
}

.m-design__ratings-heading span {
  display: block;
}

.m-design__ratings-services {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.m-design__ratings-service-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.m-design__ratings-service-stars {
  color: #ffd700;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 6px;
}

.m-design__ratings-service-stars .almost {
  background: linear-gradient(90deg, #ffd700 92%, rgba(255, 255, 255, 0.35) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m-design__ratings-service-stars .partial {
  background: linear-gradient(90deg, #ffd700 60%, rgba(255, 255, 255, 0.35) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m-design__ratings-details {
  font-size: 12px;
  opacity: 0.95;
}

/* Product quality block */
.m-design-product-info {
  background: #fff;
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin: 24px 0 0;
}

.m-design-product-info--product-quality h4 {
  margin: 0 0 12px;
  font-size: 18px;
}

.m-design-product-info--product-quality p {
  margin: 0 0 16px;
  color: #444;
  line-height: 1.6;
}

.m-design-product-info--product-quality-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.m-design-product-info--product-quality-image img {
  width: auto;
  height: 52px;
  max-width: min(360px, 100%);
  object-fit: contain;
  mix-blend-mode: lighten;
}

/* Share */
.share-box {
  background: transparent;
  box-shadow: none;
  padding: 18px 0 0;
  margin: 10px 0 0;
}

.share-box h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
}

.m-social-share {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f3f3f3;
  color: #111;
  border: 1px solid #d8d8d8;
}

.share-btn:hover {
  background: #e9e9e9;
}

/* ===== FLOATING FOOTER ===== */
.footer-floating-meteor {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  background: linear-gradient(to bottom, #6a0540 0%, #ff2ea6 50%, #6a0540 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 2px solid rgb(255 255 255 / 50%);
  box-shadow: 0 0 30px rgb(255 255 255 / 60%);
  z-index: 999;
}

.footer-btn-meteor {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000 !important;
  background: #c2186d;
  border-radius: 32px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 14px rgba(255, 46, 166, 0.6);
  animation: floatUpDown 3s ease-in-out infinite;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}

.footer-btn-meteor img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 5px rgba(255, 46, 166, 0.8));
  border-radius: 50%;
}

.footer-btn-meteor.login {
  animation-delay: 0.3s;
}
.footer-btn-meteor.daftar {
  animation-delay: 0.6s;
}
.footer-btn-meteor.link {
  animation-delay: 0.9s;
}
.footer-btn-meteor.chat {
  animation-delay: 1.2s;
}

.footer-btn-meteor:hover {
  background: gold;
  box-shadow: 0 0 15px #ffd700, 0 0 30px #ffd700, 0 0 50px #ffd700;
  transform: translateY(-6px) scale(1.05);
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .m-design__content,
  .gallery {
    grid-template-columns: 1fr;
  }

  .thumbs {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .h__h1--sm {
    font-size: 20px;
  }

  .m-design__price--regular {
    font-size: 28px;
  }

  .m-design__ratings {
    flex-direction: column;
    padding: 28px 20px;
    text-align: center;
    gap: 22px;
  }

  .m-design__ratings-heading {
    font-size: 32px;
    max-width: none;
  }

  .m-design__ratings-services {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .footer-floating-meteor {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
  }
  .footer-btn-meteor {
    flex: 1 1 calc(33.333% - 8px);
    font-size: 12px;
    padding: 8px 6px;
  }
}

@media (max-width: 768px) {
  .info-header-meteor {
    font-size: 20px;
    padding: 18px 16px;
  }

  .info-row-meteor {
    padding: 14px 18px;
  }

  .info-label-meteor,
  .info-value-meteor {
    font-size: 14px;
  }

  .faq-section {
    padding: 25px 20px;
    margin: 30px 0;
  }

  .faq-section .section-title {
    font-size: 24px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-question {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .tp-logo {
    height: 50px;
  }
  .info-row-meteor {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .info-label-meteor {
    width: 100%;
    margin-bottom: 4px;
    padding-left: 0;
  }

  .info-label-meteor::before {
    display: none;
  }

  .info-value-meteor {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #e91e8c;
  }

  .rating-meteor {
    justify-content: flex-start;
  }

  .info-header-meteor::after {
    display: none;
  }

  .m-design__ratings-services {
    flex-direction: column;
    gap: 16px;
  }

  body {
    padding-bottom: 170px;
  }

  .footer-floating-meteor {
    bottom: 8px;
    padding: 8px 10px;
    gap: 6px;
    border-radius: 14px;
  }

  .footer-btn-meteor {
    flex: 1 1 calc(50% - 6px);
    font-size: 10px;
    padding: 8px 4px;
    letter-spacing: 0;
    gap: 4px;
  }

  .footer-btn-meteor img {
    display: none;
  }
}

@media (max-width: 480px) {
  .n-columns-2 {
    gap: 10px;
  }

  .login,
  .register {
    padding: 14px 8px;
    font-size: 16px;
  }

  .m-explore-nav__link {
    min-width: 58px;
  }

  .info-box-meteor {
    margin: 20px 15px;
  }
}
