/* ==============================================
   SECTIONS CSS (Heroes, CTAs, Generic Blocks)
=============================================== */

/* Generic Inner Page Hero */
.inner-page-hero { background: var(--bg-light-green, #f7fbf8); padding: 0; color: var(--dark); text-align: left; display: flex; align-items: center; min-height: auto; overflow: hidden; position: relative; }
.inner-page-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('ssd-bg-main.png'); opacity: 0.15; z-index: 1; background-position: right; background-size: contain; }
.inner-page-hero-container { width: 100%; max-width: 1400px; margin: 100px auto 0; padding: 80px 40px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.inner-page-hero-content .page-hero__kicker { color: var(--primary); background: rgba(33, 90, 55, 0.1); backdrop-filter: none; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.85rem; margin-bottom: 20px; padding: 8px 20px; border-radius: 50px; }
.inner-page-hero-content h1 { color: var(--primary); font-weight: 800; font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 20px; line-height: 1.1; }
.inner-page-hero-content p { font-size: 1.25rem; max-width: 700px; margin: 0 0 30px 0; line-height: 1.7; color: var(--gray); }

/* Classic CTA */
.cta-classic { padding: 120px 0; background: var(--primary); border-top: 1px solid rgba(255, 255, 255, 0.05); }
.ctac-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.ctac-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.ctac-image-wrap { position: relative; border-radius: var(--radius); overflow: hidden; height: 550px; box-shadow: var(--shadow); }
.ctac-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85); }
.ctac-overlay-quote { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(20, 31, 23, 0.95) 0%, rgba(20, 31, 23, 0.6) 60%, transparent 100%); padding: 60px 40px 40px; }
.ctac-overlay-quote p { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: white; font-style: italic; margin-bottom: 12px; line-height: 1.4; }
.ctac-overlay-quote span { color: var(--accent); font-size: 0.95rem; font-weight: 700; display: block; text-transform: uppercase; letter-spacing: 1px; }
.ctac-content-col { color: white; padding-right: 20px; }
.ctac-subtitle { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 0.95rem; margin-bottom: 20px; display: block; }
.ctac-content-col h2 { font-size: 3.2rem; line-height: 1.2; margin-bottom: 30px; font-weight: 800; }
.ctac-lead { font-size: 1.25rem; color: rgba(255, 255, 255, 0.95); line-height: 1.6; margin-bottom: 20px; }
.ctac-lead strong { color: var(--accent); font-weight: 700; }
.ctac-desc { font-size: 1.05rem; color: rgba(255, 255, 255, 0.75); line-height: 1.7; margin-bottom: 40px; }
.ctac-highlight { display: flex; align-items: center; gap: 15px; margin-bottom: 40px; padding-left: 20px; border-left: 3px solid var(--accent); }
.ctac-number { font-size: 2.2rem; font-weight: 900; color: white; line-height: 1; }
.ctac-text { color: rgba(255, 255, 255, 0.85); font-size: 1.05rem; font-weight: 500; }
.ctac-actions .btn-primary { background: var(--light); color: var(--primary); border-color: var(--accent); }
.ctac-actions .btn-primary:hover { background: white; color: var(--light); border-color: white; }

/* Story CTA */
.story-cta { padding: 140px 0; background: linear-gradient(135deg, var(--primary) 0%, #1a4a2d 100%); position: relative; overflow: hidden; text-align: center; }
.cta-particles { position: absolute; inset: 0; overflow: hidden; }
.story-cta .particle { position: absolute; width: 10px; height: 10px; background: rgba(255,255,255,0.1); border-radius: 50%; animation: float 10s infinite ease-in-out; font-size: 0; color: transparent; }
.cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 0 40px; }
.story-cta h2 { font-size: clamp(2.5rem, 4vw, 3.5rem); color: white; margin-bottom: 24px; font-weight: 800; z-index: 2; position: relative;}
.story-cta p { font-size: 1.25rem; color: rgba(255,255,255,0.9); margin-bottom: 40px; line-height: 1.8; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; z-index: 2; position: relative;}
.cta-btn-primary { background: white; color: var(--primary); padding: 20px 40px; border-radius: 50px; font-weight: 800; font-size: 1.1rem; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.cta-btn-primary:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); gap: 18px; }
.cta-btn-secondary { background: transparent; color: white; padding: 20px 40px; border-radius: 50px; font-weight: 800; font-size: 1.1rem; border: 2px solid rgba(255,255,255,0.5); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s ease; }
.cta-btn-secondary:hover { background: white; color: var(--primary); border-color: white; transform: translateY(-5px); }

/* Trust Highlights / Strip */
.trust-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 20px; }
.th-item { display: flex; align-items: flex-start; gap: 15px; background: white; padding: 20px 25px; border-radius: 16px; box-shadow: 0 10px 30px rgba(33,90,55,0.05); border: 1px solid rgba(114, 193, 115, 0.15); }
.th-item i { font-size: 1.8rem; color: var(--accent); margin-top: 5px; }
.th-item h5 { color: var(--primary); font-size: 1.15rem; margin-bottom: 6px; font-weight: 800; }
.th-item p { color: var(--gray); font-size: 0.95rem; margin: 0; line-height: 1.6; }

/* Map Section */
.map-section { padding: 0; margin-bottom: -10px; }
.map-container { width: 100%; height: 500px; filter: grayscale(20%) contrast(1.1); }
.map-container iframe { width: 100%; height: 100%; border: 0; }

/* Responsive Sections */
@media (max-width: 1024px) { .ctac-grid { grid-template-columns: 1fr; gap: 50px; } .ctac-content-col { padding-right: 0; } .ctac-image-wrap { height: 450px; } }
@media (max-width: 992px) { .inner-page-hero-container { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; margin-top: 80px; } }
@media (max-width: 768px) { .ctac-content-col h2 { font-size: 2.4rem; } .ctac-lead { font-size: 1.15rem; } .ctac-image-wrap { height: 350px; } .ctac-overlay-quote { padding: 40px 25px 25px; } .ctac-overlay-quote p { font-size: 1.2rem; } .cta-buttons { flex-direction: column; align-items: center; } .cta-btn-primary, .cta-btn-secondary { width: 100%; max-width: 300px; justify-content: center; } .trust-highlight { grid-template-columns: 1fr; } }