:root{--color-background: #ffffff;--color-text-primary: #111111;--color-text-secondary: #555555;--color-border: #d0d0d0;--color-accent: #1f6feb;--color-accent-hover: #1a5fd4;--color-error: #b00020;--color-success: #2e7d32}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--color-text-primary);background:var(--color-background);overflow-x:hidden}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:24px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #1f6feb59}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--color-accent);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-border)}.btn-ghost:hover{background:#0000000a}.layout-wrap{display:flex;flex-direction:column;min-height:100vh}.layout-wrap main{flex:1}.site-footer{margin-top:auto;padding:24px 20px;border-top:1px solid var(--color-border);background:var(--color-background)}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-cookies{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:8px;line-height:1.5}.footer-cookies a{color:var(--color-accent);text-decoration:none}.footer-cookies a:hover{text-decoration:underline}.hero-carousel{position:relative;width:280px;display:flex;flex-direction:column;align-items:center}.hero-carousel__track{position:relative;width:280px;height:500px;flex-shrink:0}.hero-carousel__img{position:absolute;top:0;left:50%;transform:translate(-50%);width:280px;max-width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:20px;box-shadow:0 20px 40px #00000040;opacity:0;transition:opacity .8s ease-in-out}.hero-carousel__img--active{opacity:1}.hero-carousel__label-wrap{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 20px);max-width:260px;padding:10px 16px;background:#fffffffa;border-radius:12px;box-shadow:0 2px 12px #0003}.hero-carousel__label{margin:0;font-size:1rem;font-weight:700;color:#111;text-align:center;line-height:1.3}.hero-carousel__dots{display:flex;gap:8px;margin-top:16px;flex-shrink:0}.hero-carousel__dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.hero-carousel__dot:hover{background:#fffc}.hero-carousel__dot--active{background:#fff;transform:scale(1.2)}
