/*
Theme Name: anywebsite-universal
Theme URI: https://example.local/anywebsite-universal
Author: Karn
Description: Clean, responsive universal WordPress theme with a ready homepage.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: anywebsite-universal
*/

body { margin: 0; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color: #111; }

/* Utility containers */
.wrap { width: min(1200px, 94%); margin: 0 auto; }

/* Hero */
.hero { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; padding: 64px 0; background: linear-gradient(135deg,#0f172a 0%,#0b1220 100%); color: #fff; }
.hero .intro { max-width: 640px; }
.hero h1 { font-size: 2.25rem; margin: 0 0 0.5rem; line-height: 1.05; }
.hero p { margin: 0 0 1.25rem; color: rgba(255,255,255,0.85); font-size: 1.05rem; }
.btn-primary { background: #06b6d4; color: #012; padding: .75rem 1.1rem; border-radius: 10px; display: inline-block; text-decoration: none; font-weight: 600; }

/* Features */
.features { display:grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap:1rem; padding:48px 0; }
.feature { background:#fff; border-radius:12px; padding:24px; box-shadow:0 6px 18px rgba(2,6,23,0.08); }
.feature h3{ margin:0 0 .5rem; }

/* CTA */
.cta { background:#07203b; color:#fff; padding:36px; border-radius:12px; text-align:center; }

/* Header/Footer */
.site-header { background: #fff; border-bottom: 1px solid #eef2f7; }
.site-logo { font-weight:700; color:#0f172a; text-decoration:none; }
.site-nav { display:inline-block; }
.site-nav ul { list-style:none; margin:0; padding:0; display:flex; gap:1rem; }
.site-nav a { color:#0f172a; text-decoration:none; padding:.25rem .5rem; }

/* Footer */
footer { padding:28px 0; text-align:center; color:#64748b; }

/* Responsive */
@media (min-width:900px){ .hero{ grid-template-columns: 1fr 420px; padding: 96px 0; } .hero h1{ font-size:3rem; } }
/*
Theme Name: Anywebsite Universal WordPress Theme
Theme URI: https://example.com
Author: Anywebsite
Author URI: https://example.com
Description: Native WordPress Theme with fully controlled custom homepage.
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: anywebsite-universal
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/
