:root{--font-family:'Roboto',sans-serif;--bg-gradient:linear-gradient(135deg,#10101a,#050508);--text-color:#f0f0f0;--heading-color:#fff;--accent-color:#0f9;--accent-text:#000;--cookie-bg:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;width:100%;font-family:var(--font-family);background:var(--bg-gradient);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{text-align:center;padding:2rem 1.5rem}main{display:flex;flex-direction:column;align-items:center;gap:0;max-width:760px;margin:0 auto}.hero{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem 0}.logo{width:80px;height:80px;object-fit:contain}h1,h2,h3{font-family:var(--font-family);font-weight:700;color:var(--heading-color);line-height:1.2}.hero h1{font-size:clamp(2rem,5vw + 1rem,3.5rem)}p{font-weight:400;font-size:clamp(1rem,2vw + .5rem,1.25rem);line-height:1.6;max-width:90%}.hero p{max-width:680px}.cta-button{display:inline-block;background-color:var(--accent-color);color:var(--accent-text);font-family:var(--font-family);font-weight:700;font-size:1.1rem;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.cta-button:hover,.cta-button:focus{transform:scale(1.05);box-shadow:0 4px 20px rgba(0,255,153,.3);outline:2px solid var(--accent-color);outline-offset:2px}.content-section,.faq-section{width:100%;text-align:left;padding:4rem 1rem;border-top:1px solid rgba(255,255,255,.09)}.content-section h2,.faq-section h2{text-align:center;font-size:clamp(1.7rem,3vw,2.35rem);margin-bottom:1.25rem}.content-section h2:not(:first-child){margin-top:3rem}.content-section h3{font-size:clamp(1.2rem,2vw,1.5rem);margin:2rem 0 .7rem}.content-section p{max-width:100%;font-size:1.05rem;margin-bottom:1rem}.content-section ol{margin:1.25rem 0 0 1.35rem;padding-left:.5rem}.content-section li{font-size:1.05rem;line-height:1.7;margin-bottom:.7rem;padding-left:.25rem}.faq-section{padding-bottom:3rem}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:680px;margin:0 auto}.faq-list details{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;padding:1.1rem 1.25rem;font-size:1rem;font-weight:700;color:var(--heading-color);position:relative;padding-right:3rem}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.35rem;color:var(--accent-color)}.faq-list details[open] summary:after{content:'−'}.faq-answer{padding:0 1.25rem 1.15rem;color:#d6d6d6;font-size:.98rem;line-height:1.6}footer{display:flex;justify-content:center;flex-wrap:wrap;gap:1.25rem;padding:1rem 0 2rem}footer a{color:#bdbdbd;text-decoration:none;font-size:.9rem}footer a:hover{color:var(--accent-color)}#cookie-banner{position:fixed;bottom:1rem;left:1rem;background-color:var(--cookie-bg);color:var(--text-color);padding:1rem;border-radius:8px;max-width:300px;display:none;font-size:.9rem;line-height:1.4;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.5)}#cookie-banner p{font-size:.9rem;max-width:100%;margin-bottom:.75rem;text-align:left}#cookie-accept{background-color:var(--accent-color);color:var(--accent-text);border:none;border-radius:5px;padding:.5rem 1rem;font-weight:700;cursor:pointer;width:100%}#cookie-accept:hover{opacity:.9}@media(max-width:600px){body{padding:1rem}.hero{min-height:70vh;padding:1.5rem 0}.content-section,.faq-section{padding:3rem .25rem}.content-section p{font-size:1rem}.content-section li{font-size:1rem}}@media(max-width:400px){#cookie-banner{left:.5rem;right:.5rem;bottom:.5rem;max-width:none;width:calc(100% - 1rem)}}
