*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,sans-serif;color:#fff}header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #eee}.navbar{max-width:1200px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:700;color:#5b3df5}.nav-links{display:flex;gap:24px}.nav-links a{font-size:14px;font-weight:500;color:#000;text-decoration:none}.nav-links a:hover{color:#5b3df5}.hamburger{display:none;font-size:26px;cursor:pointer;color:#000}.hero{background:linear-gradient(135deg,#8a2be2,#4b5cff);padding:100px 24px}.hero-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.hero-text h1{font-size:48px;line-height:1.15;font-weight:800;margin-bottom:20px}.hero-text p{font-size:18px;opacity:.9;margin-bottom:28px}.btn{display:inline-block;background:#fff;color:#5b3df5;padding:14px 22px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none}.features{margin-top:28px;display:grid;gap:14px}.feature{display:flex;align-items:center;gap:10px;font-size:15px}.check{width:20px;height:20px;border-radius:50%;background:#fff;color:#5b3df5;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.hero-image img{width:100%;transform:scaleX(-1)}.steps{background:#f8fafa;color:#111;padding:100px 24px}.steps-container{max-width:1200px;margin:auto;text-align:center}.steps h2{font-size:36px;font-weight:800;margin-bottom:12px}.steps-subtitle{font-size:18px;color:#555;max-width:700px;margin:0 auto 60px}.process-tabs{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.process-tab{background:none;border:none;padding:16px 0;font-size:18px;font-weight:600;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:10px;position:relative}.process-tab.active{color:#16a34a}.process-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:4px;background:#111827;border-radius:2px}.process-content{margin-top:32px;max-width:1000px}.process-panel{display:none;font-size:18px;color:#6b7280;line-height:1.7}.process-panel.active{display:block}.explore{background:#fff;padding:100px 24px;color:#000}.explore-container{max-width:1200px;margin:auto}.explore h2{text-align:center;font-size:36px;font-weight:800;margin-bottom:12px}.explore-subtitle{text-align:center;font-size:18px;color:#555;max-width:800px;margin:0 auto 60px}.accounts-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1rem;gap:24px}.account-card{border:1px solid #e5e7eb;border-radius:16px;padding:20px;background:#fff}.card-header{display:flex;justify-content:space-between;font-weight:600;margin-bottom:16px}.stats{display:grid;grid-template-columns:auto repeat(3,1fr);gap:12px;align-items:center;margin-bottom:16px}.avatar{width:64px;height:64px;border-radius:50%;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.stats div{text-align:center}.stats span{font-size:13px;color:#555}.bio{font-size:14px;color:#444;line-height:1.6;margin-bottom:20px}.card-footer{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tag{background:#eef2ff;color:#4b5cff;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600}.engagement{font-size:14px;color:#555}.price-row{display:flex;justify-content:space-between;align-items:center}.price{font-size:24px;font-weight:800;color:#4b5cff}.price-row button{background:#4b5cff;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:900px){.hamburger{display:block}.nav-links{position:absolute;top:64px;right:0;width:100%;background:#fff;flex-direction:column;padding:16px 24px;display:none}.nav-links.active{display:flex}.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{display:none}.accounts-grid{grid-template-columns:1fr}}@media(max-width:768px){.process-tabs{overflow-x:auto;flex-wrap:nowrap}}@media(max-width:500px){.accounts-grid{grid-template-columns:1fr}}.testimonials{background:#f8fafa;color:#111;padding:100px 24px}.testimonials-container{max-width:1200px;margin:auto;text-align:center}.testimonials h2{font-size:36px;font-weight:800;margin-bottom:10px}.testimonials-subtitle{font-size:18px;color:#555;margin-bottom:60px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{border:1px solid #e5e7eb;border-radius:16px;padding:24px;text-align:left;background:#fff}.stars{color:#facc15;font-size:18px;margin-bottom:14px}.testimonial-text{font-size:15px;color:#444;line-height:1.6;margin-bottom:24px}.testimonial-user{display:flex;align-items:center;gap:12px}.testimonial-user img{width:44px;height:44px;border-radius:50%}.testimonial-user span{font-size:13px;color:#666}.footer{background:linear-gradient(135deg,#0f172a,#020617);color:#cbd5f5;padding:80px 24px 0}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-brand h3{color:#fff;font-size:22px;margin-bottom:12px}.footer-brand p{font-size:14px;line-height:1.6;margin-bottom:16px}.socials span{font-size:18px;margin-right:10px;cursor:pointer}.footer-links h4{color:#fff;margin-bottom:14px}.footer-links a{display:block;font-size:14px;color:#cbd5f5;margin-bottom:10px;text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:60px;padding:20px;text-align:center;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#94a3b8}@media(max-width:900px){.testimonials-grid,.footer-container{grid-template-columns:1fr}}body{overflow-x:hidden}header{position:sticky;top:0;z-index:9999;background:#fff}.hero,.steps,.explore,.testimonials,.footer{transform:none!important}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:480px){.navbar{padding:14px 16px}.logo{font-size:20px}.nav-links a{font-size:16px;padding:12px 0}.hero{padding:64px 16px}.hero-text h1{font-size:32px;line-height:1.2}.hero-text p{font-size:16px}.btn{width:100%;text-align:center;padding:14px;font-size:16px}.features{margin-top:20px}.feature{font-size:14px}.steps{padding:64px 16px}.steps h2{font-size:28px}.steps-subtitle{font-size:16px;margin-bottom:40px}.process-tabs{gap:16px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.process-tabs::-webkit-scrollbar{display:none}.process-tab{white-space:nowrap;font-size:15px;padding:12px 0}.process-panel{font-size:16px}.explore{padding:64px 16px}.explore h2{font-size:28px}.explore-subtitle{font-size:16px;margin-bottom:40px}.account-card{padding:16px}.card-header{font-size:14px}.stats{grid-template-columns:1fr 1fr;row-gap:12px}.avatar{grid-column:span 2;margin:auto}.bio{font-size:13px}.card-footer{flex-wrap:wrap;gap:8px}.price-row{flex-direction:column;gap:12px}.price-row button{width:100%;padding:12px;font-size:15px}.testimonials{padding:64px 16px}.testimonials h2{font-size:28px}.testimonials-subtitle{font-size:16px;margin-bottom:40px}.testimonial-card{padding:18px}.testimonial-text{font-size:14px}.footer{padding:64px 16px 0}.footer-container{gap:32px}.footer-brand h3{font-size:20px}.footer-links h4{font-size:16px}.footer-links a{font-size:15px;padding:6px 0}.footer-bottom{font-size:13px;padding:16px}}@media(max-width:768px){.hero-text h1{font-size:36px}.accounts-grid,.testimonials-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr 1fr}}button:active,a:active{transform:scale(.98)}.process-content{margin:32px auto 0;text-align:center}.process-panel{margin:0 auto}@media(max-width:768px){.process-tabs{justify-content:center;gap:12px;border-bottom:none}.process-tab{padding:12px;border-radius:12px;background:transparent;font-size:0}.process-tab .icon{font-size:20px}.process-tab.active{background:#e5e7eb;color:#111827}.process-tab.active:after{display:none}}
