header{background:#fffffffa;backdrop-filter:blur(10px);box-shadow:0 1px #0000000d,0 4px 20px #00000014;position:sticky;top:0;z-index:1000}header .header-content{display:flex;justify-content:space-between;align-items:center;padding:20px 0}header .logo{font-size:30px;font-weight:900;text-decoration:none;letter-spacing:-.03em}header .kommons{color:#c8102e}header .app{color:#012169}header nav{display:flex;gap:36px;align-items:center}header nav a{text-decoration:none;color:#1a1a1a;font-weight:600;font-size:15px;transition:all .2s;position:relative}header nav a:not(.cta-button):hover{color:#c8102e}header nav a:not(.cta-button):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#c8102e;transition:width .3s}header nav a:not(.cta-button):hover:after{width:100%}header .cta-button{background:linear-gradient(135deg,#c8102e,#012169);color:#fff;padding:12px 30px;border-radius:50px;font-weight:800;font-size:15px;box-shadow:0 4px 20px #c8102e59;transition:all .3s cubic-bezier(.34,1.56,.64,1)}header .cta-button:after{display:none}header .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c8102e73;color:#fff}@media(max-width:768px){header nav{gap:16px;font-size:13px}header nav a{font-size:13px}header .cta-button{padding:10px 22px;font-size:14px}header .logo{font-size:26px}}footer{background:linear-gradient(180deg,#1a1a1a,#0f0f0f);color:#fff;padding:60px 0 30px;margin-top:96px}footer .footer-top{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}footer .footer-brand{text-align:center}footer .footer-brand h3{font-size:32px;margin-bottom:12px;font-weight:900;letter-spacing:-.02em}footer .footer-brand p{color:silver;font-size:16px;font-weight:500}footer .footer-links-container{display:flex;flex-direction:column;gap:20px}footer .footer-links-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:0 20px}footer .footer-label{color:#c8102e;font-weight:800;font-size:15px;letter-spacing:.02em;margin-right:8px}footer .footer-links-row a{color:#e0e0e0;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s}footer .footer-links-row a:hover{color:#fff;text-shadow:0 0 10px rgba(200,16,46,.5)}footer .divider{color:#555;font-size:12px}footer .kommons{color:#c8102e}footer .app{color:#fff}footer .footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #333;color:#888;font-size:13px;font-weight:500}@media(max-width:768px){footer{padding:48px 0 24px;margin-top:64px}footer .footer-top{gap:30px}footer .footer-brand h3{font-size:28px}footer .footer-links-row{font-size:13px;gap:8px}footer .footer-label{width:100%;text-align:center;margin-bottom:4px}footer .footer-bottom{font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;width:100%;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:60vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:800;color:#000;letter-spacing:-.02em}p{line-height:1.7;color:#2d2d2d}strong{font-weight:700;color:#000}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}@media(max-width:768px){.section{padding:56px 0}.container{padding:0 20px}}
