/* 共通CTA: アンカー移動時の見切れ防止 */
.site-cta-sections {
  scroll-margin-top: 80px;
}

/* 共通CTA: セクション余白 */
.site-cta-section {
  padding: 72px 0;
}

/* 共通CTA: ギフトアイコン */
.gift-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 12px;
  color: var(--brand-orange);
}

/* 共通CTA: SVG表示 */
.gift-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

@media (max-width: 768px) {
  .site-cta-sections {
    scroll-margin-top: 65px;
  }

  /* 共通CTA: モバイル余白 */
  .site-cta-section {
    padding: 80px 0;
  }
}
