header{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);box-shadow:0 2px 12px #0000004d;position:sticky;top:0;z-index:1000;border-bottom:2px solid #404040}header .header-content{display:flex;justify-content:space-between;align-items:center;padding:20px 0}header .logo{font-size:26px;font-weight:900;text-decoration:none;letter-spacing:-.01em;color:#fff}header .erobella{background:linear-gradient(135deg,#333,#f46);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}header nav{display:flex;gap:36px;align-items:center}header nav a{text-decoration:none;color:#e0e0e0;font-weight:600;font-size:15px;transition:all .2s;position:relative}header nav a:not(.cta-button):hover{color:#333}header nav a:not(.cta-button):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#333;transition:width .3s}header nav a:not(.cta-button):hover:after{width:100%}header .cta-button{background:linear-gradient(135deg,#333,#ff1744);color:#fff;padding:13px 32px;border-radius:8px;font-weight:800;font-size:15px;box-shadow:0 4px 16px #3336;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}header .cta-button:after{display:none}header .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #33333373;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:22px}}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:#666;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(51,51,51,.5)}footer .divider{color:#555;font-size:12px}footer .erobella{color:#666}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:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}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}}
