*{box-sizing:border-box}body{margin:0;background:#f7fafc;color:#203040;font-family:Arial,sans-serif}header{background:white;border-bottom:1px solid #dde7ee;position:sticky;top:0;z-index:5}.bar{max-width:1180px;margin:auto;padding:18px 22px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:29px;font-weight:900;color:#173f3a;text-decoration:none}.logo span{color:#e57b6f}nav a{margin-left:22px;text-decoration:none;color:#173f3a;font-weight:700}.container{max-width:1180px;margin:auto;padding:35px 22px}.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}.hero-main{background:#173f3a;color:white;border-radius:28px;padding:48px;min-height:330px}.eyebrow,.tag{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:900;color:#6b5aa6}.hero-main .eyebrow{color:#8fd3ff}.hero h1{font:700 50px/1.04 Georgia,serif;margin:15px 0}.hero p{line-height:1.7;color:#dce8ef}.side{background:#f1eef8;border-radius:28px;padding:28px}.search{background:white;padding:16px;border-radius:15px;color:#667789;margin-bottom:80px}.section-title{font:700 34px Georgia,serif;color:#173f3a;margin:42px 0 20px}.cats{display:flex;flex-wrap:wrap;gap:10px}.cat{background:#e7f3f0;color:#087d75;padding:11px 16px;border-radius:999px;text-decoration:none;font-weight:800;font-size:13px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:white;border:1px solid #dfe8ee;border-radius:22px;overflow:hidden}.card img{width:100%;height:190px;object-fit:cover}.body{padding:20px}.card h2{font:700 24px/1.12 Georgia,serif;color:#173f3a;margin:10px 0}.card p,.article p{line-height:1.7;color:#596b7a}.read{color:#e57b6f;text-decoration:none;font-weight:900}.article{max-width:900px;margin:auto;background:white;border:1px solid #dfe8ee;border-radius:28px;padding:40px}.article h1{font:700 48px/1.08 Georgia,serif;color:#173f3a}.article img{width:100%;height:430px;object-fit:cover;border-radius:22px;margin:20px 0}.article h2{font:700 30px Georgia,serif;color:#173f3a;margin-top:35px}.article p{font-size:17px}.cta{background:#fff4e9;border:1px solid #ffd5ad;border-radius:20px;padding:24px;margin:30px 0}.cta a{display:inline-block;background:#e57b6f;color:white;padding:14px 22px;border-radius:12px;text-decoration:none;font-weight:900}footer{background:#173f3a;color:#dce8ef;padding:35px 22px;margin-top:55px}.foot{max-width:1180px;margin:auto;display:flex;justify-content:space-between}.foot a{color:white;margin-left:15px}@media(max-width:800px){nav{display:none}.hero{grid-template-columns:1fr}.hero h1{font-size:39px}.grid{grid-template-columns:1fr}.article{padding:25px 20px}.article h1{font-size:36px}.article img{height:280px}}