@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--background: #FFFFFF;--background-soft: #FFF5F5;--background-deep: #F1F5F9;--primary: #FF6B6B;--primary-light: #FFE8E8;--secondary: #8B5CF6;--text: #1A202C;--text-secondary: #64748B;--text-tertiary: #94A3B8;--border: #E2E8F0;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 2px 4px rgba(0, 0, 0, .05)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Gilroy,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;color:var(--text);background:var(--background-soft);font-weight:400;line-height:1.5}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.app{min-height:100vh;background:var(--background-soft)}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:transparent}.brand{display:flex;align-items:center;gap:.5rem}.brand__name{font-family:Gilroy;font-weight:600;font-size:1.25rem;color:var(--text);letter-spacing:-.25px}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-secondary);text-decoration:none;font-family:Gilroy;font-weight:500;font-size:.875rem;transition:color .2s ease}.nav a:hover{color:var(--text)}.hero{padding:1rem 0 .5rem;background:var(--background-soft)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:350px}.hero-content{max-width:480px}.hero-visual{display:flex;align-items:center;justify-content:center}.h-title{font-family:Gilroy;font-weight:700;font-size:3rem;line-height:1.05;color:var(--text);margin:0 0 1rem;letter-spacing:-1px}.accent{color:var(--primary)}.h-sub{font-family:Gilroy;font-weight:400;font-size:1rem;line-height:1.5;color:var(--text-secondary);margin:0 0 1.5rem;max-width:420px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:25px;font-family:Gilroy;font-weight:600;font-size:.875rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.btn--primary{background:var(--primary);color:#fff;box-shadow:var(--shadow)}.btn--primary:hover{background:#e55a5a;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b4d}.btn--ghost{background:transparent;color:var(--text-secondary);border:1px solid transparent}.btn--ghost:hover{color:var(--text)}.hero-cta{display:flex;gap:1.5rem;align-items:center}.section{padding:.5rem 0 .75rem;background:var(--background-soft);margin-top:-1rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.card{background:var(--background);border-radius:12px;padding:1.25rem;text-align:center;box-shadow:var(--shadow);transition:all .2s ease;border:1px solid rgba(255,255,255,.8)}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.card__icon{width:2.5rem;height:2.5rem;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--primary);margin:0 auto 1rem}.card h3{font-family:Gilroy;font-weight:600;font-size:1rem;color:var(--text);margin:0 0 .5rem}.card p{font-family:Gilroy;font-weight:400;font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.4}.footer-cta{padding:.75rem 0 1.5rem;background:var(--background-soft);text-align:center}.footer-content{max-width:500px;margin:0 auto}.footer-title{font-family:Gilroy;font-weight:600;font-size:1.25rem;color:var(--text);margin:0 0 1rem}.footer-form{display:flex;gap:.75rem;max-width:320px;margin:0 auto}.footer-input{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:25px;font-family:Gilroy;font-size:.8125rem;background:var(--background);color:var(--text);transition:all .2s ease}.footer-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff6b6b1a}.footer-input::placeholder{color:var(--text-tertiary)}.footer-btn{background:var(--primary);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:25px;font-family:Gilroy;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .2s ease}.footer-btn:hover{background:#e55a5a;transform:translateY(-1px)}.section--accent,.cta,.footer{display:none}.global-loader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--background-soft);display:flex;align-items:center;justify-content:center;z-index:9999}.global-loader__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.global-loader__animation{display:flex;align-items:center;justify-content:center;width:300px;height:300px;max-width:90vw;max-height:40vh}.global-loader__message{font-family:Gilroy;font-size:1rem;font-weight:500;color:var(--text-secondary);margin:0;text-align:center}.paw-loader{display:flex;align-items:center;justify-content:center}.hero-animation{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;height:320px;margin:0 auto}.animation-skeleton{width:260px;height:260px;display:flex;align-items:center;justify-content:center}.skeleton-circle{width:180px;height:180px;border-radius:50%;background:var(--border)}.placeholder-animation{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media (max-width: 768px){.container{padding:0 1.5rem}.hero{padding:1rem 0 .25rem}.hero-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center;min-height:300px}.hero-visual{order:-1}.hero-animation{max-width:260px;height:260px}.global-loader__animation{width:260px;height:260px}.h-title{font-size:2.25rem}.section{padding:.25rem 0 .5rem;margin-top:-.5rem}.cards{grid-template-columns:1fr;gap:1rem}.footer-cta{padding:.5rem 0 1rem}.footer-form{flex-direction:column;align-items:stretch}.hero-cta{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 480px){.container{padding:0 1rem}.hero-animation{max-width:220px;height:220px}.global-loader__animation{width:220px;height:220px}.h-title{font-size:2rem}.card{padding:1rem}}.hero-animation,.global-loader,.placeholder-animation{will-change:transform,opacity}.card,.btn,.hero-animation{transform:translateZ(0)}@media (prefers-reduced-motion: reduce){.global-loader__animation,.hero-animation,.placeholder-animation{animation:none!important}.skeleton-circle{background:var(--border)}.card:hover,.btn:hover{transform:none}}
