/*
Theme Name: EIO Minimal
Theme URI: https://eio.xyz/
Author: EIO
Author URI: https://eio.xyz/
Description: Minimal, plain, anonymous starter theme for EIO domain. Focuses on content and simplicity.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eio-minimal
*/

/* Basic reset and typography */
html,body{height:100%;}
body{margin:0;font-family:Inter, system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;line-height:1.6;color:#111;background:#fff}
a{color:#0b66ff;text-decoration:none}
header,footer,main{max-width:900px;margin:0 auto;padding:28px}
header{border-bottom:1px solid #eee}
footer{border-top:1px solid #eee;color:#666;font-size:0.9rem;padding-bottom:48px}
h1,h2,h3{line-height:1.12;margin:0 0 12px;font-weight:600}
article{padding:28px 0;border-bottom:1px solid #f5f5f5}
.site-title{font-weight:700;font-size:1.15rem}
.site-tagline{color:#666;font-size:0.95rem}
.post-meta{color:#777;font-size:0.9rem;margin-bottom:12px}
.content{font-size:1.05rem;color:#111}

/* Layout helpers */
.container{max-width:900px;margin:0 auto;padding:0 20px}
.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.site-branding{display:flex;flex-direction:column}
.site-logo{display:flex;align-items:center;gap:12px}
.site-nav{margin-top:8px}
.site-nav a{margin-right:16px;color:#333;font-size:0.95rem}

/* Front page hero */
.hero{padding:48px 0;text-align:left}
.hero{padding:64px 0 48px;background:linear-gradient(180deg,#fbfdff 0%,#f6f8ff 50%);border-bottom:1px solid #eef2ff}
.hero{padding:84px 0 56px;background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 45%);border-bottom:1px solid #e6eefc}
.hero-inner{display:flex;gap:36px;align-items:center}
.hero-left{flex:1}
.hero-right{flex:1;display:flex;justify-content:center}
.hero h1{font-size:2.8rem;margin-bottom:12px;letter-spacing:-0.5px}
.hero p{color:#394249;font-size:1.05rem;max-width:66ch}
.hero .cta{margin-top:18px}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;background:#0b66ff;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 8px 24px rgba(11,102,255,0.12)}

/* Feature grid */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}
.feature-card{background:#fff;border-radius:12px;padding:22px;border:1px solid #eef4ff;box-shadow:0 10px 30px rgba(14,30,60,0.04);min-height:180px;display:flex;flex-direction:column;gap:12px}
.feature-icon{width:64px;height:64px;display:block}
.feature-card h3{margin:0;font-size:1.05rem}
.feature-card p{margin:0;color:#555}

/* Responsive features */
@media (max-width:920px){.hero-inner{flex-direction:column}.features{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.features{grid-template-columns:1fr}.hero h1{font-size:1.8rem}}


/* Post list */
.post-list{margin-top:24px}
.post-card{padding:20px;border:1px solid #f0f0f0;border-radius:10px;margin-bottom:16px;background:#fff;box-shadow:0 6px 18px rgba(20,30,60,0.04)}
.post-card h3 a{color:#0b66ff}
.post-card h3{margin:0}

/* Single post */
.post-meta{color:#666;font-size:0.95rem;margin-bottom:20px}
.post-content{font-size:1.06rem;line-height:1.7;color:#111}

/* Contact form */
.contact-form{max-width:640px;background:#fff;border:1px solid #eee;padding:20px;border-radius:10px}
.contact-form label{display:block;margin-bottom:6px;font-weight:600;font-size:0.95rem}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{width:100%;padding:10px;border:1px solid #e6e6e6;border-radius:6px;margin-bottom:12px}
.contact-form textarea{min-height:120px}

/* Logo sizing */
.site-logo-inline svg{height:44px;width:auto}


/* Footer */
.site-footer{padding:24px 0;text-align:center;color:#666}

/* Responsive */
@media (max-width:720px){header,footer,main{padding:18px}.hero h1{font-size:1.6rem}}
