@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Lato:wght@400;700&display=swap";:root{--bg-color: #F8F9FA;--surface-color: #FFFFFF;--primary-text-color: #212529;--secondary-text-color: #6C757D;--accent-color: #007BFF;--border-color: #DEE2E6;--font-heading: "Poppins", sans-serif;--font-body: "Lato", sans-serif;--container-width: 1140px;--border-radius: 6px;--transition-speed: .25s;--shadow: 0 4px 6px rgba(0,0,0,.05)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);line-height:1.7;background-color:var(--bg-color);color:var(--primary-text-color);display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary-text-color);line-height:1.3;margin-bottom:1rem}p{margin-bottom:1.5rem;color:var(--secondary-text-color)}a{color:var(--accent-color);text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:#0056b3;text-decoration:underline}ul,ol{margin-bottom:1.5rem;padding-left:1.5rem;color:var(--secondary-text-color)}li{margin-bottom:.5rem}strong{color:var(--primary-text-color);font-weight:700}.container{width:95%;max-width:var(--container-width);margin:0 auto}.site-header{background-color:#fff;padding:1rem 0;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:1000}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-title a{font-size:1.75rem;font-weight:700;color:var(--primary-text-color);text-decoration:none}.site-title a:hover{color:var(--primary-text-color)}.main-nav ul{list-style:none;display:flex;gap:2rem;margin:0}.main-nav a{font-weight:600;font-size:1rem;color:var(--secondary-text-color);padding-bottom:.25rem;border-bottom:2px solid transparent;transition:all var(--transition-speed) ease;text-decoration:none}.main-nav a:hover,.main-nav a.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.main-layout{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0;flex-grow:1}main>section{margin-bottom:3rem}.page-intro h1{font-size:2.8rem;font-weight:700}.page-intro p{font-size:1.1rem;color:var(--secondary-text-color);max-width:700px}.blog-posts{display:grid;grid-template-columns:1fr;gap:2rem}.post-card{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:2rem;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;box-shadow:var(--shadow)}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000014}.post-card h2{font-size:1.5rem;margin-top:0}.post-card h2 a{color:var(--primary-text-color);text-decoration:none}.post-card h2 a:hover{color:var(--accent-color)}.post-card p{color:var(--secondary-text-color);margin-bottom:1rem}.read-more-btn{display:inline-block;font-weight:700;color:var(--accent-color);margin-top:1rem;transition:transform var(--transition-speed) ease}.read-more-btn:hover{transform:translate(5px);text-decoration:none}aside{padding-top:1rem}.sidebar-widget{background-color:var(--surface-color);padding:2rem;border-radius:var(--border-radius);border:1px solid var(--border-color);margin-bottom:2rem;box-shadow:var(--shadow)}.sidebar-widget h3{font-size:1.25rem;border-bottom:2px solid var(--accent-color);padding-bottom:.5rem;margin-bottom:1.5rem}.sidebar-widget ul{list-style:none;padding:0;margin:0}.sidebar-widget ul li a{color:var(--secondary-text-color);font-weight:700}.sidebar-widget ul li a:hover{color:var(--accent-color)}.cta-button{display:inline-block;background-color:var(--accent-color);color:#fff;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:700;text-align:center;transition:background-color var(--transition-speed) ease,transform var(--transition-speed) ease}.cta-button:hover{background-color:#0056b3;color:#fff;text-decoration:none;transform:translateY(-2px)}.article-content{background:var(--surface-color);padding:2.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow)}.article-header h1{font-size:2.5rem}.article-meta{font-size:.9rem;color:var(--secondary-text-color);margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.cta-section{background-color:#e9f2ff;padding:2rem;margin:2rem 0;border-radius:var(--border-radius);text-align:center;border-left:5px solid var(--accent-color)}.cta-section h3{margin-top:0}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:700;color:var(--primary-text-color)}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-body);font-size:1rem}.contact-form button{display:inline-block;background-color:var(--accent-color);color:#fff;padding:.8rem 2rem;border:none;border-radius:var(--border-radius);font-weight:700;font-family:var(--font-heading);cursor:pointer;transition:background-color var(--transition-speed) ease}.contact-form button:hover{background-color:#0056b3}.site-footer{background-color:var(--primary-text-color);color:var(--bg-color);padding:2rem 0;margin-top:auto}.site-footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer a{color:#fff}.site-footer a:hover{text-decoration:underline}.footer-links{list-style:none;display:flex;gap:1.5rem;padding:0;margin:0}@media (min-width: 768px){.blog-posts{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.main-layout{grid-template-columns:2.5fr 1fr}}@media (max-width: 768px){.site-header .container{flex-direction:column;gap:1rem}.main-nav ul{justify-content:center;width:100%}.page-intro h1{font-size:2.2rem}.article-header h1{font-size:2rem}.site-footer .container{flex-direction:column;text-align:center}}
