/* ===========================================================
   Karol Bagh Wholesale — Hostinger Static Site
   Hybrid Landing + Blog · Modern Delhi Market Guide
   =========================================================== */

/* ---------- TOKENS ---------- */
:root {
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --bg-light: #f8fafc;
  --line: #e4e9f0;
  --text: #0f1b35;
  --text-soft: #4b5874;
  --text-mute: #7a849a;
  --brand: #1e3a8a;          /* deep Delhi blue */
  --brand-2: #2563eb;        /* soft blue */
  --brand-3: #dbeafe;        /* light blue tint */
  --brand-4: #eef4ff;        /* paper blue */
  --shadow-sm: 0 1px 2px rgba(15,27,53,.04), 0 1px 1px rgba(15,27,53,.03);
  --shadow-md: 0 12px 28px -12px rgba(15,27,53,.12), 0 4px 10px -4px rgba(15,27,53,.06);
  --shadow-lg: 0 28px 56px -24px rgba(15,27,53,.22), 0 8px 20px -10px rgba(15,27,53,.10);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 26px;
  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --maxw: 1180px;
}

/* ---------- RESET ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; min-width: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }

/* ---------- TYPE ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; color: var(--text); line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw + 0.4rem, 3.6rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 2.5vw + 0.6rem, 2.4rem); }
h3 { font-size: 1.15rem; font-weight: 600; }
.eyebrow {
  display: inline-flex; align-items: center;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-2);
  padding: 6px 12px;
  background: var(--brand-3);
  border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow-light { background: rgba(255,255,255,.14); color: #fff; }
.lead { font-size: 1.05rem; color: var(--text-soft); max-width: 56ch; }
.accent { color: var(--brand); font-style: italic; }

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(60px, 8vw, 110px) 0; }
.section-light { background: var(--bg-light); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head .lead { margin: 18px auto 0; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.94rem;
  border-radius: 999px;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { background: #15296b; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline { background: #fff; color: var(--brand); border: 1.5px solid var(--brand); }
.btn-outline:hover { background: var(--brand-4); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--brand); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn-outline-light:hover { background: rgba(255,255,255,.08); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; gap: 24px;
}
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 10px;
  letter-spacing: -0.02em;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-line-1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--text);
}
.logo-line-2 {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand-2);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 3px;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  font-size: 0.92rem; font-weight: 600; color: var(--text-soft);
  position: relative; padding: 6px 0;
}
.site-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--brand);
  transition: width .25s ease;
}
.site-nav a:hover { color: var(--brand); }
.site-nav a:hover::after { width: 100%; }
.header-cta { display: inline-flex; }
.nav-toggle {
  display: none;
  width: 38px; height: 38px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.nav-toggle span {
  width: 18px; height: 2px; background: var(--text); border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  display: none;
  flex-direction: column; gap: 4px;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 14px 22px 22px;
}
.mobile-nav a {
  padding: 12px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text);
}
.mobile-nav .btn { margin-top: 14px; justify-content: center; }
.mobile-nav.show { display: flex; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: clamp(50px, 7vw, 90px) 0 clamp(60px, 8vw, 110px);
  background:
    radial-gradient(ellipse 70% 60% at 85% 10%, var(--brand-3), transparent 60%),
    radial-gradient(ellipse 60% 50% at 10% 95%, #fef6e7, transparent 60%),
    #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .25;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero h1 { margin-bottom: 18px; }
.hero-sub {
  font-size: 1.08rem;
  color: var(--text-soft);
  max-width: 52ch;
  margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.trust-points {
  display: flex; flex-wrap: wrap; gap: 18px;
  font-size: 0.9rem;
  color: var(--text-soft);
  font-weight: 600;
}
.trust-points li { display: inline-flex; align-items: center; gap: 8px; }
.trust-points .dot {
  width: 8px; height: 8px;
  background: var(--brand-2);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--brand-3);
}

/* Hero visual */
.hero-visual { position: relative; min-height: 360px; }
.hero-image-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 18px;
  border: 1px solid var(--line);
  transform: rotate(-1.5deg);
  transition: transform .4s ease;
}
.hero-image-card:hover { transform: rotate(0) scale(1.01); }
.hero-image-card img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 16px;
  background: var(--bg-light);
}
.hero-mini-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px;
  box-shadow: var(--shadow-md);
  width: 140px; height: 140px;
}
.hero-mini-card img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: var(--bg-light);
  border-radius: 10px;
}
.hero-mini-1 { bottom: -22px; left: -22px; transform: rotate(-6deg); }
.hero-mini-2 { top: -22px; right: -22px; transform: rotate(6deg); }

/* ---------- CARDS GRID (Why) ---------- */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--brand-4);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--brand);
}
.card-icon svg { width: 22px; height: 22px; }
.card h3 { margin-bottom: 8px; font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; }
.card p { color: var(--text-soft); font-size: 0.94rem; }

/* ---------- CATEGORY GRID ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 60px;
}
.cat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.cat::before {
  content: ''; position: absolute; left: 0; top: 0;
  height: 3px; width: 0; background: var(--brand);
  transition: width .35s ease;
}
.cat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-3); }
.cat:hover::before { width: 100%; }
.cat-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--brand-4); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.cat-icon svg { width: 22px; height: 22px; }
.cat h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.cat p { color: var(--text-mute); font-size: 0.86rem; }

/* ---------- GALLERY (featured products) ---------- */
.featured-head { text-align: center; margin-bottom: 30px; }
.featured-head h3 { font-family: var(--font-display); font-size: 1.65rem; font-weight: 600; margin-bottom: 8px; }
.featured-head p { color: var(--text-soft); }
.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.gallery-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.g-img {
  background: var(--bg-light);
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  padding: 12px;
}
.g-img img {
  width: 100%; height: 100%;
  object-fit: contain;     /* IMPORTANT: no cropping */
  object-position: center;
}
.gallery-item figcaption {
  padding: 12px 14px 16px;
  border-top: 1px solid var(--line);
}
.gallery-item figcaption span {
  display: block;
  font-weight: 700; font-size: 0.92rem; color: var(--text);
}
.gallery-item figcaption small {
  display: block; margin-top: 3px;
  font-size: 0.78rem; color: var(--text-mute);
}

/* ---------- GUIDE (two-col) ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.two-col h2 { margin-bottom: 18px; }
.two-col p { color: var(--text-soft); margin-bottom: 14px; }
.bullets { margin-top: 18px; display: grid; gap: 12px; }
.bullets li {
  position: relative; padding-left: 28px;
  color: var(--text-soft);
  font-size: 0.96rem;
}
.bullets li strong { color: var(--text); }
.bullets li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 14px; height: 14px;
  background: var(--brand-3);
  border: 3px solid var(--brand);
  border-radius: 50%;
}
.guide-visual { position: relative; }
.guide-img-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow-md);
}
.guide-img-wrap img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  background: var(--bg-light);
  border-radius: 16px;
}
.guide-stat {
  position: absolute; bottom: -24px; left: -24px;
  background: var(--brand);
  color: #fff;
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: var(--shadow-lg);
  max-width: 220px;
}
.guide-stat strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.guide-stat span { font-size: 0.82rem; opacity: .85; }

/* ---------- COMPARE ---------- */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.compare-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.compare-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.compare-old { background: var(--bg-light); }
.compare-new { background: linear-gradient(180deg, var(--brand-4), #fff); border-color: var(--brand-3); }
.compare-head { margin-bottom: 20px; }
.compare-tag {
  display: inline-block;
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 12px;
}
.tag-grey { background: #e6ebf2; color: var(--text-mute); }
.tag-blue { background: var(--brand); color: #fff; }
.compare-head h3 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; }
.compare-card ul li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.95rem;
  color: var(--text-soft);
}
.compare-card ul li:first-child { border-top: 0; }
.x, .ok {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem;
}
.x { background: #fde2e2; color: #b03333; }
.ok { background: var(--brand-3); color: var(--brand); }

/* ---------- ORDERING ---------- */
.orders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.order-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.order-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.order-num {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--brand-2);
  letter-spacing: 0.08em;
  display: block; margin-bottom: 8px;
}
.order-head h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-head p { color: var(--text-soft); margin-bottom: 22px; }
.order-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: var(--bg-light);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 24px;
}
.order-points li {
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 4px 6px;
}
.order-points li:last-child { border-right: 0; }
.order-points strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 4px;
}
.order-points span {
  font-size: 0.74rem;
  color: var(--text-mute);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---------- BENEFITS ---------- */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.benefit {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.b-num {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--brand-3);
  display: block;
  margin-bottom: 8px;
}
.benefit:hover .b-num { color: var(--brand); transition: color .3s ease; }
.benefit h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.benefit p { color: var(--text-soft); font-size: 0.94rem; }

/* ---------- TIPS ---------- */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}
.tip:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand-3);
}
.tip-num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 5px 12px;
  background: var(--brand-4);
  color: var(--brand);
  border-radius: 999px;
  margin-bottom: 16px;
}
.tip h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
.tip p { color: var(--text-soft); font-size: 0.96rem; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; }
.faq-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:last-child { border-bottom: 0; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--text);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  transition: background .2s ease;
}
.faq-item summary:hover { background: var(--bg-light); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--brand);
  transition: transform .25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { background: var(--bg-light); }
.faq-body {
  padding: 0 26px 24px;
  color: var(--text-soft);
  font-size: 0.97rem;
  line-height: 1.7;
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background:
    radial-gradient(ellipse 80% 100% at 90% 0%, rgba(255,255,255,.10), transparent 50%),
    radial-gradient(ellipse 80% 100% at 0% 100%, rgba(255,255,255,.08), transparent 55%),
    var(--brand);
  color: #fff;
  padding: clamp(70px, 9vw, 130px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; max-width: 720px; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.85); margin-bottom: 28px; font-size: 1.05rem; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: #0e1729;
  color: #c3cbdd;
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-brand p {
  margin-top: 16px;
  color: #8c95ab;
  font-size: 0.92rem;
  max-width: 36ch;
}
.logo-footer .logo-line-1 { color: #fff; }
.logo-footer .logo-line-2 { color: #6e9bff; }
.logo-footer .logo-mark { background: #fff; color: var(--brand); }
.footer-col h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col a {
  font-size: 0.92rem;
  color: #aab3c8;
  transition: color .2s ease;
}
.footer-col a:hover { color: #fff; }
.footer-seo {
  margin-top: 16px;
  font-size: 0.78rem;
  color: #6c7691;
  line-height: 1.6;
}
.footer-bottom {
  border-top: 1px solid #1c2740;
  padding: 22px 0;
}
.footer-bottom-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
}
.footer-bottom p { font-size: 0.82rem; color: #6c7691; }
.footer-keywords { font-size: 0.78rem !important; }

/* ---------- REVEAL ANIMATION (JS-gated to avoid hiding content if JS fails) ---------- */
html.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
html.js-ready .reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html.js-ready .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .tips-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .two-col { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 720px) {
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner { padding: 12px 18px; gap: 12px; }
  .logo-line-1 { font-size: 0.95rem; }
  .logo-line-2 { font-size: 0.62rem; }

  .container { padding: 0 18px; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 38px; }

  /* Hero */
  .hero { padding: 40px 0 70px; overflow: hidden; }
  .hero-grid { gap: 50px; }
  .hero-visual { padding: 0 6px; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-image-card { transform: none; padding: 14px; }
  .hero-image-card img { max-height: 320px; }
  .hero-mini-card { width: 84px; height: 84px; }
  .hero-mini-1 { bottom: -10px; left: 0; transform: rotate(-4deg); }
  .hero-mini-2 { top: -10px; right: 0; transform: rotate(4deg); }

  /* Grids */
  .cards-4, .cat-grid, .gallery, .benefit-grid, .tips-grid,
  .compare-grid, .orders-grid {
    grid-template-columns: 1fr;
  }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .g-img { aspect-ratio: 1 / 1; padding: 8px; }

  /* Guide */
  .guide-visual { padding: 0 6px; }
  .guide-stat { left: 0; bottom: -18px; padding: 14px 18px; max-width: 200px; }
  .guide-img-wrap img { max-height: 320px; }

  /* Order points */
  .order-card { padding: 26px 22px; }
  .order-points { padding: 14px; }
  .order-points strong { font-size: 1.1rem; }
  .order-points span { font-size: 0.66rem; }

  /* FAQ */
  .faq-item summary { padding: 18px 18px; font-size: 0.95rem; }
  .faq-body { padding: 0 18px 20px; font-size: 0.94rem; }

  /* CTA buttons */
  .cta-buttons .btn { width: 100%; justify-content: center; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 36px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.55rem; }
  .lead, .hero-sub { font-size: 0.98rem; }
  .btn { padding: 12px 18px; font-size: 0.9rem; }
  .logo-mark { width: 34px; height: 34px; font-size: 0.95rem; }
}

/* ---------- IMAGE SAFETY (NEVER CROP USER IMAGES) ---------- */
.hero-image-card img,
.hero-mini-card img,
.g-img img,
.guide-img-wrap img {
  object-fit: contain !important;
  object-position: center;
}

/* Print friendly */
@media print {
  .site-header, .cta-band, .site-footer { display: none; }
}
