:root{--text-primary: #2D2D2D;--text-secondary: white;--brand-primary: #2563EB;--brand-secondary: #A16207;--background-primary: #FFFDF7;--background-secondary: #F9F5ED;--background-dark: #2D2D2D;--background-darker: #1F1F1F;--button-primary: #2563EB;--button-primary-hover: #1D4ED8;--gradient-start: #2563EB;--gradient-end: #1E3A8A;--shadow-light: rgba(45, 45, 45, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary)}.container{max-width:1200px;margin:0 auto;padding:15px 20px}.skip-to-content{position:absolute;left:50%;transform:translate(-50%);top:-3rem;z-index:100;border-radius:4px;background:var(--gradient-start);padding:.5rem 1rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:top .2s ease-in-out}.skip-to-content:focus{top:1rem}.site-header{background:var(--background-primary);box-shadow:0 2px 5px var(--shadow-light);position:fixed;width:100%;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--brand-primary);text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--brand-secondary)}.menu-toggle{display:none;background:none;border:none;width:24px;height:24px;cursor:pointer;padding:0}.menu-toggle svg{width:100%;height:100%;color:var(--text-primary)}.hero{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--text-secondary);padding:120px 0;text-align:center;position:relative;overflow:clip;border:none;outline:none}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:before{width:400px;height:400px;background:#ffffff0f;top:-80px;right:-100px}.hero:after{width:250px;height:250px;background:#ffffff0a;bottom:40px;left:-60px}.hero-wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0}.hero-wave svg{display:block;width:100%;height:auto}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--button-primary);color:var(--text-secondary);padding:14px 36px;text-decoration:none;border-radius:8px;font-weight:700;box-shadow:0 4px 14px #0003;transition:background .3s,box-shadow .3s}.cta-button:hover{background:var(--button-primary-hover);box-shadow:0 6px 20px #00000040}.services{padding:80px 0;background:var(--background-secondary)}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--brand-primary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--background-primary);padding:2rem;border-radius:10px;box-shadow:0 5px 15px var(--shadow-light);text-align:center}.service-card h3{color:var(--brand-primary);margin-bottom:1rem}.about{padding:80px 0}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--brand-primary)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;margin-bottom:1.5rem}.contact{padding:80px 0;background:var(--background-dark);color:var(--text-secondary)}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.contact-content{text-align:center}.contact-content p{font-size:1.1rem;margin-bottom:2rem}footer{background:var(--background-darker);color:var(--text-secondary);text-align:center;padding:2rem 0}.guides-hero{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--text-secondary);padding:100px 0 40px;text-align:center}.guides-hero h1{font-size:2.5rem;margin-bottom:1rem}.guides-hero p{font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.guides-grid{max-width:800px;margin:0 auto;padding:3rem 20px;display:flex;flex-direction:column;gap:1.5rem}.guide-card{background:var(--background-primary);border-radius:8px;box-shadow:0 2px 8px var(--shadow-light);transition:box-shadow .3s,transform .3s}.guide-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.guide-card-link{display:block;padding:1.5rem;text-decoration:none;color:inherit}.guide-card-link h2{font-size:1.25rem;color:var(--brand-primary);margin-bottom:.5rem}.guide-card-link p{color:var(--text-primary);font-size:.95rem;margin-bottom:.75rem}.guide-card-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#666}.guide-article{max-width:720px;margin:0 auto;padding:100px 20px 3rem}.article-header{margin-bottom:2rem}.article-header h1{font-size:2rem;color:var(--brand-primary);margin-bottom:.75rem;line-height:1.3}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;color:#666;margin-bottom:1rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.tag{display:inline-block;padding:.2rem .6rem;border-radius:4px;font-size:.8rem;font-weight:600;letter-spacing:.01em}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--brand-secondary);text-decoration:none;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;transition:color .3s}.back-link:hover{color:var(--brand-primary)}.back-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.article-content.prose{line-height:1.8}.article-content.prose h2{font-size:1.5rem;color:var(--brand-primary);margin-top:2rem;margin-bottom:.75rem}.article-content.prose h3{font-size:1.25rem;color:var(--brand-primary);margin-top:1.5rem;margin-bottom:.5rem}.article-content.prose p{margin-bottom:1rem}.article-content.prose ul,.article-content.prose ol{margin-bottom:1rem;padding-left:1.5rem}.article-content.prose li{margin-bottom:.4rem}.article-content.prose a{color:var(--brand-secondary);text-decoration:underline}.article-content.prose a:hover{color:var(--brand-primary)}.article-content.prose code{background:var(--background-secondary);padding:.15rem .4rem;border-radius:3px;font-size:.9em}.article-content.prose pre{background:var(--background-darker);color:var(--text-secondary);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}.article-content.prose pre code{background:none;padding:0}.article-content.prose blockquote{border-left:4px solid var(--gradient-start);padding-left:1rem;margin:1rem 0;color:#555;font-style:italic}.article-content.prose strong{color:var(--brand-primary)}.guides-cta{max-width:800px;margin:0 auto;padding:0 20px 3rem;text-align:center}.guides-cta p{font-size:1.05rem;color:#555;margin-bottom:1rem}.not-found{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--text-secondary);padding:120px 0 80px;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.not-found h1{font-size:4rem;margin-bottom:1rem}.not-found p{font-size:1.2rem;margin-bottom:2rem}@media(max-width:768px){.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--background-primary);flex-direction:column;padding:1rem;box-shadow:0 2px 5px var(--shadow-light)}.nav-links.active{display:flex}.hero:before{width:200px;height:200px;top:-40px;right:-50px}.hero:after{width:130px;height:130px;bottom:20px;left:-30px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.services h2,.about h2,.contact h2{font-size:2rem}.services-grid{grid-template-columns:1fr}.guides-hero h1{font-size:2rem}.guide-article{padding-top:80px}.article-header h1{font-size:1.5rem}}
