@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--background:#10111A;--surface:#1C1D2B;--primary-text:#F0F2F5;--secondary-text:#8892B0;--accent:#0F9;--accent-text:#10111A}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--primary-text);font-family:'Roboto',sans-serif;margin:0;padding:0;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:90%;max-width:1100px;margin:0 auto;padding:80px 0;text-align:center}h1,h2,h3,h4{font-family:'Inter',sans-serif;font-weight:700;color:var(--primary-text);margin-bottom:1rem}p{max-width:70ch;margin:0 auto 1.5rem auto;color:var(--secondary-text);font-size:1.1rem}.header{display:flex;justify-content:center;align-items:center;padding:20px 5%;position:absolute;width:90%;top:0;left:0;z-index:10}.logo{font-family:'Inter',sans-serif;font-weight:700;font-size:1.5rem;color:var(--primary-text);text-decoration:none}.logo span{color:var(--accent)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:var(--background)}.hero::before{content:'';position:absolute;width:150%;height:150%;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(28,29,43,0.9) 0,rgba(16,17,26,0) 60%),radial-gradient(circle at 10% 20%,#2a2d47 0,transparent 50%),radial-gradient(circle at 90% 80%,#3b3155 0,transparent 50%);animation:background-pan 25s linear infinite;will-change:transform;z-index:0}@keyframes background-pan{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.hero__content{position:relative;z-index:2}.hero__title{font-size:clamp(3rem,10vw,5.5rem);line-height:1.1;margin-bottom:1rem}.hero__subtitle{font-size:clamp(1.1rem,4vw,1.3rem);max-width:60ch}.cta-button{background-color:var(--accent);color:var(--accent-text);border:none;border-radius:6px;padding:15px 35px;font-family:'Inter',sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;display:inline-block;margin-top:2rem;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,255,153,0.1)}.section__title{font-size:clamp(2.2rem,5vw,3rem);margin-bottom:1rem}.coverage-section{background-color:var(--surface)}.accordion{max-width:800px;margin:2rem auto 0 auto}.accordion-item{background-color:var(--background);border-radius:8px;margin-bottom:1rem;border:1px solid var(--surface)}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;width:100%;background:none;border:none;text-align:left;font-family:'Inter',sans-serif;font-size:1.2rem;font-weight:700;color:var(--primary-text)}.accordion-header .icon{transition:transform .3s ease}.accordion-item.active .accordion-header .icon{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .5s ease;padding:0 1.5rem}.accordion-content-inner{padding-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;color:var(--secondary-text);text-align:left}.before-after-section{padding-bottom:40px}.before-after-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:4rem;align-items:flex-start}.article-demo{border:1px solid var(--surface);border-radius:8px;padding:2rem;background-color:var(--surface);text-align:left;height:100%}.article-demo__title{font-size:1.5rem;margin-bottom:1rem;text-align:left}.article-demo__content{position:relative}.article-demo__content p{margin-bottom:1rem;text-align:left;max-width:100%}.before .article-demo__content p:not(:first-of-type){filter:blur(5px);user-select:none}.paywall-overlay{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top,var(--surface) 30%,transparent 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.paywall-overlay h3{font-size:1.2rem;margin-bottom:1rem}.unlocked-badge{display:inline-block;background-color:rgba(0,255,153,0.1);color:#0F9;padding:.3rem .8rem;border-radius:50px;font-size:.9rem;font-weight:700;margin-top:1rem}.comparison-label{font-size:1.8rem;font-family:'Inter';margin-bottom:1rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-card{background-color:var(--surface);padding:2.5rem 2rem;border-radius:12px;border:1px solid rgba(255,255,255,0.05);text-align:left}.feature-card__icon{color:var(--accent);margin-bottom:1rem;width:32px;height:32px}.feature-card__title{font-size:1.5rem;margin-bottom:.5rem;text-align:left}.feature-card p{margin:0;text-align:left;max-width:100%}.credit-section p{margin-top:4rem;font-size:1rem}.credit-section a{color:var(--accent);text-decoration:none}.credit-section a:hover{text-decoration:underline}.footer{background-color:var(--surface);text-align:center;padding:40px 0}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.footer__socials a{color:var(--secondary-text);transition:color .2s ease}.footer__socials a:hover{color:var(--accent)}.footer__copyright{color:var(--secondary-text);font-size:.9rem}@media(max-width:768px){.before-after-grid{grid-template-columns:1fr}}