/*
Theme Name: SayFound
Theme URI: https://sayfound.com
Author: SayFound
Description: Dark, conversion-focused theme for the SayFound AI image-upscaler SaaS. Pairs with the "SayFound AI Upscaler" plugin — everything (landing page, pricing, upscaler tool, automatic SEO) works out of the box.
Version: 1.0.0
License: GPL-2.0+
Text Domain: sayfound-theme
*/

:root{
	--bg:#070a11; --panel:#0c1019; --panel2:#11151f; --line:#1d2434;
	--txt:#eef2f8; --mut:#8a93a6; --blue:#2f6bff; --blue2:#1f4fd6; --cyan:#16d3c8;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;}
a{color:var(--blue);text-decoration:none;}
img{max-width:100%;height:auto;}

.sf-site-header{position:sticky;top:0;z-index:50;background:rgba(7,10,17,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
.sf-bar{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;}
.sf-logo{font-weight:800;font-size:20px;letter-spacing:-.5px;color:#fff;display:flex;align-items:center;gap:8px;}
.sf-logo .dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(180deg,var(--blue),var(--cyan));}
.sf-nav a{color:var(--mut);margin-left:20px;font-size:14px;font-weight:600;}
.sf-nav a:hover{color:#fff;}

.sf-hero{max-width:1080px;margin:0 auto;padding:56px 18px 24px;text-align:center;}
.sf-hero h1{font-size:clamp(30px,6vw,52px);font-weight:800;letter-spacing:-1px;margin:0 0 14px;background:linear-gradient(180deg,#fff,#9fb4e6);-webkit-background-clip:text;background-clip:text;color:transparent;}
.sf-hero p{color:var(--mut);font-size:clamp(15px,2.5vw,19px);max-width:620px;margin:0 auto 8px;}

.sf-main{max-width:1080px;margin:0 auto;padding:10px 18px 60px;}
.sf-content{max-width:760px;margin:0 auto;}
.sf-content h2{font-size:26px;margin:30px 0 12px;}
.sf-content h3{font-size:19px;margin:22px 0 8px;}
.sf-content p{color:#c5ccdb;}

.sf-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1080px;margin:30px auto;padding:0 18px;}
.sf-feat{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px;}
.sf-feat .ic{font-size:24px;}
.sf-feat h3{margin:10px 0 6px;font-size:17px;}
.sf-feat p{color:var(--mut);font-size:14px;margin:0;}

.sf-site-footer{border-top:1px solid var(--line);background:var(--panel);}
.sf-foot{max-width:1080px;margin:0 auto;padding:28px 18px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;color:var(--mut);font-size:13px;}
.sf-foot a{color:var(--mut);margin-right:16px;}
.sf-foot a:hover{color:#fff;}

.sf-article{max-width:760px;margin:0 auto;}
.sf-article .meta{color:var(--mut);font-size:13px;margin-bottom:18px;}
