@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--primary:#f1641e;--primary-hover:#d35400;--secondary:#222;--accent:#008060;--accent-hover:#00664d;--text:#222;--text-light:#595959;--bg:#fff;--bg-soft:#f8f8f8;--border:#e1e1e1;--radius:12px;--shadow:0 4px 20px #0000000d;--shadow-hover:0 10px 30px #0000001a;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text);background-color:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.button{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.button-primary{background-color:var(--primary);color:#fff}.button-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #f1641e4d}.button-secondary{color:var(--text);border:2px solid var(--border);background-color:#fff}.button-secondary:hover{border-color:var(--primary);color:var(--primary)}.card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);background:#fff;padding:2rem;transition:all .3s}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.form-group{margin-bottom:1.5rem}.label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.input,.textarea,.select{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.input:focus,.textarea:focus,.select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #f1641e1a}.text-center{text-align:center}.text-light{color:var(--text-light)}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{margin-bottom:3rem;font-size:1.25rem}.relatedGuides{border-top:2px solid var(--border);margin-top:5rem;padding-top:3rem}.relatedGuides h3{color:var(--secondary);margin-bottom:2rem;font-size:1.5rem}.relatedGuides ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0;list-style:none;display:grid}.relatedGuides li{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:1.2rem;transition:all .2s}.relatedGuides li:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-4px)}.relatedGuides a{color:var(--secondary);font-weight:600;line-height:1.4;display:block}.relatedGuides a:hover{color:var(--primary)}
.Navbar-module__nuAbfa__navbar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1280px;margin:0 auto;display:flex}.Navbar-module__nuAbfa__logo{color:#1e293b;align-items:center;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoAccent{color:#f1641e}.Navbar-module__nuAbfa__desktopMenu{align-items:center;gap:2.5rem;display:flex}.Navbar-module__nuAbfa__navLink{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.Navbar-module__nuAbfa__navLink:hover{color:#f1641e}.Navbar-module__nuAbfa__dropdown{position:relative}.Navbar-module__nuAbfa__dropdownPanel{z-index:1001;background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:repeat(2,190px);gap:4px;margin-top:10px;padding:12px;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0000001f}.Navbar-module__nuAbfa__dropdownPanel:before{content:"";background:0 0;width:100%;height:15px;position:absolute;top:-15px;left:0}.Navbar-module__nuAbfa__dropdownItem{color:#1e293b;white-space:nowrap;border-radius:8px;padding:10px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.Navbar-module__nuAbfa__dropdownItem:hover{color:#f1641e;background:#fff7f3;padding-left:18px}.Navbar-module__nuAbfa__hamburger{cursor:pointer;color:#1e293b;background:0 0;border:none;padding:4px;display:none}.Navbar-module__nuAbfa__mobileMenu{background:#fff;border-top:1px solid #e5e7eb;max-height:calc(100vh - 70px);padding:1.5rem 0;overflow-y:auto}.Navbar-module__nuAbfa__mobileLink{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:.8rem 0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:color .2s;display:block}.Navbar-module__nuAbfa__mobileLink:hover{color:#f1641e}.Navbar-module__nuAbfa__mobileSection{border-bottom:1px solid #f1f5f9;padding:1.2rem 0}.Navbar-module__nuAbfa__mobileSectionTitle{text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.Navbar-module__nuAbfa__mobileGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.Navbar-module__nuAbfa__mobileToolLink{color:#374151;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:block}.Navbar-module__nuAbfa__mobileToolLink:hover{color:#f1641e;background:#fff7f3;border-color:#f1641e}@media (max-width:1024px){.Navbar-module__nuAbfa__desktopMenu{display:none}.Navbar-module__nuAbfa__hamburger{display:block}}
.Footer-module__EZoWya__footer{background-color:var(--bg-soft);border-top:1px solid var(--border);margin-top:5rem;padding:4rem 0 2rem}.Footer-module__EZoWya__top{grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{max-width:300px}.Footer-module__EZoWya__logo{color:var(--secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.Footer-module__EZoWya__logo span span{color:var(--primary)}.Footer-module__EZoWya__description{color:var(--text-light);font-size:.95rem}.Footer-module__EZoWya__links{justify-content:flex-end;gap:4rem;display:flex}.Footer-module__EZoWya__column h4{margin-bottom:1.2rem;font-size:1.1rem}.Footer-module__EZoWya__column a{color:var(--text-light);margin-bottom:.8rem;font-size:.95rem;transition:color .2s;display:block}.Footer-module__EZoWya__column a:hover{color:var(--primary)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);color:var(--text-light);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__EZoWya__social{gap:1rem;display:flex}.Footer-module__EZoWya__social a{color:var(--text-light);transition:color .2s}.Footer-module__EZoWya__social a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__EZoWya__top{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__links{flex-wrap:wrap;justify-content:flex-start;gap:2rem}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:1rem}}
