
/*
Theme Name: Solar Teflon
Theme URI: https://solarteflon.com
Author: SolarTeflon
Author URI: https://solarteflon.com
Description: A wide, lively B2B WordPress theme with a bold top menu and matching footer—designed for Elementor/WooCommerce sites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solar-teflon
Tags: custom-logo, custom-menu, sticky-header, footer-widgets, wide-layout
*/
:root{
  --st-blue:#0073AA;
  --st-orange:#F39C12;
  --st-charcoal:#2C3E50;
}
/* Base reset */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Open Sans',sans-serif;color:#2C3E50;line-height:1.6}
a{color:var(--st-blue);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Header */
.site-header{position:sticky;top:0;z-index:999;background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.header-inner{display:flex;align-items:center;gap:24px;padding:14px 0}
.site-branding{display:flex;align-items:center;gap:16px}
.site-title{font-weight:700;font-size:1.25rem;margin:0;color:var(--st-charcoal)}
.site-description{font-size:.9rem;color:#6b7280;margin:0}
.nav-wrap{margin-left:auto}
.primary-nav{display:flex;gap:18px;align-items:center;list-style:none;margin:0;padding:0}
.primary-nav a{display:inline-block;padding:10px 8px;border-radius:6px;font-weight:600;color:var(--st-charcoal)}
.primary-nav a:hover{background:#f4f6f8}
.cta-btn{display:inline-block;background:var(--st-orange);color:#fff !important;padding:10px 14px;border-radius:8px;font-weight:700}
.cta-btn:hover{filter:brightness(.95)}

/* Footer */
.site-footer{background:#1a2530;color:#cbd5e1;margin-top:60px}
.footer-top{padding:50px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
.footer-grid h4{color:#fff;margin:0 0 12px 0}
.footer-grid a{color:#cbd5e1}
.footer-bottom{padding:18px 0;color:#9ca3af;text-align:center}

/* Content defaults */
main{padding:30px 0}
h1,h2,h3{color:var(--st-charcoal);line-height:1.25}
.button, .btn{display:inline-block;background:var(--st-blue);color:#fff;padding:12px 20px;border-radius:8px;font-weight:700}
.button:hover,.btn:hover{filter:brightness(.95)}

/* Responsive */
@media (max-width:900px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .primary-nav{gap:10px}
}
@media (max-width:640px){
  .footer-grid{grid-template-columns:1fr}
  .header-inner{flex-wrap:wrap;gap:12px}
}
