@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap";
:root{--primary-purple:#6b21a8;--secondary-purple:#9333ea;--dark-gray:#1f2937;--light-gray:#f9fafb;--text-color:#374151;--border-color:#d1d5db;--bg-color:#f3f4f6;--red-error:#ef4444}.BlogIndexPage-module__C4J2TW__appContainer{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:var(--bg-color);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.BlogIndexPage-module__C4J2TW__navbar{z-index:50;background-color:#fff;padding:1rem;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.BlogIndexPage-module__C4J2TW__navContainer{justify-content:flex-end;align-items:center;gap:1.5rem;max-width:72rem;margin:auto;padding:0 1rem;display:flex}.BlogIndexPage-module__C4J2TW__navLink{color:var(--text-color);font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.BlogIndexPage-module__C4J2TW__navLink:hover{color:var(--secondary-purple)}.BlogIndexPage-module__C4J2TW__mainContent{flex-direction:column;flex:1;padding-top:5rem;display:flex}.BlogIndexPage-module__C4J2TW__heroSection{text-align:center;color:#fff;background-color:var(--primary-purple);background-image:url(https://placehold.co/1920x400/6B21A8/ffffff?text=Our+Blog);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;padding:5rem 1rem;display:flex;position:relative;overflow:hidden}.BlogIndexPage-module__C4J2TW__heroOverlay{background-color:rgba(0,0,0,.5);position:absolute;top:0;bottom:0;left:0;right:0}.BlogIndexPage-module__C4J2TW__heroContent{z-index:10;max-width:64rem;margin:auto;padding:1.5rem;position:relative}.BlogIndexPage-module__C4J2TW__heroHeading{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.25}.BlogIndexPage-module__C4J2TW__heroText{margin-top:1rem;font-size:1.125rem;font-weight:300}.BlogIndexPage-module__C4J2TW__blogSection{background-color:var(--bg-color);padding:5rem 0}.BlogIndexPage-module__C4J2TW__container{max-width:72rem;margin:auto;padding:0 1.5rem}.BlogIndexPage-module__C4J2TW__sectionTitle{text-align:center;color:var(--primary-purple);margin-bottom:4rem;font-size:2.25rem;font-weight:700}.BlogIndexPage-module__C4J2TW__blogGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.BlogIndexPage-module__C4J2TW__blogGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.BlogIndexPage-module__C4J2TW__blogGrid{grid-template-columns:repeat(3,1fr)}}.BlogIndexPage-module__C4J2TW__blogCard{border-top:4px solid var(--secondary-purple);color:inherit;background-color:#fff;border-radius:1.5rem;padding:2rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.BlogIndexPage-module__C4J2TW__blogCard:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.BlogIndexPage-module__C4J2TW__blogCardTitle{color:var(--dark-gray);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.BlogIndexPage-module__C4J2TW__blogCardMeta{color:#6b7280;font-size:.9rem}.BlogIndexPage-module__C4J2TW__footer{color:#9ca3af;text-align:center;background-color:#111827;padding:2.5rem}
