/*Index Page Amazon STyle
/* Panel cards */
.home-page .home-panels {
  position: relative;
  z-index: 5;
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px auto 0;
}

.home-page .home-panel,
.home-page .story-copy,
.home-page .story-card,
.home-page .feature-card,
.home-page .home-cta,
.home-page footer {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(12, 28, 58, 0.10);
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.10);
}

.home-page .home-panel {
  padding: 24px;
  border-radius: 24px;
}

.home-page .panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.home-page .panel-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  color: #142540;
}

.home-page .panel-head a {
  color: #106b82;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.home-page .panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-page .panel-tile {
  min-height: 132px;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, #f5f9ff, #eef5ff);
  border: 1px solid rgba(18, 80, 111, 0.12);
  color: #15233d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-page .panel-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(17, 80, 111, 0.12);
}

.home-page .panel-tile i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #17325a, #14a587);
  color: #ffffff;
  font-size: 18px;
}

.home-page .panel-tile span,
.home-page .panel-tile small {
  display: block;
}

.home-page .panel-tile span {
  font-weight: 700;
  margin-bottom: 6px;
}

.home-page .panel-tile small {
  color: #52627d;
  line-height: 1.5;
}

.home-page .step-list,
.home-page .panel-list {
 display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
.home-page .step-list:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(17, 80, 111, 0.12);
}

.home-page .step-item,
.home-page .panel-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(12, 28, 58, 0.08);
}

.home-page .step-item:last-child,
.home-page .panel-point:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.home-page .step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #14345f, #17a184);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.home-page .step-item strong,
.home-page .panel-point strong {
  display: block;
  margin-bottom: 4px;
  color: #15233d;
}

.home-page .step-item small,
.home-page .panel-point small {
  display: block;
  color: #627089;
  line-height: 1.55;
}

.home-page .panel-point i {
  margin-top: 4px;
  color: #13a182;
  font-size: 18px;
}

.home-page .panel-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #17325a, #0f8e72);
  color: #ffffff;
}

.home-page .panel-brand h2,
.home-page .panel-brand p {
  color: #ffffff;
}

.home-page .brand-tag {
  width: fit-content;
  color: #17325a;
  background: linear-gradient(135deg, #ffe1ac, #fff2d8);
}

.home-page .panel-brand h2 {
  margin: 16px 0 12px;
  font-size: 32px;
  line-height: 1.1;
}

.home-page .panel-brand p {
  margin: 0 0 22px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.home-page .panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #17325a;
  font-weight: 800;
  text-decoration: none;
}

/* Offer card */
.home-page .home-offer-band {
  max-width: 1320px;
  margin: 26px auto 0;
  border-radius: 20px;
}

.home-page .offer-section {
  max-width: 1320px;
  margin: 26px auto 0;
  padding: 0;
  background: transparent;
}

.home-page .offer-box {
  max-width: none;
  background: linear-gradient(135deg, #fff5df, #ffffff);
  border: 1px solid rgba(255, 166, 84, 0.24);
  box-shadow: 0 18px 34px rgba(255, 133, 52, 0.14);
}

.home-page .offer-badge {
  background: linear-gradient(135deg, #ff8534, #ff5e3a);
}

.home-page .offer-box h2 {
  line-height: 1.25;
}

.home-page .offer-box p {
  max-width: 640px;
  margin: 0 auto 22px;
  line-height: 1.7;
}

/* Story grid */
.home-page .home-story {
  max-width: 1320px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.home-page .story-copy,
.home-page .story-card,
.home-page .home-cta,
.home-page footer {
  border-radius: 24px;
}

.home-page .story-copy {
  padding: 30px;
}

.home-page .story-tag {
  color: #0f6a7b;
  background: linear-gradient(135deg, #dff7f2, #edf9ff);
}

.home-page .story-copy h2 {
  margin: 16px 0 14px;
  font-size: 38px;
  line-height: 1.12;
  color: #142540;
}

.home-page .story-copy p {
  margin: 0;
  color: #55647e;
  line-height: 1.8;
}

.home-page .story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-page .story-chips span {
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef5ff;
  color: #17325a;
  font-size: 14px;
  font-weight: 700;
}

.home-page .story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-page .story-card {
  padding: 28px 22px;
}

.home-page .story-card i,
.home-page .feature-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17325a, #17a184);
  color: #ffffff;
  font-size: 22px;
}

.home-page .story-card h3,
.home-page .feature-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
  color: #142540;
}

.home-page .story-card p,
.home-page .feature-card p {
  margin: 0;
  color: #5a6880;
  line-height: 1.7;
}

/* Feature grid */
.home-page .features {
  max-width: 1320px;
  margin: 28px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .feature-card {
  padding: 28px 24px;
  border-radius: 24px;
  text-align: left;
}

/* Final cta */
.home-page .home-cta {
  max-width: 1320px;
  margin: 28px auto 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-page .cta-tag {
  color: #ffffff;
  background: linear-gradient(135deg, #17325a, #17a184);
}

.home-page .cta-copy h2 {
  margin: 16px 0 12px;
  font-size: 34px;
  line-height: 1.15;
  color: #142540;
}

.home-page .cta-copy p {
  margin: 0;
  max-width: 760px;
  color: #5a6880;
  line-height: 1.8;
}

.home-page .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-page .home-cta .whatsapp-btn {
  background: linear-gradient(135deg, #14a786, #0c8c6c);
  border: none;
}

.home-page .home-cta .view-products {
  background: linear-gradient(135deg, #17325a, #0f577d);
  box-shadow: none;
}

/* Footer tone */
.home-page footer {
  max-width: 1320px;
  margin: 28px auto 0;
  padding: 22px 24px;
  text-align: center;
}

.home-page footer p {
  margin: 6px 0;
  color: #33445f;
}

/* Tablet view */
@media (max-width: 1180px) {
  .home-page .hero {
    min-height: 760px;
    padding: 118px 26px 72px;
  }

  .home-page .hero-shell,
  .home-page .home-story {
    grid-template-columns: 1fr;
  }

  .home-page .home-panels,
  .home-page .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .home-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  body.home-page {
    padding-top: 0;
  }

  .home-page .home-main {
    padding: 0 12px 30px;
  }

  .home-page .welcome-text {
    display: none;
  }

  .home-page .hero {
    min-height: 620px;
    padding: 92px 18px 70px;
    border-radius: 0 0 24px 24px;
  }

  .home-page .hero-copy,
  .home-page .hero-highlight,
  .home-page .home-panel,
  .home-page .story-copy,
  .home-page .story-card,
  .home-page .feature-card,
  .home-page .home-cta,
  .home-page footer {
    border-radius: 20px;
  }

  .home-page .hero-copy,
  .home-page .hero-highlight,
  .home-page .home-panel,
  .home-page .story-copy,
  .home-page .feature-card,
  .home-page .home-cta {
    padding: 20px;
  }

  .home-page .hero-text h1 {
    font-size: 34px;
  }

  .home-page .hero-text p,
  .home-page .cta-copy p,
  .home-page .story-copy p {
    font-size: 15px;
  }

  .home-page .hero-buttons,
  .home-page .cta-actions {
    width: 100%;
    justify-content: stretch;
  }

  .home-page .hero-buttons .btn,
  .home-page .cta-actions .btn,
  .home-page .panel-button {
    width: 100%;
  }

  .home-page .hero-highlight {
    display: none;
  }

  .home-page .home-panels,
  .home-page .features,
  .home-page .story-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-panels {
    margin-top: 22px;
  }

  .home-page .panel-head {
    flex-direction: column;
  }

  .home-page .panel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .story-copy h2,
  .home-page .cta-copy h2 {
    font-size: 28px;
  }

  .home-page .offer-box h2 {
    font-size: 24px;
  }

  .home-page .offer-box .price {
    font-size: 28px;
  }
}

/* Small mobile */
@media (max-width: 520px) {
  .home-page .brand img {
    width: 46px;
    height: 46px;
  }

  .home-page .panel-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hero-points span {
    width: 100%;
    justify-content: center;
  }

  .home-page .hero-dots {
    bottom: 20px;
  }
}
/* ============================================================
   MAGNET CRAFT PRINTS — LOADER v3 (CINEMATIC)
   PASTE AT THE BOTTOM of your style.css
   DELETE any previous loader CSS before pasting this
   ============================================================ */
 
/* ── LOADER OVERLAY ── */
#mcp-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #07070d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#mcp-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
 
/* ── CANVAS (particles drawn by JS) ── */
#loaderCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
 
/* ── SHINE SWEEP ── */
.loader-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,120,50,0.04) 50%, transparent 70%);
  animation: loaderShineSweep 3.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes loaderShineSweep {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}
 
/* ── CORNER ACCENTS ── */
.loader-corner {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 0.3;
}
.loader-corner.tl { top: 24px; left: 24px; border-top: 2px solid #ff7030; border-left: 2px solid #ff7030; border-radius: 4px 0 0 0; }
.loader-corner.tr { top: 24px; right: 24px; border-top: 2px solid #ff7030; border-right: 2px solid #ff7030; border-radius: 0 4px 0 0; }
.loader-corner.bl { bottom: 24px; left: 24px; border-bottom: 2px solid #ff7030; border-left: 2px solid #ff7030; border-radius: 0 0 0 4px; }
.loader-corner.br { bottom: 24px; right: 24px; border-bottom: 2px solid #ff7030; border-right: 2px solid #ff7030; border-radius: 0 0 4px 0; }
 
/* ── GLOW RINGS ── */
.loader-glow-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,100,40,0.12);
  box-shadow: 0 0 80px 20px rgba(255,90,30,0.06), inset 0 0 60px rgba(255,90,30,0.03);
  animation: loaderRingPulse 4s ease-in-out infinite alternate;
  z-index: 1;
  pointer-events: none;
}
.loader-glow-ring      { width: 420px; height: 420px; }
.loader-glow-ring.r2   { width: 320px; height: 320px; border-color: rgba(255,140,60,0.15); animation-delay: -1s; }
.loader-glow-ring.r3   { width: 220px; height: 220px; border-color: rgba(255,160,80,0.2);  animation-delay: -2s; }
@keyframes loaderRingPulse {
  from { transform: scale(0.95); opacity: 0.6; }
  to   { transform: scale(1.05); opacity: 1;   }
}
 
/* ── ORBIT SYSTEM ── */
.loader-orbit {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 3;
  margin-bottom: 24px;
}
.loader-orbit-track {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(255,110,40,0.2);
  animation: loaderTrackSpin 18s linear infinite;
}
.loader-orbit-track.t2 {
  inset: 30px;
  border-color: rgba(255,140,60,0.15);
  animation: loaderTrackSpin 12s linear infinite reverse;
}
@keyframes loaderTrackSpin { to { transform: rotate(360deg); } }
 
/* ── CENTER LOGO ── */
.loader-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ff8c42, #e84d0e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-shadow:
    0 0 0  10px rgba(255,100,40,0.12),
    0 0 0  20px rgba(255,100,40,0.06),
    0 0 60px rgba(255,100,40,0.55),
    0 0 120px rgba(255,80,20,0.2);
  animation: loaderCenterPulse 2.5s ease-in-out infinite alternate;
  z-index: 5;
}
@keyframes loaderCenterPulse {
  from {
    box-shadow: 0 0 0 10px rgba(255,100,40,0.12), 0 0 0 20px rgba(255,100,40,0.06), 0 0 60px rgba(255,100,40,0.55);
    transform: translate(-50%,-50%) scale(1);
  }
  to {
    box-shadow: 0 0 0 16px rgba(255,100,40,0.2), 0 0 0 30px rgba(255,100,40,0.08), 0 0 100px rgba(255,100,40,0.75);
    transform: translate(-50%,-50%) scale(1.05);
  }
}
 
/* ── ORBIT ICONS ── */
.loader-orb-icon {
  position: absolute;
  width: 62px; height: 62px;
  border-radius: 18px;
  background: linear-gradient(145deg, #181830, #0f0f22);
  border: 1.5px solid rgba(255,120,50,0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 24px rgba(255,100,40,0.2), inset 0 1px 0 rgba(255,255,255,0.05);
  animation: loaderIconGlow 3s ease-in-out infinite alternate;
  z-index: 4;
}
.loader-orb-icon .lbl {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #ff9a60;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
@keyframes loaderIconGlow {
  from { box-shadow: 0 4px 24px rgba(255,100,40,0.2), inset 0 1px 0 rgba(255,255,255,0.05); }
  to   { box-shadow: 0 6px 36px rgba(255,100,40,0.45), inset 0 1px 0 rgba(255,255,255,0.1); }
}
 
.loader-orb-icon:nth-child(3) { top:-31px;             left:calc(50% - 31px); animation-delay: 0s;   }
.loader-orb-icon:nth-child(4) { top:calc(50% - 31px);  right:-31px;           animation-delay:-0.5s; }
.loader-orb-icon:nth-child(5) { bottom:-31px;           left:calc(50% - 31px); animation-delay:-1s;   }
.loader-orb-icon:nth-child(6) { top:calc(50% - 31px);  left:-31px;            animation-delay:-1.5s; }
.loader-orb-icon:nth-child(7) { top:16px;               right:16px;            animation-delay:-0.3s; }
.loader-orb-icon:nth-child(8) { bottom:16px;            right:16px;            animation-delay:-0.8s; }
.loader-orb-icon:nth-child(9) { bottom:16px;            left:16px;             animation-delay:-1.3s; }
 
/* ── BRAND TITLE ── */
.loader-brand {
  z-index: 3;
  text-align: center;
  margin-bottom: 28px;
}
.loader-brand h1 {
  font-size: clamp(32px, 5.5vw, 46px);
  font-weight: 900;
  letter-spacing: 2.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.1;
  margin-bottom: 12px;
}
.loader-wave-letter {
  display: inline-block;
  background: linear-gradient(160deg, #ffffff 20%, #ffb07a 55%, #ff5c14 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: loaderWaveUp 1.6s ease-in-out infinite;
  animation-delay: var(--ld, 0s);
}
@keyframes loaderWaveUp {
  0%,100% { transform: translateY(0)    scale(1);    }
  30%      { transform: translateY(-13px) scale(1.06); }
  60%      { transform: translateY(5px)  scale(0.97); }
}
.loader-wave-space { display: inline-block; width: 18px; }
 
.loader-brand p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255,154,96,0.7);
  margin: 0;
  animation: loaderFadeUp 0.8s ease both;
  animation-delay: 0.4s;
  opacity: 0;
  font-family: Arial, sans-serif;
}
 
/* ── PRODUCT CHIPS ── */
.loader-chips {
  z-index: 3;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 480px;
  margin-bottom: 30px;
}
.loader-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  animation: loaderChipBounce 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
  animation-delay: var(--cd, 0.6s);
}
@keyframes loaderChipBounce {
  from { opacity:0; transform:scale(0.4) translateY(24px); }
  to   { opacity:1; transform:scale(1)   translateY(0);    }
}
.loader-chip .chip-icon { font-size: 26px; line-height: 1; }
.loader-chip .chip-name {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.75);
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}
 
/* ── PROGRESS BAR ── */
.loader-progress-wrap {
  z-index: 3;
  width: min(370px, 88vw);
  animation: loaderFadeUp 0.8s ease both;
  animation-delay: 0.8s;
  opacity: 0;
}
.loader-progress-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.loader-progress-label span {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  font-family: Arial, sans-serif;
}
#loaderPercent {
  color: #ffaa70 !important;
  font-weight: 700;
  font-size: 13px !important;
}
.loader-bar-bg {
  height: 5px;
  background: rgba(255,255,255,0.08);
  border-radius: 99px;
  overflow: visible;
  position: relative;
}
.loader-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #e84d0e, #ff8c42, #ffd080);
  border-radius: 99px;
  box-shadow: 0 0 20px rgba(255,130,50,0.8);
  transition: width 0.08s linear;
  position: relative;
}
.loader-bar-fill::after {
  content: '';
  position: absolute;
  right: -4px; top: -3px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 14px rgba(255,150,60,1);
}
 
/* ── TAGLINE TICKER ── */
.loader-ticker {
  z-index: 3;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.35);
  height: 22px;
  overflow: hidden;
  animation: loaderFadeUp 0.8s ease both;
  animation-delay: 1s;
  opacity: 0;
  font-family: Arial, sans-serif;
}
.loader-ticker-text {
  display: block;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
 
/* ── SHARED KEYFRAMES ── */
@keyframes loaderFadeUp {
  from { opacity:0; transform:translateY(14px); }
  to   { opacity:1; transform:translateY(0);    }
}
/*Index Page Amazon STyle*/

/*Product Page Style*/
/* Page shell */
body.products-page {
  padding-top: 0;
  background:
    radial-gradient(circle at top left, rgba(18, 198, 168, 0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 141, 67, 0.16), transparent 26%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 50%, #fff8f1 100%);
  color: #15233d;
}

.products-page .nav {
  background: linear-gradient(135deg, #0c1c3a, #13506f, #119271);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.products-page .brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-page .brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  padding: 5px;
}

.products-page .welcome-text {
  font-size: 0;
}

.products-page .welcome-text::after {
  content: "Welcome To Magnet Craft Prints";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.products-page .nav a::after {
  background: linear-gradient(135deg, #ffb347, #ffffff);
}

.products-page .menu-toggle {
  color: #ffffff;
  font-size: 0;
}

.products-page .menu-toggle::before {
  content: "\2630";
  font-size: 28px;
}

.products-page .products-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 18px 48px;
}

.products-page .floating-cart {
  position: fixed;
  right: 22px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background: linear-gradient(135deg, #17325a, #14a786);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(12, 28, 58, 0.28);
  z-index: 1200;
  font-size: 0;
}

.products-page .floating-cart::before {
  content: "\1F6D2";
  font-size: 28px;
}

/* Hero block */
.products-page .products-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-bottom: 20px;
}

.products-page .products-header,
.products-page .products-spotlight,
.products-page .summary-card,
.products-page .product-category {
  border-radius: 24px;
  border: 1px solid rgba(12, 28, 58, 0.10);
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.10);
}

.products-page .products-header,
.products-page .summary-card,
.products-page .product-category {
  background: rgba(255, 255, 255, 0.92);
}

.products-page .products-header {
  padding: 32px;
}

.products-page .products-kicker,
.products-page .spotlight-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.products-page .products-kicker {
  color: #0c2c4e;
  background: linear-gradient(135deg, #ffd48a, #fff1cb);
}

.products-page .products-title {
  margin: 18px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #142540;
}

.products-page .products-subtitle {
  margin: 0;
  max-width: 760px;
  color: #586880;
  font-size: 17px;
  line-height: 1.8;
}

.products-page .delivery-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 999px;
  background: #eef5ff;
  color: #17325a;
  font-size: 15px;
  font-weight: 700;
}

.products-page .delivery-icon {
  font-size: 0;
}

.products-page .delivery-icon::before {
  content: "\1F69A";
  font-size: 18px;
}

.products-page .products-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.products-page .products-badges span,
.products-page .spotlight-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.products-page .products-badges span {
  color: #17325a;
  background: #f3f7ff;
  border: 1px solid rgba(23, 50, 90, 0.10);
}

.products-page .products-spotlight {
  padding: 28px;
  background: linear-gradient(180deg, #17325a, #0f8e72);
  color: #ffffff;
}

.products-page .spotlight-tag {
  color: #17325a;
  background: linear-gradient(135deg, #ffe1ac, #fff2d8);
}

.products-page .products-spotlight h2 {
  margin: 18px 0 12px;
  font-size: 30px;
  line-height: 1.12;
  color: #ffffff;
}

.products-page .products-spotlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.products-page .spotlight-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.products-page .spotlight-points span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.products-page .spotlight-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #17325a;
  font-weight: 800;
  text-decoration: none;
}

/* Summary cards */
.products-page .products-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.products-page .summary-card {
  padding: 24px;
}

.products-page .summary-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17325a, #17a184);
  color: #ffffff;
  font-size: 22px;
}

.products-page .summary-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
  color: #142540;
}

.products-page .summary-card p {
  margin: 0;
  color: #5a6880;
  line-height: 1.7;
}

/* Catalog frame */
.products-page .products-catalog {
  display: grid;
  gap: 24px;
}

.products-page .product-category {
  margin-bottom: 0;
  overflow: hidden;
}

.products-page .category-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 24px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786);
  color: #ffffff;
  box-shadow: none;
  transform: none;
}

.products-page .category-header:hover {
  transform: none;
  box-shadow: none;
}

.products-page .category-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.products-page .chevron-icon {
  font-size: 32px;
  line-height: 1;
}

.products-page .category-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 24px 0;
  background: linear-gradient(180deg, rgba(23, 50, 90, 0.04), rgba(20, 167, 134, 0.02));
}

.products-page .category-preview img {
  width: 100%;
  height: 156px;
  object-fit: contain;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, #f7faff, #eef5ff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.products-page .category-products {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.products-page .product-category.active .category-products {
  max-height: 10000px;
  margin-top: 0;
  padding: 22px 24px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* Product cards */
.products-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(12, 28, 58, 0.08);
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.products-page .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 36px rgba(12, 28, 58, 0.14);
}

.products-page .offer-ribbon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9354, #ff6e2d);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.products-page .slider {
  position: relative;
  min-height: 230px;
  margin-bottom: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f5f9ff, #eaf2ff);
  border: 1px solid rgba(23, 50, 90, 0.08);
  overflow: hidden;
}

.products-page .slide-img {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 44px);
  object-fit: contain;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.products-page .slide-img.active {
  opacity: 1;
  transform: scale(1);
}

.products-page .dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.products-page .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(21, 35, 61, 0.20);
}

.products-page .dot.active {
  background: #ff8a3d;
}

.products-page .desc {
  max-height: 118px;
  overflow: hidden;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid rgba(23, 50, 90, 0.08);
  color: #596982;
  line-height: 1.65;
}

.products-page .desc.expanded {
  max-height: 520px;
}

.products-page .toggle-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef5ff;
  color: #106b82;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.products-page .card h3 {
  margin: 16px 0 8px;
  min-height: 52px;
  gap: 12px;
  color: #15233d;
  font-size: 20px;
  line-height: 1.3;
}

.products-page .card h3 + p {
  margin: 0 0 16px;
  color: #ff7332;
  gap: 8px;
  font-size: 28px;
  font-weight: 800;
}

.products-page .qty {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.products-page .qty button {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #17325a, #14a786);
  color: #ffffff;
  font-size: 20px;
  border: none;
  border-radius: 50%;
}

.products-page .qty span {
  min-width: 24px;
  font-size: 18px;
  font-weight: 800;
  color: #17325a;
}

.products-page .card > button {
  min-height: 52px;
  margin-top: 14px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff9354, #ff6e2d);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(255, 110, 45, 0.20);
}

.products-page .card > button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(255, 110, 45, 0.28);
}

/* Tablet layout */
@media (max-width: 1180px) {
  .products-page .products-hero {
    grid-template-columns: 1fr;
  }

  .products-page .products-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-page .product-category.active .category-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mid layout */
@media (max-width: 900px) {
  .products-page .products-main {
    padding: 18px 14px 40px;
  }

  .products-page .products-summary,
  .products-page .product-category.active .category-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page .category-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile layout */
@media (max-width: 640px) {
  .products-page .welcome-text::after {
    content: "Magnet Craft Prints";
    font-size: 14px;
  }

  .products-page .products-main {
    padding: 14px 12px 34px;
  }

  .products-page .products-header,
  .products-page .products-spotlight,
  .products-page .summary-card,
  .products-page .product-category {
    border-radius: 20px;
  }

  .products-page .products-header,
  .products-page .products-spotlight,
  .products-page .summary-card {
    padding: 20px;
  }

  .products-page .products-title {
    font-size: 34px;
  }

  .products-page .products-subtitle,
  .products-page .products-spotlight p,
  .products-page .summary-card p {
    font-size: 15px;
  }

  .products-page .products-summary,
  .products-page .product-category.active .category-products,
  .products-page .category-preview {
    grid-template-columns: 1fr;
  }

  .products-page .category-header,
  .products-page .category-preview,
  .products-page .product-category.active .category-products {
    padding-left: 18px;
    padding-right: 18px;
  }

  .products-page .product-category.active .category-products {
    padding-bottom: 18px;
  }

  .products-page .floating-cart {
    right: 16px;
    bottom: 18px;
    width: 56px;
    height: 56px;
  }
}
/* Floating cart final */
.products-page .floating-cart {
  position: fixed !important;
  right: 22px !important;
  bottom: 24px !important;
  width: 74px !important;
  height: 74px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786) !important;
  color: #ffffff !important;
  box-shadow:
    0 18px 36px rgba(12, 28, 58, 0.28),
    0 0 0 8px rgba(20, 167, 134, 0.10) !important;
  z-index: 1200 !important;
  overflow: visible !important;
  animation: floatingCartGlow 2.8s ease-in-out infinite;
}

.products-page .floating-cart::before {
  content: none !important;
}

.products-page .floating-cart i {
  font-size: 28px;
  color: #ffffff;
}

.products-page .floating-cart-count {
  position: absolute;
  top: -28px;
  right: -6px;
  min-width: 60px;
  height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #b80541, #ff6e2d);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  border: 3px solid #ffffff;
  box-shadow: 0 10px 20px rgba(255, 110, 45, 0.35);
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.products-page .floating-cart-count.count-pop {
  animation: cartCountPop 0.45s ease;
}

@keyframes floatingCartGlow {
  0% {
    transform: translateY(0);
    box-shadow:
      0 18px 36px rgba(12, 28, 58, 0.28),
      0 0 0 8px rgba(20, 167, 134, 0.10);
  }
  50% {
    transform: translateY(-3px);
    box-shadow:
      0 22px 40px rgba(12, 28, 58, 0.32),
      0 0 0 12px rgba(20, 167, 134, 0.14);
  }
  100% {
    transform: translateY(0);
    box-shadow:
      0 18px 36px rgba(12, 28, 58, 0.28),
      0 0 0 8px rgba(20, 167, 134, 0.10);
  }
}

@keyframes cartCountPop {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .products-page .floating-cart {
    right: 16px !important;
    bottom: 18px !important;
    width: 62px !important;
    height: 62px !important;
  }

  .products-page .floating-cart i {
    font-size: 24px;
  }

  .products-page .floating-cart-count {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }
}
/* Category click hint */
.products-page .category-header {
  cursor: pointer;
  user-select: none;
}

.products-page .category-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.products-page .category-title::before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.products-page .chevron-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-right: 28px;
  padding: 0 12px 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0;
  line-height: 1;
  transform: none !important;
}


.products-page .chevron-icon::before {
  content: "View products";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  white-space: nowrap;
}

.products-page .chevron-icon::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 12px;
}

.products-page .product-category.active .chevron-icon {
  transform: none !important;
}

.products-page .product-category.active .chevron-icon::before {
  content: "Hide products";
}

.products-page .product-category.active .chevron-icon::after {
  content: "\f077";
}

@media (max-width: 640px) {
  .products-page .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .products-page .chevron-icon {
    width: 100%;
    justify-content: space-between;
  }

  .products-page .category-title {
    font-size: 20px;
  }
}
/* Custom toast */
.products-page .custom-toast {
  position: fixed;
  right: 22px;
  top: 96px;
  z-index: 9999;
  width: min(360px, calc(100% - 24px));
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 35, 61, 0.96), rgba(20, 120, 108, 0.94));
  color: #ffffff;
  box-shadow: 0 24px 50px rgba(12, 28, 58, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.products-page .custom-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.products-page .custom-toast.success .custom-toast-icon {
  background: rgba(122, 255, 180, 0.16);
  color: #8ff7be;
}

.products-page .custom-toast.error {
  background: linear-gradient(135deg, rgba(88, 24, 24, 0.96), rgba(176, 59, 59, 0.94));
}

.products-page .custom-toast.error .custom-toast-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffd1d1;
}

.products-page .custom-toast-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 22px;
}

.products-page .custom-toast-text {
  flex: 1;
}

.products-page .custom-toast-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 800;
}

.products-page .custom-toast-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.6;
}

.products-page .custom-toast-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}

.products-page .custom-toast-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 640px) {
  .products-page .custom-toast {
    right: 12px;
    left: 12px;
    top: auto;
    bottom: 86px;
    width: auto;
  }
}
.admin-products-block {
  margin-top: 30px;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 15%, rgba(241, 196, 106, 0.14), transparent 18%),
    radial-gradient(circle at 90% 15%, rgba(43, 122, 112, 0.10), transparent 18%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 37, 53, 0.08);
  box-shadow: 0 22px 54px rgba(19, 24, 36, 0.08);
}

.admin-products-block.is-hidden {
  display: none;
}

.admin-products-header {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.admin-products-header h2 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  color: #1f2535;
}

.admin-products-header p {
  margin: 0;
  color: #6d7485;
  line-height: 1.8;
}

#adminCatalogMount {
  display: grid;
  gap: 22px;
}

.admin-product-category {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(31, 37, 53, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 44px rgba(19, 24, 36, 0.06);
}

.admin-product-category .category-title {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-count-badge {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(43, 122, 112, 0.12);
  color: #2b7a70;
  font-size: 12px;
  font-weight: 800;
}

.admin-product-category .category-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 18px;
}

.admin-product-category .category-preview img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  border-radius: 18px;
  background: #edf1f6;
}

.admin-product-category .category-products {
  display: grid;
  gap: 18px;
  padding: 0 18px 18px;
}

.admin-subcategory-block {
  display: grid;
  gap: 12px;
}

.admin-subcategory-title {
  padding-top: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #1f2535;
}

.admin-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.admin-dynamic-card {
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(31, 37, 53, 0.08);
  box-shadow: 0 16px 36px rgba(19, 24, 36, 0.06);
}

.admin-dynamic-card .slide-img {
  display: none;
}

.admin-dynamic-card .slide-img.active {
  display: block;
}

.admin-dynamic-card .desc {
  max-height: 82px;
  overflow: hidden;
  transition: max-height 0.25s ease;
  line-height: 1.7;
}

.admin-dynamic-card.is-expanded .desc {
  max-height: 260px;
}

.admin-dynamic-card .toggle-desc {
  display: inline-flex;
  margin-bottom: 8px;
  color: #2b7a70;
  font-weight: 800;
  cursor: pointer;
}

.admin-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 10px;
}

.admin-compare-price {
  margin: -4px 0 8px;
  color: #8b91a0;
  font-size: 14px;
  font-weight: 700;
}

.admin-stock,
.admin-chip {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}

.admin-stock.in-stock {
  background: rgba(43, 122, 112, 0.12);
  color: #2b7a70;
}

.admin-stock.low-stock {
  background: rgba(241, 196, 106, 0.18);
  color: #a36f12;
}

.admin-stock.out-of-stock {
  background: rgba(211, 84, 84, 0.14);
  color: #c44545;
}

.admin-chip {
  background: rgba(31, 37, 53, 0.06);
  color: #4d5668;
}

.admin-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.admin-chip-row span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(31, 37, 53, 0.05);
  color: #5a6273;
  font-size: 12px;
  font-weight: 700;
}

.admin-empty-state {
  padding: 28px 20px;
  text-align: center;
  border-radius: 24px;
  background: rgba(31, 37, 53, 0.04);
  color: #667082;
  line-height: 1.8;
}

@media (max-width: 860px) {
  .admin-products-block {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .admin-product-category .category-preview,
  .admin-subcategory-grid {
    grid-template-columns: 1fr;
  }

  .admin-product-category .category-preview img {
    height: 180px;
  }
}
.products-page .admin-product-category.active .category-products {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  padding: 0 18px 18px !important;
}

/* =================================
   PRODUCT PAGE STYLES
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions 
/* ================================= */

/* =================================
   REVIEWS PAGE STYLES
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions 
/* ================================= */
html {
  scroll-behavior: smooth;
}

.reviews-page {
  --rvp-bg: #f6f1e8;
  --rvp-paper: rgba(255, 255, 255, 0.94);
  --rvp-card: #ffffff;
  --rvp-ink: #1e2433;
  --rvp-muted: #6d7484;
  --rvp-line: rgba(30, 36, 51, 0.08);
  --rvp-gold: #d4ad68;
  --rvp-gold-strong: #bf8d3d;
  --rvp-green: #2b7a70;
  --rvp-dark: #191e2b;
  --rvp-shadow: 0 22px 55px rgba(19, 24, 36, 0.09);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--rvp-ink);
  background:
    radial-gradient(circle at 4% 14%, rgba(212, 173, 104, 0.16), transparent 18%),
    radial-gradient(circle at 96% 18%, rgba(43, 122, 112, 0.12), transparent 20%),
    linear-gradient(180deg, #f6f1e8 0%, #fbfaf7 48%, #eef2f6 100%);
}

.reviews-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.reviews-page .rvp-page,
.reviews-page .rvp-page * {
  box-sizing: border-box;
}

.rvp-page {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 72px;
  display: grid;
  gap: 28px;
}

.rvp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 22px;
  align-items: start;
}

.rvp-hero-copy,
.rvp-form-card,
.rvp-proof-card,
.rvp-review-section,
.rvp-featured-review,
.rvp-review-card,
.rvp-bottom-cta,
.rvp-footer {
  border: 1px solid var(--rvp-line);
  box-shadow: var(--rvp-shadow);
}

.rvp-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 14%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 82% 20%, rgba(212, 173, 104, 0.28), transparent 18%),
    linear-gradient(135deg, #181d2a 0%, #243047 54%, #6a5538 100%);
}

.rvp-hero-copy::before,
.rvp-hero-copy::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.rvp-hero-copy::before {
  width: 220px;
  height: 220px;
  right: -120px;
  top: -90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}

.rvp-hero-copy::after {
  width: 180px;
  height: 180px;
  left: -40px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(43, 122, 112, 0.24), transparent 70%);
}

.rvp-kicker,
.rvp-section-badge,
.rvp-mini-badge,
.rvp-mini-time {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.rvp-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.rvp-section-badge {
  background: rgba(212, 173, 104, 0.14);
  color: #a56e1b;
}

.rvp-mini-badge {
  background: rgba(191, 141, 61, 0.10);
  color: #b0692f;
}

.rvp-mini-time {
  gap: 8px;
  background: rgba(30, 36, 51, 0.05);
  color: #6b7284;
}

.rvp-hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -1.8px;
  max-width: 690px;
}

.rvp-hero-copy p {
  margin: 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.rvp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.rvp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.rvp-btn-row,
.rvp-form-actions,
.rvp-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rvp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: none;
  border-radius: 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rvp-btn:hover {
  transform: translateY(-2px);
}

.rvp-btn-primary {
  overflow: hidden;
  background: linear-gradient(135deg, #f5e4af, #d9a859);
  color: #1d2433;
  box-shadow: 0 18px 34px rgba(212, 173, 104, 0.28);
}

.rvp-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.28) 48%, transparent 72%);
  transform: translateX(-140%);
  animation: rvpShine 3.8s linear infinite;
}

.rvp-btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.rvp-btn-dark {
  background: linear-gradient(135deg, #1b2232, #2b7a70);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(27, 34, 50, 0.20);
}

.rvp-btn-soft {
  background: linear-gradient(135deg, #fff8e8, #f3dd9d);
  color: #1e2433;
  border: 1px solid rgba(212, 173, 104, 0.22);
}

.rvp-btn-block {
  flex: 1 1 220px;
}

.rvp-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.rvp-metric {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
}

.rvp-metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.rvp-metric span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.rvp-form-card {
  position: sticky;
  top: 92px;
  overflow: hidden;
  padding: 14px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 10%, rgba(212, 173, 104, 0.20), transparent 20%),
    radial-gradient(circle at 10% 100%, rgba(43, 122, 112, 0.14), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #f5ede1 100%);
  border: 1px solid rgba(184, 151, 95, 0.22);
  box-shadow: 0 28px 65px rgba(20, 28, 42, 0.14);
  isolation: isolate;
}

.rvp-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #d2a352 0%, #b46d47 45%, #2b7a70 100%);
}

.rvp-form-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.rvp-form-glow-one {
  width: 180px;
  height: 180px;
  top: -70px;
  right: -55px;
  background: rgba(212, 173, 104, 0.18);
}

.rvp-form-glow-two {
  width: 160px;
  height: 160px;
  left: -45px;
  bottom: -70px;
  background: rgba(43, 122, 112, 0.12);
}

.rvp-form-shell {
  position: relative;
  z-index: 1;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.rvp-form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.rvp-mini-badge {
  background: linear-gradient(135deg, rgba(212, 173, 104, 0.14), rgba(212, 173, 104, 0.06));
  color: #af6d27;
}

.rvp-mini-time {
  gap: 8px;
  background: rgba(30, 36, 51, 0.05);
  color: #71788a;
}

.rvp-form-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.rvp-form-card h2 {
  margin: 0;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 0.95;
  letter-spacing: -1.5px;
  color: #1d2433;
  max-width: 360px;
}

.rvp-form-text {
  margin: 12px 0 0;
  max-width: 430px;
  color: #6b7283;
  line-height: 1.8;
  font-size: 15px;
}

.rvp-form-score {
  min-width: 104px;
  padding: 16px 14px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #1d2433 0%, #2b7a70 100%);
  box-shadow: 0 18px 34px rgba(29, 36, 51, 0.20);
}

.rvp-form-score strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 6px;
}

.rvp-form-score span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.rvp-form-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.rvp-form-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(30, 36, 51, 0.08);
  color: #535b6d;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(20, 28, 42, 0.05);
}

.rvp-form-steps i {
  color: #b88737;
}

.rvp-rating-box {
  margin-top: 0;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 16%, rgba(212, 173, 104, 0.14), transparent 18%),
    linear-gradient(180deg, #fffaf0 0%, #fffdf9 100%);
  border: 1px solid rgba(212, 173, 104, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.rvp-rating-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.rvp-rating-label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #6b7283;
}

.rvp-rating-hint {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(29, 36, 51, 0.05);
  color: #7a8091;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.rvp-star-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rvp-star {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(212, 173, 104, 0.24);
  background: linear-gradient(180deg, #fffdf9 0%, #fff4da 100%);
  color: #d3b16d;
  font-size: 19px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 18px rgba(212, 173, 104, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.rvp-star:hover {
  transform: translateY(-2px) scale(1.03);
}

.rvp-star.is-active {
  background: linear-gradient(135deg, #fff0c5 0%, #e6bd67 100%);
  color: #7d5a1d;
  box-shadow: 0 14px 24px rgba(212, 173, 104, 0.24);
}

.rvp-form {
  margin-top: 18px;
}

.rvp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.rvp-field span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1e2433;
}

.rvp-field input,
.rvp-field textarea {
  width: 100%;
  border: 1px solid rgba(30, 36, 51, 0.10);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #1e2433;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rvp-field input:focus,
.rvp-field textarea:focus {
  border-color: rgba(74, 55, 184, 0.4);
  box-shadow: 0 0 0 4px rgba(212, 173, 104, 0.14);
}

.rvp-field textarea {
  min-height: 140px;
  resize: vertical;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 242, 0.96));
}

.rvp-btn-dark {
  background: linear-gradient(135deg, #1b2232 0%, #2b7a70 100%);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(27, 34, 50, 0.22);
}

.rvp-btn-soft {
  background: linear-gradient(135deg, #fff7df 0%, #edcc77 100%);
  color: #1e2433;
  border: 1px solid rgba(212, 173, 104, 0.24);
  box-shadow: 0 18px 32px rgba(212, 173, 104, 0.18);
}

.rvp-btn-soft:hover,
.rvp-btn-dark:hover {
  transform: translateY(-2px);
}

.rvp-form-note {
  margin-top: 12px;
  color: #7a8091;
}

.rvp-form-feedback {
  margin-top: 8px;
  font-weight: 700;
}

.rvp-form-feedback.is-error {
  color: #c44747;
}

.rvp-form-feedback.is-success {
  color: #2b7a70;
}

.rvp-form-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rvp-form-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 36, 51, 0.06);
  color: #596173;
  font-size: 12px;
  font-weight: 700;
}

.rvp-form-trust i {
  color: #210849;
}

@media (max-width: 1180px) {
  .rvp-form-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 860px) {
  .rvp-form-card {
    padding: 10px;
    border-radius: 26px;
  }

  .rvp-form-shell {
    padding: 14px;
    border-radius: 22px;
  }

  .rvp-form-hero,
  .rvp-field-grid {
    grid-template-columns: 1fr;
  }

  .rvp-form-score {
    width: fit-content;
  }

  .rvp-form-card h2 {
    font-size: 34px;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .rvp-rating-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rvp-star {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
}
.rvp-form-card-focus {
  animation: rvpFocus 0.8s ease;
}

.rvp-form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.rvp-form-card h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 0.98;
  color: var(--rvp-ink);
}

.rvp-form-text {
  margin: 0;
  color: var(--rvp-muted);
  line-height: 1.8;
}

.rvp-rating-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fcfbfb, #fcfdfd);
  border: 1px solid rgba(245, 7, 7, 0.16);
}

.rvp-rating-label {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #0738b4;
}

.rvp-star-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rvp-star {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(30, 36, 51, 0.08);
  background: #ffffff;
  color: #030e25;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.rvp-star:hover {
  transform: translateY(-2px);
}

.rvp-star.is-active {
  color: var(--rvp-gold);
  background: #fff5dc;
  box-shadow: 0 10px 20px rgba(111, 104, 212, 0.18);
}

.rvp-form {
  margin-top: 18px;
}

.rvp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.rvp-field {
  display: block;
}

.rvp-field span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--rvp-ink);
}

.rvp-field input,
.rvp-field textarea {
  width: 100%;
  border: 1px solid rgba(30, 36, 51, 0.10);
  border-radius: 18px;
  padding: 14px 16px;
  background: #a2d4e048;
  color: var(--rvp-ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rvp-field input:focus,
.rvp-field textarea:focus {
  border-color: rgba(191, 141, 61, 0.48);
  box-shadow: 0 0 0 4px rgba(212, 173, 104, 0.14);
}

.rvp-field textarea {
  resize: vertical;
  min-height: 132px;
}

.rvp-field-full {
  margin-bottom: 16px;
}

.rvp-form-note,
.rvp-form-feedback {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.rvp-form-note {
  color: var(--rvp-muted);
}

.rvp-form-feedback {
  font-weight: 700;
}

.rvp-form-feedback.is-error {
  color: #c44747;
}

.rvp-form-feedback.is-success {
  color: var(--rvp-green);
}

.rvp-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rvp-proof-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.rvp-proof-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d2433, #7b633f);
  color: #ffffff;
  font-size: 20px;
}

.rvp-proof-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--rvp-ink);
}

.rvp-proof-card p {
  margin: 0;
  color: var(--rvp-muted);
  line-height: 1.75;
}

.rvp-review-section {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
}

.rvp-section-head {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.rvp-section-head h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  color: var(--rvp-ink);
}

.rvp-section-head p {
  margin: 0;
  color: var(--rvp-muted);
  line-height: 1.8;
}

.rvp-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 20px;
  align-items: start;
}

.rvp-featured-review {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 18%, rgba(212, 173, 104, 0.20), transparent 18%),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 58%, #f4faf8 100%);
}

.rvp-featured-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d2433, #7b633f);
  color: #ffffff;
  font-size: 22px;
}

.rvp-featured-review h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.05;
  color: var(--rvp-ink);
}

.rvp-featured-review p {
  margin: 0;
  color: var(--rvp-muted);
  line-height: 1.9;
  font-size: 16px;
}

.rvp-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.rvp-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d2433, #7b633f);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.rvp-avatar-amber {
  background: linear-gradient(135deg, #8a5a2f, #d2a35c);
}

.rvp-avatar-green {
  background: linear-gradient(135deg, #25544f, #49a08e);
}

.rvp-avatar-navy {
  background: linear-gradient(135deg, #20263a, #485a86);
}

.rvp-avatar-rose {
  background: linear-gradient(135deg, #7f4a47, #d39079);
}

.rvp-person strong,
.rvp-card-head h3 {
  display: block;
  margin: 0 0 4px;
  font-size: 18px;
  color: var(--rvp-ink);
}

.rvp-person span,
.rvp-card-head span {
  display: block;
  font-size: 14px;
  color: var(--rvp-muted);
}

.rvp-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rvp-review-card {
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
}

.rvp-review-card-warm {
  background: linear-gradient(180deg, #fff6ef, #ffffff);
}

.rvp-review-card-mint {
  background: linear-gradient(180deg, #f2faf7, #ffffff);
}

.rvp-review-card-soft {
  background: linear-gradient(180deg, #f6f8fc, #ffffff);
}

.rvp-review-card-cream {
  background: linear-gradient(180deg, #fffaf2, #ffffff);
}

.rvp-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rvp-review-stars {
  margin-bottom: 12px;
  color: var(--rvp-gold);
  font-size: 16px;
  letter-spacing: 2px;
}

.rvp-review-stars-large {
  font-size: 18px;
}

.rvp-review-card p {
  margin: 0;
  color: var(--rvp-muted);
  line-height: 1.85;
}

.rvp-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(212, 173, 104, 0.12);
  color: #99651f;
  font-size: 12px;
  font-weight: 800;
}

.rvp-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 20%, rgba(212, 173, 104, 0.18), transparent 18%),
    linear-gradient(135deg, #181d2a 0%, #243047 54%, #2b7a70 100%);
}

.rvp-bottom-copy h2 {
  margin: 16px 0 10px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  max-width: 760px;
}

.rvp-bottom-copy p {
  margin: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.rvp-footer {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 24px 28px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
}

.rvp-footer p {
  margin: 6px 0;
  color: var(--rvp-muted);
}

[data-rvp-reveal] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-rvp-reveal="up"] {
  transform: translateY(30px);
}

[data-rvp-reveal="left"] {
  transform: translateX(-36px);
}

[data-rvp-reveal="right"] {
  transform: translateX(36px);
}

[data-rvp-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes rvpShine {
  0% {
    transform: translateX(-140%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes rvpFocus {
  0% {
    box-shadow: var(--rvp-shadow);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(212, 173, 104, 0.14), var(--rvp-shadow);
  }
  100% {
    box-shadow: var(--rvp-shadow);
  }
}

@media (max-width: 1180px) {
  .rvp-hero,
  .rvp-review-layout,
  .rvp-bottom-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .rvp-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rvp-form-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 860px) {
  .rvp-page {
    width: min(100% - 20px, 100%);
    padding: 20px 0 54px;
  }

  .rvp-hero-copy,
  .rvp-form-card,
  .rvp-review-section,
  .rvp-bottom-cta,
  .rvp-footer {
    border-radius: 26px;
  }

  .rvp-hero-copy,
  .rvp-form-card,
  .rvp-review-section,
  .rvp-bottom-cta {
    padding: 24px 18px;
  }

  .rvp-field-grid,
  .rvp-card-grid,
  .rvp-metric-row,
  .rvp-proof-strip {
    grid-template-columns: 1fr;
  }

  .rvp-btn-row,
  .rvp-form-actions,
  .rvp-bottom-actions {
    flex-direction: column;
  }

  .rvp-btn,
  .rvp-btn-block {
    width: 100%;
  }

  .rvp-hero-copy h1,
  .rvp-bottom-copy h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .rvp-form-card h2,
  .rvp-section-head h2,
  .rvp-featured-review h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .rvp-star {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .rvp-featured-review,
  .rvp-review-card,
  .rvp-proof-card {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-rvp-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .rvp-btn,
  .rvp-star {
    transition: none;
  }

  .rvp-btn-primary::after {
    animation: none;
  }

  .rvp-form-card-focus {
    animation: none;
  }
}

/* =================================
REVIEWS PAGE STYLES END
/* ================================= */

/* =================================
GALLERY PAGE STYLES START
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions
/* ================================= */
/* Page theme */
.gallery-page {
  --ink: #14263f;
  --text: #617891;
  --line: rgba(20, 38, 63, 0.1);
  --paper: #f8f1e8;
  --cream: #fff9f2;
  --mist: #eef4fa;
  --white: #ffffff;
  --orange: #f18949;
  --teal: #159883;
  --navy: #10233d;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(241, 137, 73, 0.18), transparent 23%),
    radial-gradient(circle at bottom right, rgba(21, 152, 131, 0.16), transparent 25%),
    linear-gradient(180deg, #fffaf2 0%, #f6f7fb 56%, #edf3fb 100%);
}

.gallery-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.gallery-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 70px;
}

/* Auto reel */
.gallery-page .gallery-reel {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  margin-bottom: 28px;
  align-items: stretch;
}

.gallery-page .reel-intro,
.gallery-page .reel-stage,
.gallery-page .gallery-collections,
.gallery-page .gallery-flow {
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 56px rgba(12, 28, 58, 0.08);
}

.gallery-page .reel-intro {
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 249, 242, 0.98), rgba(255, 255, 255, 0.95));
}

.gallery-page .reel-kicker,
.gallery-page .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.gallery-page .reel-kicker {
  background: rgba(241, 137, 73, 0.12);
  color: #d56f2d;
}

.gallery-page .section-kicker {
  background: rgba(21, 152, 131, 0.1);
  color: #0d7c69;
}

.gallery-page .light-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.gallery-page .reel-intro h1 {
  margin: 16px 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.03;
  letter-spacing: -1.5px;
  color: var(--navy);
}

.gallery-page .reel-intro p {
  margin: 0;
  color: var(--text);
  line-height: 1.9;
  font-size: 17px;
}

.gallery-page .reel-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.gallery-page .reel-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(12, 28, 58, 0.05);
}

.gallery-page .reel-points i {
  color: var(--teal);
}

.gallery-page .reel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gallery-page .gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-page .gallery-btn:hover {
  transform: translateY(-2px);
}

.gallery-page .gallery-btn-primary {
  background: linear-gradient(135deg, #f59c5d, #ff7341);
  color: var(--white);
  box-shadow: 0 18px 30px rgba(255, 115, 65, 0.28);
}

.gallery-page .gallery-btn-secondary {
  background: linear-gradient(135deg, #10233d, #159883);
  color: var(--white);
  box-shadow: 0 18px 30px rgba(16, 35, 61, 0.22);
}

.gallery-page .reel-note {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(21, 152, 131, 0.08);
  color: #35556b;
  line-height: 1.7;
  border: 1px solid rgba(21, 152, 131, 0.1);
}

.gallery-page .reel-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #0e1f35;
}

.gallery-page .reel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.gallery-page .reel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}

.gallery-page .reel-slide.active {
  opacity: 1;
  visibility: visible;
}

.gallery-page .reel-slide.active img {
  animation: reelZoom 4s linear both;
}

.gallery-page .reel-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 35, 61, 0.12), rgba(16, 35, 61, 0.72)),
    radial-gradient(circle at bottom left, rgba(241, 137, 73, 0.16), transparent 28%);
  pointer-events: none;
}

.gallery-page .reel-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.gallery-page .reel-overlay-copy {
  max-width: 520px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.gallery-page .reel-category {
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.gallery-page .reel-overlay-copy p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  font-size: 15px;
}

.gallery-page .reel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 220px;
}

.gallery-page .reel-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.gallery-page .reel-dot.active {
  background: #ffb276;
  transform: scale(1.2);
}

/* Collections */
.gallery-page .gallery-collections,
.gallery-page .gallery-flow {
  padding: 34px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.gallery-page .section-head {
  margin-bottom: 24px;
}

.gallery-page .section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  color: var(--navy);
}

.gallery-page .collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-page .collection-card {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--line);
  box-shadow: 0 16px 30px rgba(12, 28, 58, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-page .collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 36px rgba(12, 28, 58, 0.09);
}

.gallery-page .collection-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #10233d, #18385f 54%, #159883);
  color: var(--white);
}

.gallery-page .collection-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.gallery-page .collection-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(241, 137, 73, 0.12);
  color: #d56f2d;
  font-size: 12px;
  font-weight: 800;
}

.gallery-page .collection-wide .collection-badge {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.gallery-page .collection-top i {
  font-size: 22px;
  color: var(--teal);
}

.gallery-page .collection-wide .collection-top i {
  color: #ffbf8a;
}

.gallery-page .collection-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: inherit;
}

.gallery-page .collection-card p {
  margin: 0;
  color: inherit;
  line-height: 1.85;
}

.gallery-page .collection-card:not(.collection-wide) p {
  color: var(--text);
}

.gallery-page .collection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gallery-page .collection-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

/* Flow */
.gallery-page .gallery-flow {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 22px;
}

.gallery-page .flow-panel,
.gallery-page .flow-cta {
  border-radius: 30px;
  padding: 28px;
  border: 1px solid var(--line);
}

.gallery-page .flow-panel {
  background: linear-gradient(180deg, #fff9f2, #ffffff);
}

.gallery-page .flow-panel h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  color: var(--navy);
}

.gallery-page .flow-steps {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.gallery-page .flow-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}

.gallery-page .step-no {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #10233d, #159883);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(16, 35, 61, 0.18);
}

.gallery-page .flow-step h3 {
  margin: 4px 0 8px;
  font-size: 21px;
  color: var(--navy);
}

.gallery-page .flow-step p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}

.gallery-page .flow-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #10233d, #18385f 54%, #159883);
}

.gallery-page .flow-cta::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
}

.gallery-page .flow-cta h3 {
  position: relative;
  margin: 16px 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
}

.gallery-page .flow-cta p {
  position: relative;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
}

/* Footer */
.gallery-page footer {
  padding: 28px 16px 34px;
  text-align: center;
}

/* Motion */
@keyframes reelZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .gallery-page .gallery-reel,
  .gallery-page .gallery-flow {
    grid-template-columns: 1fr;
  }

  .gallery-page .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-page .collection-wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .gallery-page .gallery-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 48px;
  }

  .gallery-page .reel-intro,
  .gallery-page .gallery-collections,
  .gallery-page .gallery-flow,
  .gallery-page .flow-panel,
  .gallery-page .flow-cta {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .gallery-page .reel-stage {
    min-height: 420px;
  }

  .gallery-page .reel-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-page .reel-dots {
    justify-content: flex-start;
    max-width: none;
  }

  .gallery-page .collection-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page .collection-wide {
    grid-column: span 1;
  }

  .gallery-page .flow-step {
    grid-template-columns: 1fr;
  }

  .gallery-page .step-no {
    width: 56px;
    height: 56px;
  }

  .gallery-page .reel-intro h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .gallery-page .reel-intro p {
    font-size: 16px;
  }

  .gallery-page .reel-actions {
    flex-direction: column;
  }

  .gallery-page .gallery-btn {
    width: 100%;
  }
}

/* =================================
GALLERY PAGE STYLES END
/* ================================= */

/* =================================
BULKORDER PAGE STYLES START
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions
/* ================================= */
/* Page shell */
html {
  scroll-behavior: smooth;
}

.bqv-page {
  --bqv-ink: #1f2535;
  --bqv-muted: #6d7485;
  --bqv-line: rgba(31, 37, 53, 0.08);
  --bqv-gold: #d3aa62;
  --bqv-gold-deep: #b98431;
  --bqv-forest: #2b7a70;
  --bqv-shadow: 0 24px 60px rgba(18, 24, 38, 0.1);
  font-family: "Manrope", sans-serif;
  color: var(--bqv-ink);
  background:
    radial-gradient(circle at 5% 12%, rgba(211, 170, 98, 0.14), transparent 18%),
    radial-gradient(circle at 95% 16%, rgba(43, 122, 112, 0.12), transparent 18%),
    linear-gradient(180deg, #f6f1e8 0%, #fcfaf6 52%, #edf3f7 100%);
}

.bqv-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.bqv-page,
.bqv-page * {
  box-sizing: border-box;
}

.bqv-main {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 72px;
  display: grid;
  gap: 28px;
  overflow-x: hidden;
}

.bqv-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 22px;
  align-items: start;
}

.bqv-hero-copy,
.bqv-form-card,
.bqv-proof-card,
.bqv-showcase,
.bqv-logo-section,
.bqv-cases,
.bqv-process-card,
.bqv-summary-card,
.bqv-note-card,
.bqv-bottom-cta,
.bqv-footer,
.bqv-case-card {
  border: 1px solid var(--bqv-line);
  box-shadow: var(--bqv-shadow);
}

.bqv-hero-copy {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 36px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(211, 170, 98, 0.24), transparent 18%),
    linear-gradient(135deg, #171c28 0%, #243046 58%, #73593a 100%);
}

.bqv-hero-copy::before,
.bqv-hero-copy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.bqv-hero-copy::before {
  width: 220px;
  height: 220px;
  right: -110px;
  top: -70px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
}

.bqv-hero-copy::after {
  width: 190px;
  height: 190px;
  left: -40px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(43, 122, 112, 0.2), transparent 70%);
}

.bqv-kicker,
.bqv-section-kicker,
.bqv-mini-badge,
.bqv-mini-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.bqv-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.bqv-section-kicker {
  background: rgba(211, 170, 98, 0.12);
  color: #a06a1b;
}

.bqv-section-kicker-soft {
  background: rgba(24, 29, 42, 0.06);
  color: #5d6374;
}

.bqv-mini-badge {
  background: rgba(211, 170, 98, 0.12);
  color: #b06e26;
}

.bqv-mini-status {
  gap: 8px;
  background: rgba(31, 37, 53, 0.05);
  color: #6b7284;
}

.bqv-hero-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(40px, 5.1vw, 68px);
  line-height: 0.97;
  letter-spacing: -1.8px;
  max-width: 730px;
}

.bqv-hero-copy p {
  margin: 0;
  max-width: 650px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.bqv-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.bqv-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.bqv-btn-row,
.bqv-form-actions,
.bqv-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bqv-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: none;
  border-radius: 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.bqv-btn:hover {
  transform: translateY(-2px);
}

.bqv-btn-primary {
  overflow: hidden;
  background: linear-gradient(135deg, #f6e6b8, #d3aa62);
  color: #1b2232;
  box-shadow: 0 18px 36px rgba(211, 170, 98, 0.26);
}

.bqv-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.26) 48%, transparent 72%);
  transform: translateX(-140%);
  animation: bqvShine 3.8s linear infinite;
}

.bqv-btn-dark {
  background: linear-gradient(135deg, #1b2232, #2b7a70);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(27, 34, 50, 0.22);
}

.bqv-btn-soft {
  background: linear-gradient(135deg, #fff7e2, #eed086);
  color: #1e2433;
  border: 1px solid rgba(211, 170, 98, 0.24);
  box-shadow: 0 16px 30px rgba(211, 170, 98, 0.16);
}

.bqv-btn-block {
  flex: 1 1 220px;
}

.bqv-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.bqv-stat {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.bqv-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}

.bqv-stat span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.bqv-form-card {
  position: sticky;
  top: 92px;
  overflow: hidden;
  padding: 14px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 12%, rgba(211, 170, 98, 0.18), transparent 20%),
    radial-gradient(circle at 10% 100%, rgba(43, 122, 112, 0.12), transparent 20%),
    linear-gradient(180deg, #fffdf8 0%, #f3ecdf 100%);
  border: 1px solid rgba(184, 149, 92, 0.2);
  isolation: isolate;
}

.bqv-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #d3aa62 0%, #b86d47 45%, #2b7a70 100%);
}

.bqv-form-card-focus {
  animation: bqvFocus 0.8s ease;
}

.bqv-form-glow {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.bqv-form-glow-one {
  width: 180px;
  height: 180px;
  top: -60px;
  right: -50px;
  background: rgba(211, 170, 98, 0.16);
}

.bqv-form-glow-two {
  width: 170px;
  height: 170px;
  left: -50px;
  bottom: -70px;
  background: rgba(43, 122, 112, 0.1);
}

.bqv-form-shell {
  position: relative;
  z-index: 1;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.bqv-form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.bqv-form-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.bqv-form-head h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 0.96;
  letter-spacing: -1.4px;
  color: var(--bqv-ink);
  max-width: 340px;
}

.bqv-form-head p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.75;
  font-size: 15px;
}

.bqv-score-card {
  min-width: 104px;
  padding: 16px 14px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #1b2232 0%, #2b7a70 100%);
  box-shadow: 0 18px 34px rgba(27, 34, 50, 0.2);
}

.bqv-score-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.bqv-score-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.74);
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.bqv-form-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.bqv-form-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(31, 37, 53, 0.08);
  color: #545c6d;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(18, 24, 38, 0.05);
}

.bqv-form-steps i {
  color: var(--bqv-gold-deep);
}

.bqv-form {
  margin-top: 0;
}

.bqv-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.bqv-field span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bqv-ink);
}

.bqv-field input,
.bqv-field select,
.bqv-field textarea {
  width: 100%;
  border: 1px solid rgba(31, 37, 53, 0.1);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--bqv-ink);
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bqv-field input:focus,
.bqv-field select:focus,
.bqv-field textarea:focus {
  border-color: rgba(184, 133, 52, 0.42);
  box-shadow: 0 0 0 4px rgba(211, 170, 98, 0.14);
}

.bqv-field textarea {
  min-height: 152px;
  resize: vertical;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 248, 242, 0.96));
}

.bqv-field-full {
  margin-bottom: 16px;
}

.bqv-form-note,
.bqv-form-feedback {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.bqv-form-note {
  color: #767d8e;
}

.bqv-form-feedback {
  font-weight: 700;
}

.bqv-form-feedback.is-error {
  color: #c44747;
}

.bqv-form-feedback.is-success {
  color: var(--bqv-forest);
}

.bqv-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bqv-proof-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.bqv-proof-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1b2232, #7a613e);
  color: #ffffff;
  font-size: 20px;
}

.bqv-proof-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--bqv-ink);
}

.bqv-proof-card p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.75;
}

.bqv-showcase,
.bqv-logo-section,
.bqv-cases {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 18%, rgba(211, 170, 98, 0.1), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(43, 122, 112, 0.08), transparent 18%),
    rgba(255, 255, 255, 0.94);
}

.bqv-section-head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.bqv-section-head h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  color: var(--bqv-ink);
}

.bqv-section-head p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.8;
}

.bqv-slider-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bqv-slider-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 30px;
}

.bqv-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.bqv-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, #edf1f7, #dfe7f0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.bqv-slide-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bqv-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(28px) brightness(0.55) saturate(1.05);
  transform: scale(1.18);
  opacity: 0.95;
}

.bqv-slide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.42) 100%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.18) 0%, rgba(17, 24, 39, 0.03) 50%, rgba(17, 24, 39, 0.18) 100%);
}

.bqv-slide-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.35fr) minmax(0, 0.65fr);
  align-items: center;
  gap: 24px;
  height: 100%;
  padding: 28px 30px;
}

.bqv-slide-overlay {
  align-self: end;
  max-width: 420px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.76), rgba(17, 24, 39, 0.36));
  backdrop-filter: blur(8px);
  color: #ffffff;
}

.bqv-slide-overlay span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.bqv-slide-overlay strong {
  display: block;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.08;
}

.bqv-slide-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.bqv-slide-main {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px; /* control size */
  object-fit: contain;
}

.bqv-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.bqv-slider-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 999px;
  background: rgba(31, 37, 53, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.bqv-slider-dot.is-active {
  width: 34px;
  background: linear-gradient(90deg, #d3aa62, #2b7a70);
}

.bqv-logo-belt {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 112px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(255, 248, 235, 0.98) 0%, rgba(240, 247, 245, 0.98) 100%);
  border: 1px solid rgba(31, 37, 53, 0.06);
}

.bqv-logo-belt::before,
.bqv-logo-belt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  z-index: 2;
  pointer-events: none;
}

.bqv-logo-belt::before {
  left: 0;
  background: linear-gradient(90deg, #fff8eb 0%, rgba(255, 248, 235, 0) 100%);
}

.bqv-logo-belt::after {
  right: 0;
  background: linear-gradient(270deg, #f0f7f5 0%, rgba(240, 247, 245, 0) 100%);
}

.bqv-logo-track {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: bqvLogoMove 22s linear infinite;
}

.bqv-logo-belt:hover .bqv-logo-track {
  animation-play-state: paused;
}

.bqv-logo-group {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}

.bqv-logo-card {
  width: 200px;
  height: 78px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 245, 238, 0.94));
  border: 1px solid rgba(211, 170, 98, 0.16);
  box-shadow: 0 14px 24px rgba(18, 24, 38, 0.05);
}

.bqv-logo-card img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.88;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.bqv-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

.bqv-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bqv-case-card {
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 16%, rgba(211, 170, 98, 0.12), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #fcfaf6 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bqv-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(18, 24, 38, 0.12);
}

.bqv-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.bqv-case-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1c2333, #2b7a70);
  color: #ffffff;
  font-size: 22px;
}

.bqv-case-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(211, 170, 98, 0.12);
  color: #9e681e;
  font-size: 12px;
  font-weight: 800;
}

.bqv-case-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  color: var(--bqv-ink);
}

.bqv-case-card p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.8;
}

.bqv-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.bqv-case-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6f3ee;
  color: #5c6374;
  font-size: 12px;
  font-weight: 700;
}

.bqv-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 22px;
}

.bqv-process-card,
.bqv-summary-col {
  min-width: 0;
}

.bqv-process-card {
  padding: 30px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
}

.bqv-process-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
  color: var(--bqv-ink);
}

.bqv-process-card > p {
  margin: 0 0 18px;
  color: var(--bqv-muted);
  line-height: 1.8;
}

.bqv-step-list {
  display: grid;
  gap: 16px;
}

.bqv-step {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffaf1, #ffffff);
  border: 1px solid rgba(211, 170, 98, 0.12);
}

.bqv-step-no {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1b2232, #2b7a70);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(27, 34, 50, 0.16);
}

.bqv-step h3 {
  margin: 4px 0 8px;
  font-size: 21px;
  color: var(--bqv-ink);
}

.bqv-step p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.8;
}

.bqv-summary-col {
  display: grid;
  gap: 18px;
}

.bqv-summary-card,
.bqv-note-card {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
}

.bqv-summary-card h3 {
  margin: 14px 0 0;
  font-size: 30px;
  line-height: 1.12;
  color: var(--bqv-ink);
}

.bqv-meter-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.bqv-meter-row {
  display: grid;
  grid-template-columns: 150px 1fr 52px;
  align-items: center;
  gap: 14px;
}

.bqv-meter-row span {
  font-size: 14px;
  font-weight: 700;
  color: var(--bqv-ink);
}

.bqv-meter-row strong {
  font-size: 14px;
  color: var(--bqv-forest);
}

.bqv-meter-track {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #e2e9f0;
  overflow: hidden;
}

.bqv-meter-fill {
  width: var(--bqv-fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b2232, #2b7a70, #d3aa62);
  transform-origin: left;
  transform: scaleX(0);
  animation: bqvGrow 1.2s ease forwards;
  position: relative;
}

.bqv-meter-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: bqvShimmer 2.2s linear infinite;
}

.bqv-note-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--bqv-ink);
}

.bqv-note-card p {
  margin: 0;
  color: var(--bqv-muted);
  line-height: 1.8;
}

.bqv-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 32px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 18%, rgba(211, 170, 98, 0.18), transparent 18%),
    linear-gradient(135deg, #181d2a 0%, #243046 54%, #2b7a70 100%);
}

.bqv-bottom-copy h2 {
  margin: 16px 0 10px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  max-width: 760px;
}

.bqv-bottom-copy p {
  margin: 0;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
}

.bqv-footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: 24px 28px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
}

.bqv-footer p {
  margin: 6px 0;
  color: var(--bqv-muted);
}

[data-bqv-reveal] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-bqv-reveal="up"] {
  transform: translateY(30px);
}

[data-bqv-reveal="left"] {
  transform: translateX(-36px);
}

[data-bqv-reveal="right"] {
  transform: translateX(36px);
}

[data-bqv-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes bqvShine {
  0% { transform: translateX(-140%); }
  100% { transform: translateX(140%); }
}

@keyframes bqvFocus {
  0% { box-shadow: var(--bqv-shadow); }
  50% { box-shadow: 0 0 0 8px rgba(211, 170, 98, 0.14), var(--bqv-shadow); }
  100% { box-shadow: var(--bqv-shadow); }
}

@keyframes bqvGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes bqvShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes bqvLogoMove {
  0% { transform: translate3d(0, -50%, 0); }
  100% { transform: translate3d(-50%, -50%, 0); }
}

@media (max-width: 1180px) {
  .bqv-hero,
  .bqv-process,
  .bqv-bottom-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .bqv-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bqv-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bqv-form-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 860px) {
  .bqv-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 54px;
  }

  .bqv-hero-copy,
  .bqv-form-card,
  .bqv-showcase,
  .bqv-logo-section,
  .bqv-cases,
  .bqv-process-card,
  .bqv-summary-card,
  .bqv-note-card,
  .bqv-bottom-cta,
  .bqv-footer {
    border-radius: 26px;
  }

  .bqv-hero-copy,
  .bqv-showcase,
  .bqv-logo-section,
  .bqv-cases,
  .bqv-process-card,
  .bqv-bottom-cta {
    padding: 24px 18px;
  }

  .bqv-form-card {
    padding: 10px;
  }

  .bqv-form-shell {
    padding: 14px;
    border-radius: 22px;
  }

  .bqv-form-head,
  .bqv-field-grid,
  .bqv-stat-row,
  .bqv-proof-strip,
  .bqv-case-grid {
    grid-template-columns: 1fr;
  }

  .bqv-btn-row,
  .bqv-form-actions,
  .bqv-bottom-actions {
    flex-direction: column;
  }

  .bqv-btn,
  .bqv-btn-block {
    width: 100%;
  }

  .bqv-hero-copy h1,
  .bqv-bottom-copy h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .bqv-form-head h2,
  .bqv-section-head h2,
  .bqv-process-card h2,
  .bqv-summary-card h3 {
    font-size: 30px;
  }

  .bqv-score-card {
    width: fit-content;
  }

  .bqv-slide {
    height: 340px;
    border-radius: 24px;
  }

  .bqv-slide-shell {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 14px;
    padding: 16px;
    align-items: stretch;
  }

  .bqv-slide-stage {
    order: 1;
  }

  .bqv-slide-overlay {
    order: 2;
    max-width: none;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .bqv-slide-overlay strong {
    font-size: 22px;
  }

.bqv-slide-main {
  width: 100%;
  height: 100%;
  object-fit: contain; /* important */
  max-width: 100%;
  max-height: 100%;
}

  .bqv-logo-belt {
    height: 98px;
    border-radius: 22px;
  }

  .bqv-logo-belt::before,
  .bqv-logo-belt::after {
    width: 32px;
  }

  .bqv-logo-card {
    width: 160px;
    height: 68px;
    border-radius: 18px;
  }

  .bqv-logo-card img {
    max-height: 34px;
  }

  .bqv-meter-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bqv-step {
    grid-template-columns: 1fr;
  }

  .bqv-step-no {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 576px) {
  .bqv-proof-card,
  .bqv-case-card,
  .bqv-summary-card,
  .bqv-note-card {
    padding: 20px;
    border-radius: 22px;
  }

  .bqv-kicker,
  .bqv-section-kicker,
  .bqv-mini-badge,
  .bqv-mini-status {
    font-size: 11px;
  }

  .bqv-logo-card {
    width: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-bqv-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .bqv-btn,
  .bqv-case-card {
    transition: none;
  }

  .bqv-btn-primary::after,
  .bqv-meter-fill::after,
  .bqv-logo-track {
    animation: none;
  }

  .bqv-form-card-focus {
    animation: none;
  }
}

/* =================================
BULK PAGE STYLES END
/* ================================= */
/* =================================
ABOUT PAGE STYLES START
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions
/* ================================= */
/* Page theme */
.about-page {
  --ink: #17325a;
  --ink-soft: #556f8b;
  --teal: #138879;
  --teal-soft: #e5f5f2;
  --orange: #ee8b49;
  --orange-soft: #fff1e6;
  --paper: #fffdf8;
  --mist: #f2f6fb;
  --white: #ffffff;
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(238, 139, 73, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(19, 136, 121, 0.14), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #f7f9fc 58%, #eef4fb 100%);
}

.about-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.about-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

/* Hero block */
.about-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  margin-bottom: 28px;
}

.about-copy,
.about-visual,
.story-section,
.values-section,
.promise-section,
.about-cta {
  border-radius: 32px;
  border: 1px solid rgba(23, 50, 90, 0.08);
  box-shadow: 0 22px 56px rgba(12, 28, 58, 0.08);
}

.about-copy {
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 239, 0.96));
}

.about-badge,
.mini-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: #cc6d27;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.about-copy h1 {
  margin: 16px 0 16px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #142b4d;
}

.about-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.primary-btn {
  background: linear-gradient(135deg, #ef9656, #ff7640);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(255, 118, 64, 0.26);
}

.secondary-btn {
  background: linear-gradient(135deg, #17325a, #138879);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(23, 50, 90, 0.22);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.trust-item {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #142b4d;
}

.trust-item span {
  display: block;
  color: #627b96;
  font-size: 13px;
  line-height: 1.7;
}

/* Hero visual */
.about-visual {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(16, 42, 77, 0.98), rgba(19, 136, 121, 0.94));
  color: var(--white);
  display: grid;
  gap: 18px;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.poster-chip {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero-poster h2 {
  margin: 18px 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -1px;
}

.hero-poster p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
}

.poster-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.poster-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.small-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.small-panel {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.accent-panel {
  background: rgba(255, 255, 255, 0.16);
}

.small-panel i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 20px;
  margin-bottom: 16px;
}

.small-panel h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--white);
}

.small-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
  font-size: 14px;
}

/* Story grid */
.story-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  padding: 24px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.story-panel {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.story-panel h2 {
  margin: 16px 0 14px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.14;
  color: #142b4d;
}

.story-panel p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  line-height: 1.9;
}

.story-side {
  display: grid;
  gap: 18px;
}

.story-card {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fff7ee, #ffffff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.warm-label {
  background: #ffe8d5;
  color: #d1702d;
}

.dark-card {
  background: linear-gradient(135deg, #17325a, #1b7a6e);
  color: var(--white);
}

.dark-label {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.story-card p,
.story-card li {
  color: inherit;
  line-height: 1.85;
}

.story-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

/* Values cards */
.values-section {
  padding: 34px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.about-head {
  margin-bottom: 24px;
}

.about-head h2 {
  margin: 16px 0 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  color: #142b4d;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.value-card {
  padding: 26px 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 247, 238, 0.72), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(23, 50, 90, 0.08);
  box-shadow: 0 18px 34px rgba(12, 28, 58, 0.06);
}

.value-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ee8b49, #138879);
  color: var(--white);
  font-size: 22px;
  box-shadow: 0 14px 28px rgba(23, 50, 90, 0.18);
  margin-bottom: 16px;
}

.value-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #142b4d;
}

.value-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 14px;
}

/* Process block */
.promise-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  padding: 24px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.95);
}

.promise-copy {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff7ee, #ffffff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.promise-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  color: #142b4d;
}

.promise-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.promise-steps {
  display: grid;
  gap: 16px;
}

.promise-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f5fbf9, #ffffff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.step-no {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #17325a, #138879);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(23, 50, 90, 0.18);
}

.promise-step h3 {
  margin: 4px 0 8px;
  font-size: 21px;
  color: #142b4d;
}

.promise-step p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

/* CTA block */
.about-cta {
  position: relative;
  overflow: hidden;
  padding: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #17325a, #1b7a6e 58%, #ee8b49);
  color: var(--white);
}

.cta-inner {
  position: relative;
  z-index: 1;
}

.cta-label {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.about-cta h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
}

.about-cta p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.85;
}

/* Footer */
.about-page footer {
  padding: 28px 16px 34px;
  text-align: center;
}

/* Tablet rules */
@media (max-width: 1100px) {
  .about-hero,
  .story-section,
  .promise-section {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-list {
    grid-template-columns: 1fr;
  }
}

/* Mobile rules */
@media (max-width: 768px) {
  .about-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 48px;
  }

  .about-copy,
  .about-visual,
  .story-section,
  .values-section,
  .promise-section,
  .about-cta {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .small-panels,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .about-copy h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .about-copy p {
    font-size: 16px;
  }

  .about-actions {
    flex-direction: column;
  }

  .about-btn {
    width: 100%;
  }

  .promise-step {
    grid-template-columns: 1fr;
  }

  .step-no {
    width: 56px;
    height: 56px;
  }
}
/* =================================
ABOUT PAGE STYLES END
/* ================================= */

/* =================================
SUPPORT PAGE STYLES START
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions
/* ================================= */

.support-page {
  --ink: #10253f;
  --text: #58708c;
  --line: rgba(16, 37, 63, 0.1);
  --panel: rgba(255, 255, 255, 0.88);
  --white: #ffffff;
  --teal: #15a287;
  --cyan: #1d7fa1;
  --orange: #ff8a48;
  --bg: #eef5fb;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)),
    linear-gradient(90deg, rgba(16, 37, 63, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(16, 37, 63, 0.04) 1px, transparent 1px),
    radial-gradient(circle at top left, rgba(21, 162, 135, 0.16), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 138, 72, 0.18), transparent 26%),
    var(--bg);
  background-size: auto, 32px 32px, 32px 32px, auto, auto, auto;
}

.support-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.support-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

/* Hero */
.support-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  margin-bottom: 28px;
}

.support-desk {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, #10253f 0%, #173a61 48%, #14917a 100%);
  box-shadow: 0 28px 60px rgba(12, 28, 58, 0.16);
  animation: deskGlow 8s ease-in-out infinite;
}

.support-desk::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
}

.support-chip,
.section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.support-chip {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.support-chip-alt {
  background: rgba(21, 162, 135, 0.1);
  color: #0f7b6a;
}

.section-tag {
  background: rgba(255, 138, 72, 0.12);
  color: #d86c2c;
}

.light-tag {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.support-desk h1 {
  margin: 16px 0 14px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.03;
  letter-spacing: -1.5px;
}

.support-desk p {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.support-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7affb4;
  box-shadow: 0 0 0 8px rgba(122, 255, 180, 0.14);
  animation: pulseDot 1.8s ease infinite;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.support-btn:hover {
  transform: translateY(-2px);
}

.support-btn-primary {
  background: linear-gradient(135deg, #ff9355, #ff6f38);
  color: var(--white);
  box-shadow: 0 18px 30px rgba(255, 111, 56, 0.28);
}

.support-btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.support-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.mini-info-card {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(18px);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.mini-info-card:nth-child(2) {
  animation-delay: 0.12s;
}

.mini-info-card:nth-child(3) {
  animation-delay: 0.24s;
}

.mini-info-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.mini-info-card span {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

/* Support panel */
.support-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.channel-card {
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: 0 20px 36px rgba(12, 28, 58, 0.08);
  backdrop-filter: blur(10px);
  transform: translateY(24px);
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.channel-card:nth-child(2) {
  animation-delay: 0.1s;
}

.channel-card:nth-child(3) {
  animation-delay: 0.2s;
}

.channel-card:nth-child(4) {
  animation-delay: 0.3s;
}

.feature-card {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(21, 162, 135, 0.1), rgba(29, 127, 161, 0.08));
}

.compact-card {
  min-height: 210px;
}

.channel-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #10253f, #15a287);
  color: var(--white);
  font-size: 22px;
  box-shadow: 0 14px 28px rgba(16, 37, 63, 0.18);
  margin-bottom: 16px;
}

.channel-copy h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--ink);
}

.channel-copy p {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #0f7b6a;
}

.channel-copy small {
  display: block;
  color: var(--text);
  line-height: 1.8;
  font-size: 14px;
}

/* Flow */
.support-flow,
.faq-board,
.support-strip {
  border-radius: 34px;
  border: 1px solid var(--line);
  box-shadow: 0 22px 52px rgba(12, 28, 58, 0.08);
  margin-bottom: 28px;
}

.support-flow {
  padding: 34px;
  background: rgba(255, 255, 255, 0.9);
}

.section-head {
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  color: var(--ink);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.flow-card {
  position: relative;
  padding: 26px 22px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.flow-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #ff8a48, #15a287);
}

.flow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(12, 28, 58, 0.08);
}

.flow-no {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
  color: #0f7b6a;
}

.flow-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  color: var(--ink);
}

.flow-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}

/* FAQ */
.faq-board {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
}

.faq-copy {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff7ef, #ffffff);
  border: 1px solid var(--line);
}

.faq-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  color: var(--ink);
}

.faq-copy p {
  margin: 0;
  color: var(--text);
  line-height: 1.85;
}

.faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.faq-tags span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(21, 162, 135, 0.1);
  color: #0f7b6a;
  font-size: 12px;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.05);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 54px 20px 22px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(21, 162, 135, 0.1);
  color: #0f7b6a;
  font-size: 18px;
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--text);
  line-height: 1.8;
}

/* Bottom strip */
.support-strip {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #10253f, #173a61, #15a287);
  color: var(--white);
}

.strip-copy h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
}

.strip-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

/* Footer */
.support-page footer {
  padding: 28px 16px 34px;
  text-align: center;
}

/* Floating WhatsApp */
.support-page .whatsapp-support {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17a974, #0e8b61);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(14, 139, 97, 0.34);
  animation: floatSupport 3s ease-in-out infinite;
}

.support-page .whatsapp-support::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(23, 169, 116, 0.2);
  animation: pulseRing 2.4s ease-out infinite;
}

.support-page .whatsapp-support img {
  width: 28px;
  height: 28px;
}

.support-page .wa-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseDot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(122, 255, 180, 0.28);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(122, 255, 180, 0);
  }
}

@keyframes pulseRing {
  0% {
    transform: scale(0.96);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@keyframes floatSupport {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes deskGlow {
  0%,
  100% {
    box-shadow: 0 28px 60px rgba(12, 28, 58, 0.16);
  }
  50% {
    box-shadow: 0 34px 68px rgba(12, 28, 58, 0.22);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .support-hero,
  .faq-board {
    grid-template-columns: 1fr;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .support-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .support-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 48px;
  }

  .support-desk,
  .support-flow,
  .faq-board,
  .support-strip {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .support-panel {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-column: span 1;
  }

  .support-actions,
  .support-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .support-btn {
    width: 100%;
  }

  .support-desk h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .support-desk p {
    font-size: 16px;
  }

  .support-page .whatsapp-support {
    right: 14px;
    bottom: 18px;
    min-height: 56px;
    padding: 0 16px 0 12px;
  }

  .support-page .wa-text {
    font-size: 13px;
  }
}
/* =================================
SUPPORT PAGE STYLES END
/* ================================= */

/* =================================
CART PAGE STYLES START
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions
/* ================================= */
/* Page shell */
.cart-page {
  --ink: #17325a;
  --text: #617a94;
  --line: rgba(23, 50, 90, 0.1);
  --white: #ffffff;
  --teal: #149a84;
  --orange: #f08b4c;
  --navy: #132f55;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(20, 154, 132, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(240, 139, 76, 0.16), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #f6f8fc 58%, #edf3fb 100%);
}

.cart-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.cart-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 70px;
}

.cart-shell-head {
  margin-bottom: 22px;
}

.cart-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.cart-kicker {
  background: rgba(240, 139, 76, 0.12);
  color: #d16f2f;
}

.section-label {
  background: rgba(20, 154, 132, 0.1);
  color: #0c7d69;
}

.cart-shell-head h1 {
  margin: 14px 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: var(--ink);
}

.cart-shell-head p {
  margin: 0;
  max-width: 760px;
  color: var(--text);
  line-height: 1.85;
  font-size: 16px;
}

.cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.cart-left,
.cart-right {
  min-width: 0;
}

.cart-panel,
.summary-panel,
.upi-panel,
.actions-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 20px 46px rgba(12, 28, 58, 0.08);
}

/* Main left panel */
.cart-panel {
  padding: 26px;
}

.panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.panel-head h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  color: var(--ink);
}

.panel-head p {
  margin: 0;
  max-width: 250px;
  color: var(--text);
  text-align: right;
  line-height: 1.75;
  font-size: 14px;
}

.cart-page #cart {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.cart-page #cart:empty::before {
  content: "Your cart is empty. Add a few products and they will appear here.";
  display: block;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff9f4, #ffffff);
  border: 1px dashed rgba(23, 50, 90, 0.18);
  color: var(--text);
  text-align: center;
  font-weight: 600;
}

.cart-page .cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffaf5, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(12, 28, 58, 0.05);
}

.cart-page .cart-item b {
  color: var(--ink);
}

.cart-page .cart-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-page .cart-controls button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(23, 50, 90, 0.16);
}

.cart-page .cart-controls .remove {
  background: linear-gradient(135deg, #d14a4a, #ef5350);
}

.cart-page .cart-controls span {
  min-width: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}

/* Right column */
.cart-right {
  display: grid;
  gap: 18px;
  align-self: start;
}

.cart-page .coupon-box,
.cart-page .upi-section,
.cart-page .cart-actions {
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
}

.summary-panel {
  padding: 26px;
}

.summary-head {
  margin-bottom: 16px;
}

.summary-head h3 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.12;
  color: var(--ink);
}

.summary-label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.cart-page #couponInput {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(23, 50, 90, 0.12);
  background: #f8fbff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.cart-page #couponInput:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(20, 154, 132, 0.1);
}

.cart-page .free-delivery-box {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.cart-page .free-text {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.cart-page .progress-bar {
  width: 100%;
  height: 14px;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #dfe8f5;
  overflow: hidden;
  box-shadow: inset 0 2px 5px rgba(12, 28, 58, 0.08);
}

.cart-page .progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #17325a, #0f577d, #149a84);
  transition: width 0.7s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cart-page .progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: progressShine 1.8s linear infinite;
}

.cart-page .progress-fill.complete {
  background: linear-gradient(90deg, #16a34a, #22c55e, #4ade80);
}

.summary-lines {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.summary-lines h4,
.summary-lines p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}

.cart-page .final-total {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 28px;
  line-height: 1.2;
  box-shadow: 0 16px 30px rgba(23, 50, 90, 0.16);
}

.cart-page .coupon-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.cart-page .apply-coupon-btn,
.cart-page .remove-coupon-btn {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transform: none !important;
}

.cart-page .apply-coupon-btn {
  background: linear-gradient(135deg, #f08b4c, #ff723a);
  color: var(--white);
  box-shadow: 0 12px 22px rgba(240, 139, 76, 0.2);
}

.cart-page .remove-coupon-btn {
  background: linear-gradient(135deg, #17325a, #2a4972);
  color: var(--white);
  box-shadow: 0 12px 22px rgba(23, 50, 90, 0.16);
}

.cart-page .coupon-message {
  min-height: 22px;
  margin: 14px 0 0;
  font-weight: 700;
}

/* UPI */
.upi-panel {
  padding: 26px;
  text-align: center;
}

.upi-head {
  margin-bottom: 16px;
}

.upi-head h3 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.12;
  color: var(--ink);
}

.cart-page .upi-section img {
  width: min(220px, 100%);
  display: block;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.06);
}

.cart-page .upi-text {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.cart-page .upi-sub {
  margin: 6px 0 0;
  color: var(--text);
  line-height: 1.75;
  font-size: 14px;
}

/* Actions */
.actions-panel {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.cart-page .clear-btn,
.cart-page .whatsapp-order {
  width: 100%;
  min-height: 54px;
  margin: 0 !important;
  border: 0;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  position: static !important;
  transform: none !important;
}

.cart-page .clear-btn {
  background: linear-gradient(135deg, #f2f6fb, #e7eef7);
  color: var(--ink);
  border: 1px solid rgba(23, 50, 90, 0.12);
}

.cart-page .whatsapp-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #0f9f65, #128c7e);
  color: var(--white);
  box-shadow: 0 16px 28px rgba(15, 159, 101, 0.22);
}

.cart-page .whatsapp-order img {
  width: 22px;
  height: 22px;
}

/* Popups */
.cart-page .coupon-success,
.cart-page .coupon-removed {
  position: fixed;
  right: 18px;
  top: 90px;
  z-index: 9999;
  min-width: 260px;
  max-width: calc(100% - 24px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 20px;
  color: var(--white);
  box-shadow: 0 24px 50px rgba(12, 28, 58, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.cart-page .coupon-success {
  background: linear-gradient(135deg, rgba(16, 35, 61, 0.96), rgba(20, 154, 132, 0.94));
}

.cart-page .coupon-removed {
  background: linear-gradient(135deg, rgba(104, 34, 34, 0.96), rgba(196, 65, 65, 0.94));
}

.cart-page .coupon-success.show,
.cart-page .coupon-removed.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.cart-page .checkmark,
.cart-page .remove-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.14);
}

.cart-page .success-text,
.cart-page .remove-text {
  font-size: 15px;
  font-weight: 800;
}

/* Footer */
.cart-page footer {
  padding: 28px 16px 34px;
  text-align: center;
}

/* Motion */
@keyframes progressShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .cart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cart-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 48px;
  }

  .cart-panel,
  .summary-panel,
  .upi-panel,
  .actions-panel {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-head p {
    max-width: none;
    text-align: left;
  }

  .cart-page .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-page .cart-controls {
    justify-content: flex-start;
  }

  .cart-page .coupon-actions {
    grid-template-columns: 1fr;
  }

  .cart-shell-head h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .cart-shell-head p {
    font-size: 15px;
  }

  .cart-page .coupon-success,
  .cart-page .coupon-removed {
    right: 12px;
    left: 12px;
    top: auto;
    bottom: 86px;
    min-width: auto;
  }
}


/* =================================
CART PAGE STYLES END
/* ================================= */
body { margin:0; font-family: 'Inter', 'Roboto', 'Poppins', Arial, sans-serif;; background:#f4f6f8; }

.nav {
  background:#09e4ca;
  padding:20px 25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* STICKY NAVBAR */
.nav {
  height: 80px;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #040764, #0d8d4f, #040764);
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}
.brand {
  white-space: nowrap;
}

/* NAV LINKS WITH ANIMATED UNDERLINE */
.nav a {
  position: relative;
  color: #f7f7f5;
  text-decoration: none;
  margin-left: 35px;

  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* underline animation */
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: linear-gradient(135deg, #0615ec, #fa2c08);
  transition: width 0.35s ease;
}

/* hover underline */
.nav a:hover::after {
  width: 100%;
}

/* active page underline always visible */
.nav a.active::after {
  width: 100%;
}

.btn.view-products{
background-color: rgb(255, 87, 34);
color: white;
height:auto;
width:auto;
border:none;
border-radius: 20px;
cursor: pointer;
}
.btn.view-products:hover {
  background-color: #de08b0;
}

.btn whatsapp-btn{
background-color: rgb(18, 171, 26);
color: white;
height:auto;
width:auto;
border:none;
border-radius: 20px;
cursor: pointer;
}
.btn.whatsapp-btn:hover {
  background-color: #6a0593;
}

.offer-btn{
background-color: rgb(201, 92, 8);
color: white;
height:auto;
width:auto;
border:none;
border-radius: 20px;
cursor: pointer;
}
.offer-btn:hover {
  background-color: #0c46074f;
}
/* ==============================
   HERO SECTION (FULL HEIGHT)
   ============================== */
.hero {
  height:85vh;
  background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
  color:rgb(245, 244, 244);
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* GLASS TEXT ONLY */
.hero-glass {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  padding: 18px 30px;
  border-radius: 16px;
  text-align: center;
}

.hero-glass h1 {
  font-size: 34px;
  color: white;
  margin-bottom: 6px;
}

.hero-glass p {
  font-size: 18px;
  color: #f1f1f1;
}

/* ==============================
   HERO TEXT (CENTER, NO GLASS)
   ============================== */

.hero-text {
  text-align: center;
  margin-bottom: 25px; /* space above buttons */
}

.hero-text h1 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.hero-text p {
  font-size: 18px;
  color: #f1f1f1;
}

/* BUTTONS */
.hero-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;   /* LEFT & RIGHT */
  padding: 0 60px;
}

.hero h1 { font-size:42px; animation:fade 1s; }
.hero p { font-size:18px; margin-bottom:25px; }

.hero-buttons { display:flex; gap:15px; justify-content:center; }

.hero button {
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  border-radius: 22px;
  background: #0bbcb6;
  cursor: pointer;
}

.wa-btn {
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 30px;
  background:#25d366;
  color:white;
  text-decoration:none;
  border-radius:30px;
}

.features {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px;
}

.features div {
  background:white;
  padding:20px;
  text-align:center;
  border-radius:12px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;          /* 👈 fixed clean gap between cards */
  padding: 30px;
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;

  background: #f5f5f5;
  padding: 6px;                 /* reduced */
  border-radius: 14px;          /* smoother */

  max-height: 180px;            /* 🔥 key size control */
  margin: auto;
}
.qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.qty button {
  width: 38px;
  height: 38px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #300477;
  color: rgb(247, 252, 252);
  display: flex;              /* ✅ KEY FIX */
  align-items: center;        /* ✅ vertical center */
  justify-content: center;    /* ✅ horizontal center */
}

.qty span {
  font-size: 18px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}

/* quantity number */
.qty-number {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: bold;
  background: #f5f5f5;
  border-radius: 6px;
}
.qty button:active {
  transform: scale(0.9);
}
button { width:100%; padding:18px; margin-top:15px; }
.card button {
  padding: 12px 16px;
  font-size: 15px;
  font-weight: bold;

  background: linear-gradient(135deg,#3ca8c9,#070598);
  color: rgb(255, 255, 255);
  width: auto;
  height: auto;
  align-items: center;
  border-radius: 50px;
  border: none;

  cursor: pointer;
  transition: all 0.3s ease;
}

.card button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(255,87,34,0.4);
}
/* ===============================
   PRODUCTS HEADER PREMIUM STYLE
================================ */

.products-header {
  text-align: center;
  margin: 40px 0 30px 0;
}

/* Title */
.products-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;

  background: linear-gradient(#07af15aa,#460996,#8f4309);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  letter-spacing: 1px;
}

/* Delivery Text Container */
.delivery-text {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  position: relative;
  overflow: hidden;
}

/* Truck Icon Animation */
.delivery-text {
  display: inline-block;
  margin-right: 10px;

  font-size: 20px;   /* 🔥 increase size here */
  
  animation: truckMove 3s linear infinite;
}
.delivery-icon {
.delivery-icon {
  display: inline-block;
  margin-right: 10px;

  font-size: 20px;   /* 🔥 increase size here */
  
  animation: truckMove 3s linear infinite;
}
}

/* Vehicle Moving Left to Right */
@keyframes truckMove {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-20px);
  }
}

/* Responsive */
@media(max-width:600px){
  .products-title {
    font-size: 26px;
  }
}
/* ================================
   ANIMATED GRADIENT BORDER - CARDS
================================ */

.card {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

/* Gradient border layer */
.card::before {
  content: "";
  position: absolute;
  inset: -2px;               /* border thickness */
  border-radius: 18px;       /* match card radius */

background: linear-gradient(
  270deg,
  rgb(244, 238, 206),
  #f0e2cb,
  #89e2e1,
  #cabdec,
  rgb(199, 225, 230)
);

  background-size: 400% 400%;
  animation: gradientBorder 20s ease infinite;

  z-index: -1;
}

/* Gradient animation */
@keyframes gradientBorder {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
footer {
  background:#0c0570;
  color:white;
  text-align:center;
  padding:30px;
}

.btn-small {
  padding: 0px 0px;
  font-size: 20px;
}

.wa-float {
  position:fixed;
  bottom:20px;
  right:20px;
  background:#25d366;
  padding:14px;
  border-radius:50%;
}

.logo img {
  height: 200px;
  width: 200px;
}

.cart-section {
  padding: 30px;
  text-align: center;
  animation: fade 1s;
}

.cart-section ul {
  list-style: none;
  padding: 0;
}

.cart-section li {
  background: white;
  margin: 10px auto;
  padding: 15px;
  max-width: 400px;
  border-radius: 10px;
}

.cart-actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
/* COUPON BUTTONS */
.coupon-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

/* Apply Coupon */
.apply-coupon-btn {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  width: 200px;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.apply-coupon-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}

/* Remove Coupon */
.remove-coupon-btn {
  background: linear-gradient(135deg, #e53935, #c62828);
  width: 200px;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.remove-coupon-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}
.clear-btn {
  background: linear-gradient(135deg,#f55555,#eef364);
  width: 200px;
  height:auto;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
}

.whatsapp-order {
  background: linear-gradient(135deg,#25D366,#05029a);
  color: white;
  width: 200px;
  height:auto;
  border: none;
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  animation: pulse 1s infinite;
}
/* =========================
   COUPON SUCCESS ANIMATION
========================= */

.coupon-success {
  position: fixed;
  top: 500px;
  right: 300px;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  color: white;
  padding: 16px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(80px);
  pointer-events: none;
  z-index: 99999;
}

.coupon-success.show {
  animation: couponPop 2.5s ease forwards;
}

.checkmark {
  width: 36px;
  height: 36px;
  background: white;
  color: #2e7d32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  animation: checkPulse 3.2s infinite;
}

.success-text {
  font-size: 15px;
  font-weight: bold;
}

/* Animations */
@keyframes couponPop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes checkPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* Mobile safe */
@media (max-width: 600px) {
  .coupon-success {
    right: 50%;
    transform: translateX(50%);
  }
}
/* FORCE smaller View Products button */
.view-btn {
  padding: 8px 18px !important;
  font-size: 32px !important;
  color: rgb(241, 240, 241);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* =========================
   COUPON REMOVED ANIMATION
========================= */

.coupon-removed {
  position: fixed;
  top: 500px;
  right: 300px;
  background: linear-gradient(135deg, #ff7043, #d84315);
  color: white;
  padding: 16px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  z-index: 99999;
}

.coupon-removed.show {
  animation: removePop 3.5s ease forwards;
}

.remove-icon {
  width: 36px;
  height: 36px;
  background: white;
  color: #d84315;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  animation: removePulse 3.2s infinite;
}

.remove-text {
  font-size: 15px;
  font-weight: bold;
}

/* Animations */
@keyframes removePop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes removePulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* Mobile safe */
@media (max-width: 600px) {
  .coupon-removed {
    right: 50%;
    transform: translateX(50%);
  }
}
.info-section {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(135deg,#ca710c,#b6a6cf);
  color: rgb(34, 4, 90);
  animation: slideUp 1s;
}

.card img:hover {
  transform: scale(1.05);
  transition: 0.8s ease;
}

/* BRAND + WELCOME TEXT */
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand img {
  height: 50px;
}

.welcome-text {
  color: white;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}
.welcome-text {
  color: white;
  font-size: 32px;
  font-weight: bold;
  white-space: nowrap;

  /* animation */
  animation: slideGlow 10s ease-in-out infinite;
}
/* UPI QR SECTION */
.upi-section {
  margin-top: 30px;
  text-align: center;
  animation: fade 1s ease;
}

.upi-section img {
  width: 180px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: pulse 1.5s infinite;
}

.upi-text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
}

.upi-sub {
  font-size: 14px;
  color: #555;
}
/* Tablets */
@media (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* PRODUCT DESCRIPTION */
.desc {
  font-size: 14px;
  color: #06021a;
  line-height: 1.4;
  margin: 6px 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;      /* ✅ only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.desc.expanded {
  -webkit-line-clamp: unset;  /* show full text */
}

.toggle-desc {
  font-size: 13px;
  color: #ca05c0;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

/* Mobile */
@media (max-width: 600px) {
  .products {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* pulse animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
/* slide up animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideGlow {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    text-shadow: none;
  }
  50% {
    opacity: 1;
    transform: translateX(0);
    text-shadow: 0 0 8px rgba(255,255,255,0.7);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    text-shadow: none;
  }
}
/* IMAGE SLIDER */
.slider {
  position: relative;
}

.slide-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: none;
  background: #f5f5f5;
  padding: 8px;
  border-radius: 8px;
}

.slide-img.active {
  display: block;
}

/* DOTS */
.dots {
  text-align: center;
  margin-top: 6px;
}

.dot {
  height: 8px;
  width: 8px;
  background: #d90f0f;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background: #200341;
}

.hero {
  position: relative;
  height: 500px;
  background: #2e2e2e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  color: white;
}

.hero-slider {
  min-height: 50vh;
  position: absolute;
  align-items: center;
  inset: 0;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;   /* VERY IMPORTANT */
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slider {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e2e2e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);  /* soft overlay */
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;               /* was 0.35 – too dark */
  filter: brightness(1.15) contrast(1.05);
}

.hero-content {
  position: absolute;
  top: 35%;                /* 🔧 moved UP so buttons are visible */
  left: 10%;
  transform: translate(-50%, -50%);
  text-align: center;

  max-width: 520px;
  padding: 18px 20px;

  z-index: 3;
}

.hero-content h1 {
  color: #ffffff;              /* text color */
  font-size: 34px;             /* size */
  margin-bottom: 80px;
  font-weight: 700;            /* boldness */
  letter-spacing: 1px;

  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.hero-content p {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;

  font-family: 'Inter', sans-serif;
}

.hero-buttons {
  display: flex;
  justify-content: space-between; /* ⬅ key line */
  align-items: center;

  margin-top: 18px;
  width: 100%;
}

.hero-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 4; /* ensures visible */
}


.hero-buttons a:first-child {
  margin-left: -30px;   /* ⬅ move LEFT */
}

.hero-buttons a:last-child {
  margin-right: -30px;  /* ➡ move RIGHT */
}

.btn {
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.view-products {
  background: orange;
}

.whatsapp-btn {
  background: #25D366;
}

.btn-view {
  background: orange;
  padding: 14px 40px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
}

.btn-whatsapp {
  background: #25D366;
  padding: 14px 30px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
}

.hero-content {
  position: relative;
  padding-bottom: 40px;   /* space for buttons */
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.hero-dot.active {
  background: white;
}

/* FLOATING CART BUTTON */
.floating-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 100px;
  height: 100px;

  background: #0f0969;
  color: white;
  font-size: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  text-decoration: none;

  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  z-index: 9999;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-cart:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.hero-section {
  position: relative;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;   /* ABOVE video/images */
}

/* Responsive: hide text on very small screens */
@media (max-width: 768px) {
  .welcome-text {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .welcome-text {
    display: none;
  }
}

@media(max-width:1024px){
  .products,.features{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
  .products,.features{grid-template-columns:1fr;}
}

@keyframes fade{
  from{opacity:0} to{opacity:1}
}
@media (max-width: 600px) {
  .hero-buttons {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons a:first-child,
  .hero-buttons a:last-child {
    margin: 0;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }

  .hero-content {
    bottom: 6%;
  }

  .hero-glass h1 {
    font-size: 26px;
  }

  .hero-glass p {
    font-size: 14px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nav a {
    font-size: 15px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .nav a {
    font-size: 13px;
    margin-left: 15px;
  }
}

/* =========================
   HAMBURGER MENU STYLES
   ========================= */

.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* Tablet & below */
@media (max-width: 1024px) {

  .menu-toggle {
    display: block;
  }

  .links {
    display: none;
    width: 100%;
    background: #460996;
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
  }

  .links a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
  }

  .links.show {
    display: flex;
  }
}
/* Mobile */
@media (max-width: 600px) { 
  .menu-toggle {
    font-size: 24px;
  }

  .links a {
    font-size: 13px;
  }
} 
/* =========================
   END OF HAMBURGER MENU STYLES
   ========================= */
   /* =========================
   ABOUT PAGE STYLES
   ========================= */

.about-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  animation: fade 0.8s ease;
}

.about-section h1 {
  font-size: 34px;
  margin-bottom: 16px;
  color: #2c1366;
}

.about-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.about-card {
  background: white;
  border-radius: 14px;
  padding: 24px 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
}

.about-card span {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.about-card h3 {
  font-size: 18px;
  color: #460996;
  margin-bottom: 8px;
}

.about-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .about-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .about-cards {
    grid-template-columns: 1fr;
  }
}
/* =========================
   END OF ABOUT PAGE STYLES
   ========================= */
   /* =========================
   SUPPORT PAGE STYLES
   ========================= */

.support-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  animation: fade 0.8s ease;
}

.support-section h1 {
  font-size: 32px;
  margin-bottom: 14px;
  color: #2c1366;
}

.support-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 36px;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.support-card {
  background: linear-gradient(135deg,#ffffff,#f4f6ff);
  border-radius: 14px;
  padding: 24px 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.support-card:hover {
  transform: translateY(-6px);
}

.support-card span {
  font-size: 34px;
  display: block;
  margin-bottom: 10px;
}

.support-card h3 {
  font-size: 17px;
  color: #460996;
  margin-bottom: 6px;
}

.support-card p {
  font-size: 14px;
  color: #444;
}

.support-card small {
  display: block;
  margin-top: 6px;
  color: #777;
}

/* Responsive */
@media (max-width: 900px) {
  .support-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .support-cards {
    grid-template-columns: 1fr;
  }
}
/* =========================
   END OF SUPPORT PAGE STYLES
   ========================= */
   /* =========================
   WHATSAPP SUPPORT FLOAT
   (SUPPORT PAGE ONLY)
   ========================= */

.whatsapp-support {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;

  background: #25D366;
  color: white;
  padding: 12px 18px;
  border-radius: 40px;
  text-decoration: none;

  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 9999;

  animation: waPulse 1.6s infinite;
}

.whatsapp-support img {
  width: 26px;
  height: 26px;
}

.whatsapp-support .wa-text {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

/* Hover effect */
.whatsapp-support:hover {
  transform: scale(1.05);
}

/* Pulse animation */
@keyframes waPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Mobile optimization */
@media (max-width: 600px) {
  .whatsapp-support {
    padding: 12px;
  }

  .whatsapp-support .wa-text {
    display: none; /* icon only on mobile */
  }
}

/* =========================
   GALLERY PAGE STYLES
   ========================= */

.gallery-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  animation: fade 0.8s ease;
}

.gallery-section h1 {
  font-size: 34px;
  color: #2c1366;
  margin-bottom: 14px;
}

.gallery-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-card {
  background: white;
  border-radius: 16px;
  padding: 26px 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
}

.gallery-card span {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}

.gallery-card h3 {
  font-size: 18px;
  color: #460996;
  margin-bottom: 8px;
}

.gallery-card p {
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================
   END OF GALLERY PAGE STYLES
   ========================= */
   /* =========================
   BULK ORDERS PAGE STYLES
   ========================= */

.bulk-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  animation: fade 0.8s ease;
}

.bulk-section h1 {
  font-size: 34px;
  color: #2c1366;
  margin-bottom: 14px;
}

.bulk-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.bulk-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.bulk-card {
  background: linear-gradient(135deg,#ffffff,#f4f6ff);
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.bulk-card:hover {
  transform: translateY(-6px);
}

.bulk-card span {
  font-size: 38px;
  display: block;
  margin-bottom: 12px;
}

.bulk-card h3 {
  font-size: 18px;
  color: #460996;
  margin-bottom: 10px;
}

.bulk-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.bulk-note {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #2e7d32;
}

/* Responsive */
@media (max-width: 900px) {
  .bulk-cards {
    grid-template-columns: 1fr;
  }
}
/* =========================
   END OF BULK ORDERS PAGE STYLES
   ========================= */

/* =========================
   SPECIAL OFFER SECTION
   ========================= */

.offer-section {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, #fff7e6, #fff);
}

.offer-box {
  max-width: 650px;
  width: 100%;
  background: white;
  border-radius: 18px;
  padding: 30px 25px;
  text-align: center;

  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  position: relative;

  animation: slideUp 0.8s ease;
}

.offer-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff5722;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}

.offer-box h2 {
  font-size: 28px;
  margin: 20px 0 10px;
  color: #222;
}

.offer-box h2 span {
  color: #ff9800;
  font-weight: bold;
}

.offer-box .price {
  color: #e53935;
  font-size: 32px;
}

.offer-box p {
  font-size: 15px;
  color: #555;
  margin-bottom: 22px;
}

.offer-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg,#ff9800,#ff5722);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 600px) {
  .offer-box h2 {
    font-size: 22px;
  }

  .offer-box .price {
    font-size: 26px;
  }
}
/* =========================
   END OF SPECIAL OFFER SECTION
   ========================= */
   /* =========================
   OFFER RIBBON (ACRYLIC)
   ========================= */

.card {
  position: relative; /* REQUIRED for ribbon */
}

.offer-ribbon {
  position: absolute;
  top: 12px;
  left: -6px;

  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: white;

  padding: 6px 14px;
  font-size: 13px;
  font-weight: bold;

  border-radius: 0 14px 14px 0;
  z-index: 10;

  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  animation: ribbonPulse 1.5s infinite;
}

/* Subtle attention animation */
@keyframes ribbonPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
/* =========================
   END OF OFFER RIBBON
   ========================= */
   /* =========================
   OFFER SCROLL TICKER
========================= */

.offer-ticker {
  width: 100%;
  background: linear-gradient(90deg,#1c057b,#0db5d37e,#1c057b);
  color: white;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  font-weight: bold;
  font-size: 14px;
}

.offer-track {
  display: inline-block;
  padding-left: 100%;
  animation: tickerMove 18s linear infinite;
}

@keyframes tickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.offer-ticker {
  margin-top: -2px; /* visually tight with navbar */
}
/* =========================
   END OF OFFER SCROLL TICKER
   ========================= */
   .cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-controls button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #0505b3;
  color: white;

  font-size: 18px;
  font-weight: 800;        /* ✅ BOLD SYMBOL */
  line-height: 1;          /* ✅ FIX vertical alignment */

  display: flex;           /* ✅ CENTER FIX */
  align-items: center;     /* ✅ vertical center */
  justify-content: center; /* ✅ horizontal center */

  cursor: pointer;
  padding: 0;              /* ✅ remove default padding */
}

.cart-controls .remove {
  background: #e53935;
  font-weight: 700;
}

.cart-controls span {
  min-width: 20px;
  text-align: center;
  font-weight: bold;
}
.cart-item-name {
  flex: 1;
  text-align: left;
  margin-left: 8px;
  color: #167205;
}
.cart-item-price {
  font-weight: bold;
  color: #333333;
}
.cart-total {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #167205;
}
.cart-empty {
  font-size: 16px;
  color: #777;
  margin-top: 20px;
}
/* =========================
   END OF CART STYLES
   ========================= */
   .free-delivery-box {
  margin: 15px 0;
}

.free-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0e1cb0, #107d04);
  transition: width 0.6s ease;
}
.progress-fill.complete {
  background: linear-gradient(90deg, #4caf50, #81c784);
}
.free-delivery-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.offer-marquee {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 6px 0 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  contain: layout paint;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #111827 0%, #1f2937 45%, #312e81 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.offer-marquee::before,
.offer-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.offer-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #111827 0%, rgba(17, 24, 39, 0) 100%);
}

.offer-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #312e81 0%, rgba(49, 46, 129, 0) 100%);
}

.offer-marquee__viewport {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-radius: inherit;
}

.offer-marquee__track {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: offerMarqueeMove 24s linear infinite;
}

.offer-marquee__group {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.offer-marquee__item {
  display: inline-flex;
  align-items: center;
  color: #f8fafc;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 14px;
}

.offer-marquee__item strong {
  color: #fbbf24;
  font-weight: 800;
  margin-right: 6px;
  letter-spacing: 0.2px;
}

.offer-marquee__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.12);
}

@keyframes offerMarqueeMove {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}

@media (max-width: 576px) {
  .offer-marquee__viewport {
    height: 36px;
  }

  .offer-marquee__item {
    font-size: 11.5px;
    line-height: 36px;
    padding: 0 12px;
  }
}

/* ==============================
   HERO GLASS BOX
   ============================== */
   /* ===============================
   HERO SIDE TRUST BADGES
================================ */

.hero {
  position: relative;
  overflow: hidden;
}

/* Left & Right Containers */
.hero-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 2;
}

.hero-left {
  left: 10px;
}

.hero-right {
  right: 10px;
}

/* Badge Design */
.trust-badge {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  animation: floatBadge 4s ease-in-out infinite;
}

/* Subtle floating animation */
@keyframes floatBadge {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Hide side badges on mobile */
@media (max-width: 768px) {
  .hero-side {
    display: none;
  }
}

/* ===============================
   HERO TRUST BADGES – PRO VERSION
================================ */

.hero {
  position: relative;
  overflow: hidden;
}

.hero-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 3;
}

.hero-left { left: 14px; }
.hero-right { right: 14px; }

.trust-badge {
  text-decoration: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 12px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  transition: all 0.3s ease;
}

.trust-badge i {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
  color: #ffcc00;
}

.trust-badge span {
  display: block;
}

.trust-badge:hover {
  transform: translateY(-6px) scale(1.04);
  background: rgba(70,9,150,0.85);
}

/* Review stars */
.stars {
  color: #ffd700;
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 1px;
}

/* Scroll animation */
.animate-badge {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.animate-badge.show {
  opacity: 1;
  transform: translateY(-50%);
}

/* Hide on mobile */
@media (max-width: 768px) {
  .hero-side {
    display: none;
  }
}
/* ===============================
   END OF HERO TRUST BADGES
================================ */
.trust-badge {
  opacity: 0;
  transform: translateY(20px);
  animation: badgeFade 0.6s forwards;
}

.trust-badge:nth-child(1) { animation-delay: 0.2s; }
.trust-badge:nth-child(2) { animation-delay: 0.4s; }
.trust-badge:nth-child(3) { animation-delay: 0.6s; }
.trust-badge:nth-child(4) { animation-delay: 0.8s; }

@keyframes badgeFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   CART SECTION STYLES
   ========================= */
   .hero-side.slide {
  transform: translateY(-50%) translateX(-6px);
}
/* PRODUCT IMAGE ZOOM */
.card img {
  transition: transform 0.4s ease;
}

.card img:hover {
  transform: scale(1.08);
}

/* REVIEWS PAGE */
.reviews-hero {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(135deg,#4a148c,#6a1b9a);
  color: white;
}
/* FIX review card cutting */
.review-card {
  height: auto !important;
  min-height: 140px;
  overflow: visible;
}

.review-card p {
  white-space: normal;
  overflow: visible;
}

.reviews-hero h1 {
  font-size: 36px;
}

.reviews-hero p {
  font-size: 18px;
}

.google-reviews {
  padding: 50px 20px;
  text-align: center;
}

.google-reviews h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.review-note {
  margin-top: 12px;
  font-size: 15px;
}

.review-note a {
  color: #ff5722;
  font-weight: bold;
}

/* TESTIMONIALS */
.testimonial-section {
  background: #f4f6f8;
  padding: 60px 20px;
  text-align: center;
}

.testimonial-wrapper {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scrollReviews 25s linear infinite;
}

.testimonial-card {
  background: white;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.testimonial-card p {
  font-size: 16px;
  color: #444;
}

.testimonial-card span {
  font-weight: bold;
  color: #2c1366;
}

.stars {
  color: #FFD700;
  font-size: 18px;
  margin-bottom: 6px;
}

/* AUTO SCROLL */
@keyframes scrollReviews {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* CTA */
.review-cta {
  text-align: center;
  margin: 30px auto 15px;
  padding: 14px 20px;
  background: linear-gradient(135deg,#fff7cc,#ffe082);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.review-cta a {
  color: #d84315;
  text-decoration: none;
  font-weight: 700;
  margin-left: 6px;
}

.review-cta a:hover {
  text-decoration: underline;
}
.review-scroll-wrapper {
  max-height: 260px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

/* Fade effect top & bottom */
.review-scroll-wrapper::before,
.review-scroll-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 2;
}

.review-scroll-wrapper::before {
  top: 0;
  background: linear-gradient(to bottom, #f5f5f5, transparent);
}

.review-scroll-wrapper::after {
  bottom: 0;
  background: linear-gradient(to top, #f5f5f5, transparent);
}
.google-rating-card {
  border: 2px solid #ffd700;
  box-shadow: 0 8px 22px rgba(255,193,7,0.25);
}


/* ===== RESPONSIVE SAFETY ===== */
@media (max-width: 1366px) {
  .hero {
    min-height: calc(100vh - 80px);
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .nav {
    height: 70px;
  }
}
/* =====================================
   FIX NAV OVERLAP – KEEP HAMBURGER
   ===================================== */

/* Default: desktop */
.menu-toggle {
  display: none;
}

/* Laptop & below (13–14 inch FIX) */
@media (max-width: 1280px) {

  .menu-toggle {
    display: block; /* ✅ hamburger ON */
  }

  .links {
    display: none; /* hide links */
    position: absolute;
    top: 80px; /* navbar height */
    left: 0;
    width: 100%;
    background: linear-gradient(135deg,#4a148c,#6a1b9a);
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
    z-index: 9999;
  }

  .links a {
    display: block;
    margin: 10px 0;
    font-size: 16px;
  }

  .links.show {
    display: flex; /* open menu */
  }
}

/* ===========================
   CATEGORY STYLE
=========================== */

.product-category {
  margin-bottom: auto;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(#f1510c,#f2f4f2,#9797eeef);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Header */
.category-header {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: linear-gradient(135deg,#460996,#25D366);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.category-header:hover {
  background: linear-gradient(135deg,#6a1b9a,#1aa34a);
}

.toggle-icon {
  font-size: 24px;
}

/* Products Hidden by Default */
.category-products {
  display: none;
  padding: 20px;
}

/* When Active */
.product-category.active .category-products {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

/* Hover Preview */
.category-preview {
  display: none;
  padding: 10px 20px;
  gap: 10px;
}

.category-header:hover + .category-preview {
  display: flex;
}

.category-preview img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

/* Responsive */
@media(max-width:1024px){
  .product-category.active .category-products{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .product-category.active .category-products{
    grid-template-columns: 1fr;
  }
}

/* =================================
   PREMIUM CATEGORY ACCORDION (FINAL)
================================= */

/* Category Wrapper */
.product-category {
  margin-bottom: 20px;
}

/* Category Header */
.category-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 14px 22px;

  background: linear-gradient(135deg,#ce3f06,#270262);
  color: #ffffff;

  font-size: 20px;
  font-weight: 600;

  border-radius: 10px;
  cursor: pointer;

  transition: all 0.3s ease;
}

/* Hover Effect */
.category-header:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Chevron Icon */
.chevron-icon {
  font-size: 30px;
  transition: transform 0.5s ease;
}

/* Rotate Icon When Active */
.product-category.active .chevron-icon {
  transform: rotate(45deg);
}

/* Products Container */
.category-products {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* Active State */
.product-category.active .category-products {
  max-height: 2000px;
  margin-top: 18px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-category.active .category-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-category.active .category-products {
    grid-template-columns: 1fr;
  }
}

/* =================================
   END OF PREMIUM CATEGORY ACCORDION  
/* ================================= */

/* =================================
  CART PROGRESS BAR & FREE DELIVERY 
/* ================================= */
.free-delivery-box {
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid rgba(23, 50, 90, 0.08);
  box-shadow: 0 12px 24px rgba(12, 28, 58, 0.08);
}

.free-text {
  font-size: 14px;
  font-weight: 700;
  color: #17325a;
  margin-bottom: 10px;
}

.progress-bar {
  width: 100%;
  height: 14px;
  padding: 3px;
  background: #dfe8f5;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 2px 5px rgba(12, 28, 58, 0.08);
}

.progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #17325a, #0f577d, #14a786);
  transition: width 0.7s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: progressShine 1.8s linear infinite;
}

.progress-fill.complete {
  background: linear-gradient(90deg, #16a34a, #22c55e, #4ade80);
}

@keyframes progressShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.size-box {
  margin: 12px 0 14px;
}

.size-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #17325a;
}

.size-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(23, 50, 90, 0.12);
  background: #ffffff;
  color: #17325a;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  box-shadow: 0 6px 14px rgba(12, 28, 58, 0.05);
}

.size-select:focus {
  border-color: #14a786;
  box-shadow: 0 0 0 3px rgba(20, 167, 134, 0.12);
}
/*=============================
// END OF CART PROGRESS & FREE DELIVERY

/* ============================
   TRACKING PAGE
   ============================ */

   .tracking-page {
  --ink: #10263f;
  --text: #607891;
  --line: rgba(16, 38, 63, 0.1);
  --white: #ffffff;
  --navy: #163253;
  --teal: #149a84;
  --orange: #f08a4b;
  --orange-deep: #ff713b;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(240, 138, 75, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(20, 154, 132, 0.16), transparent 22%),
    linear-gradient(180deg, #fffaf4 0%, #f5f8fc 54%, #edf3fb 100%);
}

.tracking-page .nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.tracking-page .brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tracking-page .brand img {
  width: 52px;
  height: 52px;
}

.tracking-page .welcome-text {
  font-size: 0;
  animation: none;
}

.tracking-page .welcome-text::after {
  content: "Welcome To Magnet Craft Prints";
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
}

.tracking-ribbon {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(16, 38, 63, 0.08);
  backdrop-filter: blur(10px);
}

.tracking-ribbon-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 12px 0;
  animation: trackingRibbonMove 22s linear infinite;
}

.tracking-ribbon-track span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(23, 50, 90, 0.14);
}

.tracking-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero-kicker {
  background: rgba(240, 138, 75, 0.12);
  color: #d56f2d;
}

.section-kicker {
  background: rgba(20, 154, 132, 0.1);
  color: #0b7b68;
}

.tracking-hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 22px;
  margin-bottom: 28px;
}

.tracking-copy,
.tracking-visual,
.tracking-console,
.courier-directory,
.tracking-steps {
  border-radius: 32px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 56px rgba(12, 28, 58, 0.08);
}

.tracking-copy {
  padding: 36px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(255, 255, 255, 0.96));
  animation: riseUp 0.7s ease both;
}

.tracking-copy h1 {
  margin: 16px 0 16px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -1.4px;
  color: var(--navy);
}

.tracking-copy p {
  margin: 0;
  color: var(--text);
  line-height: 1.9;
  font-size: 17px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(12, 28, 58, 0.05);
  font-size: 14px;
  font-weight: 700;
}

.hero-points i {
  color: var(--teal);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-badge-card {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(12, 28, 58, 0.05);
}

.hero-badge-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: var(--navy);
}

.hero-badge-card span {
  display: block;
  color: var(--text);
  line-height: 1.7;
  font-size: 13px;
}

.tracking-visual {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #10263f 0%, #173860 50%, #149a84 100%);
  animation: riseUp 0.8s ease both;
}

.tracking-visual::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
}

.visual-radar {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.radar-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  animation: pulseRing 4s ease-in-out infinite;
}

.ring-one {
  width: 180px;
  height: 180px;
}

.ring-two {
  width: 270px;
  height: 270px;
  animation-delay: 0.5s;
}

.ring-three {
  width: 360px;
  height: 360px;
  animation-delay: 1s;
}

.radar-core {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #ff9a57, #ff703a);
  color: var(--white);
  font-size: 30px;
  box-shadow: 0 18px 34px rgba(255, 112, 58, 0.28);
  animation: coreFloat 3s ease-in-out infinite;
}

.orbit-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
  animation: chipFloat 3.6s ease-in-out infinite;
}

.chip-a {
  top: 34px;
  left: 80px;
}

.chip-b {
  top: 90px;
  right: 44px;
  animation-delay: 0.5s;
}

.chip-c {
  bottom: 76px;
  left: 44px;
  animation-delay: 1s;
}

.chip-d {
  bottom: 36px;
  right: 86px;
  animation-delay: 1.5s;
}

.visual-footer {
  position: relative;
  z-index: 2;
  margin-top: 12px;
}

.visual-line {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.visual-line p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-size: 14px;
}

.pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8dffbf;
  box-shadow: 0 0 0 0 rgba(141, 255, 191, 0.28);
  animation: dotPulse 1.8s ease infinite;
}

/* Console */
.tracking-console {
  padding: 34px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.94);
  animation: riseUp 0.9s ease both;
}

.console-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.console-head h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  color: var(--navy);
}

.official-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(23, 50, 90, 0.16);
}

.tracking-input-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.tracking-input-wrap {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid rgba(16, 38, 63, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.tracking-input-wrap i {
  color: #4e6782;
  font-size: 18px;
}

.tracking-input-wrap input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.track-now-btn,
.copy-id-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  padding: 0 24px;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.track-now-btn:hover,
.copy-id-btn:hover {
  transform: translateY(-2px);
}

.track-now-btn {
  background: linear-gradient(135deg, #ff9a57, #ff703a);
  color: var(--white);
  box-shadow: 0 18px 30px rgba(255, 112, 58, 0.22);
}

.tracking-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 14px;
}

.selected-courier-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(20, 154, 132, 0.08);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.selected-courier-box strong {
  color: #0b7b68;
}

.tracking-mode-box {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(240, 138, 75, 0.12);
  color: #d56f2d;
  font-size: 13px;
  font-weight: 800;
}

.copy-id-btn {
  min-height: 46px;
  padding: 0 18px;
  background: #f2f7fb;
  color: var(--ink);
  border: 1px solid rgba(16, 38, 63, 0.1);
  box-shadow: 0 10px 20px rgba(12, 28, 58, 0.05);
}

.tracking-helper-text {
  margin: 0 0 18px;
  color: var(--text);
  line-height: 1.75;
  font-size: 14px;
}

.courier-selector-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.courier-select-card {
  padding: 16px 12px;
  border-radius: 22px;
  border: 1px solid rgba(16, 38, 63, 0.08);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: var(--ink);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.courier-select-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(12, 28, 58, 0.08);
}

.courier-select-card.active {
  border-color: rgba(20, 154, 132, 0.28);
  box-shadow: 0 18px 30px rgba(20, 154, 132, 0.12);
  background: linear-gradient(180deg, #f4fcfa, #ffffff);
}

.courier-select-card i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 18px;
  box-shadow: 0 12px 24px rgba(23, 50, 90, 0.18);
}

.courier-select-card span,
.courier-select-card small {
  display: block;
  text-align: center;
}

.courier-select-card span {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.courier-select-card small {
  color: var(--text);
  font-size: 12px;
}

.scan-lane {
  position: relative;
  height: 8px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dce8f2, #e8f0f7);
  overflow: hidden;
}

.scan-beam {
  position: absolute;
  top: 0;
  left: -20%;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #149a84, #ff9a57, transparent);
  animation: scanMove 2.6s linear infinite;
}

/* Directory */
.courier-directory,
.tracking-steps {
  padding: 34px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.94);
}

.section-head {
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.12;
  color: var(--navy);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.directory-card {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--line);
  box-shadow: 0 18px 32px rgba(12, 28, 58, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.directory-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(12, 28, 58, 0.09);
}

.directory-card.active {
  border-color: rgba(20, 154, 132, 0.28);
  box-shadow: 0 24px 40px rgba(20, 154, 132, 0.12);
}

.directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.directory-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 22px;
  box-shadow: 0 14px 28px rgba(23, 50, 90, 0.18);
}

.directory-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(240, 138, 75, 0.1);
  color: #d56f2d;
  font-size: 12px;
  font-weight: 800;
}

.directory-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: var(--navy);
}

.directory-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}

.directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.directory-use-btn,
.directory-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.directory-use-btn {
  border: 0;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  cursor: pointer;
}

.directory-actions a {
  background: rgba(20, 154, 132, 0.1);
  color: #0b7b68;
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  padding: 26px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffaf4, #ffffff);
  border: 1px solid var(--line);
  box-shadow: 0 16px 28px rgba(12, 28, 58, 0.05);
}

.step-no {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #17325a, #149a84);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(23, 50, 90, 0.18);
  margin-bottom: 16px;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: var(--navy);
}

.step-card p {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}

.tracking-page footer {
  padding: 28px 16px 34px;
  text-align: center;
}

/* Toast */
.tracking-toast {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1200;
  width: min(380px, calc(100% - 24px));
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 38, 63, 0.96), rgba(20, 154, 132, 0.94));
  color: var(--white);
  box-shadow: 0 24px 50px rgba(12, 28, 58, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.tracking-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.tracking-toast.error {
  background: linear-gradient(135deg, rgba(108, 31, 31, 0.96), rgba(198, 65, 65, 0.94));
}

.toast-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 22px;
}

.toast-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 800;
}

.toast-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  font-size: 13px;
}

/* Animations */
@keyframes trackingRibbonMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseRing {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes coreFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes dotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(141, 255, 191, 0.28);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(141, 255, 191, 0);
  }
}

@keyframes scanMove {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@media (max-width: 1100px) {
  .tracking-hero,
  .directory-grid,
  .steps-grid,
  .courier-selector-grid {
    grid-template-columns: 1fr;
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tracking-main {
    width: min(100% - 20px, 100%);
    padding: 20px 0 48px;
  }

  .tracking-copy,
  .tracking-visual,
  .tracking-console,
  .courier-directory,
  .tracking-steps {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .tracking-copy h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
  }

  .tracking-copy p {
    font-size: 16px;
  }

  .console-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tracking-input-shell {
    grid-template-columns: 1fr;
  }

  .tracking-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .copy-id-btn,
  .track-now-btn,
  .official-link {
    width: 100%;
  }

  .visual-radar {
    min-height: 300px;
  }

  .ring-one {
    width: 130px;
    height: 130px;
  }

  .ring-two {
    width: 210px;
    height: 210px;
  }

  .ring-three {
    width: 290px;
    height: 290px;
  }

  .tracking-toast {
    right: 12px;
    left: 12px;
    width: auto;
    bottom: 86px;
  }

  .tracking-page .welcome-text::after {
    font-size: 18px;
  }
}
/* =================================
   ADMIN PAGE STYLES
    - Clean, modern design with subtle gradients and shadows
    - Responsive layout with grid and flexbox
    - Interactive elements with smooth transitions 
/* ================================= */
/* =========================================================
   MCP ADMIN + PRODUCTS PAGE DYNAMIC CATALOG
   Remove older admin block before using this version
   ========================================================= */

/* ---------- ADMIN PAGE ---------- */
body.admin-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: #15233d;
  background:
    radial-gradient(circle at top left, rgba(18, 198, 168, 0.15), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 141, 67, 0.14), transparent 26%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 48%, #fff8f1 100%);
  overflow-x: hidden;
  position: relative;
}

.admin-page *,
.admin-page *::before,
.admin-page *::after {
  box-sizing: border-box;
}

.admin-page input,
.admin-page textarea,
.admin-page select,
.admin-page button {
  font-family: inherit;
}

.admin-page button {
  width: auto;
  margin-top: 0;
}

.admin-page .admin-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.admin-page .admin-glow-a {
  top: -90px;
  left: -80px;
  background: #16b091;
}

.admin-page .admin-glow-b {
  right: -100px;
  bottom: -100px;
  background: #ff8a47;
}

.admin-page .admin-topbar,
.admin-page .admin-shell {
  position: relative;
  z-index: 1;
}

.admin-page .admin-topbar {
  max-width: 1380px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 35, 61, 0.08);
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  backdrop-filter: blur(12px);
}

.admin-page .admin-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.admin-page .admin-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 16px;
  background: rgba(23, 50, 90, 0.08);
  padding: 6px;
}

.admin-page .admin-brand strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.admin-page .admin-brand span {
  color: #60708a;
  font-size: 14px;
}

.admin-page .admin-top-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-page .admin-top-link,
.admin-page .admin-btn {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.admin-page .admin-top-link {
  background: rgba(23, 50, 90, 0.06);
  color: #17325a;
}

.admin-page .admin-btn:hover,
.admin-page .admin-top-link:hover {
  transform: translateY(-2px);
}

.admin-page .admin-btn-primary {
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786);
  color: #fff;
  box-shadow: 0 14px 26px rgba(12, 28, 58, 0.18);
}

.admin-page .admin-btn-secondary {
  background: linear-gradient(135deg, #ffe0a1, #ffc469);
  color: #17325a;
  box-shadow: 0 12px 22px rgba(255, 166, 73, 0.18);
}

.admin-page .admin-btn-dark {
  background: linear-gradient(135deg, #15233d, #243d67);
  color: #fff;
  box-shadow: 0 12px 22px rgba(21, 35, 61, 0.18);
}

.admin-page .admin-btn-gold {
  background: linear-gradient(135deg, #ffdb99, #ffb86b);
  color: #17325a;
}

.admin-page .admin-btn-outline {
  background: rgba(255, 255, 255, 0.92);
  color: #17325a;
  border: 1px solid rgba(23, 50, 90, 0.10);
}

.admin-page .admin-file-btn {
  position: relative;
  overflow: hidden;
}

.admin-page .admin-shell {
  max-width: 1380px;
  margin: 20px auto 44px;
  display: grid;
  gap: 22px;
}

.admin-page .admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786);
  color: #fff;
  box-shadow: 0 18px 34px rgba(12, 28, 58, 0.14);
}

.admin-page .admin-kicker,
.admin-page .admin-panel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.admin-page .admin-kicker {
  background: rgba(255, 255, 255, 0.14);
}

.admin-page .admin-panel-tag {
  background: rgba(23, 50, 90, 0.08);
  color: #17325a;
}

.admin-page .admin-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.admin-page .admin-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.admin-page .admin-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.admin-page .admin-hero-points span {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
}

.admin-page .admin-hero-guide {
  display: grid;
  gap: 14px;
}

.admin-page .admin-guide-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.admin-page .admin-guide-card strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffe0a1, #ffb86b);
  color: #17325a;
  font-size: 18px;
  font-weight: 800;
}

.admin-page .admin-guide-card h3 {
  margin: 3px 0 6px;
  font-size: 18px;
}

.admin-page .admin-guide-card p {
  margin: 0;
  font-size: 14px;
}

.admin-page .admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.admin-page .admin-stat-card,
.admin-page .admin-panel {
  border-radius: 24px;
  border: 1px solid rgba(12, 28, 58, 0.08);
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
}

.admin-page .admin-stat-card {
  padding: 20px 22px;
}

.admin-page .admin-stat-card span {
  display: block;
  color: #60708a;
  font-size: 14px;
  margin-bottom: 8px;
}

.admin-page .admin-stat-card strong {
  font-size: 34px;
  color: #17325a;
}

.admin-page .admin-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: 22px;
}

.admin-page .admin-left-col,
.admin-page .admin-right-col {
  display: grid;
  gap: 22px;
}

.admin-page .admin-panel {
  padding: 22px;
}

.admin-page .admin-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-page .admin-panel-head h2 {
  margin: 10px 0 0;
  font-size: 28px;
  line-height: 1.08;
  color: #15233d;
}

.admin-page .admin-form {
  display: grid;
  gap: 16px;
}

.admin-page .admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-page .admin-field {
  display: grid;
  gap: 8px;
}

.admin-page .admin-field span {
  font-size: 14px;
  font-weight: 800;
  color: #17325a;
}

.admin-page .admin-field input,
.admin-page .admin-field textarea,
.admin-page .admin-field select {
  width: 100%;
  border: 1px solid rgba(23, 50, 90, 0.10);
  border-radius: 16px;
  padding: 14px 15px;
  font-size: 14px;
  color: #15233d;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-page .admin-field input:focus,
.admin-page .admin-field textarea:focus,
.admin-page .admin-field select:focus {
  border-color: rgba(20, 167, 134, 0.42);
  box-shadow: 0 0 0 4px rgba(20, 167, 134, 0.10);
}

.admin-page .admin-field textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-page .admin-field small {
  color: #69788e;
  font-size: 12px;
  line-height: 1.6;
}

.admin-page .admin-text-btn {
  border: 0;
  background: transparent;
  color: #0f8e72;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.admin-page .admin-image-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 10px;
}

.admin-page .admin-image-preview img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(23, 50, 90, 0.08);
  background: #f5f9ff;
}

.admin-page .admin-toolbar {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  margin-bottom: 14px;
}

.admin-page .admin-tree-wrap,
.admin-page .admin-library,
.admin-page .admin-storefront-preview {
  display: grid;
  gap: 14px;
}

.admin-page .admin-tree-card,
.admin-page .admin-library-card {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(23, 50, 90, 0.08);
  background: #fff;
}

.admin-page .admin-tree-top,
.admin-page .admin-library-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.admin-page .admin-tree-top strong,
.admin-page .admin-library-top strong {
  display: block;
  font-size: 16px;
  color: #17325a;
}

.admin-page .admin-tree-top span,
.admin-page .admin-library-top span {
  display: block;
  margin-top: 4px;
  color: #68788e;
  font-size: 13px;
}

.admin-page .admin-tree-description,
.admin-page .admin-library-description {
  margin: 12px 0 0;
  color: #64758d;
  line-height: 1.7;
  font-size: 14px;
}

.admin-page .admin-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-page .admin-chip {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef5ff;
  color: #17325a;
  font-size: 12px;
  font-weight: 700;
}

.admin-page .admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-page .admin-mini-btn {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 50, 90, 0.08);
  color: #17325a;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.admin-page .admin-mini-btn.danger {
  background: rgba(225, 83, 83, 0.12);
  color: #c03d3d;
}

.admin-page .admin-sub-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 183, 105, 0.18);
  color: #8a5400;
  font-size: 12px;
  font-weight: 800;
}

.admin-page .admin-sub-pill button {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  cursor: pointer;
}

.admin-page .admin-library-card {
  display: grid;
  gap: 12px;
}

.admin-page .admin-library-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  background: #eef5ff;
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.admin-page .admin-empty-state {
  padding: 28px 18px;
  border-radius: 20px;
  text-align: center;
  background: rgba(23, 50, 90, 0.04);
  color: #64758d;
  line-height: 1.7;
}

.admin-page .admin-preview-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.96));
}

.admin-page .admin-preview-category {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(12, 28, 58, 0.10);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.08);
}

.admin-page .admin-preview-category-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786);
  color: #fff;
}

.admin-page .admin-preview-category-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 800;
}

.admin-page .admin-preview-category-title::before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

.admin-page .admin-preview-toggle {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.admin-page .admin-preview-category.collapsed .admin-preview-body {
  display: none;
}

.admin-page .admin-preview-body {
  padding: 14px 16px 18px;
}

.admin-page .admin-preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.admin-page .admin-preview-strip img,
.admin-page .admin-preview-strip .admin-preview-strip-placeholder {
  width: 100%;
  height: 112px;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(23, 50, 90, 0.08);
  background: linear-gradient(180deg, #f7faff, #eef5ff);
  padding: 12px;
}

.admin-page .admin-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.admin-page .admin-preview-card.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, #dce5ff, #cdbff4);
  border: 1px solid rgba(23, 50, 90, 0.08);
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.08);
  overflow: hidden;
}

.admin-page .admin-preview-card .admin-preview-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ff9354, #ff6e2d);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  max-width: calc(100% - 20px);
}

.admin-page .admin-preview-card .slider {
  position: relative;
  min-height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #f7faff, #eef5ff);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.admin-page .admin-preview-card .slide-img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 34px);
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.admin-page .admin-preview-card .slide-img.active {
  opacity: 1;
}

.admin-page .admin-preview-card .dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.admin-page .admin-preview-card .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(21, 35, 61, 0.20);
  cursor: pointer;
}

.admin-page .admin-preview-card .dot.active {
  background: #ff8a3d;
}

.admin-page .admin-preview-card .desc {
  max-height: 54px;
  overflow: hidden;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 50, 90, 0.08);
  color: #5a6880;
  line-height: 1.55;
  font-size: 12px;
}

.admin-page .admin-preview-card .desc.expanded {
  max-height: 220px;
}

.admin-page .admin-preview-card .toggle-desc {
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #eef5ff;
  color: #106b82;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.admin-page .admin-preview-card h3 {
  margin: 4px 0 2px;
  min-height: 72px;
  color: #15233d;
  font-size: 16px;
  line-height: 1.35;
}

.admin-page .admin-preview-card .admin-preview-price {
  margin: 0;
  color: #ff7332;
  font-size: 18px;
  font-weight: 800;
}

.admin-page .admin-preview-card .admin-preview-old-price {
  margin: -2px 0 0;
  color: #6a7892;
  font-size: 12px;
  font-weight: 700;
}

.admin-page .admin-preview-size-box {
  display: grid;
  gap: 8px;
}

.admin-page .admin-preview-size-box label {
  font-size: 11px;
  font-weight: 800;
  color: #17325a;
}

.admin-page .admin-preview-size-box select {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(23, 50, 90, 0.10);
  background: #fff;
  color: #17325a;
  font-size: 13px;
}

.admin-page .admin-preview-qty {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 50, 90, 0.08);
}

.admin-page .admin-preview-qty button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #17325a, #14a786);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.admin-page .admin-preview-qty span {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #17325a;
}

.admin-page .admin-add-btn-preview {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff9354, #ff6e2d);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(255, 110, 45, 0.20);
}

.admin-page .admin-add-btn-preview:hover {
  transform: translateY(-2px);
}

.admin-page .admin-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  min-width: 260px;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #15233d, #0f8e72);
  color: #fff;
  box-shadow: 0 18px 34px rgba(12, 28, 58, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 9999;
}

.admin-page .admin-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.admin-page .admin-lock-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 16, 31, 0.72);
  backdrop-filter: blur(8px);
}

.admin-page.admin-unlocked .admin-lock-screen {
  display: none;
}

.admin-page .admin-lock-card {
  width: min(460px, 100%);
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(23, 50, 90, 0.10);
  box-shadow: 0 28px 54px rgba(12, 28, 58, 0.24);
}

.admin-page .admin-lock-badge {
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef5ff;
  color: #17325a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.admin-page .admin-lock-card h1 {
  margin: 18px 0 10px;
  font-size: 34px;
  line-height: 1.08;
  color: #15233d;
}

.admin-page .admin-lock-card p {
  margin: 0 0 18px;
  color: #617189;
  line-height: 1.8;
}

.admin-page .admin-login-form {
  display: grid;
  gap: 14px;
}

.admin-page .admin-login-btn {
  width: 100%;
}

.admin-page .admin-lock-note {
  margin-top: 16px;
  color: #708096;
  font-size: 12px;
  line-height: 1.7;
}

/* ---------- PRODUCTS PAGE DYNAMIC ADMIN CATALOG ---------- */
.products-page .admin-products-block {
  margin-top: 30px;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 15%, rgba(241, 196, 106, 0.14), transparent 18%),
    radial-gradient(circle at 90% 15%, rgba(43, 122, 112, 0.10), transparent 18%),
    rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 37, 53, 0.08);
  box-shadow: 0 22px 54px rgba(19, 24, 36, 0.08);
}

.products-page .admin-products-block.is-hidden {
  display: none;
}

.products-page .admin-products-header {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.products-page .admin-products-header h2 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  color: #1f2535;
}

.products-page .admin-products-header p {
  margin: 0;
  color: #6d7485;
  line-height: 1.8;
}

.products-page .admin-empty-state {
  padding: 28px 20px;
  text-align: center;
  border-radius: 24px;
  background: rgba(31, 37, 53, 0.04);
  color: #667082;
  line-height: 1.8;
}

.products-page .admin-compare-price {
  margin: -8px 0 10px;
  color: #8894a8;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .admin-page .admin-hero,
  .admin-page .admin-workspace {
    grid-template-columns: 1fr;
  }

  .admin-page .admin-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-page .admin-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .admin-page .admin-topbar,
  .admin-page .admin-shell {
    width: min(100% - 20px, 100%);
  }

  .admin-page .admin-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-page .admin-panel-head,
  .admin-page .admin-toolbar,
  .admin-page .admin-top-actions {
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .admin-page .admin-form-grid,
  .admin-page .admin-preview-grid,
  .admin-page .admin-preview-strip,
  .admin-page .admin-stats-grid {
    grid-template-columns: 1fr;
  }

  .admin-page .admin-hero,
  .admin-page .admin-panel,
  .admin-page .admin-topbar {
    padding: 18px;
    border-radius: 22px;
  }
}

/* =========================================================
   FINAL ADMIN PRODUCTS PAGE FIX
   Paste this at the VERY END of style.css
   This block is only for admin-added products on products.html
   ========================================================= */
  

.products-page #adminProductsBlock {
  margin-top: 30px !important;
  padding: 28px !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 10% 15%, rgba(241, 196, 106, 0.14), transparent 18%),
    radial-gradient(circle at 90% 15%, rgba(43, 122, 112, 0.10), transparent 18%),
    rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(31, 37, 53, 0.08) !important;
  box-shadow: 0 22px 54px rgba(19, 24, 36, 0.08) !important;
  overflow: visible !important;
}

.products-page #adminProductsBlock.is-hidden {
  display: none !important;
}

.products-page #adminProductsBlock .admin-products-header {
  max-width: 760px !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.products-page #adminProductsBlock .admin-products-header h2 {
  margin: 12px 0 10px !important;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  line-height: 1.08 !important;
  color: #1f2535 !important;
}

.products-page #adminProductsBlock .admin-products-header p {
  margin: 0 !important;
  color: #6d7485 !important;
  line-height: 1.8 !important;
}

.products-page #adminCatalogMount {
  display: grid !important;
  gap: 24px !important;
  overflow: visible !important;
}

.products-page #adminCatalogMount .admin-empty-state {
  padding: 28px 20px !important;
  text-align: center !important;
  border-radius: 24px !important;
  background: rgba(31, 37, 53, 0.04) !important;
  color: #667082 !important;
  line-height: 1.8 !important;
}

/* CATEGORY WRAPPER */
.products-page #adminCatalogMount .admin-product-category {
  margin: 0 0 26px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(12, 28, 58, 0.10) !important;
  box-shadow: 0 16px 34px rgba(12, 28, 58, 0.08) !important;
  position: relative !important;
}

.products-page #adminCatalogMount .admin-product-category .category-header {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 22px 24px !important;
  border-radius: 24px 24px 0 0 !important;
  background: linear-gradient(135deg, #17325a, #0f577d, #14a786) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
  margin: 0 !important;
}

.products-page #adminCatalogMount .admin-product-category .category-header:hover {
  transform: none !important;
  box-shadow: none !important;
}

.products-page #adminCatalogMount .admin-product-category .category-title {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
}

.products-page #adminCatalogMount .admin-product-category .chevron-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  margin-right: 28px !important;
  padding: 0 12px 0 18px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.products-page #adminCatalogMount .admin-product-category .chevron-icon::before {
  content: "View products" !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

.products-page #adminCatalogMount .admin-product-category .chevron-icon::after {
  content: "\f078" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.products-page #adminCatalogMount .admin-product-category.active .chevron-icon::before {
  content: "Hide products" !important;
}

.products-page #adminCatalogMount .admin-product-category.active .chevron-icon::after {
  content: "\f077" !important;
}

/* PREVIEW STRIP */
.products-page #adminCatalogMount .admin-product-category .category-preview {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 18px 24px 0 !important;
  background: linear-gradient(180deg, rgba(23, 50, 90, 0.04), rgba(20, 167, 134, 0.02)) !important;
}

.products-page #adminCatalogMount .admin-product-category .category-header:hover + .category-preview {
  display: grid !important;
}

.products-page #adminCatalogMount .admin-product-category .category-preview img {
  width: 100% !important;
  height: 156px !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  padding: 14px !important;
  background: linear-gradient(180deg, #f7faff, #eef5ff) !important;
  border: 1px solid rgba(23, 50, 90, 0.08) !important;
}

/* PRODUCT GRID */
.products-page #adminCatalogMount .admin-product-category .category-products {
  display: none !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  margin-top: 0 !important;
  padding: 22px 24px 24px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
  gap: 22px !important;
}

.products-page #adminCatalogMount .admin-product-category.active .category-products {
  display: grid !important;
}

/* CARD */
.products-page #adminCatalogMount .admin-product-category .card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff, #f7fbff) !important;
  border: 1px solid rgba(12, 28, 58, 0.08) !important;
  box-shadow: 0 14px 28px rgba(12, 28, 58, 0.08) !important;
  overflow: hidden !important;
  align-self: stretch !important;
}

.products-page #adminCatalogMount .admin-product-category .card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 36px rgba(12, 28, 58, 0.14) !important;
}

.products-page #adminCatalogMount .admin-product-category .offer-ribbon {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff9354, #ff6e2d) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
}

.products-page #adminCatalogMount .admin-product-category .slider {
  position: relative !important;
  min-height: 230px !important;
  margin-bottom: 16px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #f5f9ff, #eaf2ff) !important;
  border: 1px solid rgba(23, 50, 90, 0.08) !important;
  overflow: hidden !important;
  flex: 0 0 auto !important;
}

.products-page #adminCatalogMount .admin-product-category .slide-img {
  position: absolute !important;
  inset: 16px !important;
  width: calc(100% - 32px) !important;
  height: calc(100% - 44px) !important;
  object-fit: contain !important;
  opacity: 0 !important;
  transform: scale(0.98) !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
}

.products-page #adminCatalogMount .admin-product-category .slide-img.active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.products-page #adminCatalogMount .admin-product-category .dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 12px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 8px !important;
  z-index: 2 !important;
}

.products-page #adminCatalogMount .admin-product-category .dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: rgba(21, 35, 61, 0.20) !important;
}

.products-page #adminCatalogMount .admin-product-category .dot.active {
  background: #ff8a3d !important;
}

.products-page #adminCatalogMount .admin-product-category .desc {
  max-height: 118px !important;
  min-height: 78px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border-radius: 16px !important;
  background: #f7faff !important;
  border: 1px solid rgba(23, 50, 90, 0.08) !important;
  color: #596982 !important;
  line-height: 1.65 !important;
}

.products-page #adminCatalogMount .admin-product-category .desc.expanded {
  max-height: 520px !important;
}

.products-page #adminCatalogMount .admin-product-category .toggle-desc {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 38px !important;
  margin-top: 10px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: #106b82 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.products-page #adminCatalogMount .admin-product-category h3 {
  margin: 16px 0 8px !important;
  min-height: 56px !important;
  color: #15233d !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.products-page #adminCatalogMount .admin-product-category h3 + p {
  margin: 0 0 8px !important;
  color: #ff7332 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

.products-page #adminCatalogMount .admin-product-category .admin-compare-price {
  margin: -4px 0 8px !important;
  color: #8b91a0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.products-page #adminCatalogMount .admin-product-category .size-box {
  margin: auto 0 14px !important;
}

.products-page #adminCatalogMount .admin-product-category .size-label {
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #17325a !important;
}

.products-page #adminCatalogMount .admin-product-category .size-select {
  width: 100% !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(23, 50, 90, 0.12) !important;
  background: #ffffff !important;
  color: #17325a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  outline: none !important;
  box-shadow: 0 6px 14px rgba(12, 28, 58, 0.05) !important;
}

.products-page #adminCatalogMount .admin-product-category .size-select:focus {
  border-color: #14a786 !important;
  box-shadow: 0 0 0 3px rgba(20, 167, 134, 0.12) !important;
}

.products-page #adminCatalogMount .admin-product-category .qty {
  display: grid !important;
  grid-template-columns: 42px 1fr 42px !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  border: 1px solid rgba(23, 50, 90, 0.08) !important;
  margin-top: 12px !important;
}

.products-page #adminCatalogMount .admin-product-category .qty button {
  width: 42px !important;
  height: 42px !important;
  background: linear-gradient(135deg, #17325a, #14a786) !important;
  color: #ffffff !important;
  font-size: 20px !important;
  border: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.products-page #adminCatalogMount .admin-product-category .qty span {
  min-width: 24px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #17325a !important;
  text-align: center !important;
}

.products-page #adminCatalogMount .admin-product-category .card > button {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 14px !important;
  padding: 0 16px !important;
  border: none !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff9354, #ff6e2d) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 24px rgba(255, 110, 45, 0.20) !important;
  cursor: pointer !important;
}

.products-page #adminCatalogMount .admin-product-category .card > button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 28px rgba(255, 110, 45, 0.28) !important;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .products-page #adminCatalogMount .admin-product-category .category-products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .products-page #adminCatalogMount .admin-product-category .category-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .products-page #adminProductsBlock {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .products-page #adminCatalogMount .admin-product-category .category-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .products-page #adminCatalogMount .admin-product-category .chevron-icon {
    width: 100% !important;
    justify-content: space-between !important;
    margin-right: 0 !important;
  }

  .products-page #adminCatalogMount .admin-product-category .category-preview,
  .products-page #adminCatalogMount .admin-product-category .category-products {
    grid-template-columns: 1fr !important;
  }

  .products-page #adminCatalogMount .admin-product-category .category-header,
  .products-page #adminCatalogMount .admin-product-category .category-preview,
  .products-page #adminCatalogMount .admin-product-category .category-products {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .products-page #adminCatalogMount .admin-product-category .category-products {
    padding-bottom: 18px !important;
  }
}
