/*
Theme Name: Your Credit Toolkit – Gutenverse (Patched)
Theme URI: https://yourcredittoolkit.com/
Author: Saqib + ChatGPT
Description: Gutenverse-ready theme. Creates pages, sets Home as front page, assigns Primary menu. Includes contact form shortcode fallback. Patched for full-width hero, proper menu UL, and hidden front-page title.
Version: 1.0.3
Text Domain: yct-gutenverse
*/
:root{--yct-blue:#0a3d91;--yct-blue-2:#1f6cd8;--yct-bg:#fff;--yct-fg:#0b1220}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans',sans-serif;color:var(--yct-fg);background:var(--yct-bg)}
.container{width:min(1100px,92%);margin:0 auto}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:saturate(120%) blur(6px);border-bottom:1px solid #e6e8ee;z-index:10}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand a{font-weight:700;color:var(--yct-blue);text-decoration:none}
/* Menu styling */
.menu{list-style:none;margin:0;padding:0;display:flex;gap:18px}
.menu a{text-decoration:none;color:#1a2233}
.menu a:hover{color:var(--yct-blue)}
.dark body, body.dark{background:#0b1220;color:#e8eefc}
body.dark .site-header{background:rgba(16,22,40,.8);border-color:#1c2541}
body.dark .brand a, body.dark .menu a{color:#e8eefc}
.toggle{border:1px solid #dfe3ec;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:13px}
body.dark .toggle{border-color:#2a355a}
.site-footer{border-top:1px solid #e6e8ee;padding:28px 0;margin-top:40px;color:#667}

/* Full-bleed support for Gutenberg blocks */
.alignwide{max-width:min(1100px,92%);margin-left:auto;margin-right:auto}
.alignfull{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}
.home .wp-block-cover:first-of-type{margin-top:12px}
.wp-block-cover{overflow:hidden}
.wp-block-cover__inner-container{color:#fff}
