*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#111;background:linear-gradient(135deg,hsl(303,73%,92%) 0%,hsl(211,65%,92%) 100%);min-height:100vh;}:root{--login-bg:#22c55e;--login-bg-hover:#16a34a;--register-bg:#f97316;--register-bg-hover:#ea580c;--button-text:#111;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}header{padding:1.5rem 0;box-shadow:0 4px 6px rgba(0,0,0,0.1);}.header-content{display:flex;justify-content:space-between;align-items:center;}.header-actions{display:flex;gap:0.75rem;flex-wrap:wrap;align-items:center;}.header-button{color:#ffffff;padding:0.6rem 1.4rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all 0.3s;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:inline-flex;align-items:center;justify-content:center;}.header-button:hover{transform:translateY(-2px);}.header-button-login{background:var(--login-bg);}.header-button-login:hover{background:var(--login-bg-hover);}.header-button-register{background:var(--register-bg);}.header-button-register:hover{background:var(--register-bg-hover);}.nav-toggle{display:none;width:40px;height:36px;border:none;background:white;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;}.nav-toggle span{display:block;width:20px;height:2px;background:#111;}.logo{font-size:1.8rem;font-weight:bold;}.main-nav{background:hsl(211,65%,88%);box-shadow:0 4px 6px rgba(0,0,0,0.1);position:sticky;top:0;z-index:100;}.main-nav .container{display:flex;gap:1rem;padding:1rem 20px;overflow-x:auto;}.nav-link{color:#111;text-decoration:none;padding:0.5rem 1rem;border-radius:8px;transition:all 0.3s;white-space:nowrap;}.nav-link:hover{background:linear-gradient(135deg,hsl(303,73%,83%) 0%,hsl(211,65%,84%) 100%);color:#111;}main{padding:2rem 0;}.content{background:white;padding:2rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);}.inline-cta{display:flex;gap:0.75rem;flex-wrap:wrap;margin:1.5rem 0;justify-content:center;}.footer-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:0.75rem;}.footer-icons{display:flex;gap:0.5rem;font-size:1.2rem;}.footer-contact a{color:#111;text-decoration:none;font-weight:600;}.footer-contact a:hover{text-decoration:underline;}.footer-info{display:flex;gap:1rem;flex-wrap:wrap;font-weight:600;color:#111;}.footer-note{margin:0.5rem 0;color:#111;}.footer-copy{margin-top:0.5rem;font-size:0.9rem;color:#111;}.stat-item{display:flex;align-items:center;gap:12px;padding:0.75rem 0;border-bottom:1px solid #eee;}.stat-item:last-child{border-bottom:none;}.stat-icon{font-size:1.8rem;line-height:1;}.stat-number{font-size:1.6rem;font-weight:700;color:hsl(303,73%,75%);}.stat-label{font-size:0.95rem;color:#555;}h1,h2,h3{margin:1.5rem 0 1rem;color:#1a1a1a;}h1{font-size:2.5rem;}h2{font-size:2rem;}h3{font-size:1.5rem;}p{margin-bottom:1rem;}ul,ol{margin:1rem 0;padding-left:2rem;}li{margin-bottom:0.5rem;}table{width:100%;border-collapse:collapse;margin:1.5rem 0;}th,td{padding:1rem;text-align:left;border:1px solid #ddd;}th{background:linear-gradient(135deg,hsl(303,73%,83%) 0%,hsl(211,65%,84%) 100%);color:white;font-weight:bold;}tr:nth-child(even){background:#f9f9f9;}.cta-button{background:linear-gradient(135deg,hsl(303,73%,83%) 0%,hsl(211,65%,84%) 100%);color:#ffffff;padding:0.75rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:bold;text-decoration:none;display:inline-block;cursor:pointer;transition:all 0.3s;box-shadow:0 4px 6px rgba(0,0,0,0.1);}.cta-button:hover{background:linear-gradient(135deg,hsl(303,73%,73%) 0%,hsl(211,65%,74%) 100%);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,0.15);}footer{margin-top:3rem;padding:2rem 0;text-align:center;}#cookie-notice{position:fixed;bottom:20px;left:20px;right:20px;background:white;padding:1rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.2);display:flex;justify-content:space-between;align-items:center;gap:1rem;z-index:1000;}#cookie-notice button{background:linear-gradient(135deg,hsl(303,73%,83%) 0%,hsl(211,65%,84%) 100%);color:#ffffff;border:none;padding:0.5rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:bold;}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;}.header-actions{width:100%;justify-content:center;}.nav-toggle{display:inline-flex;}.main-nav .container{display:none;flex-direction:column;gap:0.5rem;}.main-nav.is-open .container{display:flex;}.content{padding:1rem;}h1{font-size:2rem;}h2{font-size:1.5rem;}h3{font-size:1.2rem;}}