@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#0d9488;--accent-hover:#0a7b70;--text-dark:#4a4a4a;--text-body:#666;--text-heading:#333;--text-light:#999;--bg-white:#fff;--bg-light-gray:#e8e8e8;--bg-page:#f5f5f5;--bg-footer:#5a5a5a;--bg-footer-bottom:#4a4a4a;--border-light:#ddd;--border-nav:#ccc;--link-color:#0d9488}html{scroll-behavior:smooth}body{color:var(--text-body);background:var(--bg-page);font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.6}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1{color:var(--text-heading);margin-bottom:20px;font-family:Open Sans,sans-serif;font-size:28px;font-weight:300;line-height:1.3}h2{color:var(--text-heading);margin-bottom:16px;font-family:Open Sans,sans-serif;font-size:22px;font-weight:400;line-height:1.3}h3{color:var(--text-heading);margin-bottom:12px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600}p{color:var(--text-body);margin-bottom:14px;line-height:1.7}.container{max-width:960px;margin:0 auto;padding:0 20px}.page-content{background:var(--bg-white);min-height:400px;padding:30px 40px 50px}.arrow-list{margin:10px 0 20px;padding:0;list-style:none}.arrow-list li{padding:6px 0 6px 18px;line-height:1.6;position:relative}.arrow-list li:before{content:"→";color:var(--accent);font-weight:600;position:absolute;left:0}.arrow-list li a{color:var(--accent);text-decoration:none}.arrow-list li a:hover{text-decoration:underline}.arrow-list .sub-list{margin:4px 0 4px 20px;padding:0;list-style:none}.arrow-list .sub-list li{padding:4px 0 4px 18px;font-size:13px}.arrow-list .sub-list li:before{content:"→";color:var(--accent);position:absolute;left:0}.category-heading{color:var(--text-dark);font-size:14px;font-weight:600}.accent-text{color:var(--accent);font-weight:600}.btn-send{background:var(--text-dark);color:#fff;cursor:pointer;border:none;padding:8px 20px;font-family:Open Sans,sans-serif;font-size:13px;transition:background .2s}.btn-send:hover{background:var(--accent)}.form-group{margin-bottom:16px}.form-group label{color:var(--text-dark);margin-bottom:4px;font-size:13px;display:block}.form-group input,.form-group textarea{border:1px solid var(--border-light);width:100%;color:var(--text-dark);background:var(--bg-white);outline:none;padding:8px 10px;font-family:Open Sans,sans-serif;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group input[type=text],.form-group input[type=email]{max-width:300px}.form-group textarea{resize:vertical;min-height:150px}.status-success{color:#2e7d32;margin-top:10px;font-size:13px}.status-error{color:#c62828;margin-top:10px;font-size:13px}.blog-post{border-bottom:1px solid var(--border-light);align-items:flex-start;gap:24px;padding:30px 0;display:flex}.blog-post:first-child{padding-top:10px}.blog-post:last-child{border-bottom:none}.blog-post-image{flex-shrink:0;width:300px;min-width:300px;height:180px;overflow:hidden}.blog-post-image img{object-fit:cover;width:100%;height:100%}.blog-post-content h2{color:var(--accent);margin-bottom:10px;font-size:20px;font-style:italic;font-weight:400}.blog-post-content p{margin-bottom:14px;font-size:13px;line-height:1.7}.blog-post-content .read-more-btn{background:var(--text-dark);color:#fff;padding:6px 16px;font-size:12px;text-decoration:none;transition:background .2s;display:inline-block}.blog-post-content .read-more-btn:hover{background:var(--accent);text-decoration:none}@media (max-width:768px){.page-content{padding:20px}.blog-post{flex-direction:column}.blog-post-image{width:100%;min-width:unset;height:200px}.form-group input[type=text],.form-group input[type=email]{max-width:100%}}
.Header-module__kDOeWW__topBar{background:var(--bg-light-gray);height:8px}.Header-module__kDOeWW__logoRow{background:var(--bg-white);border-bottom:1px solid var(--border-light);padding:24px 0}.Header-module__kDOeWW__logoRowInner{justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;padding:0 20px;display:flex}.Header-module__kDOeWW__logoLink{color:var(--text-heading);font-family:Open Sans,sans-serif;font-size:28px;font-weight:300;text-decoration:none}.Header-module__kDOeWW__logoLink:hover{text-decoration:none}.Header-module__kDOeWW__logoAccent{color:var(--accent);font-weight:600}.Header-module__kDOeWW__logoText{color:var(--text-heading);font-weight:300}.Header-module__kDOeWW__searchBox{align-items:center;gap:4px;display:flex}.Header-module__kDOeWW__searchInput{border:1px solid var(--border-light);outline:none;width:180px;padding:6px 10px;font-family:Open Sans,sans-serif;font-size:13px}.Header-module__kDOeWW__searchInput:focus{border-color:var(--accent)}.Header-module__kDOeWW__searchBtn{background:var(--text-dark);color:#fff;cursor:pointer;border:none;padding:6px 14px;font-family:Open Sans,sans-serif;font-size:13px;transition:background .2s}.Header-module__kDOeWW__searchBtn:hover{background:var(--accent)}.Header-module__kDOeWW__nav{background:var(--bg-light-gray);border-bottom:3px solid var(--accent)}.Header-module__kDOeWW__navInner{align-items:stretch;max-width:960px;margin:0 auto;padding:0 20px;display:flex}.Header-module__kDOeWW__navLink{color:var(--text-dark);border-right:1px solid var(--border-nav);white-space:nowrap;align-items:center;padding:12px 18px;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.Header-module__kDOeWW__navLink:first-child{border-left:1px solid var(--border-nav)}.Header-module__kDOeWW__navLink:hover{color:var(--accent);text-decoration:none}.Header-module__kDOeWW__navLink.Header-module__kDOeWW__active{color:var(--accent);font-weight:600}@media (max-width:768px){.Header-module__kDOeWW__navInner{flex-wrap:wrap}.Header-module__kDOeWW__navLink{border-bottom:1px solid var(--border-nav);padding:10px 14px;font-size:13px}.Header-module__kDOeWW__logoLink{font-size:22px}.Header-module__kDOeWW__searchInput{width:120px}}
.Footer-module__Ril61q__footer{margin-top:auto}.Footer-module__Ril61q__footerMain{background:var(--bg-footer);padding:30px 0 24px}.Footer-module__Ril61q__footerInner{max-width:960px;margin:0 auto;padding:0 20px}.Footer-module__Ril61q__footerLogo{font-family:Open Sans,sans-serif;font-size:24px;font-weight:300;text-decoration:none}.Footer-module__Ril61q__footerLogo:hover{text-decoration:none}.Footer-module__Ril61q__logoAccent{color:var(--accent);font-weight:600}.Footer-module__Ril61q__logoText{color:#fff;font-weight:300}.Footer-module__Ril61q__footerContact{flex-wrap:wrap;align-items:center;gap:30px;max-width:960px;margin:20px auto 0;padding:0 20px;display:flex}.Footer-module__Ril61q__contactItem{color:#ccc;align-items:center;gap:8px;font-size:13px;display:flex}.Footer-module__Ril61q__contactItem svg{color:#999;flex-shrink:0}.Footer-module__Ril61q__emailLink{color:var(--accent);text-decoration:none}.Footer-module__Ril61q__emailLink:hover{text-decoration:underline}.Footer-module__Ril61q__socialLinks{gap:8px;margin-left:auto;display:flex}.Footer-module__Ril61q__socialIcon{color:#999;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex}.Footer-module__Ril61q__socialIcon:hover{color:var(--accent)}.Footer-module__Ril61q__footerBottom{background:var(--bg-footer-bottom);padding:12px 0}.Footer-module__Ril61q__footerBottomInner{color:#ccc;max-width:960px;margin:0 auto;padding:0 20px;font-size:12px}@media (max-width:768px){.Footer-module__Ril61q__footerContact{flex-direction:column;align-items:flex-start;gap:14px}.Footer-module__Ril61q__socialLinks{margin-left:0}}
