/*
Theme Name: SureStart
Theme URI: https://surestart.org.uk
Description: Child theme of Twenty Twenty-Five for SureStart, a UK charity helping people start and grow their own business.
Author: SureStart
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: surestart
*/

/* Buttons */
.wp-block-button__link { font-weight: 700; letter-spacing: 0.01em; }
.is-style-outline .wp-block-button__link { border-width: 2px; }

/* Cards */
.ss-card { border-radius: 16px; overflow: hidden; }
.ss-card .wp-block-image img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.ss-card-body { padding: var(--wp--preset--spacing--40); }
.ss-eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; font-weight: 700; }
.ss-stat { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1; }

/* Hero cover: keep text readable on small screens */
.ss-hero .wp-block-cover__inner-container { max-width: 900px; }

/* Contact Form 7 */
.wpcf7 label { display: block; font-weight: 600; margin-bottom: 0.25rem; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {
  width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--wp--preset--color--accent-6); border-radius: 8px; font: inherit; background: #fff; }
.wpcf7 textarea { min-height: 160px; }
.wpcf7 input[type="submit"] { background: var(--wp--preset--color--accent-1); color: var(--wp--preset--color--contrast); border: 0; border-radius: 999px; padding: 0.9rem 1.8rem; font-weight: 700; cursor: pointer; }
.wpcf7 input[type="submit"]:hover { filter: brightness(0.95); }
.wpcf7 p { margin-bottom: 1rem; }

/* Footer */
.ss-footer a { text-decoration: none; }
.ss-footer a:hover { text-decoration: underline; }
