:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--mb-bg-1: #fff7f1;--mb-bg-2: #fff1e8;--mb-brand: #ff5050;--mb-brand-600: #e04848;--mb-ring: #ffb3b3;--mb-ink: #0f172a;--mb-muted: #475569;--mb-card: #ffffff;--mb-cta-width: 350px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";color:var(--mb-ink)}html{scroll-behavior:smooth}html,body{background:#ffeede}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mb-root{min-height:100vh;background:radial-gradient(100% 120% at 10% 0%,var(--mb-bg-2) 0%,var(--mb-bg-1) 45%,#ffeede 100%);min-height:100svh;width:100vw;overflow-x:clip;padding-top:0;margin-top:0}.mb-container{max-width:1120px;margin:0 auto;padding:0 1rem}.mb-hero{padding-top:4.5rem;padding-bottom:2.5rem}.mb-hero-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.mb-hero-grid{grid-template-columns:1fr 1fr}}.mb-hero-left{display:flex;flex-direction:column;align-items:center}@media(min-width:900px){.mb-hero-left{align-items:flex-start}}.mb-logo-card{position:relative;padding:2.5rem;border-radius:24px;background:#fffc;border:1px solid var(--mb-ring);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto}.mb-logo{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.mb-logo-inner{display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--mb-brand),var(--mb-brand-600));padding:1rem;border-radius:16px}.mb-logo-inner--img{background:transparent;padding:0}.mb-logo-svg{width:9rem;height:9rem}.mb-logo-img{width:9rem;height:9rem;display:block;object-fit:cover;border-radius:16px}.mb-wordmark{margin:1rem 0 0;font-size:2rem;font-weight:600;letter-spacing:-.02em;color:var(--mb-brand-600);text-align:center;width:100%}@media(min-width:900px){.mb-wordmark{text-align:center;font-size:2.25rem}}.mb-hero-right{display:flex;flex-direction:column;gap:.9rem;align-items:center;width:100%;margin:0 auto}@media(min-width:900px){.mb-hero-right{align-items:flex-start;margin:0;width:100%}}.mb-btn{display:inline-flex;align-items:center;gap:.6rem;border:0;border-radius:18px;cursor:pointer;font-weight:650;text-decoration:none}.mb-btn-primary{padding:1.05rem 1.9rem;font-size:1.05rem;color:#fff;background:var(--mb-brand);border-radius:999px;box-shadow:0 14px 30px #f9731640;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;width:100%;max-width:var(--mb-cta-width);justify-content:center}.mb-btn-primary:hover{transform:translateY(-2px);background:var(--mb-brand-600);box-shadow:0 18px 40px #f9731652}.mb-btn-primary:active{transform:translateY(0);box-shadow:0 10px 25px #f9731640}.mb-icon{width:20px;height:20px}.mb-select-wrap{position:relative;display:block;width:100%;max-width:var(--mb-cta-width)}.mb-select-label{display:block;margin-bottom:.25rem;font-size:.85rem;font-weight:600;color:var(--mb-muted)}.mb-select{width:100%;max-width:var(--mb-cta-width);padding:.95rem 2.75rem .95rem 1rem;font-size:1rem;border-radius:16px;border:1px solid var(--mb-ring);background:#fff;color:#0f172a;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none}.mb-select:focus{box-shadow:none}.mb-select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--mb-brand);pointer-events:none}.mb-tagline{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--mb-brand-600);font-weight:600;font-size:1.6rem}.mb-tag-emoji{width:28px;height:28px;color:var(--mb-brand-600)}.mb-features-steps{margin-top:3rem;margin-bottom:2.5rem}.mb-features-steps-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1120px;margin:0 auto}@media(min-width:900px){.mb-features-steps-grid{grid-template-columns:1fr 1fr;gap:4rem}}.mb-features-column,.mb-steps-column{display:flex;flex-direction:column;height:100%}.mb-section-title{font-size:1.75rem;font-weight:700;color:var(--mb-ink);margin:0 0 1.5rem;line-height:1.2}.mb-feature-list{display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;gap:1rem;flex:1}.mb-feature-list .mb-card{height:100%;display:flex;align-items:flex-start}.mb-card{display:flex;gap:.9rem;padding:1.3rem 1.35rem;border-radius:22px;background:var(--mb-card);border:1px solid rgba(248,153,91,.35);box-shadow:0 8px 25px #0f172a08;transition:transform .17s ease,box-shadow .2s ease,border-color .2s ease}.mb-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px #0f172a17;border-color:var(--mb-brand-600)}.mb-card-emoji{font-size:1.4rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;border-radius:999px;background:#fff7f1}.mb-card-title{margin:0;font-size:1.1rem;color:var(--mb-ink);font-weight:700}.mb-card-desc{margin:.3rem 0 0;color:var(--mb-muted);font-size:.95rem}.mb-steps{margin:3rem 0 2rem}.mb-steps-title{text-align:center;font-size:1.5rem;margin-bottom:1.5rem}.mb-step-number{font-weight:700;color:var(--mb-brand-600)}.mb-inquiry{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;padding:1.4rem 1.5rem;border-radius:22px;background:linear-gradient(135deg,#fff8f3,#fff);border:1px solid rgba(248,153,91,.55);box-shadow:0 10px 30px #0f172a0a;margin-top:2.5rem}.mb-inquiry-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:#fff7f1;overflow:hidden}.mb-inquiry-img{width:28px;height:28px;color:var(--mb-brand-600);display:block}.mb-inquiry-copy h3{margin:0;color:var(--mb-brand-600);font-size:1.1rem}.mb-inquiry-copy p{margin:.35rem 0 .6rem;color:var(--mb-muted)}.mb-chip{display:inline-block;padding:.45rem .95rem;border-radius:999px;background:var(--mb-brand);color:#fff;border:1px solid transparent;text-decoration:none;font-weight:600;font-size:.9rem}.mb-chip:hover{background:var(--mb-brand-600)}.mb-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 0 2.5rem;margin-top:2rem;color:#64748b;border-top:1px solid rgba(148,163,184,.25);font-size:.9rem}@media(min-width:900px){.mb-footer{flex-direction:row;justify-content:space-between}}.mb-footer-links{display:flex;flex-wrap:wrap;gap:.9rem}.mb-footer-links a{color:#64748b;text-decoration:none;font-weight:500}.mb-footer-links a:hover{color:#334155;text-decoration:underline}.mb-btn-primary{color:#fff;text-decoration:none}.mb-btn-primary:link,.mb-btn-primary:visited,.mb-btn-primary:hover,.mb-btn-primary:active,.mb-btn-primary:focus{color:#fff!important;text-decoration:none}.mb-btn-primary span,.mb-btn-primary .mb-icon{color:inherit}.mb-btn:focus-visible,.mb-select:focus-visible,.mb-chip:focus-visible{outline:3px solid var(--mb-ring);outline-offset:3px}@media(max-width:899px){.mb-hero{text-align:center}.mb-tagline{font-size:1.3rem;margin-top:2rem}.mb-features-steps{margin-top:2rem}.mb-features-steps-grid{gap:2.5rem}.mb-section-title{font-size:1.5rem;text-align:center}.mb-inquiry{grid-template-columns:1fr;text-align:left}.mb-select-wrap,.mb-select{width:100%;max-width:var(--mb-cta-width)}}.mb-cta-stack{width:100%;max-width:var(--mb-cta-width);display:flex;flex-direction:column;gap:.9rem}.mb-social-links{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:var(--mb-cta-width);margin-top:.5rem}.mb-social-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:12px;background:#fff9;border:1px solid var(--mb-ring);text-decoration:none;color:var(--mb-ink);font-weight:500;font-size:.95rem;transition:all .2s ease;width:100%}.mb-social-link:hover{background:#ffffffe6;border-color:var(--mb-brand);transform:translateY(-1px);box-shadow:0 4px 12px #ff6a0026}.mb-social-icon{width:20px;height:20px;flex-shrink:0;color:var(--mb-brand-600)}.mb-social-link:hover .mb-social-icon{color:var(--mb-brand)}.privacy-wrapper{max-width:800px;padding-top:3rem;padding-bottom:4rem}.privacy-title{text-align:center;color:var(--mb-brand-600);font-size:2rem;margin-bottom:1rem;font-weight:700}.privacy-updated{text-align:center;color:var(--mb-muted);margin-bottom:2.5rem}.privacy-section{background:#fffc;padding:1.5rem 2rem;border-radius:18px;border:1px solid var(--mb-ring);margin-bottom:1.5rem;box-shadow:0 6px 20px #0000000d}.privacy-section h2{margin-top:0;color:var(--mb-brand-600);font-size:1.3rem;margin-bottom:.6rem}.privacy-section ul{padding-left:1.3rem}.privacy-link{color:var(--mb-brand-600);font-weight:600;text-decoration:underline}.privacy-back{display:inline-block;margin-top:2rem;color:var(--mb-brand-600);font-weight:600;text-decoration:none}.privacy-back:hover{text-decoration:underline}.mb-tagline-text{display:inline-block;animation:mb-tagline-fade .6s ease-in-out}@keyframes mb-tagline-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.mb-tagline-text{animation:none}.mb-card:hover,.mb-btn-primary:hover{transform:none}}
