/*
Theme Name: Lightning Child Plus Reform (Blocks)
Theme URI: https://example.com/
Description: Block-editor-first child theme for the "住宅ローン借換＋リフォーム上乗せLP" site. Built on Lightning.
Author: sera
Version: 1.1.0
Template: lightning
Text Domain: lightning-child-plusreform
*/

:root {
  --accent: #e07b39;
  --accent-2: #c4682f;
  --bg-soft: #f7f7f7;
}

.hero-cta .wp-element-button {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
}
.hero-cta .wp-element-button:hover { background: var(--accent-2); }

.cta-footer {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--accent); color:#fff; text-align:center;
  padding:12px; font-weight:600;
}
.cta-footer a { color:#fff; text-decoration:none; }
@media(min-width:768px){ .cta-footer{ display:none; } }
