@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a2e;line-height:1.6;background:#fff;overflow-x:hidden}.wrap{max-width:480px;margin:0 auto;padding:0 20px}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0}.topbar .wrap{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:6px;font-size:18px;color:#1a1a2e;cursor:pointer}.brand strong{font-weight:800}.brand-logo{width:28px;height:28px;object-fit:contain;border-radius:6px}.topbar-cta{background:#e8612d;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.hero{padding:100px 0 60px;background:linear-gradient(180deg,#fef6f2,#fff);text-align:center}.badge{display:inline-block;background:#e8612d1a;color:#e8612d;font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:20px;letter-spacing:.02em}.hero h1{font-size:32px;font-weight:900;line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.accent{background:linear-gradient(135deg,#e8612d,#f09030);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:16px;color:#666;margin-bottom:32px;line-height:1.6}.btn-main{display:inline-block;width:100%;padding:16px 32px;background:linear-gradient(135deg,#e8612d,#f09030);color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 20px #e8612d59;transition:transform .2s,box-shadow .2s}.btn-main:active{transform:scale(.98)}.hero-note{margin-top:12px;font-size:13px;color:#999}.problem{padding:56px 0}.problem h2{font-size:24px;font-weight:800;margin-bottom:24px;text-align:center}.pain-list{display:flex;flex-direction:column;gap:16px}.pain-item{display:flex;align-items:flex-start;gap:14px;background:#fafafa;padding:18px;border-radius:14px;border:1px solid #f0f0f0}.pain-emoji{font-size:28px;flex-shrink:0;line-height:1}.pain-item p{font-size:15px;color:#444;line-height:1.5}.pain-item strong{color:#1a1a2e}.solution{padding:56px 0;background:#1a1a2e;color:#fff}.solution-label{display:inline-block;font-size:12px;font-weight:700;color:#f09030;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.solution h2{font-size:28px;font-weight:900;line-height:1.15;margin-bottom:16px}.solution-desc{font-size:15px;color:#ffffffb3;margin-bottom:40px;line-height:1.7}.how-steps{display:flex;flex-direction:column;gap:24px}.how-step{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap}.step-num{width:40px;height:40px;background:linear-gradient(135deg,#e8612d,#f09030);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;flex-shrink:0}.how-step h3{font-size:16px;font-weight:700;width:calc(100% - 56px);margin-bottom:2px}.how-step p{font-size:14px;color:#ffffff8c;padding-left:56px;margin-top:-4px;width:100%}.value{padding:56px 0}.value-card{display:flex;flex-direction:column;gap:20px}.value-item{display:flex;gap:14px;align-items:flex-start;padding:20px;background:#fff;border-radius:14px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #00000008}.value-icon{font-size:28px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fef6f2;border-radius:12px}.value-item strong{font-size:15px;font-weight:700;display:block;margin-bottom:2px}.value-item p{font-size:13px;color:#888;line-height:1.5}.proof{padding:40px 0;background:#fef6f2}.proof-stats{display:flex;justify-content:space-between;text-align:center}.proof-stat{display:flex;flex-direction:column;gap:2px}.proof-num{font-size:28px;font-weight:900;color:#e8612d}.proof-label{font-size:12px;color:#888;font-weight:500}.form-section{padding:56px 0 64px;background:linear-gradient(180deg,#fff,#fef6f2)}.form-section h2{font-size:26px;font-weight:900;text-align:center;line-height:1.2;margin-bottom:12px}.form-subtitle{text-align:center;font-size:15px;color:#666;margin-bottom:32px;line-height:1.6}.the-form{display:flex;flex-direction:column;gap:18px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#333}.field input,.field select{width:100%;padding:14px 16px;border:2px solid #e8e8e8;border-radius:12px;font-size:15px;font-family:inherit;outline:none;background:#fff;transition:border-color .2s;color:#1a1a2e;-webkit-appearance:none;appearance:none}.field select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.field input:focus,.field select:focus{border-color:#e8612d}.field input::placeholder{color:#bbb}.field-error{display:block;font-size:12px;color:#e53e3e;margin-top:4px}.btn-submit{width:100%;padding:16px;background:linear-gradient(135deg,#e8612d,#f09030);color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 20px #e8612d59;transition:transform .2s,opacity .2s;display:flex;align-items:center;justify-content:center;min-height:54px}.btn-submit:active{transform:scale(.98)}.btn-submit.disabled{opacity:.5;cursor:not-allowed}.btn-submit.loading{pointer-events:none}.spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-privacy{text-align:center;font-size:12px;color:#bbb;margin-top:-4px}.success{text-align:center;padding:40px 0}.success-icon{font-size:56px;margin-bottom:20px}.success h2{font-size:24px;font-weight:800;margin-bottom:12px}.success p{font-size:15px;color:#666;line-height:1.7}.footer{background:#1a1a2e;color:#fff;padding:32px 0;text-align:center}.footer .footer-brand{display:flex;align-items:center;justify-content:center;gap:6px;font-size:18px;margin-bottom:8px}.footer .footer-brand strong{font-weight:800}.footer p{font-size:13px;color:#ffffff80}.footer .copy{margin-top:16px;font-size:12px;color:#ffffff40}@media(min-width:600px){.wrap{max-width:540px}.hero h1{font-size:40px}.btn-main{width:auto;padding:16px 48px}.proof-stats{max-width:400px;margin:0 auto}}@media(min-width:900px){.wrap{max-width:640px}.hero h1{font-size:48px}.solution h2{font-size:36px}}
