@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#2c3e50;background:#faf8f5;overflow-x:hidden}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;padding:4rem 2rem;text-align:center;background:linear-gradient(to bottom,#faf8f5,#f5f2ed);min-height:70vh;display:flex;align-items:center;justify-content:center}.oval-backdrop{position:absolute;top:50%;left:50%;width:500px;height:300px;background:radial-gradient(ellipse at center,rgba(139,69,19,.03) 0%,rgba(160,82,45,.02) 40%,rgba(210,180,140,.01) 70%,transparent 100%);border-radius:50%;transform:translate(-50%,-50%);z-index:1}.logo-section{position:relative;z-index:2}.cat-illustration{margin:0 auto 2rem;width:120px;height:120px;cursor:pointer;transition:transform .3s ease;animation:gentleRotate 12s ease-in-out infinite}@keyframes gentleRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}50%{transform:rotate(0)}75%{transform:rotate(15deg)}}.cat-illustration:hover{transform:scale(1.1);animation-play-state:paused}.cat-face{position:relative;width:100%;height:100%}.head{width:80px;height:80px;background:#d2691e;border-radius:50%;position:absolute;top:20px;left:20px;box-shadow:0 2px 10px #0000001a}.ear{width:25px;height:30px;background:#d2691e;border-radius:50% 50% 0 0;position:absolute;top:10px}.ear:after{content:"";width:15px;height:18px;background:#deb887;border-radius:50% 50% 0 0;position:absolute;top:5px;left:5px}.ear-left{left:15px;transform:rotate(-20deg)}.ear-right{right:15px;transform:rotate(20deg)}.eye{width:12px;height:15px;background:#2c3e50;border-radius:50%;position:absolute;top:25px;animation:blink 4s ease-in-out infinite}@keyframes blink{0%,90%,to{height:15px}95%{height:2px}}.eye-left{left:20px}.eye-right{right:20px}.pupil{width:6px;height:8px;background:#34495e;border-radius:50%;position:absolute;top:3px;left:3px}.highlight{width:3px;height:3px;background:#fff;border-radius:50%;position:absolute;top:5px;left:6px}.nose{width:8px;height:6px;background:#e74c3c;border-radius:50%/60% 60% 40% 40%;position:absolute;top:40px;left:36px}.mouth{position:absolute;top:48px;left:40px}.mouth-left,.mouth-right{width:15px;height:8px;border:2px solid #2c3e50;border-top:none;border-radius:0 0 50px 50px;position:absolute}.mouth-left{left:-15px;transform:rotate(15deg)}.mouth-right{right:-15px;transform:rotate(-15deg)}.whiskers{position:absolute;top:35px;left:0;width:100%;height:20px}.whisker{position:absolute;width:25px;height:1px;background:#2c3e50;border-radius:1px}.w1{left:-5px;top:5px;transform:rotate(-10deg)}.w2{left:-5px;top:10px}.w3{right:-5px;top:5px;transform:rotate(10deg)}.w4{right:-5px;top:10px}.site-title{font-family:Crimson Text,serif;font-size:3rem;font-weight:600;color:#8b4513;margin-bottom:.5rem;letter-spacing:-1px}.site-subtitle{font-style:italic;color:#7f8c8d;font-size:1.1rem;font-weight:300}.content{flex:1;padding:3rem 2rem;max-width:1000px;margin:0 auto;width:100%}.intro-text{text-align:center;margin-bottom:3rem}.intro-text p{font-size:1.1rem;color:#5d6d7e;max-width:600px;margin:0 auto;line-height:1.7}.sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.content-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;cursor:pointer}.content-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;border-color:#ddd}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-header h3{font-size:1.2rem;font-weight:500;color:#2c3e50}.card-icon{font-size:1.5rem;opacity:.7}.content-card p{color:#5d6d7e;line-height:1.6;margin-bottom:1rem}.card-footer{margin-top:1rem}.read-more{color:#8b4513;font-size:.9rem;font-weight:500;text-decoration:none;opacity:.8;transition:opacity .3s ease}.content-card:hover .read-more{opacity:1}.site-footer{text-align:center;padding:2rem;color:#95a5a6;font-size:.9rem;font-style:italic;background:#f8f6f3}@media (max-width: 768px){.hero{padding:3rem 1rem;min-height:60vh}.oval-backdrop{width:350px;height:200px}.site-title{font-size:2.2rem}.cat-illustration{width:100px;height:100px}.head{width:70px;height:70px;top:15px;left:15px}.content{padding:2rem 1rem}.sections-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.site-title{font-size:1.8rem}.content-card{padding:1rem}}@media (prefers-reduced-motion: reduce){.cat-illustration,.eye{animation:none}*{transition-duration:.01ms!important}}.cat-illustration:focus,.content-card:focus{outline:2px solid #8b4513;outline-offset:2px}
