/* ============================================================
   CEMILAN RUMAH - Freshly Made, Made by Order
   Tema: pastel calm (krem, pink lembut, peach, mint)
   ============================================================ */

:root {
  --cream: #FAF3E7;
  --cream-dark: #F3E8D5;
  --blush: #FADCD9;
  --pink: #F4B8B0;
  --peach: #F8D7B8;
  --mint: #D9E8DC;
  --sage: #A8C3AE;
  --choco: #6B4F3A;
  --choco-dark: #4F3B2B;
  --text: #5A4636;
  --text-light: #8A7A6C;
  --white: #FFFFFF;
  --shadow: 0 10px 30px rgba(107, 79, 58, 0.10);
  --shadow-soft: 0 6px 20px rgba(107, 79, 58, 0.08);
  --radius: 20px;
  --radius-sm: 12px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', 'Poppins', system-ui, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Quicksand', sans-serif;
  color: var(--choco);
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pink);
  background: var(--white);
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-sub {
  color: var(--text-light);
  max-width: 620px;
  margin-bottom: 40px;
}

section {
  padding: 80px 0;
}

.center {
  text-align: center;
}

.center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--peach));
  color: var(--choco-dark);
  box-shadow: 0 8px 20px rgba(244, 184, 176, 0.45);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(244, 184, 176, 0.6);
}

.btn-outline {
  background: transparent;
  color: var(--choco);
  border: 2px solid var(--pink);
}

.btn-outline:hover {
  background: var(--blush);
}

.btn-white {
  background: var(--white);
  color: var(--choco-dark);
  box-shadow: var(--shadow);
}

.btn-white:hover {
  transform: translateY(-3px);
}

/* ============ HEADER / NAV ============ */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 243, 231, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(107, 79, 58, 0.06);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blush), var(--peach));
  font-size: 1.6rem;
  box-shadow: var(--shadow-soft);
  flex-shrink: 0;
}

.brand-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--choco);
  line-height: 1.2;
}

.brand-name span {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--pink);
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
}

.nav-links a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--pink);
  transition: width .3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-cta .btn {
  padding: 11px 24px;
  font-size: 0.95rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--choco);
  transition: .3s;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 60px 0 90px;
  background:
    radial-gradient(circle at 10% 20%, rgba(248, 215, 184, 0.6), transparent 40%),
    radial-gradient(circle at 90% 15%, rgba(244, 184, 176, 0.5), transparent 40%),
    radial-gradient(circle at 80% 85%, rgba(216, 232, 220, 0.6), transparent 45%),
    var(--cream);
}

.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: var(--shadow-soft);
  margin-bottom: 22px;
}

.hero-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px rgba(168, 195, 174, 0.3);
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.hero h1 .accent {
  color: var(--pink);
  position: relative;
  display: inline-block;
}

.hero p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 32px;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 44px;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}

.stat b {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  color: var(--choco);
  display: block;
}

.stat small {
  color: var(--text-light);
  font-weight: 600;
}

.hero-visual {
  position: relative;
}

.hero-img {
  width: 100%;
  aspect-ratio: 1/1.05;
  border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
  background: linear-gradient(160deg, var(--blush), var(--peach), var(--mint));
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.float-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

.float-card .ic {
  background: var(--blush);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.float-1 { top: 8%; left: -5%; }
.float-2 { bottom: 12%; right: -4%; }
.float-3 { bottom: -5%; left: 10%; background: var(--mint); }

/* ============ TICKER / MARQUEE ============ */
.ticker {
  background: var(--choco);
  color: var(--cream);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-block;
  animation: scroll 28s linear infinite;
  font-weight: 600;
  letter-spacing: 1px;
}

.ticker-track span {
  margin: 0 40px;
  color: var(--peach);
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ FEATURES ============ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px 24px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-card .fic {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 18px;
}

.f1 .fic { background: var(--blush); }
.f2 .fic { background: var(--peach); }
.f3 .fic { background: var(--mint); }
.f4 .fic { background: var(--sage); }

.feature-card h4 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* ============ MENU ============ */
.menu-section {
  background: linear-gradient(180deg, var(--white), var(--cream));
}

.menu-filter {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  border: 2px solid var(--cream-dark);
  background: var(--white);
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 22px;
  border-radius: 50px;
  cursor: pointer;
  transition: .25s;
}

.filter-btn:hover {
  border-color: var(--pink);
  color: var(--choco);
}

.filter-btn.active {
  background: var(--choco);
  border-color: var(--choco);
  color: var(--cream);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 28px;
}

.menu-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.menu-img {
  aspect-ratio: 1/0.8;
  background: linear-gradient(150deg, var(--blush), var(--peach));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
}

.menu-img.tag-basah { background: linear-gradient(150deg, var(--blush), var(--pink)); }
.menu-img.tag-cake { background: linear-gradient(150deg, var(--peach), #F3C89B); }
.menu-img.tag-hampers { background: linear-gradient(150deg, var(--mint), var(--sage)); }
.menu-img.tag-box { background: linear-gradient(150deg, #EDE7F5, #D8CBE8); }

.menu-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.menu-tag {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.tag-basah .menu-tag { background: var(--blush); color: #9c5a52; }
.tag-cake .menu-tag { background: var(--peach); color: #9c6b3a; }
.tag-hampers .menu-tag { background: var(--mint); color: #4c7058; }
.tag-box .menu-tag { background: #E5DDF2; color: #5a4a7a; }

.menu-body h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.menu-body p {
  font-size: 0.88rem;
  color: var(--text-light);
  flex: 1;
  margin-bottom: 14px;
}

.menu-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--choco);
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink);
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap .2s;
}

.menu-cta:hover { gap: 10px; }

/* ============ CUSTOM / CUSTOMIZE ============ */
.custom-section {
  background: var(--choco);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.custom-section::before {
  content: '🎂';
  position: absolute;
  font-size: 18rem;
  opacity: 0.06;
  right: -4%;
  top: -10%;
  transform: rotate(-15deg);
}

.custom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
}

.custom-section h2 {
  color: var(--cream);
}

.custom-section .section-sub {
  color: rgba(250, 243, 231, 0.8);
}

.custom-list {
  list-style: none;
  margin: 24px 0 30px;
  display: grid;
  gap: 14px;
}

.custom-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
}

.custom-list .check {
  background: var(--peach);
  color: var(--choco-dark);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 3px;
}

.custom-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.custom-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 26px;
  backdrop-filter: blur(4px);
}

.custom-card .big {
  font-size: 2.3rem;
  margin-bottom: 8px;
}

.custom-card h4 {
  color: var(--peach);
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.custom-card p {
  font-size: 0.88rem;
  color: rgba(250,243,231,0.75);
}

/* ============ GALLERY ============ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.g-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1/1;
  background: linear-gradient(150deg, var(--blush), var(--peach));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  box-shadow: var(--shadow-soft);
  transition: transform .3s ease;
  position: relative;
}

.g-item:nth-child(3n) { background: linear-gradient(150deg, var(--mint), var(--sage)); }
.g-item:nth-child(5n) { background: linear-gradient(150deg, #EDE7F5, #D8CBE8); }
.g-item:nth-child(7n) { background: linear-gradient(150deg, var(--peach), #F3C89B); }

.g-item:hover { transform: scale(1.04); }

.g-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(79,59,43,0.75));
  color: var(--cream);
  padding: 24px 14px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

/* ============ TESTIMONIALS ============ */
.testi-section {
  background: var(--cream-dark);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.testi-card .quote {
  font-size: 2.4rem;
  color: var(--blush);
  line-height: 1;
  margin-bottom: 8px;
}

.testi-card p {
  color: var(--text);
  font-style: italic;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--peach));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--choco-dark);
}

.testi-user b { display: block; font-size: 0.95rem; }
.testi-user small { color: var(--text-light); }

.stars { color: #E8A33D; letter-spacing: 2px; margin-bottom: 12px; }

/* ============ ORDER STEPS ============ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.step-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.step-card .num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--peach));
  color: var(--choco-dark);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.step-card h4 { font-size: 1.02rem; margin-bottom: 8px; }
.step-card p { font-size: 0.87rem; color: var(--text-light); }

/* ============ CTA BANNER ============ */
.cta-banner {
  border-radius: var(--radius);
  background: linear-gradient(120deg, var(--pink), var(--peach), var(--mint));
  padding: 60px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.cta-banner h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 14px;
}

.cta-banner p {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--choco);
  font-weight: 600;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============ CONTACT / FOOTER ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.contact-info {
  display: grid;
  gap: 18px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.contact-item .ic {
  background: var(--blush);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-item b { display: block; margin-bottom: 2px; }
.contact-item p { color: var(--text-light); font-size: 0.9rem; }

.order-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--cream-dark);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  transition: border-color .2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pink);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-note {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 12px;
  text-align: center;
}

footer {
  background: var(--choco-dark);
  color: rgba(250,243,231,0.8);
  padding: 50px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-brand .brand-name { color: var(--cream); }
.footer-brand .brand-name span { color: var(--peach); }
.footer-brand p { font-size: 0.9rem; margin-top: 14px; max-width: 280px; }

.footer-grid h4 {
  color: var(--cream);
  margin-bottom: 16px;
  font-size: 1rem;
}

.footer-grid ul { list-style: none; display: grid; gap: 10px; }
.footer-grid ul a { font-size: 0.9rem; transition: color .2s; }
.footer-grid ul a:hover { color: var(--peach); }

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social .ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.footer-social .ic:hover { background: var(--pink); }

.footer-bottom {
  border-top: 1px solid rgba(250,243,231,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
}

/* ============ FLOATING WA ============ */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 90;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
  transition: transform .3s;
}

.wa-float:hover { transform: scale(1.1); }

.wa-float::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid #25D366;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* ============ ANIMATIONS ============ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .custom-inner { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-links, .nav-cta .btn {
    display: none;
  }
  .hamburger { display: flex; }

  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 20px 8%;
    box-shadow: var(--shadow);
    gap: 18px;
  }

  .hero .container {
    grid-template-columns: 1fr;
  }
  .hero-visual { max-width: 420px; margin: 0 auto; }

  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .custom-cards { grid-template-columns: 1fr; }
  .cta-banner { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============ RATING / REVIEW ============ */
.rating-input {
  display: flex;
  gap: 6px;
}

.rating-input .star {
  font-size: 2rem;
  color: var(--cream-dark);
  cursor: pointer;
  transition: color .2s, transform .15s;
  line-height: 1;
}

.rating-input .star:hover { transform: scale(1.15); }
.rating-input .star.active { color: #E8A33D; }
.stars .off { color: var(--cream-dark); }

/* ============ ADMIN ============ */
.admin-panel {
  min-height: 100vh;
  background: var(--cream);
  padding: 40px 0 60px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.admin-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

.admin-card h3 { margin-bottom: 18px; font-size: 1.2rem; }

.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--cream-dark);
  font-size: 0.92rem;
  vertical-align: middle;
}
.admin-table th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--choco);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}
.admin-table td img {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  object-fit: cover;
}
.admin-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: var(--cream);
}

.btn-sm { padding: 7px 16px; font-size: 0.82rem; }
.btn-danger { background: #f7d9d5; color: #a0473c; }
.btn-danger:hover { background: #f0c2bc; }

.upload-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.upload-preview .up-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.upload-preview .up-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.upload-preview .up-item .del {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(79,59,43,0.8);
  color: #fff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1;
}

.empty-msg {
  text-align: center;
  padding: 40px 20px;
  color: var(--text-light);
  background: var(--cream);
  border-radius: var(--radius);
  border: 2px dashed var(--cream-dark);
}

.toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--choco);
  color: var(--cream);
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s;
  z-index: 200;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.lock-box {
  max-width: 420px;
  margin: 60px auto;
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
  text-align: center;
}
.lock-box .big { font-size: 3rem; margin-bottom: 10px; }
.lock-box input {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--cream-dark);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 1rem;
  margin: 16px 0;
}
.lock-box input:focus { outline: none; border-color: var(--pink); }
.lock-note { font-size: 0.82rem; color: var(--text-light); margin-top: 12px; }
.back-link { display:inline-block; margin-top:18px; color:var(--pink); font-weight:600; }
