:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#2f3437;background-color:#fbf7f2;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fbf7f2}a{color:#3f7460;text-decoration:none;font-weight:500}a:hover{color:#f08a6a}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:#3f7460;color:#fff;border-bottom:3px solid #F08A6A}.logo{font-weight:700;letter-spacing:.04em}.header nav{display:flex;gap:1.5rem;font-size:.95rem}.header nav a{color:#fff}.header nav a:hover{color:#ffe7dd}main{flex:1;padding:2.5rem 1.5rem 3rem;max-width:960px;margin:0 auto}.hero{padding:2.5rem 2rem;margin:1.5rem 0 1rem;border-radius:16px;background:#fdf5ed;border:2px solid #F1DFCF}.hero h1{font-size:clamp(2.2rem,4.5vw,3.1rem);margin-bottom:.5rem;color:#3f7460}.hero p{margin:.25rem 0 1.5rem;color:#404446;max-width:38rem}.primary-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:999px;background:#f08a6a;color:#fff;font-weight:600;font-size:.95rem}.primary-btn:hover{background:#e37857}.section{padding:1.5rem 0}.section h2{font-size:1.6rem;margin-bottom:.5rem;color:#3f7460}.section p{margin:0;color:#3b4043}.card{margin-top:1rem;padding:1.5rem 1.75rem;border-radius:1rem;background:#fff;border:1px solid #E4D6C8;box-shadow:0 4px 18px #0000000a}form{display:grid;gap:1rem}label{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.9rem}input,textarea{width:100%;padding:.55rem .75rem;border-radius:.6rem;border:1px solid #D5C8BB;background:#fff;color:#2f3437;font:inherit}input::placeholder,textarea::placeholder{color:#a0a5aa}input:focus,textarea:focus{outline:none;border-color:#3f7460;box-shadow:0 0 0 1px #3f7460}button[type=submit]{align-self:flex-start;border-radius:999px;border:none;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;background:#3f7460;color:#fdfcf9;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease,background .15s ease}button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 8px 18px #3f746052;background:#366656}button[type=submit]:disabled{opacity:.7;cursor:wait;box-shadow:none}.success{color:#2e7d32;font-size:.85rem}.error{color:#c62828;font-size:.85rem}.footer{border-top:1px solid #E0D2C3;padding:.9rem 2.5rem;font-size:.8rem;color:#70757a;text-align:center;background-color:#f7efe6}@media(max-width:640px){.header{padding-inline:1.25rem}main{padding-inline:1rem}.header nav{gap:.9rem;font-size:.85rem}.hero{padding-inline:1.25rem}}
