/* ═══════════════════════════════════════════════════════════════════════
   SANLILAS — MI CUENTA (Luxury Dashboard Premium)
   Liquid Glass · Glassmorphism · VIP Experience
   ═══════════════════════════════════════════════════════════════════════ */

.page-cuenta {
  background: linear-gradient(180deg, #F8F5F2 0%, #F4EEE7 35%, #EFE5DC 70%, #F8F5F2 100%);
  color: #4A2E2B;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
}

/* ═══ BACKGROUND AURORA ═══ */
.cu-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.cu-bg__aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  animation: cu-orb-float 22s ease-in-out infinite alternate;
  will-change: transform;
}

.cu-bg__aurora--1 {
  width: 55vw;
  height: 55vw;
  top: -12vw;
  right: -14vw;
  background: radial-gradient(circle, rgba(216, 196, 163, 0.4) 0%, rgba(248, 245, 242, 0) 70%);
}

.cu-bg__aurora--2 {
  width: 42vw;
  height: 42vw;
  bottom: -8vw;
  left: -8vw;
  background: radial-gradient(circle, rgba(200, 164, 106, 0.22) 0%, rgba(248, 245, 242, 0) 70%);
  animation-delay: -9s;
}

.cu-bg__aurora--3 {
  width: 38vw;
  height: 38vw;
  top: 45vh;
  left: 35vw;
  background: radial-gradient(circle, rgba(200, 109, 81, 0.1) 0%, rgba(248, 245, 242, 0) 70%);
  animation-delay: -15s;
}

@keyframes cu-orb-float {
  0%   { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(3.5vw,-2.5vh,0) scale(1.12); }
}

/* ═══ PARTICLES CANVAS ═══ */
.cu-particles {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
}

/* ═══ SCROLL PROGRESS ═══ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #D8C4A3, #C8A46A, #C86D51);
  transition: width 0.1s linear;
  will-change: width;
  border-radius: 0 2px 2px 0;
}

/* ═══ REVEAL ═══ */
.reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-hidden {
  opacity: 0;
  transform: translateY(30px);
}

/* ═══ MAIN CONTAINER ═══ */
.cu-main {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(130px, 16vh, 180px) clamp(1.5rem, 3.5vw, 3.5rem) 6rem;
}

/* ═══ PROFILE CARD ═══ */
.cu-profile {
  margin-bottom: clamp(48px, 6vw, 80px);
}

.cu-profile__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(2rem, 3.5vw, 3rem);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(36px) saturate(190%);
  -webkit-backdrop-filter: blur(36px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 80px rgba(74, 46, 43, 0.12), inset 0 1px 1px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}

.cu-profile__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-18deg);
  transition: left 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none;
  z-index: 2;
}

.cu-profile__card:hover::before {
  left: 150%;
}

.cu-profile__avatar {
  position: relative;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}

.cu-profile__avatar-inner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #F8F5F2;
  background: linear-gradient(135deg, #4A2E2B 0%, #8B6F47 50%, #C8A46A 100%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 36px rgba(74, 46, 43, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.cu-profile__halo {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(200, 164, 106, 0.4), transparent, rgba(200, 164, 106, 0.4), transparent);
  animation: cu-halo-spin 8s linear infinite;
  -webkit-mask: radial-gradient(circle, transparent 46px, black 46px);
  mask: radial-gradient(circle, transparent 46px, black 46px);
}

@keyframes cu-halo-spin {
  to { transform: rotate(360deg); }
}

.cu-profile__info {
  flex: 1;
  min-width: 240px;
}

.cu-profile__name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  color: #4A2E2B;
  line-height: 1.15;
}

.cu-profile__name em {
  font-style: italic;
  color: #C8A46A;
  white-space: nowrap;
}

.cu-profile__badge {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 6px 16px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #4A2E2B;
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.9), rgba(200, 164, 106, 0.4));
  border: 1px solid rgba(200, 164, 106, 0.6);
  box-shadow: 0 4px 14px rgba(200, 164, 106, 0.2);
}

.cu-profile__member {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: rgba(74, 46, 43, 0.55);
  margin-top: 0.4rem;
}

.cu-profile__stats {
  display: flex;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: center;
}

.cu-profile__stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.65);
  padding: 12px 20px;
  border-radius: 22px;
  border: 1px solid rgba(216, 196, 163, 0.5);
  box-shadow: 0 8px 22px rgba(74, 46, 43, 0.05);
  min-width: 90px;
}

.cu-profile__stats strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #C8A46A;
  line-height: 1.1;
  margin-bottom: 2px;
}

.cu-profile__stats span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(74, 46, 43, 0.55);
  font-weight: 600;
}

.cu-profile__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ═══ BUTTONS ═══ */
.cu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s, filter 0.45s, background 0.45s;
  will-change: transform;
  position: relative;
  overflow: hidden;
}

.cu-btn--gold {
  background: linear-gradient(135deg, #C8A46A, rgba(216, 196, 163, 0.95));
  color: #F8F5F2;
  border: 1px solid rgba(248, 245, 242, 0.6);
  box-shadow: 0 16px 38px rgba(200, 164, 106, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.cu-btn--gold:hover {
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.06);
  box-shadow: 0 22px 50px rgba(200, 164, 106, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.cu-btn--ghost {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  color: #4A2E2B;
  border: 1px solid rgba(74, 46, 43, 0.16);
  box-shadow: 0 10px 26px rgba(74, 46, 43, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.85);
}

.cu-btn--ghost:hover {
  background: rgba(216, 196, 163, 0.35);
  border-color: rgba(200, 164, 106, 0.5);
  transform: translateY(-2px);
}

.cu-btn--sm {
  height: 40px;
  padding: 0 18px;
  font-size: 10px;
  letter-spacing: 1.6px;
}

.cu-btn--lg {
  height: 56px;
  padding: 0 34px;
  font-size: 12px;
  letter-spacing: 2.6px;
}

.cu-btn--wide {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}

/* ═══ GRID DE FUNCIONES ═══ */
.cu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.2vw, 28px);
  margin-bottom: clamp(64px, 9vw, 110px);
}

.cu-card-dash {
  padding: clamp(26px, 3vw, 36px) clamp(22px, 2.5vw, 30px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(30px) saturate(185%);
  -webkit-backdrop-filter: blur(30px) saturate(185%);
  border: 1px solid rgba(216, 196, 163, 0.55);
  box-shadow: 0 22px 56px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s, border-color 0.45s;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cu-card-dash::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}

.cu-card-dash:hover::before {
  left: 150%;
}

.cu-card-dash:hover {
  transform: translateY(-8px);
  border-color: #C8A46A;
  box-shadow: 0 34px 78px rgba(74, 46, 43, 0.16), 0 0 25px rgba(200, 164, 106, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.cu-card-dash__icon {
  font-size: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(216, 196, 163, 0.4), rgba(200, 164, 106, 0.2));
  border: 1px solid rgba(200, 164, 106, 0.35);
  box-shadow: 0 6px 18px rgba(74, 46, 43, 0.05);
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 2;
}

.cu-card-dash h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #4A2E2B;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.cu-card-dash p {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: rgba(74, 46, 43, 0.65);
  line-height: 1.6;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 2;
  flex: 1;
}

.cu-card-dash__link {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C8A46A !important;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s, transform 0.3s;
}

.cu-card-dash__link::after {
  content: '→';
  font-size: 13px;
  transition: transform 0.3s;
}

.cu-card-dash:hover .cu-card-dash__link {
  color: #4A2E2B !important;
}

.cu-card-dash:hover .cu-card-dash__link::after {
  transform: translateX(4px);
}

/* ═══ SECTIONS ═══ */
.cu-section {
  margin-bottom: clamp(64px, 9vw, 110px);
}

.cu-section__head {
  margin-bottom: 2.8rem;
}

.cu-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  color: #C8A46A;
  margin-bottom: 0.7rem;
}

.cu-section__head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  color: #4A2E2B;
  line-height: 1.1;
}

.cu-section__head h2 em {
  font-style: italic;
  color: #C8A46A;
  white-space: nowrap;
}

/* ═══ TIMELINE ═══ */
.cu-timeline {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2.8rem;
  overflow-x: auto;
  padding: 1.2rem 0;
  scrollbar-width: none;
}

.cu-timeline::-webkit-scrollbar {
  display: none;
}

.cu-timeline__step {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(74, 46, 43, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}

.cu-timeline__step span {
  position: absolute;
  top: 42px;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: rgba(74, 46, 43, 0.45);
  transition: color 0.4s;
}

.cu-timeline__step.is-done {
  background: #C8A46A;
  border-color: #C8A46A;
}

.cu-timeline__step.is-done span {
  color: #C8A46A;
}

.cu-timeline__step.is-active {
  background: #C8A46A;
  border-color: #C8A46A;
  box-shadow: 0 0 0 4px rgba(200, 164, 106, 0.25);
  animation: cu-pulse 2.2s infinite;
}

.cu-timeline__step.is-active span {
  color: #C8A46A;
  font-weight: 600;
}

@keyframes cu-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(200, 164, 106, 0.25); }
  50% { box-shadow: 0 0 0 16px rgba(200, 164, 106, 0); }
}

.cu-timeline__line {
  flex: 1;
  height: 2px;
  background: rgba(74, 46, 43, 0.12);
  min-width: 36px;
  border-radius: 1px;
}

.cu-timeline__step.is-done + .cu-timeline__line {
  background: #C8A46A;
}

/* ═══ ORDERS ═══ */
.cu-order {
  display: grid;
  grid-template-columns: 88px 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(216, 196, 163, 0.5);
  box-shadow: 0 16px 44px rgba(74, 46, 43, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s, border-color 0.45s;
}

.cu-order:hover {
  transform: translateY(-5px);
  border-color: #C8A46A;
  box-shadow: 0 26px 62px rgba(74, 46, 43, 0.14), inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

.cu-order img {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.cu-order__num {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #C8A46A;
}

.cu-order__info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #4A2E2B;
  margin: 3px 0;
}

.cu-order__info p {
  font-size: 0.84rem;
  color: rgba(74, 46, 43, 0.6);
}

.cu-order__price {
  font-weight: 600;
  color: #C8A46A !important;
  margin-top: 5px;
}

.cu-order__status {
  text-align: center;
}

.cu-order__badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.cu-order__badge--active {
  background: rgba(200, 164, 106, 0.18);
  color: #C8A46A;
  border: 1px solid rgba(200, 164, 106, 0.4);
}

.cu-order__badge--done {
  background: rgba(112, 193, 179, 0.18);
  color: #559E92;
  border: 1px solid rgba(112, 193, 179, 0.4);
}

.cu-order__status p {
  font-size: 0.78rem;
  color: rgba(74, 46, 43, 0.45);
  margin-top: 7px;
}

.cu-order__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ═══ FAVORITOS ═══ */
.cu-fav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 24px);
}

.cu-fav-card {
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(216, 196, 163, 0.45);
  box-shadow: 0 18px 46px rgba(74, 46, 43, 0.08);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s, border-color 0.45s;
}

.cu-fav-card:hover {
  transform: translateY(-8px);
  border-color: #C8A46A;
  box-shadow: 0 30px 68px rgba(74, 46, 43, 0.15);
}

.cu-fav-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.cu-fav-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.cu-fav-card:hover .cu-fav-card__media img {
  transform: scale(1.08);
}

.cu-fav-card__del {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #4A2E2B;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, background 0.3s;
}

.cu-fav-card__del:hover {
  transform: scale(1.12);
  background: #FFFFFF;
}

.cu-fav-card h3 {
  padding: 1rem 1rem 0.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #4A2E2B;
}

.cu-fav-card p {
  padding: 0 1rem 1.1rem;
  font-size: 0.85rem;
  color: #C8A46A;
  font-weight: 600;
}

/* ═══ ADDRESSES & PAYMENTS ═══ */
.cu-addresses,
.cu-payments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 100%;
}

.cu-address-card,
.cu-pay-card {
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(216, 196, 163, 0.5);
  box-shadow: 0 16px 40px rgba(74, 46, 43, 0.08);
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
}

.cu-address-card:hover,
.cu-pay-card:hover {
  transform: translateY(-5px);
  border-color: #C8A46A;
  box-shadow: 0 24px 54px rgba(74, 46, 43, 0.13);
}

.cu-address-card strong {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 6px;
  color: #4A2E2B;
}

.cu-address-card p {
  font-size: 0.88rem;
  color: rgba(74, 46, 43, 0.6);
  line-height: 1.6;
}

.cu-address-card__actions {
  display: flex;
  gap: 18px;
  margin-top: 14px;
}

.cu-link {
  background: none;
  border: none;
  font-size: 0.84rem;
  color: #C8A46A;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: color 0.3s;
}

.cu-link:hover {
  color: #4A2E2B;
}

.cu-pay-card {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cu-pay-card span {
  font-size: 1.8rem;
}

.cu-pay-card strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: #4A2E2B;
  font-weight: 600;
}

.cu-pay-card p {
  font-size: 0.84rem;
  color: rgba(74, 46, 43, 0.5);
  margin-left: auto;
}

/* ═══ BENEFITS ═══ */
.cu-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 26px);
}

.cu-benefit-card {
  padding: clamp(26px, 3vw, 36px);
  border-radius: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(28px) saturate(185%);
  border: 1px solid rgba(216, 196, 163, 0.5);
  box-shadow: 0 20px 48px rgba(74, 46, 43, 0.08);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s, border-color 0.45s;
  position: relative;
  overflow: hidden;
}

.cu-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -140%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg);
  transition: left 1s cubic-bezier(0.2, 0.6, 0.2, 1);
  pointer-events: none;
}

.cu-benefit-card:hover::before {
  left: 150%;
}

.cu-benefit-card:hover {
  transform: translateY(-8px);
  border-color: #C8A46A;
  box-shadow: 0 32px 72px rgba(74, 46, 43, 0.15);
}

.cu-benefit-card span {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 0.9rem;
}

.cu-benefit-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #4A2E2B;
  margin-bottom: 0.4rem;
}

.cu-benefit-card p {
  font-size: 0.86rem;
  color: rgba(74, 46, 43, 0.6);
  line-height: 1.55;
}

.cu-benefit-card__code {
  font-weight: 600;
  color: #C8A46A !important;
  margin-top: 12px !important;
}

.cu-benefit-card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #C8A46A;
  text-decoration: none;
  transition: color 0.3s;
}

.cu-benefit-card__link:hover {
  color: #4A2E2B;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1200px) {
  .cu-grid { grid-template-columns: repeat(3, 1fr); }
  .cu-fav-grid { grid-template-columns: repeat(3, 1fr); }
  .cu-benefits { grid-template-columns: repeat(2, 1fr); }
  .cu-profile__card { flex-direction: column; text-align: center; }
  .cu-profile__stats { justify-content: center; width: 100%; }
  .cu-profile__actions { justify-content: center; width: 100%; }
}

@media (max-width: 900px) {
  .cu-main { padding-top: 130px; }
  .cu-grid { grid-template-columns: repeat(2, 1fr); }
  .cu-fav-grid { grid-template-columns: repeat(2, 1fr); }
  .cu-addresses, .cu-payments { grid-template-columns: 1fr; }
  .cu-benefits { grid-template-columns: 1fr; }
  .cu-order { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .cu-order img { margin: 0 auto; }
  .cu-order__actions, .cu-order__status { justify-content: center; text-align: center; }
}

@media (max-width: 640px) {
  .cu-profile__card { padding: 1.5rem; border-radius: 30px; }
  .cu-profile__avatar { width: 80px; height: 80px; }
  .cu-profile__avatar-inner { width: 80px; height: 80px; font-size: 1.6rem; }
  .cu-profile__halo { -webkit-mask: radial-gradient(circle, transparent 38px, black 38px); mask: radial-gradient(circle, transparent 38px, black 38px); }
  .cu-profile__stats { gap: 1rem; flex-wrap: wrap; }
  .cu-profile__stats div { min-width: 80px; padding: 10px 14px; }
  .cu-profile__stats strong { font-size: 1.5rem; }
  .cu-grid { grid-template-columns: 1fr; gap: 16px; }
  .cu-card-dash { padding: 22px 20px; border-radius: 28px; }
  .cu-fav-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cu-fav-card { border-radius: 24px; }
  .cu-timeline { justify-content: flex-start; }
  .cu-section__head h2 { font-size: 1.8rem; }
}
