@import url(https://fonts.cdnfonts.com/css/octanisslab);*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;color:var(--black);background:linear-gradient(145deg,#f8f7f4 0,#f3f1ec 48%,#f9f7f1 100%);line-height:1.75;min-height:100vh;display:flex;flex-direction:column}.page-container{width:100%;max-width:900px;margin:0 auto;flex:1;padding:40px 20px 0;animation:.8s ease-in-out fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-content{padding:50px 0 0}.page-title{font-family:'Octanis Slab','Segoe UI',sans-serif;font-size:2.75rem;font-weight:700;color:var(--black);margin-bottom:40px;line-height:1.2;text-align:left;position:relative;padding-bottom:20px}.page-title::after{content:"";position:absolute;bottom:0;left:0;width:100px;height:4px;background:var(--yellow);border-radius:2px}.page-section{margin-bottom:35px}.page-section:last-of-type{margin-bottom:40px}.page-intro{font-size:1rem;color:#444;line-height:1.8;margin-bottom:0}.page-section p{font-size:1rem;color:#333;line-height:1.8;margin-bottom:18px;text-align:left}.page-section p:last-child{margin-bottom:0}.page-subtitle{font-family:'Octanis Slab','Segoe UI',sans-serif;font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:20px;margin-top:10px;line-height:1.3}.page-list{margin-top:15px}.page-item{margin-bottom:20px}.page-item p,.page-item:last-child{margin-bottom:0}.page-item strong{color:var(--black);font-weight:600;margin-right:8px}.page-highlight{background:#fffbf0;border-left:4px solid var(--yellow);padding:20px 25px;margin:30px 0 0;font-size:1.05rem;font-weight:500;color:var(--black);line-height:1.7;border-radius:4px}.contact-link{color:var(--yellow);text-decoration:none;font-weight:600;transition:.3s;border-bottom:1px solid transparent}.contact-link:hover{color:var(--black);border-bottom-color:var(--yellow)}@media (max-width:768px){.page-content{padding:35px 0 0}.page-title{font-size:2rem;margin-bottom:30px}.page-subtitle{font-size:1.3rem}.page-intro,.page-section p{font-size:.95rem}.page-highlight{font-size:1rem;padding:15px 20px}}@media (max-width:480px){.page-container{padding:20px 15px 0}.page-content{padding:25px 0 0}.page-title{font-size:1.75rem;margin-bottom:25px}.page-subtitle{font-size:1.2rem}.page-intro,.page-section p{font-size:.9rem}}