/*
Theme Name: Florida Officiant
Theme URI: https://floridaofficiant.wedding
Author: Ted Church
Description: Coastal, conversion-focused single-page WordPress theme for Florida wedding officiants. Customizer hero, mobile-friendly adjustments, and schema included.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: floridaofficiant
Tags: responsive, one-column, custom-logo, featured-image, accessibility
*/
:root{
  --accent:#04C2D1;
  --accent-2:#038b94;
  --bg:#f8f3ec;
  --text:#444444;
  --muted:#6b6b6b;
  --max-width:1100px;
  --ff-serif: 'Playfair Display', serif;
  --ff-sans: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
body { border: 5px solid red; 
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:var(--ff-sans);color:var(--text);background:var(--bg);line-height:1.5}
a{color:var(--accent);text-decoration:none}
.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}
.site-header{background:white;border-bottom:1px solid rgba(0,0,0,0.04)}
.site-brand{display:flex;align-items:center;gap:12px;padding:18px 0}
.site-brand .logo{font-weight:700;font-size:20px;color:var(--text);font-family:var(--ff-serif)}
.site-nav{display:flex;gap:16px;margin-left:auto}
.hero{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  padding:48px 0;
  background-size:cover;
  background-position:center;
  color:white;
  min-height:420px;
  align-items:center;
  position:relative;
}
.hero .overlay{
  background:linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.08));
  padding:48px;
  border-radius:12px;
  max-width:680px;
}
.hero h1,.hero h2{font-size:36px;margin:0;font-family:var(--ff-serif);color:white}
.hero p{color:rgba(255,255,255,0.95)}
.cta{display:inline-block;padding:12px 18px;border-radius:8px;background:var(--accent);color:white;font-weight:600}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.card{padding:18px;border-radius:12px;background:white;box-shadow:0 6px 20px rgba(0,0,0,0.06)}
.services .card h3{margin:0 0 8px}
.testimonials{padding:36px 0}
.testimonial{font-style:italic;color:var(--muted);background:white;padding:18px;border-radius:8px}
.site-footer{border-top:1px solid #eee;padding:24px 0;margin-top:36px;color:var(--muted);font-size:14px}

/* CTA and hero tweaks (force) */
.hero .overlay{ background:none !important; padding:0 !important; }
.hero{ padding-top:20px !important; padding-bottom:20px !important; align-items:start !important; }
.hero h1, .hero h2 { color: var(--accent) !important; text-shadow:none; }
.hero p { color: var(--accent) !important; }

a.cta, .hero .cta { background-color: var(--accent) !important; color: #fff !important; padding:12px 20px; border-radius:8px; text-decoration:none; }
a.cta:hover, .hero .cta:hover { background-color: var(--accent-2) !important; }

/* Responsive */
@media(min-width:900px){
  .hero{grid-template-columns:1fr 420px;align-items:center}
  .hero h1{font-size:44px}
}
@media(max-width:899px){
  .hero{min-height:320px;padding:28px 0}
  .hero .overlay{padding:18px;border-radius:8px;background:rgba(0,0,0,0.25);margin-top:40px}
  .hero h1,.hero h2{font-size:26px}
  .hero p{font-size:15px}
  .hero .overlay{max-width:100%}

}
/* WPForms styling for homepage contact */
#contact .wpforms-form {
    background-color: rgba(255, 255, 255, 0.95); /* slightly off-white */
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

#contact .wpforms-form input,
#contact .wpforms-form select,
#contact .wpforms-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: var(--ff-sans);
}

#contact .wpforms-form button {
    background-color: var(--accent);
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

#contact .wpforms-form button:hover {
    background-color: var(--accent-2);
}

.visually-hidden {
    position: absolute !important;
    height: 1px; 
    width: 1px; 
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; 
}
body .site-main #contact h2 {
   color: #ffffff !important;
}
.faqs {
  background: #f8f9fa;
  padding: 60px 20px;
}
.faqs h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}
.faq-item {
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item h3 {
  color: #007c89;
  font-size: 20px;
  margin-bottom: 10px;
}
.faq-item p {
  color: #444;
  line-height: 1.6;
  font-size: 16px;
}
/* --- Button Styles for SiteCheck Pro --- */
/* --- Buttons --- */
.btn {
  display: inline-block !important;
  background-color: #007bff !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.2s ease-in-out !important;
  margin: 5px 8px !important;
}

.btn:hover {
  background-color: #0056b3 !important;
}

.btn.secondary {
  background-color: #6c757d !important;
}

.btn.secondary:hover {
  background-color: #5a6268 !important;
}

/* Optional: spacing and layout */
.section {
  margin-top: 20px;
  text-align: center;
}
