@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&family=DM+Sans:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#0d0f14;color:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:700}h1{font-size:clamp(2.5rem,8vw,4rem)}h2{font-size:clamp(1.5rem,6vw,2.5rem)}h3{font-size:1.5rem}p{color:#b8bcc9;font-size:1rem}a{color:#3884ff;text-decoration:none;transition:color .3s}a:hover{color:#5399ff}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;transition:all .3s;padding:.75rem 1.5rem;font-weight:600}.btn-primary{background:#3884ff;color:#0d0f14}.btn-primary:hover{background:#5399ff;transform:translateY(-2px)}.btn-secondary{background:transparent;border:1px solid #3884FF;color:#3884ff}.btn-secondary:hover{background:#3884ff1a}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}input,textarea{font-family:inherit;background:#131720;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.75rem;font-size:1rem}input:focus,textarea:focus{outline:none;border-color:#3884ff}
