/* ==========================================================
   GIFT CARDS PAGE  —  gift-cards.css
   All classes prefixed with .gc- to avoid conflicts
   ========================================================== */

/* ── Page body offset (set dynamically by JS, fallback here) ── */
.gc-page-body {
  padding-top: 194px;
}

/* ── Layout utilities ── */
.gc-wrap     { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.gc-wrap-sm  { max-width: 760px;  margin: 0 auto; padding: 0 1.5rem; }
.gc-center   { text-align: center; }

/* ── Typography ── */
.gc-sec-tag {
  font-size: .75rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: #CC0000;
  margin-bottom: .75rem; display: block;
}
.gc-sec-tag-wht { color: rgba(255,255,255,.4); }
.gc-sec-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 700; letter-spacing: -.03em; line-height: 1.1;
}
.gc-sec-sub {
  font-size: 1.0625rem; color: #5a5556;
  line-height: 1.85; margin-top: .75rem;
}

/* ── Buttons ── */
.gc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; font-family: 'Source Sans 3', sans-serif;
  font-weight: 600; font-size: .9375rem; letter-spacing: .02em;
  padding: .875rem 1.875rem; border-radius: 4px;
  transition: all .25s ease; white-space: nowrap;
  cursor: pointer; border: none;
}
.gc-btn:focus-visible { outline: 3px solid #CC0000; outline-offset: 3px; }
.gc-btn-red  { background: #CC0000; color: #fff; }
.gc-btn-red:hover { background: #a30000; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(204,0,0,.32); }
.gc-btn-blk  { background: #000; color: #fff; }
.gc-btn-blk:hover { background: #1a1a1a; transform: translateY(-2px); }
.gc-btn-ol-lt { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); }
.gc-btn-ol-lt:hover { background: #fff; color: #000; }
.gc-btn-wht  { background: #fff; color: #CC0000; }
.gc-btn-wht:hover { background: #f0f0f0; }
.gc-btn-lg   { padding: 1rem 2.25rem; font-size: 1rem; }

/* ── HERO ── */
.gc-hero {
  background: #000;
  min-height: 92vh; display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.gc-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(204,0,0,.06) 0%, transparent 50%),
    linear-gradient(315deg, rgba(184,150,46,.04) 0%, transparent 60%);
}
.gc-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 60px 60px;
}
.gc-hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 520px;
  gap: 6rem; align-items: center; padding: 5rem 0;
}
.gc-hero-tag {
  color: rgba(255,255,255,.3); font-size: .75rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  margin-bottom: 1.25rem; display: flex; align-items: center; gap: .625rem;
}
.gc-hero-tag::before {
  content: ""; display: block; width: 24px; height: 1px; background: #CC0000;
}
.gc-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 700; color: #fff;
  line-height: 1.05; letter-spacing: -.035em; margin-bottom: 1.25rem;
}
.gc-hero-title em { font-style: italic; font-weight: 400; color: #CC0000; }
.gc-hero-sub {
  font-size: 1.125rem; color: rgba(255,255,255,.5);
  line-height: 1.9; max-width: 500px; margin-bottom: 2.25rem;
}
.gc-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.gc-hero-trust  { display: flex; gap: 1.75rem; margin-top: 2.5rem; flex-wrap: wrap; }
.gc-ht-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .875rem; color: rgba(255,255,255,.35);
}
.gc-ht-item svg { color: #CC0000; flex-shrink: 0; }

/* ── Gift card visual ── */
.gc-card-visual-wrap { position: relative; flex-shrink: 0; }
.gc-shadow {
  position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);
  width: 90%; height: 30px; background: rgba(0,0,0,.5);
  filter: blur(20px); border-radius: 50%;
}
.gc-gift-card {
  width: 460px; height: 290px; border-radius: 20px;
  position: relative; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.6), 0 4px 16px rgba(0,0,0,.4);
  cursor: pointer;
  transform: perspective(1000px) rotateY(-6deg) rotateX(4deg);
  transition: transform .5s ease;
}
.gc-gift-card:hover { transform: perspective(1000px) rotateY(-2deg) rotateX(2deg); }
.gc-card-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a0a0a 0%, #2d0a0a 40%, #1a0505 100%);
}
.gc-card-bg::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(204,0,0,.08) 50%, transparent 70%);
}
.gc-card-pattern {
  position: absolute; inset: 0; opacity: .06;
  background-image: repeating-linear-gradient(45deg, #fff 0, #fff 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}
.gc-card-strip {
  position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, #CC0000 0%, #ff4444 50%, #CC0000 100%);
}
.gc-card-hex { position: absolute; right: -30px; bottom: -30px; width: 200px; height: 200px; opacity: .06; }
.gc-card-content {
  position: absolute; inset: 0; padding: 28px 32px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.gc-card-top    { display: flex; justify-content: space-between; align-items: flex-start; }
.gc-card-logo   { font-family: 'Playfair Display', serif; font-size: 1.0625rem; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: -.02em; }
.gc-card-logo em { color: #CC0000; font-style: normal; }
.gc-card-badge  {
  background: rgba(204,0,0,.2); border: 1px solid rgba(204,0,0,.3);
  border-radius: 999px; padding: .25rem .75rem;
  font-size: .6875rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
.gc-card-mid    { flex: 1; display: flex; align-items: center; }
.gc-amount-display {
  font-family: 'Playfair Display', serif; font-size: 3.75rem;
  font-weight: 700; color: #fff; letter-spacing: -.04em;
  line-height: 1; text-shadow: 0 2px 20px rgba(204,0,0,.3);
}
.gc-dollar { font-size: 2rem; vertical-align: super; margin-right: .15rem; opacity: .7; }
.gc-card-bottom { display: flex; justify-content: space-between; align-items: flex-end; }
.gc-tagline      { font-size: .8rem; color: rgba(255,255,255,.3); font-style: italic; font-family: 'Playfair Display', serif; max-width: 180px; line-height: 1.4; }
.gc-locations-tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.25); }

/* Amount chips beside card */
.gc-chips {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: .5rem;
}
.gc-chip {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px; padding: .4rem .875rem;
  font-size: .8125rem; font-weight: 600; color: rgba(255,255,255,.5);
  cursor: pointer; transition: all .25s ease; white-space: nowrap;
}
.gc-chip.gc-chip-active, .gc-chip:hover {
  background: #CC0000; border-color: #CC0000; color: #fff; transform: translateX(-4px);
}

/* Hero responsive */
@media (max-width: 1100px) {
  .gc-hero-inner { grid-template-columns: 1fr; gap: 3.5rem; padding: 4rem 0 5rem; }
  .gc-card-visual-wrap { margin: 0 auto; }
  .gc-gift-card { width: 400px; height: 252px; }
  .gc-chips { right: -50px; }
  .gc-amount-display { font-size: 3rem; }
}
@media (max-width: 600px) {
  .gc-gift-card { width: 320px; height: 202px; }
  .gc-amount-display { font-size: 2.25rem; }
  .gc-card-content { padding: 20px 22px; }
  .gc-chips { display: none; }
  .gc-hero-title { font-size: 2rem; }
  .gc-card-logo { font-size: .9rem; }
}

/* ── AMOUNT SELECTOR ── */
.gc-amount-sec { background: #F5F5F5; padding: 5rem 0; }
.gc-amount-layout {
  display: grid; grid-template-columns: 1fr 400px;
  gap: 5rem; align-items: start;
}
.gc-amount-sec .gc-sec-h2 { margin-bottom: 1rem; }
.gc-amount-sec .gc-sec-sub { max-width: 460px; }

/* Preset grid */
.gc-amount-presets {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: .875rem; margin-top: 2rem;
}
.gc-amt-preset {
  border: 2px solid #d0d0d0; border-radius: 12px;
  padding: 1.125rem .75rem; text-align: center;
  cursor: pointer; transition: all .25s ease;
  background: #fff; position: relative;
}
.gc-amt-preset:hover { border-color: #000; transform: translateY(-2px); box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.gc-amt-preset.gc-amt-active {
  border-color: #CC0000; background: rgba(204,0,0,.07);
  transform: translateY(-2px); box-shadow: 0 4px 20px rgba(204,0,0,.12);
}
.gc-amt-val { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #000; line-height: 1; }
.gc-amt-preset.gc-amt-active .gc-amt-val { color: #CC0000; }
.gc-amt-note { font-size: .75rem; color: #888; margin-top: .3rem; }
.gc-popular-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: #CC0000; color: #fff;
  font-size: .65rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: .15rem .5rem;
  border-radius: 999px; white-space: nowrap;
}
.gc-custom-amt { margin-top: .875rem; }
.gc-custom-amt label { font-size: .8125rem; font-weight: 600; color: #5a5556; margin-bottom: .35rem; display: block; }
.gc-custom-amt-row { display: flex; gap: .75rem; align-items: center; }
.gc-custom-input-wrap { position: relative; flex: 1; }
.gc-dollar-sym {
  position: absolute; left: .875rem; top: 50%; transform: translateY(-50%);
  font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 600;
  color: #888; pointer-events: none;
}
.gc-custom-input-wrap input {
  width: 100%; padding: .75rem .75rem .75rem 2rem;
  border: 2px solid #d0d0d0; border-radius: 4px;
  font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 600;
  color: #000; background: #fff; transition: all .25s ease;
}
.gc-custom-input-wrap input:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px rgba(204,0,0,.1); }

/* Purchase card */
.gc-purchase-card {
  background: #fff; border: 1px solid #E6E6E6;
  border-radius: 20px; box-shadow: 0 8px 32px rgba(0,0,0,.1);
  overflow: hidden; position: sticky; top: 210px;
}
.gc-pc-head {
  background: #000; padding: 1.5rem 1.75rem;
  display: flex; align-items: center; gap: .75rem;
  border-bottom: 3px solid #CC0000;
}
.gc-pc-head h3 { font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 700; color: #fff; }
.gc-pc-head p  { font-size: .8125rem; color: rgba(255,255,255,.4); margin-top: .1rem; }
.gc-pc-head svg { color: rgba(255,255,255,.5); flex-shrink: 0; }
.gc-pc-body { padding: 1.75rem; }
.gc-pc-amount-display {
  background: #F5F5F5; border-radius: 12px; padding: 1.25rem;
  text-align: center; margin-bottom: 1.25rem;
  border: 1px dashed #d0d0d0;
}
.gc-pc-amt-label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #888; margin-bottom: .25rem; }
.gc-pc-amt-val   { font-family: 'Playfair Display', serif; font-size: 2.75rem; font-weight: 700; color: #CC0000; letter-spacing: -.04em; line-height: 1; }

/* Form fields */
.gc-pf-field { margin-bottom: .875rem; }
.gc-pf-field label { display: block; font-size: .8125rem; font-weight: 600; color: #1a1a1a; margin-bottom: .35rem; }
.gc-req { color: #CC0000; margin-left: .1rem; }
.gc-pf-field input,
.gc-pf-field select,
.gc-pf-field textarea {
  width: 100%; padding: .75rem 1rem;
  border: 1.5px solid #d0d0d0; border-radius: 4px;
  font-family: 'Source Sans 3', sans-serif; font-size: .9375rem; color: #1a1a1a;
  background: #fff; transition: all .25s ease;
}
.gc-pf-field input::placeholder,
.gc-pf-field textarea::placeholder { color: #aaa; }
.gc-pf-field select {
  -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  padding-right: 2.5rem; color: #5a5556;
}
.gc-pf-field input:focus,
.gc-pf-field select:focus,
.gc-pf-field textarea:focus { outline: none; border-color: #CC0000; box-shadow: 0 0 0 3px rgba(204,0,0,.08); }
.gc-pf-field textarea { resize: vertical; min-height: 80px; line-height: 1.6; }

/* Delivery tabs */
.gc-delivery-tabs {
  display: flex; border: 1.5px solid #d0d0d0;
  border-radius: 4px; overflow: hidden; margin-bottom: 1.25rem;
}
.gc-dtab {
  flex: 1; text-align: center; padding: .625rem;
  font-size: .875rem; font-weight: 600; cursor: pointer;
  transition: all .25s ease; color: #888; background: #fff; border: none; font-family: inherit;
}
.gc-dtab.gc-dtab-active { background: #000; color: #fff; }
.gc-dtab:first-child { border-right: 1.5px solid #d0d0d0; }
.gc-pc-note { font-size: .8rem; color: #888; line-height: 1.5; margin-top: .875rem; text-align: center; }
.gc-pc-note a { color: #CC0000; }

/* Success */
.gc-pc-success { display: none; text-align: center; padding: 2rem 1rem; }
.gc-pc-success.gc-success-show { display: block; }
.gc-success-icon {
  width: 64px; height: 64px; background: rgba(22,163,74,.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.gc-pc-success h4 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; margin-bottom: .5rem; }
.gc-pc-success p  { font-size: .9rem; color: #5a5556; line-height: 1.75; }

@media (max-width: 1024px) {
  .gc-amount-layout { grid-template-columns: 1fr; }
  .gc-purchase-card  { position: static; }
  .gc-amount-presets { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 480px) {
  .gc-amount-presets { grid-template-columns: repeat(2, 1fr); }
}

/* ── OCCASIONS ── */
.gc-occasions-sec { background: #fff; padding: 5.5rem 0; }
.gc-occasions-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3.5rem;
}
.gc-occ-card {
  border: 1px solid #E6E6E6; border-radius: 20px;
  padding: 2rem 1.75rem; transition: all .25s ease;
  position: relative; overflow: hidden; background: #fff;
}
.gc-occ-card::before {
  content: ""; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: #CC0000;
  transform: scaleX(0); transition: transform .3s; transform-origin: left;
}
.gc-occ-card:hover { border-color: #a30000; box-shadow: 0 8px 32px rgba(0,0,0,.1); transform: translateY(-4px); }
.gc-occ-card:hover::before { transform: scaleX(1); }
.gc-occ-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.gc-occ-card h3 { font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: -.02em; }
.gc-occ-card p  { font-size: .9rem; color: #5a5556; line-height: 1.75; }

@media (max-width: 900px) { .gc-occasions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .gc-occasions-grid { grid-template-columns: 1fr; } }

/* ── WHAT'S COVERED ── */
.gc-covered-sec {
  background: #000; padding: 5.5rem 0;
  position: relative; overflow: hidden;
}
.gc-covered-sec::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(204,0,0,.08), transparent 70%);
  pointer-events: none;
}
.gc-covered-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3.5rem;
}
.gc-cov-card {
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; padding: 1.75rem 1.5rem; transition: all .25s ease;
}
.gc-cov-card:hover { background: rgba(255,255,255,.06); border-color: rgba(204,0,0,.3); transform: translateY(-3px); }
.gc-cov-icon {
  width: 44px; height: 44px; border-radius: 4px;
  background: rgba(204,0,0,.14); border: 1px solid rgba(204,0,0,.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.125rem; font-size: 1.25rem;
}
.gc-cov-card h3 { font-family: 'Playfair Display', serif; font-size: 1.0625rem; font-weight: 700; color: #fff; margin-bottom: .375rem; letter-spacing: -.02em; }
.gc-cov-card p  { font-size: .875rem; color: rgba(255,255,255,.4); line-height: 1.75; }
.gc-cov-link {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .8125rem; font-weight: 600; color: #CC0000;
  margin-top: .875rem; opacity: .8;
}
.gc-cov-card:hover .gc-cov-link { opacity: 1; }

@media (max-width: 900px) { .gc-covered-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .gc-covered-grid { grid-template-columns: 1fr; } }

/* ── HOW IT WORKS ── */
.gc-how-sec { background: #fff; padding: 5.5rem 0; }
.gc-how-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; margin-top: 3.5rem; position: relative;
}
.gc-how-steps::before {
  content: ""; position: absolute;
  top: 28px; left: calc(12.5% + 12px); right: calc(12.5% + 12px);
  height: 2px; background: linear-gradient(90deg, #CC0000 0%, rgba(204,0,0,.15) 100%);
  z-index: 0;
}
.gc-how-step { text-align: center; position: relative; z-index: 1; }
.gc-how-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: #CC0000; color: #fff;
  font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; box-shadow: 0 6px 20px rgba(204,0,0,.25);
}
.gc-how-step h3 { font-family: 'Playfair Display', serif; font-size: 1.0625rem; font-weight: 700; margin-bottom: .4rem; letter-spacing: -.02em; }
.gc-how-step p  { font-size: .875rem; color: #5a5556; line-height: 1.75; }

@media (max-width: 768px) {
  .gc-how-steps { grid-template-columns: repeat(2, 1fr); }
  .gc-how-steps::before { display: none; }
}
@media (max-width: 400px) { .gc-how-steps { grid-template-columns: 1fr; } }

/* ── TESTIMONIAL ── */
.gc-testimonial-sec { background: #F5F5F5; padding: 5rem 0; }
.gc-testimonial-card {
  background: #fff; border-radius: 20px; padding: 3rem 3.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  max-width: 800px; margin: 3rem auto 0; position: relative;
}
.gc-testimonial-card::before {
  content: "\201C"; font-family: 'Playfair Display', serif;
  font-size: 8rem; color: #CC0000; opacity: .12;
  position: absolute; top: -20px; left: 2rem; line-height: 1;
}
.gc-t-text {
  font-family: 'Playfair Display', serif; font-size: 1.25rem;
  font-style: italic; line-height: 1.7; color: #1a1a1a;
  position: relative; z-index: 1; margin-bottom: 1.5rem;
}
.gc-t-author { display: flex; align-items: center; gap: 1rem; }
.gc-t-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: #000; display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.125rem; font-weight: 700;
  color: #fff; flex-shrink: 0;
}
.gc-t-info strong { display: block; font-weight: 700; font-size: .9375rem; }
.gc-t-info span   { font-size: .8125rem; color: #888; }
.gc-t-stars       { color: #facc15; font-size: .875rem; margin-top: .2rem; }

/* ── FAQ ── */
.gc-faq-sec { background: #000; padding: 5.5rem 0; }
.gc-faq-list { max-width: 780px; margin: 3rem auto 0; }
.gc-faq-item { border-bottom: 1px solid rgba(255,255,255,.08); }
.gc-faq-q {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; padding: 1.25rem 0;
  font-size: 1rem; font-weight: 600; color: rgba(255,255,255,.75);
  text-align: left; cursor: pointer; gap: 1rem;
  background: none; border: none; font-family: inherit;
}
.gc-faq-q:hover { color: #fff; }
.gc-faq-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(204,0,0,.15); border: 1px solid rgba(204,0,0,.3);
  color: #CC0000; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: transform .3s; font-size: 1.1rem; font-weight: 700; line-height: 1;
}
.gc-faq-item.gc-faq-open .gc-faq-icon { transform: rotate(45deg); background: #CC0000; color: #fff; border-color: #CC0000; }
.gc-faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.gc-faq-item.gc-faq-open .gc-faq-body { max-height: 300px; }
.gc-faq-body p { padding: .25rem 0 1.25rem; color: rgba(255,255,255,.45); line-height: 1.85; font-size: .9375rem; }
.gc-faq-body a { color: #CC0000; text-decoration: underline; }

/* ── FINAL CTA ── */
.gc-cta-band {
  background: #CC0000; padding: 5rem 0;
  text-align: center; position: relative; overflow: hidden;
}
.gc-cta-band::before {
  content: ""; position: absolute; top: -80px; left: -80px;
  width: 320px; height: 320px; border-radius: 50%; background: rgba(0,0,0,.12);
}
.gc-cta-band::after {
  content: ""; position: absolute; bottom: -60px; right: -60px;
  width: 240px; height: 240px; border-radius: 50%; background: rgba(0,0,0,.1);
}
.gc-cta-band .gc-wrap { position: relative; z-index: 1; }
.gc-cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700;
  color: #fff; margin-bottom: .75rem; letter-spacing: -.03em;
}
.gc-cta-band p  { font-size: 1.0625rem; color: rgba(255,255,255,.8); max-width: 500px; margin: 0 auto 2.25rem; line-height: 1.85; }
.gc-cta-btns    { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Mobile sticky ── */
.gc-mob-sticky {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 998; background: #fff; padding: .75rem 1rem;
  box-shadow: 0 -2px 20px rgba(0,0,0,.12); gap: .75rem;
}
@media (max-width: 768px) { .gc-mob-sticky { display: flex; } }

/* ── Entrance animations ── */
@media (prefers-reduced-motion: no-preference) {
  .gc-fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .gc-fade-up.gc-visible { opacity: 1; transform: none; }
  .gc-fade-up.gc-d1 { transition-delay: .1s; }
  .gc-fade-up.gc-d2 { transition-delay: .2s; }
  .gc-fade-up.gc-d3 { transition-delay: .3s; }
  .gc-fade-up.gc-d4 { transition-delay: .4s; }
}

/* ── Mobile padding fallback ── */
@media (max-width: 768px) {
  .gc-page-body { padding-top: 194px; }
}
