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;display:flex;align-items:center;gap:8px}header .terb{color:var(--blue-600)}header .app{color:#000}header .flag{font-size:24px;display:inline-block;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}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:var(--blue-600)}header nav a:not(.cta-button):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--blue-600);transition:width .3s}header nav a:not(.cta-button):hover:after{width:100%}header .cta-button{background:linear-gradient(135deg,var(--blue-600) 0%,var(--blue-500) 100%);color:#fff;padding:14px 32px;border-radius:50px;font-weight:800;font-size:15px;box-shadow:0 4px 20px #2563eb66,0 0 #2563eb80;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 4px 20px #2563eb66,0 0 #2563eb80}50%{box-shadow:0 4px 20px #2563eb99,0 0 20px #2563eb4d}}header .cta-button:after{display:none}header .cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 35px #2563eb99,0 0 30px #2563eb66;color:#fff;animation:none}@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,#0f172a,#1e293b);color:#fff;padding:80px 0 32px;margin-top:96px;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue-500),var(--blue-400),#ff4757,var(--blue-400),var(--blue-500));background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}footer .footer-top{display:grid;grid-template-columns:1fr 2fr;gap:64px;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}footer .footer-brand h3{font-size:32px;margin-bottom:12px;font-weight:900;letter-spacing:-.02em}footer .terb{color:var(--blue-400)}footer .app{color:#fff}footer .footer-tagline{color:#ffffffb3;font-size:16px;margin-bottom:28px;font-weight:500}footer .footer-stats{display:flex;gap:32px;margin-top:24px}footer .stat-item{display:flex;flex-direction:column;gap:4px}footer .stat-value{font-size:28px;font-weight:900;background:linear-gradient(135deg,var(--blue-400),#ff4757);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}footer .stat-label{font-size:13px;color:#fff9;font-weight:600;text-transform:uppercase;letter-spacing:.5px}footer .footer-links-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}footer .footer-column h4{color:var(--blue-300);margin-bottom:20px;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:1px}footer .footer-column a{display:block;color:#fffc;text-decoration:none;margin-bottom:12px;transition:all .2s;font-weight:500;font-size:15px;padding:4px 0}footer .footer-column a:hover{color:var(--blue-300);transform:translate(4px)}footer .footer-cta{background:linear-gradient(135deg,var(--blue-500),var(--blue-400));color:#fff!important;padding:12px 20px;border-radius:8px;font-weight:700;margin-top:8px;display:inline-block;box-shadow:0 4px 15px #3b82f64d;transition:all .3s}footer .footer-cta:hover{transform:translate(0) translateY(-2px)!important;box-shadow:0 6px 20px #3b82f680}footer .footer-bottom{text-align:center;padding-top:32px;color:#ffffff80}footer .footer-bottom p{font-size:14px;font-weight:500;margin-bottom:8px}footer .footer-disclaimer{font-size:12px;color:#fff6;font-weight:600}@media(max-width:1024px){footer .footer-top{grid-template-columns:1fr;gap:48px}footer .footer-links-wrapper{grid-template-columns:repeat(3,1fr);gap:32px}}@media(max-width:768px){footer{padding:56px 0 24px;margin-top:64px}footer .footer-top{gap:40px}footer .footer-brand h3{font-size:28px}footer .footer-links-wrapper{grid-template-columns:1fr;gap:36px}footer .footer-stats{flex-direction:row;gap:24px}footer .stat-value{font-size:24px}}:root{--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-200: #bfdbfe;--blue-300: #93c5fd;--blue-400: #60a5fa;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--blue-800: #1e40af;--blue-900: #1e3a8a;--blue-950: #172554}*{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}}
