*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa;min-height:100vh;color:#32373c;line-height:1.6}.page{min-height:100vh;display:flex;flex-direction:column;width:100%}.header{background:#fff;border-bottom:2px solid #000;position:sticky;top:0;z-index:100}.header-inner{max-width:100%;margin:0 auto;padding:0 48px;height:72px;display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.5rem;font-weight:700;color:#5b4fc4}.header-logo{height:56px;width:auto;background:#fff;border-radius:50%}.logo-link{font-size:1.1rem;font-weight:600;color:#5b4fc4;background:none;border:none;cursor:pointer}.nav-links{display:flex;gap:16px}.nav-links button{background:none;border:none;padding:14px 32px;font-size:1.2rem;font-weight:500;color:#32373c;cursor:pointer;border-radius:24px;transition:all .2s}.nav-links button:hover{background:#f0f0f0}.nav-links button.active{background:#5b4fc4;color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.header-actions button{background:none;border:none;padding:10px 16px;font-size:.9rem;color:#32373c;cursor:pointer;transition:color .2s}.header-actions button:hover{color:#5b4fc4}.btn-signup{background:#32373c!important;color:#fff!important;border-radius:24px}.btn-signup:hover{background:#5b4fc4!important}.back-btn{font-size:.9rem;color:#666;background:none;border:none;cursor:pointer}.back-btn:hover{color:#5b4fc4}.dropdown-panel{background:#fff;border-bottom:1px solid #e5e5e5;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-inner{max-width:100%;margin:0 auto;padding:56px 80px;position:relative}.dropdown-close{position:absolute;top:16px;right:24px;background:none;border:1px solid #ddd;width:36px;height:36px;border-radius:50%;font-size:1.25rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dropdown-close:hover{border-color:#5b4fc4;color:#5b4fc4}.dropdown-content h2{font-size:1.5rem;font-weight:600;margin-bottom:32px;color:#32373c}.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;max-width:1400px;margin:0 auto}.step-item{text-align:center}.step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#5b4fc4;color:#fff;border-radius:50%;font-size:1.25rem;font-weight:600;margin-bottom:16px}.step-item h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#32373c}.step-item p{color:#666;font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1400px;margin:0 auto}.feature-card{background:#f8f8f8;padding:32px;border-radius:12px}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:8px;color:#32373c}.feature-card p{color:#666;font-size:.9rem}.feature-card.highlight{background:linear-gradient(135deg,#f0f4ff,#e8f5e9);border:1px solid #c5cae9;position:relative}.feature-card.highlight:before{content:"Key Defense";position:absolute;top:12px;right:12px;background:#5b4fc4;color:#fff;font-size:.65rem;font-weight:600;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.feature-card.highlight h3{color:#5b4fc4}.pricing-simple{text-align:center;max-width:400px;margin:0 auto}.price-big{font-size:4rem;font-weight:300;color:#5b4fc4;margin-bottom:8px}.price-desc{color:#666;margin-bottom:24px}.price-list{list-style:none;text-align:left}.price-list li{padding:12px 0;border-bottom:1px solid #eee;color:#444}.price-list li:before{content:"✓";color:#5b4fc4;margin-right:12px}.price-billing{margin-top:24px;font-size:.85rem;color:#999}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1400px;margin:0 auto}.faq-item{background:#f8f8f8;padding:28px;border-radius:12px}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#32373c}.faq-item p{color:#666;font-size:.9rem;line-height:1.6}.faq-expectations{grid-column:1 / -1;background:#f8f6ff;border:1px solid #e5e0ff}.about-story{max-width:800px;margin:0 auto}.about-story p{color:#444;font-size:1.05rem;line-height:1.8;margin-bottom:24px}.about-story p:last-child{margin-bottom:0}.hero-center{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 48px 100px;text-align:center;min-height:calc(100vh - 145px);background:url(/background.png) center center / cover no-repeat;background-color:#0a1628}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px}.hero-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.6)}.hero-subtitle{font-size:1.75rem;color:#fff;font-weight:500;letter-spacing:.02em;margin-bottom:0;text-shadow:0 4px 20px rgba(0,0,0,.6)}.hero-contact{text-align:center;margin-top:500px}.hero-contact p{color:#fff;font-size:1.1rem;margin-bottom:12px;text-shadow:0 4px 16px rgba(0,0,0,.6)}.contact-link{color:#fff;font-weight:600;text-decoration:none;font-size:1.1rem;text-shadow:0 4px 16px rgba(0,0,0,.6)}.contact-link:hover{text-decoration:underline}.btn-primary{display:inline-block;padding:16px 40px;font-size:1.1rem;font-weight:500;background:#32373c;color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center}.btn-primary:hover{background:#5b4fc4;transform:translateY(-2px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-block;padding:16px 40px;font-size:1.1rem;font-weight:500;background:transparent;color:#32373c;border:1px solid #ddd;border-radius:9999px;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:#5b4fc4;color:#5b4fc4;transform:translateY(-2px)}.btn-stripe{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:#635bff;color:#fff;font-size:.95rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-stripe:hover:not(:disabled){background:#7a73ff}.btn-stripe:disabled{opacity:.5;cursor:not-allowed}.footer{background:#fff;border-top:1px solid #e5e5e5;padding:24px;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#999}.footer-links{display:flex;gap:24px}.footer-links button{background:none;border:none;color:#999;font-size:.875rem;cursor:pointer}.footer-links button:hover{color:#5b4fc4}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px;background:#fafafa}.auth-box{width:100%;max-width:420px;background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 24px #0000000f}.auth-box h1{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:8px;color:#32373c}.auth-subtitle{text-align:center;color:#666;margin-bottom:32px}.form-field{margin-bottom:20px}.form-field label{display:block;font-size:.8rem;font-weight:500;color:#666;margin-bottom:6px}.form-field input{width:100%;padding:12px 16px;font-size:1rem;border:1px solid #ddd;border-radius:8px;transition:border-color .2s}.form-field input:focus{outline:none;border-color:#5b4fc4}.form-field input::placeholder{color:#bbb}.error-msg{background:#fff5f5;border:1px solid #ffcdd2;color:#c62828;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.875rem}.auth-box .btn-primary{width:100%}.auth-switch{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #eee;color:#666;font-size:.875rem}.auth-switch button{background:none;border:none;color:#5b4fc4;font-weight:500;cursor:pointer}.auth-switch button:hover{text-decoration:underline}.method-options{display:flex;flex-direction:column;gap:12px}.method-btn{display:flex;flex-direction:column;align-items:flex-start;padding:20px;background:#fafafa;border:1px solid #eee;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;position:relative}.method-btn:hover{border-color:#5b4fc4;background:#f8f6ff}.method-name{font-size:1rem;font-weight:600;color:#32373c;margin-bottom:4px}.method-desc{font-size:.85rem;color:#666}.method-badge{position:absolute;top:16px;right:16px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:9999px;background:#eee;color:#666}.method-badge.rec{background:#5b4fc4;color:#fff}.back-link{display:inline-block;background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;margin-bottom:20px}.back-link:hover{color:#5b4fc4}.success-box{text-align:center}.success-check{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#e8f5e9;color:#43a047;font-size:1.75rem;border-radius:50%;margin-bottom:24px}.merchant-id{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:16px;margin:24px 0}.merchant-id label{display:block;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:8px}.merchant-id code{display:block;font-size:1.1rem;font-family:Monaco,Consolas,monospace;color:#5b4fc4;word-break:break-all}.hint-text{font-size:.875rem;color:#999;margin-bottom:24px}@media(max-width:1200px){.features-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.5rem}.nav-links button{padding:12px 24px;font-size:1.1rem}}@media(max-width:900px){.header-inner{padding:0 24px}.dropdown-inner{padding:48px 32px}.steps-row{gap:40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}@media(max-width:768px){.header-inner{height:auto;padding:16px 24px;flex-wrap:wrap;gap:16px}.nav-links{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:4px}.nav-links button{padding:8px 16px;font-size:.85rem}.steps-row{grid-template-columns:1fr;gap:32px}.features-grid,.faq-grid{grid-template-columns:1fr}.hero-center{padding:60px 24px;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-contact{margin-top:320px}.hero-contact p,.contact-link{font-size:1rem}.auth-box{padding:32px 24px}.footer{flex-direction:column;gap:16px;text-align:center}.method-badge{position:static;margin-top:8px}}.search-wrapper{position:relative}.search-toggle{padding:10px 16px!important;font-size:.9rem;background:none!important;border:none!important;color:#32373c!important;cursor:pointer;transition:color .2s}.search-toggle:hover{color:#5b4fc4!important}.search-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 8px 32px #0000001f;z-index:200;animation:slideDown .2s ease}.search-dropdown input{width:100%;padding:14px 16px;font-size:.95rem;border:none;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;outline:none}.search-dropdown input::placeholder{color:#999}.search-results{max-height:320px;overflow-y:auto}.search-result-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:12px 16px;background:none;border:none;border-bottom:1px solid #f5f5f5;cursor:pointer;text-align:left;transition:background .15s}.search-result-item:hover{background:#f8f6ff}.search-result-item:last-child{border-bottom:none}.result-section{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#5b4fc4;background:#f0eeff;padding:2px 8px;border-radius:4px;margin-bottom:4px}.result-title{font-size:.9rem;font-weight:600;color:#32373c;margin-bottom:2px}.result-text{font-size:.8rem;color:#666;line-height:1.4}.search-no-results{padding:24px 16px;text-align:center;color:#999;font-size:.875rem}.tos-field{margin-bottom:20px}.tos-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.875rem;color:#444}.tos-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#5b4fc4}.tos-link{background:none;border:none;color:#5b4fc4;font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.tos-link:hover{color:#7c6dd8}.tos-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.tos-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;position:relative;box-shadow:0 24px 80px #0000004d}.tos-modal-close{position:absolute;top:16px;right:16px;background:none;border:1px solid #ddd;width:36px;height:36px;border-radius:50%;font-size:1.25rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1}.tos-modal-close:hover{border-color:#5b4fc4;color:#5b4fc4}.tos-modal-content{flex:1;overflow-y:auto;padding:48px 32px 32px}.tos-modal-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.9rem;line-height:1.7;color:#444;margin:0}.tos-modal-footer{padding:20px 32px;border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end}.tos-modal-footer .btn-primary,.tos-modal-footer .btn-secondary{padding:12px 24px;font-size:.9rem}
