/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #fbf4e1;
  --cream-2: #fef9ea;
  --cream-3: #f5ead0;

  --orange: #f5a623;
  --orange-2: #f7b955;
  --orange-3: #d88a10;
  --orange-soft: #fff1d0;

  --coffee: #4a2c1a;
  --coffee-2: #5d3823;
  --coffee-3: #2f1c10;

  --ink: #1a1610;
  --text: #1a1610;
  --text-dim: #5a4a3a;
  --text-mute: #8a7a66;

  --card: #ffffff;
  --card-border: #efe4c8;

  --shadow-sm: 0 2px 8px rgba(74, 44, 26, 0.06);
  --shadow-md: 0 10px 28px -10px rgba(74, 44, 26, 0.15);
  --shadow-lg: 0 30px 60px -25px rgba(74, 44, 26, 0.35);
  --shadow-coffee: 0 20px 50px -15px rgba(74, 44, 26, 0.45);

  --radius: 22px;
  --radius-pill: 100px;
}

html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'IBM Plex Sans Arabic', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.85;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

::selection { background: var(--orange); color: var(--ink); }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px;
}
.container-sm { max-width: 760px; margin: 0 auto; padding: 0 22px; }

/* ============ BG DECOR ============ */
.bg-decor {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: var(--cream);
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  animation: orbFloat 18s ease-in-out infinite;
}
.orb-1 { width: 520px; height: 520px; background: var(--orange); top: -180px; right: -150px; }
.orb-2 { width: 480px; height: 480px; background: var(--orange-2); top: 40%; left: -180px; animation-delay: -6s; opacity: 0.17; }
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.08); }
}

/* ============ NAVBAR — transparent, no top space ============ */
.navbar {
  position: relative;
  z-index: 90;
  padding: 0;
  margin: 0;
  background: transparent;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  display: flex;
  align-items: center;
  margin: -40px 0 -36px;
}
.logo-full-img {
  height: 200px;
  width: auto;
  max-width: 92%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(.2,.9,.3,1.2);
}
.logo:hover .logo-full-img { transform: scale(1.05); }

/* ============ HERO ============ */
.hero { padding: 12px 0 60px; text-align: center; position: relative; }
.hero-title {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 780px;
  color: var(--ink);
}
.hl {
  display: inline-block;
  color: var(--orange-3);
  font-weight: 700;
}
.swash {
  display: inline-block;
  position: relative;
  color: var(--ink);
  font-weight: 700;
  margin: 0 2px 10px;
}
.swash::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px; bottom: -6px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'><path d='M2 8 C 40 2, 80 12, 120 6 S 180 2, 198 8' stroke='%23f5a623' stroke-width='3.5' fill='none' stroke-linecap='round'/></svg>") center / 100% 100% no-repeat;
}

.hero-sub {
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  color: var(--text-dim);
  margin: 0 auto 32px;
  max-width: 620px;
  line-height: 1.95;
}

/* SAR Riyal symbol (official SAMA SVG) */
.sar-icon {
  width: 0.85em;
  height: 0.85em;
  color: currentColor;
  fill: currentColor;
  display: inline-block;
  vertical-align: -0.08em;
  margin-inline-end: 4px;
  flex-shrink: 0;
}
.sar-icon.big { width: 1em; height: 1em; }

.price-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 32px;
  background: var(--cream-2);
  border: 2px dashed var(--orange);
  border-radius: var(--radius-pill);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 26px;
}
.price-pill .new {
  color: var(--orange-3);
  font-size: 1.45rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.price-pill .new .sar-icon { width: 1em; height: 1em; color: var(--orange-3); margin: 0; }
.price-pill .eq { color: var(--text-mute); font-weight: 500; font-size: 1.05rem; }
.price-pill .usd { color: var(--ink); font-size: 1.05rem; font-weight: 600; }

/* Hero trust bar — social proof above the fold */
.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, #fff 0%, var(--orange-soft) 100%);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 22px -12px rgba(245, 166, 35, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-trust:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -10px rgba(245, 166, 35, 0.55);
}
.hero-trust-stars { color: var(--orange); font-size: 1rem; letter-spacing: 1px; line-height: 1; }
.hero-trust-text { color: var(--coffee-2); font-size: 0.9rem; font-weight: 500; }
.hero-trust-text strong { color: var(--orange-3); font-weight: 800; }

/* Price anchor — struck original price + save badge */
.price-pill .old {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--text-mute);
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: rgba(138, 122, 102, 0.65);
}
.price-pill .old .sar-icon { width: 0.85em; height: 0.85em; color: var(--text-mute); margin: 0; }
.price-pill .save-badge {
  align-self: center;
  background: var(--orange);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 14px -5px rgba(245, 166, 35, 0.55);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 50px;
  background: var(--orange);
  color: #fff;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 25px -5px rgba(245, 166, 35, 0.55);
  transition: all 0.3s cubic-bezier(.2,.9,.3,1.2);
  position: relative;
  overflow: hidden;
}
.btn-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -6px rgba(245, 166, 35, 0.65); }
.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(100%);
  transition: transform 0.7s;
}
.btn-cta:hover::before { transform: translateX(-100%); }
.btn-cta-block { width: 100%; max-width: 340px; }

/* Bare product image — big, like inside-image-wrap */
.product-bare {
  margin: 50px auto 0;
  max-width: 760px;
  animation: floatY 6s ease-in-out infinite;
}
.product-bare img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  filter: drop-shadow(0 30px 60px rgba(74, 44, 26, 0.3));
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero-checks {
  list-style: none;
  margin: 36px auto 0;
  max-width: 520px;
  display: grid;
  gap: 14px;
  text-align: right;
}
.hero-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--ink);
  font-size: 1rem;
}
.check-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--orange);
  display: grid;
  place-items: center;
  color: var(--orange);
  font-weight: 900;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ============ SECTION HEAD ============ */
.section { padding: 80px 0; position: relative; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-head h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 16px;
  color: var(--ink);
}
.section-head p { color: var(--text-dim); font-size: 1.05rem; }

/* ============ CATEGORIES — creative + mobile-first ============ */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}
.cat-card {
  --cat-color: var(--orange);
  --cat-shadow: rgba(245, 166, 35, 0.2);
  background: #fff;
  border: 1.5px solid var(--card-border);
  border-radius: 22px;
  padding: 24px 22px;
  transition: all 0.4s cubic-bezier(.2,.9,.3,1.2);
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 5px;
  background: var(--cat-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(.2,.9,.3,1.2);
}
.cat-card::after {
  content: '';
  position: absolute;
  top: -40px; left: -40px;
  width: 120px; height: 120px;
  background: var(--cat-color);
  opacity: 0;
  border-radius: 50%;
  filter: blur(40px);
  transition: opacity 0.4s;
  pointer-events: none;
}
.cat-card:hover, .cat-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px -12px var(--cat-shadow);
  border-color: var(--cat-color);
}
.cat-card:hover::before, .cat-card:focus-within::before { transform: scaleX(1); }
.cat-card:hover::after { opacity: 0.12; }

.cat-card.cat-coffee { --cat-color: #4a2c1a; --cat-shadow: rgba(74, 44, 26, 0.25); }
.cat-card.cat-orange { --cat-color: #f5a623; --cat-shadow: rgba(245, 166, 35, 0.25); }
.cat-card.cat-warm   { --cat-color: #f7b955; --cat-shadow: rgba(247, 185, 85, 0.3); }
.cat-card.cat-dark   { --cat-color: #2a1d12; --cat-shadow: rgba(42, 29, 18, 0.3); }

.cat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cat-count {
  background: rgba(245, 166, 35, 0.12);
  color: var(--orange-3);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 5px 12px;
  border-radius: 100px;
}
.cat-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--cat-color);
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  color: #fff;
  box-shadow: 0 8px 18px -6px var(--cat-shadow);
  transition: transform 0.4s cubic-bezier(.2,.9,.3,1.2);
}
.cat-card:hover .cat-icon { transform: rotate(-8deg) scale(1.08); }

.cat-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.cat-card p {
  color: var(--text-mute);
  font-size: 0.93rem;
  margin-bottom: 16px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.cat-chips span {
  background: var(--cream-2);
  border: 1px solid var(--card-border);
  color: var(--ink);
  font-size: 0.78rem;
  padding: 5px 11px;
  border-radius: 100px;
  font-weight: 500;
  transition: all 0.3s;
}
.cat-card:hover .cat-chips span {
  background: #fff;
  border-color: rgba(245, 166, 35, 0.4);
}

/* hidden "more" chips block — slides open */
.cat-chips.cat-more {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(.4,.0,.2,1),
              opacity 0.4s ease 0.05s,
              margin-top 0.4s ease;
}
.cat-card.is-expanded .cat-chips.cat-more {
  max-height: 600px;
  margin-top: 8px;
  opacity: 1;
}
.cat-chips.cat-more > span {
  transform: translateY(-6px);
  transition: transform 0.45s cubic-bezier(.2,.9,.3,1.2);
}
.cat-card.is-expanded .cat-chips.cat-more > span {
  transform: translateY(0);
}

/* see more button */
.cat-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 16px;
  background: transparent;
  border: 1.5px dashed var(--orange);
  border-radius: 100px;
  color: var(--orange-3);
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.2,.9,.3,1.2);
  font-family: inherit;
  position: relative;
  z-index: 1;
}
.cat-more-btn:hover {
  background: var(--orange);
  color: #fff;
  border-style: solid;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px -4px rgba(245, 166, 35, 0.45);
}
.cat-more-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange-soft);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  color: var(--orange-3);
  transition: transform 0.4s cubic-bezier(.4,.0,.2,1), background 0.3s, color 0.3s;
}
.cat-more-btn:hover .cat-more-icon {
  background: #fff;
  color: var(--orange-3);
}
.cat-card.is-expanded .cat-more-icon {
  transform: rotate(135deg);
}
.cat-card.is-expanded .cat-more-text::before { content: 'إخفاء'; }
.cat-card.is-expanded .cat-more-text { font-size: 0; line-height: 0; }
.cat-card.is-expanded .cat-more-text::before { font-size: 0.82rem; line-height: 1.2; }

/* ============ COFFEE CALLOUT ============ */
.callout {
  max-width: 780px;
  margin: 0 auto;
  background: var(--coffee);
  background-image:
    radial-gradient(circle at 12% 20%, rgba(245, 166, 35, 0.18), transparent 40%),
    radial-gradient(circle at 88% 80%, rgba(245, 166, 35, 0.14), transparent 45%);
  color: #fff;
  border-radius: 28px;
  padding: 50px 36px;
  text-align: center;
  box-shadow: var(--shadow-coffee);
  position: relative;
  overflow: hidden;
}
.callout::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.25), transparent 70%);
  border-radius: 50%;
}
.callout h3 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
  position: relative;
}
.callout p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.95;
  position: relative;
}
.callout strong { color: var(--orange-2); font-weight: 700; }

/* ============ ACCORDION — sliding ============ */
.accordion { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.acc-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(74, 44, 26, 0.05);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.acc-item.is-open {
  box-shadow: 0 14px 32px -10px rgba(245, 166, 35, 0.35);
  transform: translateY(-2px);
}
.acc-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  border: none;
  text-align: right;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.3s;
}
.acc-trigger:hover { background: rgba(245, 166, 35, 0.04); }
.acc-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--orange-soft);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--orange-3);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.45s cubic-bezier(.4, .0, .2, 1), background 0.4s, color 0.4s;
}
.acc-title {
  flex: 1;
  font-weight: 600;
  color: var(--orange-3);
  font-size: 1.05rem;
  transition: color 0.3s;
}
.acc-item.is-open .acc-icon {
  transform: rotate(135deg);
  background: var(--orange);
  color: #fff;
}
.acc-item.is-open .acc-title { color: var(--ink); }

/* Sliding open animation using grid-template-rows trick */
.acc-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(.4, .0, .2, 1);
}
.acc-item.is-open .acc-content { grid-template-rows: 1fr; }

.acc-body {
  overflow: hidden;
  min-height: 0;
  padding: 0 24px;
  transition: padding 0.45s cubic-bezier(.4, .0, .2, 1);
  color: var(--text-dim);
}
.acc-item.is-open .acc-body { padding: 0 24px 22px; }
.acc-body p {
  font-size: 0.97rem;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease 0.15s, transform 0.45s cubic-bezier(.2,.9,.3,1.2) 0.1s;
}
.acc-item.is-open .acc-body p { opacity: 1; transform: translateY(0); }

/* ============ INSIDE IMAGE ============ */
.inside-image-wrap {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.inside-image-wrap img { width: 100%; height: auto; display: block; transition: transform 0.6s; }
.inside-image-wrap:hover img { transform: scale(1.03); }

/* ============ TESTIMONIALS / REVIEWS ============ */
.reviews-section { position: relative; }

.reviews-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  background: linear-gradient(135deg, #fff 0%, var(--orange-soft) 100%);
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 100px;
  margin-bottom: 18px;
  box-shadow: 0 10px 22px -12px rgba(245, 166, 35, 0.45);
}
.reviews-stars-big {
  display: inline-flex;
  gap: 2px;
  color: var(--orange);
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(216, 138, 16, 0.25);
}
.reviews-stars-big .rstar { line-height: 1; }
.reviews-rating-text {
  color: var(--coffee-2);
  font-size: 0.92rem;
  font-weight: 500;
}
.reviews-rating-text strong { color: var(--orange-3); font-weight: 800; font-size: 1.08rem; }

/* Grid — collapsed: single column feed (5 visible). Expanded: 2-column full grid */
.t-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
  transition: max-width 0.5s ease;
}
.t-grid.is-collapsed .chat-card { display: none; }
.t-grid.is-collapsed .chat-card.is-visible {
  display: block;
  animation: reviewSlideIn 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.t-grid.is-expanded {
  max-width: 980px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.t-grid.is-expanded .chat-card {
  display: block;
  animation: reviewFadeIn 0.5s ease both;
}

@keyframes reviewSlideIn {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes reviewFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Review card — clean cream/white design */
.chat-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 20px 22px 22px;
  color: var(--text);
  position: relative;
  font-size: 0.95rem;
  line-height: 1.85;
  box-shadow: 0 10px 26px -16px rgba(74, 44, 26, 0.2), 0 2px 4px rgba(74, 44, 26, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.chat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 166, 35, 0.35);
  box-shadow: 0 20px 38px -18px rgba(74, 44, 26, 0.3), 0 4px 10px rgba(245, 166, 35, 0.08);
}
.chat-card::before {
  content: '"';
  position: absolute;
  top: 4px;
  left: 16px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 3.8rem;
  line-height: 1;
  color: var(--orange);
  opacity: 0.16;
  pointer-events: none;
}

.chat-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.chat-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.12rem;
  color: #fff;
  background: linear-gradient(135deg, var(--av-a, var(--orange)), var(--av-b, var(--orange-3)));
  flex-shrink: 0;
  box-shadow: 0 6px 14px -4px rgba(74, 44, 26, 0.3), inset 0 1px 0 rgba(255,255,255,0.22);
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
  border: 2px solid #fff;
  outline: 1px solid rgba(245, 166, 35, 0.18);
}
.chat-card-info { flex: 1; min-width: 0; }
.chat-card-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}
.chat-name {
  color: var(--coffee);
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.2;
}
.chat-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 4px -1px rgba(245, 166, 35, 0.5);
}
.chat-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-stars {
  color: var(--orange);
  font-size: 0.88rem;
  letter-spacing: 1.5px;
  line-height: 1;
}
.chat-time {
  color: var(--text-mute);
  font-size: 0.76rem;
  direction: ltr;
  line-height: 1;
}
.chat-text {
  color: var(--coffee-2);
  font-size: 0.95rem;
  line-height: 1.85;
  margin: 0;
  position: relative;
}

/* Show more button */
.reviews-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.btn-show-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border-radius: 100px;
  background: #fff;
  border: 2px solid var(--orange);
  color: var(--coffee);
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  box-shadow: 0 10px 22px -12px rgba(245, 166, 35, 0.55);
}
.btn-show-more:hover {
  background: var(--orange);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -10px rgba(245, 166, 35, 0.7);
}
.btn-show-more:active { transform: translateY(0); }
.btn-show-more.is-hidden { display: none; }
.show-more-count {
  background: var(--orange-soft);
  color: var(--coffee);
  padding: 2px 9px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease;
}
.btn-show-more:hover .show-more-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.show-more-icon {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.3s ease;
}
.btn-show-more:hover .show-more-icon { transform: translateY(2px); }

/* Close state — same button toggled after expand */
.btn-show-more.is-active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.btn-show-more.is-active .show-more-count { display: none; }
.btn-show-more.is-active:hover { background: var(--orange-3); border-color: var(--orange-3); transform: translateY(-2px); }
.btn-show-more.is-active:hover .show-more-icon { transform: translateY(-2px); }

/* ============ FINAL BUY CARD — cream bg, no brown ============ */
.cta-final {
  background: transparent;
  padding: 60px 0 80px;
  position: relative;
}

.buy-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 32px;
  padding: 40px 36px 32px;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 70px -25px rgba(74, 44, 26, 0.25);
}
.buy-thumb {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 14px 28px -10px rgba(74, 44, 26, 0.35);
  object-fit: contain;
  border: 1px solid var(--card-border);
}
.buy-title {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.buy-sub { color: var(--text-dim); font-size: 0.95rem; margin-bottom: 24px; }

.buy-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 26px;
}
.buy-new {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--orange-3);
}
.buy-new .sar-icon {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--orange-3);
  margin: 0;
  vertical-align: middle;
}
.buy-amount {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: var(--orange-3);
  letter-spacing: -1px;
}
.buy-usd {
  color: var(--text-dim);
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 2px;
}

/* Buy card — price anchor (struck original price + save badge) */
.buy-old {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.buy-old-price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--text-mute);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: rgba(138, 122, 102, 0.6);
}
.buy-old-price .sar-icon { width: 0.9em; height: 0.9em; color: var(--text-mute); margin: 0; }
.buy-save {
  background: var(--orange-soft);
  color: var(--orange-3);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
}

/* Guarantee badge — risk reversal next to the CTA */
.guarantee-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: right;
  margin-top: 20px;
  padding: 15px 17px;
  background: linear-gradient(135deg, #fff 0%, var(--orange-soft) 100%);
  border: 1.5px dashed var(--orange);
  border-radius: 16px;
}
.guarantee-ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 14px -6px rgba(245, 166, 35, 0.5);
}
.guarantee-text { display: flex; flex-direction: column; gap: 2px; }
.guarantee-text strong { color: var(--coffee); font-weight: 800; font-size: 0.96rem; }
.guarantee-text > span { color: var(--text-dim); font-size: 0.85rem; line-height: 1.6; }

/* Final offer — price pill (same style as hero) + CTA, closing the page */
.final-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}
.final-offer .price-pill { margin: 0; }
.final-offer .btn-cta-block { max-width: 360px; }

.buy-perks {
  list-style: none;
  margin: 26px 0 22px;
  display: grid;
  gap: 10px;
  text-align: right;
}
.buy-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  background: var(--cream-2);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
}
.perk-ico {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: var(--orange-soft);
  display: grid; place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.pay-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px dashed var(--card-border);
}
.pay-icon {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 56px;
  box-shadow: 0 2px 6px rgba(74, 44, 26, 0.05);
  transition: all 0.3s;
}
.pay-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(74, 44, 26, 0.12);
  border-color: var(--orange);
}
.pay-icon svg,
.pay-icon img {
  width: auto;
  height: 22px;
  max-width: 50px;
  display: block;
  object-fit: contain;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--coffee-3);
  color: rgba(255, 255, 255, 0.7);
  padding: 22px 0;
  text-align: center;
  font-size: 0.85rem;
}

/* ============ FAB ============ */
.fab-stack {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 95;
}
.fab-x {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #000;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.55);
  transition: all 0.3s cubic-bezier(.2,.9,.3,1.2);
  animation: fabPulse 2.6s ease-in-out infinite;
  border: 1px solid rgba(255,255,255,0.1);
}
.fab-x:hover { transform: scale(1.08); }
.fab-x svg { width: 26px; height: 26px; }
@keyframes fabPulse {
  0%, 100% { box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.55), 0 0 0 0 rgba(0, 0, 0, 0.4); }
  50% { box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.55), 0 0 0 14px rgba(0, 0, 0, 0); }
}
.fab-label {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  background: #000;
  color: #fff;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(-8px);
  transition: opacity 0.5s cubic-bezier(.2,.9,.3,1), transform 0.5s cubic-bezier(.2,.9,.3,1), visibility 0s linear 0.5s;
}
.fab-label.is-shown {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  transition: opacity 0.45s cubic-bezier(.2,.9,.3,1), transform 0.45s cubic-bezier(.2,.9,.3,1), visibility 0s linear 0s;
}

/* ============ GUMROAD CHECKOUT POPUP ============ */
.gumroad-popup {
  position: fixed;
  inset: 0;
  background: rgba(20, 12, 4, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gumroad-popup.is-open {
  display: flex;
  animation: gumroadOverlayFade 0.3s ease;
}
.gumroad-popup .popup-content {
  position: relative;
  width: 100%;
  max-width: 780px;
  max-height: 92vh;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.55);
  overflow: hidden;
  animation: gumroadPopIn 0.4s cubic-bezier(.2,.9,.3,1);
}
.gumroad-popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #1a1610;
  border: 1px solid var(--card-border);
  font-family: inherit;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 6px 14px -4px rgba(0,0,0,0.25);
  transition: background 0.2s, transform 0.2s, color 0.2s;
}
.gumroad-popup .close:hover {
  background: var(--orange);
  color: #fff;
  transform: scale(1.06);
}
.gumroad-popup iframe {
  display: block;
  width: 100%;
  height: 86vh;
  max-height: 760px;
  border: 0;
  background: #fff;
}
@keyframes gumroadOverlayFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes gumroadPopIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 600px) {
  /* Bottom-sheet style on phones — slides up from the bottom */
  .gumroad-popup {
    padding: 0;
    align-items: flex-end;
    background: rgba(20, 12, 4, 0.55);
  }
  .gumroad-popup.is-open {
    animation: gumroadOverlayFade 0.25s ease;
  }
  .gumroad-popup .popup-content {
    width: 100%;
    max-width: 100%;
    height: 94vh;
    height: 94dvh;
    max-height: 94vh;
    max-height: 94dvh;
    border-radius: 20px 20px 0 0;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    animation: gumroadSheetUp 0.42s cubic-bezier(.2, .9, .3, 1);
    box-shadow: 0 -10px 40px -8px rgba(0, 0, 0, 0.4);
  }
  /* Drag-handle indicator (visual only, like native bottom sheets) */
  .gumroad-popup .popup-content::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.16);
    z-index: 3;
    pointer-events: none;
  }
  .gumroad-popup iframe {
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  /* Bigger, higher-contrast close button for thumb reach */
  .gumroad-popup .close {
    top: 22px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: rgba(20, 12, 4, 0.88);
    color: #fff;
    border: none;
    font-size: 1.55rem;
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .gumroad-popup .close:hover,
  .gumroad-popup .close:active {
    background: var(--orange);
    color: #fff;
    transform: scale(1.04);
  }
}
@keyframes gumroadSheetUp {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============ REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(.2,.9,.3,1), transform 0.7s cubic-bezier(.2,.9,.3,1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE — TABLETS ============ */
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .cat-grid { gap: 16px; }
}

/* ============ RESPONSIVE — PHONES ============ */
@media (max-width: 600px) {
  .container, .container-sm { padding: 0 16px; }
  .navbar { padding: 0; }
  .logo { margin: -30px 0 -26px; }
  .logo-full-img { height: 150px; }

  .hero { padding: 8px 0 50px; }
  .price-pill {
    padding: 12px 22px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 22px;
  }
  .price-pill .new { font-size: 1.25rem; }
  .price-pill .usd { font-size: 0.95rem; }
  .price-pill .old { font-size: 0.92rem; }
  .price-pill .save-badge { font-size: 0.7rem; padding: 3px 10px; }
  .hero-trust { padding: 7px 14px; gap: 8px; }
  .hero-trust-stars { font-size: 0.92rem; }
  .hero-trust-text { font-size: 0.82rem; }

  .btn-cta { padding: 16px 36px; font-size: 1rem; width: 100%; }
  .hero-checks { margin-top: 28px; }
  .product-bare { margin-top: 36px; max-width: 100%; border-radius: 22px; }
  .product-bare img { border-radius: 22px; }

  .section { padding: 50px 0; }
  .section-head { margin-bottom: 32px; }

  /* CATEGORIES — single column, refined */
  .cat-grid { grid-template-columns: 1fr; gap: 14px; }
  .cat-card { padding: 20px 20px; border-radius: 20px; }
  .cat-icon { width: 46px; height: 46px; font-size: 1.4rem; border-radius: 14px; }
  .cat-card h3 { font-size: 1.05rem; }
  .cat-card p { font-size: 0.9rem; margin-bottom: 14px; }
  .cat-chips span { font-size: 0.74rem; padding: 4px 10px; }
  .cat-count { font-size: 0.72rem; padding: 4px 10px; }

  .callout { padding: 36px 22px; border-radius: 22px; }

  .accordion { gap: 11px; }
  .acc-trigger { padding: 16px 18px; gap: 12px; }
  .acc-title { font-size: 0.97rem; }
  .acc-icon { width: 30px; height: 30px; font-size: 1.35rem; }
  .acc-body { padding: 0 18px; }
  .acc-item.is-open .acc-body { padding: 0 18px 18px; }

  .t-grid { max-width: 100%; gap: 12px; }
  .t-grid.is-expanded { grid-template-columns: 1fr; gap: 12px; max-width: 100%; }
  .chat-card { padding: 16px 18px 18px; font-size: 0.9rem; border-radius: 18px; }
  .chat-card::before { font-size: 3rem; top: 2px; left: 12px; }
  .chat-avatar { width: 40px; height: 40px; font-size: 1rem; }
  .chat-card-top { gap: 10px; margin-bottom: 10px; }
  .chat-name { font-size: 0.92rem; }
  .chat-stars { font-size: 0.82rem; }
  .chat-time { font-size: 0.72rem; }
  .chat-text { font-size: 0.9rem; }
  .reviews-rating-summary { padding: 7px 15px; gap: 10px; margin-bottom: 14px; }
  .reviews-stars-big { font-size: 0.98rem; }
  .reviews-rating-text { font-size: 0.85rem; }
  .reviews-rating-text strong { font-size: 1rem; }
  .reviews-more-wrap { margin-top: 22px; }
  .btn-show-more { padding: 12px 22px; font-size: 0.94rem; }
  .show-more-count { font-size: 0.78rem; padding: 2px 8px; }

  .cta-final { padding: 50px 0 70px; }
  .buy-card { padding: 30px 22px 26px; border-radius: 26px; }
  .buy-thumb { width: 80px; height: 80px; margin-top: 0; }
  .buy-new .sar-icon { width: 1.7rem; height: 1.7rem; }
  .buy-amount { font-size: 2.8rem; }
  .buy-old-price { font-size: 1.05rem; }
  .guarantee-badge { padding: 13px 14px; gap: 11px; }
  .guarantee-ico { width: 40px; height: 40px; font-size: 1.35rem; }
  .guarantee-text strong { font-size: 0.9rem; }
  .guarantee-text > span { font-size: 0.8rem; }
  .buy-perks li { padding: 10px 12px; font-size: 0.88rem; gap: 10px; }
  .perk-ico { width: 28px; height: 28px; font-size: 0.92rem; }
  .pay-icon { padding: 6px 10px; min-width: 50px; height: 34px; }
  .pay-icon svg, .pay-icon img { height: 18px; max-width: 44px; }

  .fab-stack { bottom: 16px; left: 16px; }
  .fab-x { width: 52px; height: 52px; }
  .fab-x svg { width: 23px; height: 23px; }
  .fab-label { padding: 7px 13px; font-size: 0.78rem; }
}

@media (max-width: 380px) {
  .hero-title { font-size: 1.65rem; }
  .price-pill { padding: 10px 18px; gap: 8px; }
  .price-pill .new { font-size: 1.15rem; }
  .buy-amount { font-size: 2.4rem; }
  .buy-new .sar-icon { width: 1.5rem; height: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
