.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:10px;font-size:15px;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--sf-primary)}.btn-primary:hover:not(:disabled){background:var(--sf-text)}.btn-secondary{color:var(--sf-text);border:1px solid var(--sf-bg-dark)}.btn-secondary:hover:not(:disabled){border-color:var(--sf-primary)}.btn-tertiary{background:transparent;color:var(--sf-text);padding:10px 16px}.btn-danger{background:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-whatsapp{background:#25d366}.btn-whatsapp:hover:not(:disabled){background:#1da851}.btn-full{width:100%}.btn-sm{padding:10px 14px;font-size:13px}.btn-lg{padding:16px 24px;font-size:16px}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:500;font-size:14px;margin-bottom:8px;color:var(--sf-text)}.form-input,.form-select,.form-textarea{width:100%;padding:14px 16px;border:1px solid var(--sf-bg-dark);border-radius:10px;font-size:16px;font-family:var(--font-body);color:var(--sf-text);transition:border-color .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--sf-primary)}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#999}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-hint{font-size:12px;color:#888;margin-top:6px}.form-error{font-size:12px;color:#dc2626;margin-top:6px}.price-input-group{display:flex;align-items:center;border:1px solid var(--sf-bg-dark);border-radius:10px;overflow:hidden}.price-input-group .currency{padding:14px;background:var(--sf-bg-dark);font-weight:600;color:var(--sf-text)}.price-input-group .form-input{border:none;border-radius:0}.phone-input-group{display:flex;align-items:center;border:1px solid var(--sf-bg-dark);border-radius:10px;overflow:hidden}.phone-input-group .phone-prefix{padding:14px;background:var(--sf-bg-dark);font-weight:600;font-size:14px;color:#555}.phone-input-group .form-input{border:none;border-radius:0}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.toggle-row.bordered{border:1px solid var(--sf-bg-dark);border-radius:12px;padding:14px;margin-bottom:16px}.toggle-info{display:flex;flex-direction:column;gap:2px}.toggle-label{font-weight:500;font-size:14px;color:var(--sf-text)}.toggle-desc{font-size:12px;color:#888}.toggle-switch{width:48px;height:28px;background:var(--sf-bg-dark);border-radius:14px;position:relative;cursor:pointer;transition:all .2s ease}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;transition:all .2s ease;box-shadow:0 1px 3px #0003}.toggle-switch.active{background:var(--sf-primary)}.toggle-switch.active:after{left:22px}.card{border:1px solid var(--sf-bg-dark);border-radius:12px;padding:20px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-family:var(--font-display);font-size:17px;font-weight:600;margin:0}.card-footer{margin-top:16px;padding-top:16px;border-top:1px solid var(--sf-bg-dark)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease}.modal-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.modal{border-radius:20px 20px 0 0;width:100%;max-height:90vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease}.modal-overlay.show .modal{transform:translateY(0)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--sf-bg-dark);position:sticky;top:0;z-index:10}.modal-title{font-weight:600;font-size:16px;color:var(--sf-text)}.modal-close{width:32px;height:32px;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--sf-text)}.modal-close:hover{background:var(--sf-bg-dark)}.modal-body{padding:20px}.modal-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid var(--sf-bg-dark);position:sticky;bottom:0}.modal-footer .btn{flex:1}@media(min-width:768px){.modal-overlay{align-items:center}.modal{border-radius:16px;max-width:500px;max-height:85vh}}.page-header{display:grid;align-items:center;padding:12px 16px}.page-header-left{justify-self:start}.page-header-center{text-align:center}.page-header-right{justify-self:end}.page-title{font-family:var(--font-display);font-size:18px;font-weight:600;margin:0}.back-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;color:var(--sf-text);text-decoration:none}.back-btn:hover{background:var(--sf-bg-dark)}.alert{display:flex;gap:10px;padding:14px;border-radius:10px;font-size:13px;line-height:1.5}.alert-icon{font-size:18px;flex-shrink:0}.alert-info{color:#555}.alert-success{background:#dcfce7;color:#166534}.alert-warning{background:#fef3c7;color:#92400e}.alert-error{background:#fee2e2;color:#dc2626}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#dc2626}.badge-info{color:#666}.badge-terracotta{background:var(--sf-accent-light);color:var(--sf-accent)}.loading-state,.empty-state{text-align:center;padding:60px 20px;border-radius:12px}.loading-state-icon,.empty-state-icon{font-size:48px;margin-bottom:16px}.loading-state-text,.empty-state-text{color:#666;font-size:14px}.spinner{width:24px;height:24px;border:3px solid var(--sf-bg-dark);border-top-color:var(--sf-primary);border-radius:50%;animation:spin .8s linear infinite}.spinner-sm{width:16px;height:16px;border-width:2px}.spinner-lg{width:48px;height:48px;border-width:4px}.spinner-white{border-color:#ffffff4d}@keyframes spin{to{transform:rotate(360deg)}}.section{margin-bottom:24px}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.section-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.section-title{font-family:var(--font-display);font-size:16px;font-weight:600;margin:0}.section-subtitle{font-size:12px;color:#666;margin:0}.option-card{display:flex;align-items:center;gap:14px;padding:16px;border:2px solid var(--sf-bg-dark);border-radius:12px;cursor:pointer;transition:all .2s ease}.option-card:hover{border-color:var(--sf-primary)}.option-card.selected{border-color:var(--sf-primary);background:linear-gradient(135deg,#3d5a450d,#3d5a4505)}.option-card.disabled{opacity:.5;cursor:not-allowed}.option-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.option-card.selected .option-icon{background:var(--sf-accent-light)}.option-content{flex:1}.option-title{font-weight:600;font-size:14px;margin:0 0 2px}.option-desc{font-size:12px;color:#666;margin:0}.option-check{width:24px;height:24px;border:2px solid var(--sf-bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-card.selected .option-check{background:var(--sf-primary);border-color:var(--sf-primary)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-muted{color:#666}.text-success{color:#166534}.text-error{color:#dc2626}.font-display{font-family:var(--font-display)}.font-semibold{font-weight:600}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.hidden{display:none}@media(min-width:768px){.mobile-only{display:none!important}}@media(max-width:767px){.desktop-only{display:none!important}}:root{--mkt-green: #1E6146;--mkt-green-dark: #174E38;--mkt-mint: #7DD2A5;--mkt-mint-light: #E8F7EF;--mkt-charcoal: #2C2C2C;--mkt-sage: #6B8476;--mkt-white: #FFFFFF;--mkt-gray-50: #FAFAF9;--mkt-gray-100: #F3F3F2;--mkt-gray-200: #E5E5E3;--mkt-gray-300: #D4D4D2;--mkt-gray-400: #A3A3A1;--mkt-gray-500: #737371;--mkt-gray-600: #525250;--mkt-font-display: "TT Firs Neue", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--mkt-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mkt-ease: cubic-bezier(.25, .46, .45, .94)}.mkt-page{font-family:var(--mkt-font-body);color:var(--mkt-charcoal);background:var(--mkt-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.mkt-page a{color:inherit;text-decoration:none}.mkt-page img{max-width:100%;display:block}.mkt-page ul{list-style:none}.mkt-container{max-width:1200px;margin:0 auto;padding:0 24px}.mkt-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#2c2c2cf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);height:64px}.mkt-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100%}.mkt-nav-logo img{height:28px;width:auto}.mkt-nav-center{display:flex;gap:36px}.mkt-nav-center a{font-size:14px;font-weight:500;color:#ffffff8c;transition:color .15s}.mkt-nav-center a:hover{color:#fff}.mkt-nav-right{display:flex;align-items:center;gap:8px}.mkt-nav-login{font-size:14px;font-weight:500;color:#ffffffb3;padding:8px 16px;border:none;background:none;cursor:pointer;border-radius:8px;transition:all .15s;text-decoration:none}.mkt-nav-login:hover{color:#fff;background:#ffffff14}.mkt-nav-cta{font-family:var(--mkt-font-body);font-size:14px;font-weight:600;background:var(--mkt-mint);color:var(--mkt-charcoal);padding:10px 22px;border-radius:8px;border:none;cursor:pointer;transition:all .2s var(--mkt-ease);text-decoration:none;display:inline-block}.mkt-nav-cta:hover{background:#6bc596;transform:translateY(-1px)}.mkt-sec-label{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--mkt-green);margin-bottom:16px}.mkt-sec-title{font-family:var(--mkt-font-display);font-size:clamp(32px,4.5vw,48px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;color:var(--mkt-charcoal);margin-bottom:16px}.mkt-sec-sub{font-size:18px;color:var(--mkt-sage);line-height:1.6;max-width:560px}.mkt-hero{padding:160px 0 100px;background:var(--mkt-charcoal);color:#fff;position:relative;overflow:hidden}.mkt-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(125,210,165,.08),transparent),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(30,97,70,.1),transparent)}.mkt-hero-content{position:relative;z-index:2}.mkt-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#7dd2a514;border:1px solid rgba(125,210,165,.2);padding:8px 18px;border-radius:100px;margin-bottom:32px}.mkt-hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--mkt-mint);animation:mktPulse 2s infinite}@keyframes mktPulse{0%,to{opacity:1}50%{opacity:.4}}.mkt-hero-badge span{font-size:13px;font-weight:600;color:var(--mkt-mint);letter-spacing:.3px}.mkt-hero h1{font-family:var(--mkt-font-display);font-size:clamp(48px,7vw,80px);font-weight:700;line-height:1.05;letter-spacing:-2.5px;color:#fff;margin-bottom:24px;max-width:700px}.mkt-hero-sub{font-size:19px;line-height:1.65;color:#ffffff80;max-width:520px;margin-bottom:40px}.mkt-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mkt-btn-primary{font-family:var(--mkt-font-body);font-size:16px;font-weight:600;background:var(--mkt-mint);color:#000;padding:16px 32px;border-radius:10px;border:none;cursor:pointer;transition:all .2s var(--mkt-ease);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.mkt-btn-primary:hover{background:#6bc596;transform:translateY(-2px);box-shadow:0 8px 24px #7dd2a540}.mkt-btn-secondary{font-family:var(--mkt-font-body);font-size:16px;font-weight:500;background:none;color:#ffffffb3;padding:16px 32px;border-radius:10px;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s var(--mkt-ease);text-decoration:none;display:inline-block}.mkt-btn-secondary:hover{color:#fff;border-color:#ffffff4d;background:#ffffff0d}.mkt-store-compare{padding:120px 0;background:var(--mkt-gray-50)}.mkt-store-compare-header{text-align:center;margin-bottom:72px}.mkt-store-compare-header .mkt-sec-sub{margin:0 auto}.mkt-compare-grid{display:flex;justify-content:center;gap:60px;align-items:start}.mkt-store-mockup{position:relative;width:320px;flex-shrink:0}.mkt-mockup-label{font-size:13px;font-weight:600;margin-bottom:16px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.mkt-store-mockup.boring .mkt-mockup-label{color:#888}.mkt-store-mockup.bizthom .mkt-mockup-label{color:var(--mkt-green)}.mkt-mockup-browser{border-radius:28px;overflow:hidden;box-shadow:0 20px 60px #00000026;border:4px solid #333;background:#333}.mkt-compare-browser-bar{background:#333;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:12px}.mkt-compare-browser-url{flex:1;text-align:center;font-size:11px;color:#999;background:#444;padding:6px 12px;border-radius:12px;border:none}.mkt-mockup-scroll{height:580px;overflow-y:auto;background:#fff;border-radius:0 0 24px 24px}.mkt-mockup-scroll::-webkit-scrollbar{width:4px}.mkt-mockup-scroll::-webkit-scrollbar-track{background:#f5f5f5}.mkt-mockup-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mkt-mockup-result{text-align:center;margin-top:20px;font-size:14px;color:#666}.mkt-mockup-result .mkt-result-rate{font-size:28px;font-weight:800;display:block;margin-bottom:4px}.mkt-store-mockup.boring .mkt-result-rate{color:#dc2626}.mkt-mockup-result.success .mkt-result-rate{color:#16a34a}.mkt-boring-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;font-weight:500;font-size:14px;color:#999}.mkt-boring-image{width:100%;aspect-ratio:4/3;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.mkt-boring-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mkt-boring-info{padding:24px}.mkt-boring-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}.mkt-boring-price{font-size:24px;font-weight:700;margin-bottom:20px}.mkt-boring-desc{font-size:14px;color:#888;line-height:1.6;margin-bottom:24px}.mkt-boring-sizes-label{font-size:14px;font-weight:500;margin-bottom:10px;color:#666}.mkt-boring-sizes-options{display:flex;gap:8px;margin-bottom:24px}.mkt-boring-size{width:44px;height:44px;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888}.mkt-boring-reviews-title{font-size:14px;font-weight:500;margin-bottom:12px;color:#999;padding-top:20px;border-top:1px solid #f0f0f0}.mkt-boring-review-item{padding:10px 0;font-size:13px;color:#999;font-style:italic;border-bottom:1px solid #f5f5f5}.mkt-boring-cart-btn{width:100%;background:#e5e5e5;color:#999;border:none;padding:16px;border-radius:6px;font-size:14px;font-weight:600;margin-top:24px;cursor:default;font-family:var(--mkt-font-body)}.mkt-biz-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:10}.mkt-biz-store-name{font-weight:600;font-size:16px}.mkt-biz-cart{position:relative;font-size:18px}.mkt-biz-cart-badge{position:absolute;top:-6px;right:-10px;background:#1a1a1a;color:#fff;font-size:10px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mkt-biz-image{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#fef7ed,#fed7aa);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mkt-biz-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mkt-biz-viewing{position:absolute;top:16px;right:16px;background:#000000d9;color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:6px}.mkt-biz-viewing-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:mktPulse 1.5s infinite}.mkt-biz-info{padding:20px}.mkt-biz-title{font-size:20px;font-weight:600;margin-bottom:8px;line-height:1.3}.mkt-biz-price{font-size:24px;font-weight:700;margin-bottom:4px}.mkt-biz-original{text-decoration:line-through;color:#999;font-size:16px;font-weight:400;margin-left:8px}.mkt-biz-offer-link{font-size:13px;color:#666;margin-bottom:16px}.mkt-biz-offer-link a{color:#1a1a1a;text-decoration:underline;cursor:pointer}.mkt-biz-proof-bar{display:flex;gap:16px;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:16px;font-size:13px;color:#666}.mkt-biz-proof-item{display:flex;align-items:center;gap:6px}.mkt-biz-proof-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:mktPulse 2s infinite}.mkt-biz-scarcity{background:#fef3c7;border-left:3px solid #f59e0b;padding:12px 16px;border-radius:0 8px 8px 0;margin-bottom:16px;font-size:14px}.mkt-biz-count{font-weight:600;color:#b45309}.mkt-biz-fit-quiz{background:#f8f8f8;border-radius:12px;padding:14px 16px;margin-bottom:16px;cursor:pointer}.mkt-biz-fit-question{font-weight:500;font-size:14px;margin-bottom:4px}.mkt-biz-fit-hint{font-size:12px;color:#666}.mkt-biz-sizes{margin-bottom:20px}.mkt-biz-sizes-label{font-weight:500;font-size:14px;margin-bottom:10px;display:flex;justify-content:space-between}.mkt-biz-size-guide{font-size:12px;color:#666;text-decoration:underline}.mkt-biz-sizes-options{display:flex;gap:10px}.mkt-biz-size{width:48px;height:48px;border:1.5px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:14px;position:relative}.mkt-biz-size.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.mkt-biz-size.low-stock:after{content:"2 left";position:absolute;bottom:-18px;font-size:10px;color:#dc2626;font-weight:500}.mkt-biz-customer-photos{margin-bottom:20px}.mkt-biz-photos-title{font-weight:600;font-size:14px;margin-bottom:12px}.mkt-biz-body-filters{display:flex;gap:8px;margin-bottom:12px}.mkt-biz-body-filter{padding:6px 12px;border-radius:20px;font-size:11px;font-weight:500;border:1px solid #e0e0e0;background:#fff}.mkt-biz-body-filter.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.mkt-biz-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mkt-biz-photo-item{aspect-ratio:.8;border-radius:10px;background:#e8e8e8;position:relative;overflow:hidden}.mkt-biz-photo-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:20px 8px 8px;font-size:10px}.mkt-biz-photo-add{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f8f8;border:2px dashed #ddd}.mkt-biz-photo-add span{font-size:20px;margin-bottom:4px}.mkt-biz-photo-add small{font-size:9px;color:#888;text-align:center;line-height:1.3}.mkt-biz-voice-reviews{background:#f8f8f8;border-radius:12px;padding:16px;margin-bottom:20px}.mkt-biz-voice-title{font-weight:600;font-size:14px;margin-bottom:12px}.mkt-biz-voice-item{background:#fff;border-radius:10px;padding:12px}.mkt-biz-voice-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mkt-biz-voice-avatar{width:32px;height:32px;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;font-size:14px}.mkt-biz-voice-info{flex:1}.mkt-biz-voice-name{font-weight:500;font-size:12px}.mkt-biz-voice-meta{font-size:10px;color:#999}.mkt-biz-voice-stars{color:#f59e0b;font-size:11px}.mkt-biz-voice-player{display:flex;align-items:center;gap:10px;background:#f5f5f5;border-radius:24px;padding:8px 12px;margin-bottom:8px}.mkt-biz-voice-play{width:28px;height:28px;border-radius:50%;background:#1a1a1a;color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:10px}.mkt-biz-voice-wave{flex:1;display:flex;align-items:center;gap:2px;height:20px}.mkt-biz-voice-bar{width:3px;background:#ccc;border-radius:2px}.mkt-biz-voice-duration{font-size:11px;color:#666}.mkt-biz-voice-transcript{font-size:12px;color:#555;font-style:italic;line-height:1.4}.mkt-biz-reviews{background:#f8f8f8;border-radius:12px;padding:16px;margin-bottom:20px}.mkt-biz-reviews-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.mkt-biz-stars{color:#f59e0b;font-size:13px}.mkt-biz-review-count{font-size:12px;color:#666}.mkt-biz-review-item{padding:12px 0;border-top:1px solid #e8e8e8}.mkt-biz-review-author{font-weight:500;font-size:12px;margin-bottom:4px;display:flex;align-items:center;gap:6px}.mkt-biz-verified{background:#dcfce7;color:#166534;font-size:9px;padding:2px 6px;border-radius:4px;font-weight:500}.mkt-biz-review-text{font-size:13px;color:#444;line-height:1.5}.mkt-biz-review-location{font-size:11px;color:#999}.mkt-biz-review-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.mkt-biz-ask-reviewer{background:#f0f0f0;border:none;padding:6px 12px;border-radius:16px;font-size:11px;font-weight:500;cursor:pointer;color:#333;font-family:var(--mkt-font-body)}.mkt-biz-vendor{background:#f8f8f8;border-radius:12px;padding:16px;margin-bottom:20px;margin-top:28px}.mkt-biz-video-thumbnail{width:100%;height:140px;background:linear-gradient(135deg,#1a1a1a,#333);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;margin-bottom:12px}.mkt-biz-video-thumbnail:before{content:"";font-size:48px;opacity:.3}.mkt-biz-video-play{position:absolute;width:48px;height:48px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#1a1a1a;box-shadow:0 4px 15px #0000004d}.mkt-biz-vendor-bio{font-size:12px;color:#555;font-style:italic;line-height:1.5;margin-bottom:12px}.mkt-biz-price-drop{background:#f8f8f8;border-radius:12px;padding:14px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.mkt-biz-price-drop-icon{font-size:18px}.mkt-biz-price-drop-content{flex:1}.mkt-biz-price-drop-title{font-weight:500;font-size:13px}.mkt-biz-price-drop-desc{font-size:11px;color:#666}.mkt-biz-price-drop-btn{background:#fff;border:1px solid #ddd;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;font-family:var(--mkt-font-body)}.mkt-biz-spacer{height:20px}.mkt-biz-live-toast{position:sticky;bottom:80px;margin:0 12px;background:#1a1a1a;color:#fff;padding:12px 14px;border-radius:10px;font-size:12px;box-shadow:0 4px 20px #0003;z-index:5}.mkt-biz-bottom-cta{position:sticky;bottom:0;background:#fff;padding:14px 16px;border-top:1px solid #f0f0f0;display:flex;gap:12px;z-index:10}.mkt-biz-cta-share{width:50px;height:50px;border:1.5px solid #e0e0e0;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.mkt-biz-cta-primary{flex:1;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--mkt-font-body);padding:14px}.mkt-problem{padding:120px 0 40px;background:var(--mkt-white)}.mkt-problem-header{text-align:center;margin-bottom:72px}.mkt-problem-steps{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0;position:relative}.mkt-problem-steps:before{content:"";position:absolute;left:23px;top:48px;bottom:48px;width:2px;background:linear-gradient(to bottom,var(--mkt-mint),#e5e5e5)}.mkt-problem-step{display:flex;gap:28px;align-items:flex-start;padding:24px 0}.mkt-problem-step-num{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:var(--mkt-charcoal);color:#fff;font-family:var(--mkt-font-display);font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.mkt-problem-step-content{flex:1;padding-top:10px}.mkt-problem-step-title{font-family:var(--mkt-font-display);font-size:18px;font-weight:700;color:var(--mkt-charcoal);margin-bottom:8px;letter-spacing:-.3px}.mkt-problem-step-desc{font-size:16px;color:var(--mkt-sage);line-height:1.6}.mkt-problem-step-desc em{font-style:normal;color:var(--mkt-charcoal);font-weight:500}.mkt-problem-bottom{max-width:720px;margin:56px auto 0;text-align:center;padding:32px 40px;border-radius:16px;background:#fef3f2;border:1px solid #fecaca}.mkt-problem-bottom p{font-family:var(--mkt-font-display);font-size:18px;font-weight:500;color:#991b1b;line-height:1.6;letter-spacing:-.3px}.mkt-layers{padding:120px 0;background:#efede8;border-radius:32px 32px 0 0}.mkt-layers-header{text-align:center;margin-bottom:72px}.mkt-layers-header .mkt-sec-sub{margin:0 auto}.mkt-layers-stack{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.mkt-stack-card{display:grid;grid-template-columns:80px 1fr 320px;gap:0;align-items:stretch;background:var(--mkt-white);border:1px solid var(--mkt-gray-200);border-radius:20px;overflow:hidden;transition:all .25s ease}.mkt-stack-card:hover{border-color:var(--mkt-mint);box-shadow:0 8px 32px #1e61460f}.mkt-stack-num-col{display:flex;align-items:center;justify-content:center;font-family:var(--mkt-font-display);font-size:48px;font-weight:700;color:var(--mkt-white);background:var(--mkt-mint);min-height:160px}.mkt-stack-card:nth-child(3) .mkt-stack-num-col{background:var(--mkt-green)}.mkt-stack-card:nth-child(5) .mkt-stack-num-col{background:var(--mkt-charcoal)}.mkt-stack-content{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}.mkt-stack-title{font-family:var(--mkt-font-display);font-size:24px;font-weight:700;color:var(--mkt-charcoal);margin-bottom:10px;letter-spacing:-.5px}.mkt-stack-desc{font-size:15px;color:var(--mkt-sage);line-height:1.7}.mkt-stack-quote-col{display:flex;align-items:center;justify-content:center;padding:36px 32px;background:var(--mkt-gray-50);border-left:1px solid var(--mkt-gray-200)}.mkt-stack-quote{font-size:14px;color:var(--mkt-green);font-style:italic;line-height:1.6;max-width:260px}.mkt-stack-connector{display:flex;align-items:center;justify-content:center;height:48px;position:relative}.mkt-stack-connector:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--mkt-gray-200)}.mkt-stack-connector-chevron{width:36px;height:36px;border-radius:50%;background:var(--mkt-white);border:2px solid var(--mkt-gray-200);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;color:var(--mkt-sage)}.mkt-stack-connector-label{position:absolute;white-space:nowrap;font-size:11px;font-weight:600;color:var(--mkt-sage);text-transform:uppercase;letter-spacing:1px;background:var(--mkt-white);padding:0 12px;left:calc(50% + 30px)}.mkt-features{padding:120px 0;background:var(--mkt-gray-50)}.mkt-features-header{margin-bottom:72px}.mkt-features-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:16px}.mkt-feat{background:var(--mkt-white);border:1px solid var(--mkt-gray-200);border-radius:16px;padding:36px 32px;transition:all .25s var(--mkt-ease);position:relative;overflow:hidden}.mkt-feat:hover{border-color:var(--mkt-gray-300);box-shadow:0 8px 32px #0000000f;transform:translateY(-2px)}.mkt-feat-large{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.mkt-feat-icon{width:48px;height:48px;border-radius:12px;background:var(--mkt-mint-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--mkt-green)}.mkt-feat-title{font-family:var(--mkt-font-display);font-size:20px;font-weight:700;color:var(--mkt-charcoal);margin-bottom:8px;letter-spacing:-.3px}.mkt-feat-desc{font-size:15px;color:var(--mkt-sage);line-height:1.65}.mkt-feat-visual{background:var(--mkt-gray-50);border-radius:12px;padding:24px;height:100%;display:flex;flex-direction:column;justify-content:center}.mkt-story{padding:120px 0}.mkt-story:nth-child(2n){background:var(--mkt-gray-50)}.mkt-story-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.mkt-story-inner.reverse .mkt-story-text{order:2}.mkt-story-inner.reverse .mkt-story-visual{order:1}.mkt-story-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--mkt-green);margin-bottom:20px}.mkt-story-title{font-family:var(--mkt-font-display);font-size:clamp(32px,4vw,44px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;color:var(--mkt-charcoal);margin-bottom:20px}.mkt-story-desc{font-size:17px;line-height:1.7;color:var(--mkt-sage);margin-bottom:32px}.mkt-story-points{display:flex;flex-direction:column;gap:16px}.mkt-story-point{display:flex;gap:14px;align-items:flex-start}.mkt-story-point-icon{width:32px;height:32px;border-radius:8px;background:var(--mkt-mint-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--mkt-green);margin-top:2px}.mkt-story-point-text{font-size:15px;color:var(--mkt-charcoal);line-height:1.5}.mkt-story-point-text strong{font-weight:600}.mkt-story-visual{position:relative}.mkt-story-card{background:#fff;border:1px solid var(--mkt-gray-200);border-radius:20px;padding:32px;overflow:hidden}.mkt-neg-conversation{display:flex;flex-direction:column;gap:12px}.mkt-neg-msg{max-width:80%;padding:14px 18px;border-radius:16px;font-size:14px;line-height:1.5}.mkt-neg-customer{background:var(--mkt-gray-100);color:var(--mkt-charcoal);align-self:flex-start;border-bottom-left-radius:4px}.mkt-neg-ejiro{background:var(--mkt-green);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.mkt-neg-label{font-size:11px;color:var(--mkt-gray-400);margin-bottom:4px;font-weight:500}.mkt-neg-label-right{text-align:right}.mkt-neg-result{margin-top:16px;padding:16px;background:var(--mkt-mint-light);border-radius:12px;text-align:center}.mkt-neg-result-text{font-size:13px;color:var(--mkt-green);font-weight:600}.mkt-neg-result-amount{font-family:var(--mkt-font-display);font-size:28px;font-weight:700;color:var(--mkt-green);margin-top:4px}.mkt-ejiro-feed{display:flex;flex-direction:column;gap:10px}.mkt-ejiro-item{background:var(--mkt-gray-50);border:1px solid var(--mkt-gray-200);border-radius:12px;padding:14px 18px;display:flex;align-items:flex-start;gap:12px}.mkt-ejiro-item-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.mkt-ejiro-item-dot.green{background:var(--mkt-green)}.mkt-ejiro-item-dot.amber{background:#f59e0b}.mkt-ejiro-item-dot.blue{background:#3b82f6}.mkt-ejiro-item-content{flex:1}.mkt-ejiro-item-text{font-size:14px;color:var(--mkt-charcoal);line-height:1.5}.mkt-ejiro-item-text strong{font-weight:600}.mkt-ejiro-item-time{font-size:12px;color:var(--mkt-sage);margin-top:4px}.mkt-ejiro-item-actions{display:flex;gap:8px;margin-top:8px}.mkt-ejiro-action-btn{font-family:var(--mkt-font-body);font-size:12px;font-weight:600;padding:6px 14px;border-radius:6px;border:none;cursor:pointer}.mkt-ejiro-action-primary{background:var(--mkt-green);color:#fff}.mkt-ejiro-action-secondary{background:var(--mkt-gray-100);color:var(--mkt-charcoal)}.mkt-proof-notification{background:#fff;border:1px solid var(--mkt-gray-200);border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:14px;margin-bottom:10px;transition:all .3s var(--mkt-ease)}.mkt-proof-notification:hover{transform:translate(4px);box-shadow:0 4px 16px #0000000f}.mkt-proof-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.mkt-proof-content{flex:1}.mkt-proof-content-main{font-size:14px;color:var(--mkt-charcoal)}.mkt-proof-content-main strong{font-weight:600}.mkt-proof-content-time{font-size:12px;color:var(--mkt-sage);margin-top:2px}.mkt-proof-product-img{width:44px;height:44px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px}.mkt-proof-n1 .mkt-proof-avatar{background:#d1f0df;color:var(--mkt-green)}.mkt-proof-n2 .mkt-proof-avatar{background:#fef3c7;color:#92400e}.mkt-proof-n3 .mkt-proof-avatar{background:#dbeafe;color:#1e40af}.mkt-proof-n4 .mkt-proof-avatar{background:#fce7f3;color:#9d174d}.mkt-proof-n1 .mkt-proof-product-img{background:#f0ece3}.mkt-proof-n2 .mkt-proof-product-img{background:#fef3c7}.mkt-proof-n3 .mkt-proof-product-img{background:#dbeafe}.mkt-proof-n4 .mkt-proof-product-img{background:#fce7f3}.mkt-proof-counter{margin-top:20px;padding:16px 20px;background:var(--mkt-charcoal);border-radius:12px;display:flex;align-items:center;justify-content:space-between}.mkt-proof-counter-text{font-size:14px;color:#ffffffb3}.mkt-proof-counter-text strong{color:#fff;font-weight:700}.mkt-proof-counter-live{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--mkt-mint);font-weight:600}.mkt-proof-counter-dot{width:6px;height:6px;border-radius:50%;background:var(--mkt-mint);animation:mktPulse 1.5s infinite}.mkt-comparison{padding:120px 0;background:var(--mkt-charcoal);color:#fff}.mkt-comparison-header{text-align:center;margin-bottom:72px}.mkt-comparison-header .mkt-sec-label{color:var(--mkt-mint)}.mkt-comparison-header .mkt-sec-title{color:#fff}.mkt-comparison-header .mkt-sec-sub{margin:0 auto;color:#ffffff73}.mkt-comp-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mkt-comp-card{border-radius:20px;padding:40px}.mkt-comp-card-others{background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.mkt-comp-card-bizthom{background:#7dd2a514;border:1px solid rgba(125,210,165,.15)}.mkt-comp-card-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:32px}.mkt-comp-card-others .mkt-comp-card-label{color:#ffffff4d}.mkt-comp-card-bizthom .mkt-comp-card-label{color:var(--mkt-mint)}.mkt-comp-list{display:flex;flex-direction:column;gap:20px}.mkt-comp-item{display:flex;gap:14px;align-items:flex-start}.mkt-comp-item-icon{width:24px;height:24px;flex-shrink:0;margin-top:1px}.mkt-comp-item-icon.x{color:#fff3}.mkt-comp-item-icon.check{color:var(--mkt-mint)}.mkt-comp-item-text{font-size:15px;line-height:1.5}.mkt-comp-card-others .mkt-comp-item-text{color:#fff6}.mkt-comp-card-bizthom .mkt-comp-item-text{color:#ffffffd9}.mkt-comp-item-text strong{font-weight:600}.mkt-pricing{padding:120px 0;background:var(--mkt-gray-50)}.mkt-pricing-header{text-align:center;margin-bottom:72px}.mkt-pricing-header .mkt-sec-sub{margin:0 auto}.mkt-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}.mkt-price-card{background:var(--mkt-white);border:1px solid var(--mkt-gray-200);border-radius:20px;padding:40px 32px;display:flex;flex-direction:column;transition:all .25s var(--mkt-ease)}.mkt-price-card:hover{box-shadow:0 12px 40px #0000000f;transform:translateY(-4px)}.mkt-price-card.featured{border:2px solid var(--mkt-green);box-shadow:0 12px 40px #1e61461a;position:relative}.mkt-price-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--mkt-green);color:#fff;font-size:12px;font-weight:700;padding:5px 20px;border-radius:100px;white-space:nowrap}.mkt-price-name{font-family:var(--mkt-font-display);font-size:22px;font-weight:700;color:var(--mkt-charcoal);margin-bottom:4px}.mkt-price-desc{font-size:14px;color:var(--mkt-sage);margin-bottom:24px}.mkt-price-amount{font-family:var(--mkt-font-display);font-size:40px;font-weight:700;color:var(--mkt-charcoal);letter-spacing:-1px;margin-bottom:4px}.mkt-price-period{font-size:14px;color:var(--mkt-gray-400);margin-bottom:32px}.mkt-price-features{flex:1;margin-bottom:32px}.mkt-price-features li{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:15px;color:var(--mkt-gray-600)}.mkt-price-features li svg{color:var(--mkt-green);flex-shrink:0}.mkt-price-btn{font-family:var(--mkt-font-body);font-size:15px;font-weight:600;width:100%;padding:14px;border-radius:10px;border:none;cursor:pointer;transition:all .2s var(--mkt-ease);text-align:center;text-decoration:none;display:block}.mkt-price-btn-primary{background:var(--mkt-green);color:#fff}.mkt-price-btn-primary:hover{background:var(--mkt-green-dark)}.mkt-price-btn-outline{background:#fff;color:var(--mkt-charcoal);border:1.5px solid var(--mkt-gray-300)}.mkt-price-btn-outline:hover{border-color:var(--mkt-charcoal)}.mkt-pricing-note{text-align:center;margin-top:40px;font-size:16px;color:var(--mkt-sage)}.mkt-pricing-note strong{color:var(--mkt-charcoal)}.mkt-founder{padding:120px 0;background:var(--mkt-white)}.mkt-founder-inner{max-width:800px;margin:0 auto;display:flex;gap:48px;align-items:center}.mkt-founder-photo{width:140px;height:140px;border-radius:50%;flex-shrink:0;overflow:hidden;position:relative}.mkt-founder-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mkt-founder-photo:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--mkt-mint);opacity:.3}.mkt-founder-text blockquote{font-family:var(--mkt-font-display);font-size:22px;font-weight:500;line-height:1.5;color:var(--mkt-charcoal);margin-bottom:24px;letter-spacing:-.3px}.mkt-founder-text blockquote span{color:var(--mkt-green)}.mkt-founder-name{font-family:var(--mkt-font-display);font-size:18px;font-weight:700;color:var(--mkt-charcoal)}.mkt-founder-creds{font-size:14px;color:var(--mkt-sage);margin-top:2px}.mkt-cta-final{padding:140px 0;background:radial-gradient(72.02% 41.71% at 50% 30%,#efede8 39.42%,transparent),radial-gradient(87.41% 76.06% at 56.25% 50%,#efede8,#ecece7 53.37%,#e9ece5 70.67%,#e1eae1 77.4%,#bde5cf) #e5e5e1;text-align:center;position:relative}.mkt-cta-final h2{font-family:var(--mkt-font-display);font-size:clamp(36px,5.5vw,56px);font-weight:700;line-height:1.1;letter-spacing:-2px;color:var(--mkt-charcoal);margin-bottom:20px}.mkt-cta-final p{font-size:18px;color:var(--mkt-sage);margin-bottom:40px}.mkt-cta-final-btn{font-family:var(--mkt-font-body);font-size:17px;font-weight:600;background:var(--mkt-green);color:#fff;padding:18px 40px;border-radius:12px;border:none;cursor:pointer;transition:all .25s var(--mkt-ease);display:inline-flex;align-items:center;gap:10px;text-decoration:none}.mkt-cta-final-btn:hover{background:var(--mkt-green-dark);transform:translateY(-2px);box-shadow:0 12px 32px #1e61464d}.mkt-footer{background:var(--mkt-charcoal);color:#fff9;padding:72px 0 40px}.mkt-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.mkt-footer-brand svg,.mkt-footer-brand img{height:24px;width:auto;margin-bottom:24px;display:block}.mkt-footer-brand p{font-size:14px;line-height:1.6;max-width:260px}.mkt-footer-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff4d;margin-bottom:20px}.mkt-footer-col li{margin-bottom:12px}.mkt-footer-col a{font-size:14px;transition:color .15s}.mkt-footer-col a:hover{color:var(--mkt-mint)}.mkt-footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.mkt-footer-copy{font-size:13px;color:#ffffff4d}.mkt-footer-socials{display:flex;gap:12px}.mkt-footer-socials a{width:36px;height:36px;border-radius:50%;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:all .15s;color:#fff6}.mkt-footer-socials a:hover{background:#ffffff1f;color:var(--mkt-mint)}@media(max-width:960px){.mkt-container{padding:0 24px}.mkt-nav-center{display:none}.mkt-hero-content{text-align:center}.mkt-hero h1,.mkt-hero-sub{margin-left:auto;margin-right:auto}.mkt-hero-actions{justify-content:center}.mkt-stack-card{grid-template-columns:1fr}.mkt-stack-num-col{min-height:auto;padding:20px;font-size:36px}.mkt-stack-quote-col{border-left:none;border-top:1px solid var(--mkt-gray-200)}.mkt-stack-connector-label{display:none}.mkt-features-bento{grid-template-columns:1fr}.mkt-feat-large{grid-column:span 1!important;grid-template-columns:1fr}.mkt-feat{grid-column:span 1!important}.mkt-story-inner{grid-template-columns:1fr;gap:40px}.mkt-story-inner.reverse .mkt-story-text{order:1}.mkt-story-inner.reverse .mkt-story-visual{order:2}.mkt-comp-grid{grid-template-columns:1fr}.mkt-pricing-grid{grid-template-columns:1fr;max-width:400px}.mkt-founder-inner{flex-direction:column;text-align:center}.mkt-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.mkt-compare-grid{flex-direction:column;align-items:center;gap:40px}}@media(max-width:768px){.mkt-sec-title{font-size:36px;letter-spacing:-1px}.mkt-sec-sub{font-size:16px}.mkt-problem,.mkt-layers,.mkt-features,.mkt-comparison,.mkt-pricing,.mkt-founder{padding:80px 0}.mkt-problem{padding-bottom:32px}.mkt-problem-header{margin-bottom:48px}.mkt-problem-step-title{font-size:16px}.mkt-problem-step-desc{font-size:14px}.mkt-problem-bottom p{font-size:16px}.mkt-layers-header{margin-bottom:48px}.mkt-stack-content{padding:28px 24px}.mkt-stack-title{font-size:20px}.mkt-stack-quote-col{padding:24px}.mkt-story{padding:60px 0}.mkt-story-title{font-size:28px}.mkt-story-desc{font-size:15px}.mkt-pricing-header{margin-bottom:48px}.mkt-price-amount{font-size:32px}.mkt-cta-final{padding:80px 0}.mkt-cta-final h2{font-size:36px;letter-spacing:-1px}.mkt-comparison-header{margin-bottom:48px}.mkt-comp-card{padding:28px}}@media(max-width:640px){.mkt-container{padding:0 20px}.mkt-hero{padding:120px 0 60px}.mkt-hero-actions{flex-direction:column;width:100%}.mkt-hero-actions button,.mkt-hero-actions a{width:100%;padding:14px 24px;font-size:14px;justify-content:center}.mkt-nav-right{gap:4px}.mkt-nav-login{padding:8px 12px;font-size:13px}.mkt-nav-cta{padding:8px 16px;font-size:13px}.mkt-sec-title{font-size:30px}.mkt-problem-step{gap:16px;padding:18px 0}.mkt-problem-step-num{width:36px;height:36px;font-size:14px}.mkt-problem-steps:before{left:17px;top:36px;bottom:36px}.mkt-problem-bottom{padding:20px}.mkt-problem-bottom p{font-size:14px}.mkt-stack-connector{height:40px}.mkt-stack-connector-chevron{width:30px;height:30px}.mkt-stack-num-col{padding:16px;font-size:28px}.mkt-stack-content{padding:24px 20px}.mkt-stack-title{font-size:18px}.mkt-stack-desc{font-size:14px}.mkt-stack-quote-col{padding:20px}.mkt-stack-quote{font-size:13px}.mkt-features-header{margin-bottom:48px}.mkt-story{padding:48px 0}.mkt-story-title{font-size:24px}.mkt-story-label{font-size:12px}.mkt-story-desc,.mkt-story-point-text{font-size:14px}.mkt-neg-msg{font-size:13px;padding:10px 14px}.mkt-ejiro-item{font-size:12px;padding:10px 12px}.mkt-ejiro-item-actions{flex-direction:column}.mkt-ejiro-item-actions button{font-size:11px}.mkt-pricing-grid{max-width:100%}.mkt-price-card{padding:32px 24px}.mkt-price-amount{font-size:28px}.mkt-price-features li{font-size:14px}.mkt-founder-photo{width:100px;height:100px}.mkt-founder-text blockquote{font-size:18px}.mkt-cta-final h2{font-size:28px}.mkt-cta-final p{font-size:16px}.mkt-footer-grid{grid-template-columns:1fr}.mkt-footer-bottom{flex-direction:column;text-align:center}.mkt-store-compare{padding:80px 0}.mkt-store-compare-header{margin-bottom:48px}.mkt-store-mockup{width:300px}}.legal-page{font-family:inherit;background:#fdfcfa;color:#2c2c2c;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}.legal-page .container{max-width:800px;margin:0 auto;padding:0 24px}.legal-content{flex:1;padding:100px 0 60px}.legal-content h1{font-size:36px;font-weight:700;margin-bottom:8px;color:#2c2c2c}.legal-content .last-updated{color:#666;font-size:14px;margin-bottom:48px}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:22px;font-weight:600;margin-bottom:16px;color:#2c2c2c;padding-top:16px}.legal-content h3{font-size:17px;font-weight:600;margin:24px 0 12px;color:#444}.legal-content p{margin-bottom:16px;color:#444}.legal-content ul{margin-bottom:16px;padding-left:24px}.legal-content li{margin-bottom:8px;color:#444}.legal-content li strong{color:#2c2c2c}.legal-content a{color:var(--dash-primary, #2D5A4A);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content .contact-info{list-style:none;padding-left:0}.legal-content .contact-info li{padding:8px 0}@media(max-width:600px){.legal-content{padding:80px 0 40px}.legal-content h1{font-size:28px}.legal-content h2{font-size:20px}}@media(max-width:400px){.mkt-container{padding:0 16px}.mkt-sec-title{font-size:26px}.mkt-hero h1{font-size:36px;letter-spacing:-1.5px}.mkt-hero-sub{font-size:16px}.mkt-hero-badge span{font-size:12px}.mkt-stack-content{padding:20px 16px}.mkt-stack-quote-col{padding:16px}.mkt-story-title{font-size:22px}.mkt-price-card{padding:28px 20px}.mkt-comp-card{padding:24px 20px}}:root{--sf-primary: #3D5A45;--sf-primary-dark: #2d4a35;--sf-primary-light: #e8f0eb;--sf-accent: #C75B39;--sf-accent-light: #FBEEE8;--sf-bg-dark: #EBE4D8;--sf-text: #2C2C2C;--sf-dark: #222222;--sf-muted: #C4A484;--sf-border: #ddd5c8;--sf-success: #008A05;--sf-error: #dc2626;--sf-warning: #E65100;--font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading: var(--font-display);--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .12);--header-height-mobile: 64px;--header-height-desktop: 80px;--bottom-nav-height: 64px;--max-width: 1400px;--padding-mobile: 20px;--padding-desktop: 48px;--duration-short: .1s;--duration-default: .2s;--duration-long: .5s}input,select,textarea{font-size:16px;font-family:var(--font-body)}
