.guide-block hr { border: none; border-top: 1px solid #e0d5c0; margin: 2.5rem 0; }
.guide-block h2 { font-size: 1.4em; font-weight: 700; margin: 2rem 0 1.25rem; color: #222; border-bottom:1px solid #e6e6e6; padding:10px 10px 4px; width:100%; background-image:url(/skin/print/images/grey-f0f0f0.webp); }
.guide-block h2 i { color: #c9a84c; margin-right: 10px; }
.guide-block h3 { font-size: 1.1rem; font-weight: 600; margin: 1.25rem 0 0.5rem; color: #333; }
.guide-block table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.92rem; }
.guide-block th { background: #222; color: #fff; padding: 10px 12px; font-weight: 600; text-align: left; }
.guide-block td { padding: 10px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
.guide-block tr:hover td { background: #f9f6ef; }

/* ───── Hero Banner ───── */

.hero-banner { background: linear-gradient(135deg, #f9f6ef 0%, #f0eadb 100%); border-radius: 10px; padding: 2.2rem 2rem; text-align: center; margin-bottom: 1.5rem; }
.hero-banner .icon { font-size: 2.2rem; color: #c9a84c; margin-bottom: 0.5rem; }
.hero-banner .title { font-size: 2.2rem; font-weight: 700; color: #222; }
.hero-banner .line { width: 50px; height: 3px; background: #c9a84c; margin: 0.8rem auto; }
.hero-banner p { font-size: 1rem; color: #666; max-width: 650px; margin: 0 auto; line-height: 1.6; }

/* ───── 6-Step Process Grid ───── */

.step-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 1.25rem 0; }
.step-card { flex: 1 1 calc(33.333% - 14px); min-width: 200px; background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 1.25rem; transition: all 0.25s; }
.step-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); transform: translateY(-2px); }
.step-num { display: inline-block; width: 32px; height: 32px; line-height: 32px; text-align: center; background: #c9a84c; color: #fff; border-radius: 50%; font-weight: 700; font-size: 0.85rem; margin-bottom: 0.6rem; }
.step-card h3 { font-size: 1rem; margin: 0 0 0.4rem; }
.step-card p { font-size: 0.9rem; color: #555; margin: 0; line-height: 1.5; }

/* ───── Book Pick (Quick Pick grid) ───── */

.pick { display: flex; flex-wrap: wrap; gap: 12px; margin: 1rem 0 1.5rem; }
.pick-item { flex: 1 1 calc(25% - 10px); min-width: 180px; background: #fff; border: 1px solid #e8e8e8; border-radius: 6px; padding: 0.5rem; border-left: 3px solid #c9a84c; font-size: 0.9rem; }
.pick-item strong { display: block; color: #222; font-size: 0.9rem; margin-bottom: 4px; }
.pick-item .det { color: #666; line-height: 1.5; }

/* ───── Key Points ───── */

.key-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 1rem 0; }
.key-point { flex: 1; min-width: 150px; text-align: center; padding: 1rem; }
.key-point i { font-size: 1.6rem; color: #c9a84c; display: block; margin-bottom: 0.5rem; }
.key-point strong { display: block; color: #222; }
.key-point span { font-size: 0.9rem; color: #666; }

/* ───── Cost Grid ───── */

.cost-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 1rem 0; }
.cost-card { flex: 1 1 calc(33.333% - 14px); min-width: 180px; text-align: center; padding: 1rem; }
.cost-card i { width: 44px; height: 44px; line-height: 44px; background: #f5f0e6; color: #c9a84c; border-radius: 50%; font-size: 1.1rem; margin-bottom: 0.5rem; }
.cost-card h3 { font-size: 0.95rem; margin: 0 0 0.4rem; }
.cost-card p { font-size: 0.9rem; color: #555; margin: 0; line-height: 1.5; }

/* ───── Badges ───── */

.badge-wrap { margin: 1rem 0; }
.gbadge { display: inline-block; background: #f5f0e6; color: #333; padding: 6px 14px; border-radius: 20px; margin: 3px; font-size: 0.9rem; transition: all 0.2s; cursor: default; }
.gbadge:hover { background: #c9a84c; color: #fff; }
.gbadge i { margin-right: 4px; }

/* ───── FAQ Accordion ───── */

.faq-item { border: 1px solid #eee; border-radius: 6px; margin-bottom: 8px; overflow: hidden; }
.faq-q { padding: 0.8rem 1rem; background: #fafafa; font-weight: 600; font-size: 0.9rem; margin: 0; }
.faq-a { padding: 0.8rem 1rem; font-size: 0.9rem; color: #555; border-top: 1px solid #eee; display: block; }

/* ───── Trust Bar (印量/全球发货/交期) ───── */

.trust-row { display: flex; flex-wrap: wrap; gap: 15px; margin: 0 0 1rem 0; background:#f5f0e6; border-radius:10px; padding:0.5rem 1rem; }
.trust-cell { flex: 1 1 calc(33.333% - 10px); min-width: 140px; text-align: center; padding: 1rem; }
.trust-cell i { font-size: 1.8rem; color: #c9a84c; display: block; margin-bottom: 0.4rem; }
.trust-cell strong { display: block; color: #222; font-size: 0.9rem; }
.trust-cell span { font-size: 0.9rem; color: #666; }

/* ───── CTA Box ───── */

.cta-box { background: #222; color: #fff; border-radius: 10px; padding: 2rem; text-align: center; margin: 1.5rem 0 0.5rem; }
.cta-box h3 { color: #fff; font-size: 1.2rem; margin: 0 0 0.3rem; }
.cta-box p { font-size: 0.9rem; opacity: 0.85; margin: 0 0 1rem; }
.cta-box .btn { display: inline-block; background: #c9a84c; color: #fff; padding: 10px 28px; border-radius: 25px; font-weight: 600; font-size: 0.9rem; text-decoration: none; }
.cta-box .btn:hover { background: #b8962f; }
.cta-box .btn2 { display: inline-block; opacity:0.9; border: 2px solid #c9a84c; color: #fff; background: transparent; padding: 10px 28px; border-radius: 25px; font-weight: 600; font-size: 0.9rem; text-decoration: none; margin-left: 8px; }
.cta-box .btn2:hover { background: #c9a84c; color: #fff; }

/* ───── Wrap Badge (yellow) ───── */

.wrap-badge { display: inline-block; background: #c9a84c; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 11px; font-weight: 600; }

/* ───── Dark Badge ───── */

.dark-badge { display: inline-block; background: #222; color: #fff; padding: 2px 10px; border-radius: 4px; font-size: 11px; font-weight: 600; }

/* ───── Responsive ───── */

@media (max-width: 768px) {
  .step-card { flex: 1 1 100%; }
  .pick-item { flex: 1 1 calc(50% - 10px); }
  .cost-card { flex: 1 1 calc(50% - 10px); }
  .trust-cell { flex: 1 1 calc(50% - 10px); }
}
/* ───── Price Calculator ───── */
/* Visual refinements — no layout changes on desktop */

.price-calculator {
  background: #fbfbfb !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #e8e8e8 !important;
  border-radius: 10px !important;
}

.price-calculator h2 {
  color: #222 !important;
  text-shadow: none !important;
  font-size: 1.3em !important;
  letter-spacing: 0.5px;
}

.price-calculator h2 span {
  color: #888;
  font-size: 0.75em;
  font-weight: 400;
}

.price-calculator select {
  border: 1px solid #ddd !important;
  border-radius: 5px;
  padding: 5px 8px;
  background: #fff !important;
}

.price-calculator .cta-button {
  background: #c9a84c !important;
  background-image: none !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 12px 32px !important;
  margin: 20px 0 !important;
  text-shadow: none !important;
  transition: all 0.2s;
  line-height: 140% !important;
  box-shadow: 0 2px 8px rgba(201,168,76,0.2);
}

.price-calculator .cta-button:hover {
  background: #b8962f !important;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
  transform: translateY(-1px);
}

.price-calculator .cta-button strong {
  font-size: 24px !important;
  text-align: center !important;
}

.get-price .get-started {
  background: none !important;
  padding-left: 0 !important;
  color: #c9a84c;
  font-weight: 600;
  font-size: 16px;
}

.get-price .get-started:before {
  content: "» ";
}

/* Mobile responsive — stack calculator vertically */
@media (max-width: 768px) {
  .price-calculator {
    max-width: 100% !important;
    padding: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
  }

  .price-calculator .price-form {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .price-calculator .get-price {
    flex: 1 1 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
  }

  .price-calculator select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .get-price .price {
    height: auto !important;
    flex-wrap: wrap;
  }

  .get-price b {
    font-size: 120% !important;
    height: auto !important;
  }

  .price-calculator .cta-button {
    padding: 10px 20px !important;
  }

  .price-calculator .cta-button strong {
    font-size: 20px !important;
  }

  .main-aside {
    flex-direction: column;
  }

  .main-part {
    width: 100% !important;
  }
}

/* Mobile — allow wide tables to scroll horizontally */
@media (max-width: 768px) {
  .guide-block table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .guide-block table td,
  .guide-block table th {
    white-space: nowrap;
  }
}

/* ═══════════════════════════════════════════ */
/*  VISUAL REFINEMENTS  (2026-06-29)          */
/* ═══════════════════════════════════════════ */

/* ───── H2: cleaner background (no image load) ───── */

.guide-block h2 {
  background: #f5f2ec;
  background-image: none;
}

/* ───── Step Card: soft shadow + better border ───── */

.step-card {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-color: #e0d5c0;
}
.step-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* ───── Quick Pick: hover polish ───── */

.pick-item {
  border: 1px solid #e0d5c0;
  border-left: 3px solid #c9a84c;
  transition: all 0.2s;
}
.pick-item:hover {
  background: #faf7f0;
  border-color: #c9a84c;
}

/* ───── Table: alternating row colors for readability ───── */

.guide-block tbody tr:nth-child(odd) td {
  background: #fafaf8;
}
.guide-block tbody tr:nth-child(even) td {
  background: #fff;
}
.guide-block tbody tr:hover td {
  background: #f5f0e6 !important;
}

/* ───── Cost Card: card frame ───── */

.cost-card {
  border: 1px solid #f0eadb;
  border-radius: 8px;
  background: #fcfbf9;
  transition: all 0.2s;
}
.cost-card:hover {
  border-color: #c9a84c;
  box-shadow: 0 3px 12px rgba(201,168,76,0.1);
}

/* ───── FAQ: arrow + hover ───── */

.faq-q:before {
  content: "f0da";
  font-family: FontAwesome;
  color: #c9a84c;
  margin-right: 8px;
  font-size: 0.85rem;
}
.faq-q:hover {
  background: #f5f0e6;
}

/* ───── Key Points: bottom accent on hover ───── */

.key-point {
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.key-point:hover {
  border-bottom-color: #c9a84c;
}

/* ───── Badge: tighter spacing ───── */

.gbadge {
  margin: 4px;
  font-size: 0.85rem;
}

/* ───── CTA Button: subtle pulse on hover ───── */

.cta-box .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
}

/* ───── Links within guide-block styling ───── */

.guide-block a {
  color: #a88f3a;
  text-decoration: underline;
  text-decoration-color: rgba(201,168,76,0.3);
  text-underline-offset: 2px;
  transition: all 0.15s;
}
.guide-block a:hover {
  color: #8c7530;
  text-decoration-color: #c9a84c;
}

/* ───── Guide intro paragraph (first p after hero) ───── */

.guide-block > p:first-of-type {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

/* ───── Section description paragraphs ───── */

.guide-block h2 + p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.5rem;
}

/* ───── Step-card h3 weight ───── */

.step-card h3 {
  color: #222;
}

/* ═══════════════════════════════════════════ */
/*  DISPLAY-PRINTS GALLERY COLLAPSE           */
/*  (requires id="product-gallery" on <section>) */
/* ═══════════════════════════════════════════ */

/* Collapsed: show only first 2 rows (~10 items), hide rest */
#product-gallery ul.row-5-col {
  max-height: 340px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.35s ease;
}

/* Expanded: show everything */
#product-gallery:target ul.row-5-col {
  max-height: none;
  overflow: visible;
}

/* Fade gradient at bottom when collapsed */
#product-gallery ul.row-5-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent 0%, #f0f0f0 100%);
  pointer-events: none;
  z-index: 2;
}

#product-gallery:target ul.row-5-col::after {
  display: none;
}

/* Toggle button */
.gallery-toggle {
  display: inline-block;
  margin: 5px auto 0;
  padding: 6px 20px;
  background: #c9a84c;
  color: #fff;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.gallery-toggle:hover {
  background: #b8962f;
  color: #fff;
  text-decoration: none;
}

#product-gallery:target .gallery-toggle-show {
  display: none;
}

.gallery-toggle-hide {
  display: none;
}

#product-gallery:target .gallery-toggle-hide {
  display: inline-block;
}

#product-gallery:target .gallery-toggle-show {
  display: none;
}

#product-gallery:not(:target) .gallery-toggle-hide {
  display: none;
}

/* ───── Inquiry Section Beautification ───── */

.inquiry .container {
  background: #f5f0e6 !important;
  border: 1px solid #e0d5c0 !important;
  border-radius: 10px;
  padding: 1.5rem 2rem !important;
  text-align: center;
  font-style: normal !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.inquiry .container p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin: 0 0 0.8rem 0 !important;
}

.inquiry .container a {
  display: inline-block !important;
  background: #c9a84c;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  padding: 10px 32px;
  border-radius: 25px;
  transition: all 0.2s;
  margin-top: 0.3rem !important;
  text-underline-offset: 0 !important;
}

.inquiry .container a:hover {
  background: #b8962f;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
  color: #fff !important;
}
