:root{--mkt-primary: #2563eb;--mkt-primary-dark: #1d4ed8;--mkt-primary-light: #eff6ff;--mkt-navy: #0f2744;--mkt-navy-mid: #1e3a5f;--mkt-navy-light: #2d4a6f;--mkt-body-bg: #ffffff;--mkt-section-alt: #f8fafc;--mkt-card-bg: #ffffff;--mkt-text: #0f172a;--mkt-text-muted: #64748b;--mkt-text-light: #94a3b8;--mkt-border: #e2e8f0;--mkt-success: #16a34a;--mkt-warning: #d97706;--mkt-radius: 12px;--mkt-radius-lg: 16px;--mkt-radius-xl: 20px;--mkt-shadow: 0 1px 3px rgba(15, 23, 42, .06), 0 4px 14px rgba(15, 23, 42, .05);--mkt-shadow-lg: 0 12px 40px rgba(15, 23, 42, .1);--mkt-shadow-xl: 0 20px 50px rgba(15, 39, 68, .18);--mkt-max-width: 1140px;--mkt-header-height: 68px;--mkt-font-base: 16px;--mkt-section-py: 5.5rem;--mkt-section-py-sm: 3.5rem;--mkt-ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;font-size:var(--mkt-font-base);background-color:var(--mkt-body-bg);color:var(--mkt-text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.mkt-display{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.25;letter-spacing:-.025em;color:var(--mkt-text)}.mkt-display-v2{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;color:#fff}.mkt-display-v2-line-first{font-size:clamp(1.625rem,3.5vw,2.375rem);font-weight:700;letter-spacing:-.02em}.mkt-display-v2-line-nowrap{white-space:nowrap}.mkt-h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3;letter-spacing:-.02em}.mkt-h3{font-size:1.125rem;font-weight:600;line-height:1.4}.mkt-lead{font-size:1.125rem;color:var(--mkt-text-muted);line-height:1.7}.mkt-lead-light{color:#ffffffd1}.mkt-text-muted{color:var(--mkt-text-muted)}.mkt-text-sm{font-size:.875rem}.mkt-text-center{text-align:center}.mkt-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mkt-navy);margin-bottom:.75rem}.mkt-eyebrow-light{color:#93c5fd}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.625rem 1.375rem;font-size:.9375rem;font-weight:600;border-radius:10px;border:1px solid transparent;transition:background .2s var(--mkt-ease),border-color .2s,color .2s,transform .2s,box-shadow .2s;white-space:nowrap}.mkt-btn-primary{background:var(--mkt-primary);color:#fff;border-color:var(--mkt-primary);box-shadow:0 2px 8px #2563eb40}.mkt-btn-primary:hover{background:var(--mkt-primary-dark);border-color:var(--mkt-primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59}.mkt-btn-white{background:#fff;color:var(--mkt-navy);border-color:#fff;box-shadow:0 4px 16px #00000026}.mkt-btn-white:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.mkt-btn-outline{background:#fff;color:var(--mkt-primary);border-color:var(--mkt-border)}.mkt-btn-outline:hover{border-color:var(--mkt-primary);background:var(--mkt-primary-light)}.mkt-btn-ghost{background:transparent;color:var(--mkt-text-muted);border-color:transparent}.mkt-btn-ghost:hover{color:var(--mkt-primary);background:var(--mkt-primary-light)}.mkt-btn-ghost-light{background:#ffffff14;color:#fff;border-color:#ffffff40}.mkt-btn-ghost-light:hover{background:#ffffff26;border-color:#fff6}.mkt-btn-lg{min-height:48px;padding:.75rem 1.75rem;font-size:1rem}.mkt-card{background:var(--mkt-card-bg);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow);transition:box-shadow .25s var(--mkt-ease),transform .25s var(--mkt-ease),border-color .25s}.mkt-card:hover{box-shadow:var(--mkt-shadow-lg)}.mkt-card-body{padding:1.5rem}.mkt-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:999px;letter-spacing:.01em}.mkt-badge-available{background:#dcfce7;color:#166534}.mkt-badge-soon{background:#f1f5f9;color:var(--mkt-text-muted)}.mkt-badge-renovating{background:#fffbeb;color:#92400e}.mkt-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:var(--mkt-text)}.mkt-input,.mkt-select,.mkt-textarea{width:100%;min-height:44px;padding:.625rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--mkt-text);background:#fff;border:1px solid var(--mkt-border);border-radius:10px;transition:border-color .15s,box-shadow .15s}.mkt-textarea{min-height:120px;resize:vertical}.mkt-input:focus,.mkt-select:focus,.mkt-textarea:focus{outline:none;border-color:var(--mkt-primary);box-shadow:0 0 0 3px #2563eb1f}.mkt-input::placeholder,.mkt-textarea::placeholder{color:var(--mkt-text-light)}.mkt-form-group{margin-bottom:1.25rem}.mkt-form-hint{font-size:.8125rem;color:var(--mkt-text-muted);margin-top:.25rem}.mkt-alert{padding:1rem 1.25rem;border-radius:var(--mkt-radius);font-size:.9375rem;line-height:1.5}.mkt-alert-info{background:var(--mkt-primary-light);border:1px solid #bfdbfe;color:#1e40af}.mkt-alert-warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.mkt-container{width:100%;max-width:var(--mkt-max-width);margin:0 auto;padding:0 1.5rem}.mkt-section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.mkt-section-header .mkt-lead{margin-top:.75rem}.mkt-check-list{list-style:none;padding:0;margin:0}.mkt-check-list li{position:relative;padding-left:1.5rem;margin-bottom:.625rem;font-size:.9375rem;color:var(--mkt-text-muted)}.mkt-check-list li:before{content:"✓";position:absolute;left:0;color:var(--mkt-success);font-weight:700}.mkt-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--mkt-ease),transform .6s var(--mkt-ease)}.mkt-reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.mkt-reveal{opacity:1;transform:none;transition:none}}.mkt-accent-blue .mkt-feature-bento-icon{background:#eff6ff;color:#2563eb}.mkt-accent-indigo .mkt-feature-bento-icon{background:#eef2ff;color:#4f46e5}.mkt-accent-green .mkt-feature-bento-icon{background:#ecfdf5;color:#059669}.mkt-accent-rose .mkt-feature-bento-icon{background:#fff1f2;color:#e11d48}.mkt-accent-amber .mkt-feature-bento-icon{background:#fffbeb;color:#d97706}.mkt-accent-slate .mkt-feature-bento-icon{background:#f1f5f9;color:#475569}.mkt-ps-icon-blue{background:#eff6ff;color:#2563eb}.mkt-ps-icon-green{background:#ecfdf5;color:#059669}.mkt-ps-icon-indigo{background:#eef2ff;color:#4f46e5}.mkt-ps-icon-amber{background:#fffbeb;color:#d97706}.mkt-layout{min-height:100vh;display:flex;flex-direction:column}.mkt-main{flex:1}.mkt-header{position:sticky;top:0;z-index:100;height:var(--mkt-header-height);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--mkt-border)}.mkt-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.mkt-brand{display:flex;align-items:center;gap:0}.mkt-logo{display:inline-flex;align-items:center;gap:.625rem}.mkt-logo-mark{flex-shrink:0}.mkt-logo-text{display:flex;flex-direction:column;gap:0;line-height:1.15}.mkt-logo-name{font-size:1.125rem;font-weight:700;color:var(--mkt-text);letter-spacing:-.02em}.mkt-logo-sub{font-size:.6875rem;font-weight:600;color:var(--mkt-text-muted);letter-spacing:.06em;text-transform:uppercase}.mkt-brand-name{font-size:1.125rem;font-weight:700;color:var(--mkt-text);letter-spacing:-.02em}.mkt-brand-sub{font-size:.6875rem;font-weight:500;color:var(--mkt-text-muted);letter-spacing:.04em;text-transform:uppercase}.mkt-nav{display:flex;align-items:center;gap:.25rem}.mkt-nav-link{padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--mkt-text-muted);border-radius:8px;transition:color .15s,background .15s}.mkt-nav-link:hover,.mkt-nav-link.active{color:var(--mkt-primary);background:var(--mkt-primary-light)}.mkt-nav-actions{display:flex;align-items:center;gap:.75rem}.mkt-menu-toggle{display:none;background:none;border:none;padding:.5rem;color:var(--mkt-text);font-size:1.5rem;line-height:1}.mkt-mobile-nav{display:none;flex-direction:column;padding:.75rem 1.5rem 1rem;border-top:1px solid var(--mkt-border);background:#fff}.mkt-mobile-nav.open{display:flex}.mkt-mobile-nav .mkt-nav-link{padding:.75rem 0;border-radius:0}.mkt-footer{background:var(--mkt-section-alt);border-top:1px solid var(--mkt-border);padding:3rem 0 2rem}.mkt-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.mkt-footer-brand .mkt-brand-name{margin-bottom:.5rem}.mkt-footer-brand .mkt-logo{margin-bottom:.75rem}.mkt-footer-desc{font-size:.875rem;color:var(--mkt-text-muted);max-width:280px}.mkt-footer-company{display:flex;flex-direction:column;gap:.35rem;margin-top:1.25rem;font-style:normal;font-size:.8125rem;color:var(--mkt-text-muted);max-width:360px;word-break:keep-all;overflow-wrap:normal}.mkt-footer-company-address{line-height:1.5}.mkt-footer-company-name{font-weight:600;color:var(--mkt-text)}.mkt-footer-company a{color:inherit;transition:color .15s}.mkt-footer-company a:hover{color:var(--mkt-primary)}.mkt-footer-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--mkt-text-muted);margin-bottom:.75rem}.mkt-footer-links{list-style:none;padding:0;margin:0}.mkt-footer-links li{margin-bottom:.5rem}.mkt-footer-links a{font-size:.875rem;color:var(--mkt-text-muted);transition:color .15s}.mkt-footer-links a:hover{color:var(--mkt-primary)}.mkt-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--mkt-border);font-size:.8125rem;color:var(--mkt-text-light)}.mkt-section{padding:var(--mkt-section-py) 0}.mkt-section-alt{background:var(--mkt-section-alt)}.mkt-section-compact{padding:var(--mkt-section-py-sm) 0}.mkt-hero{padding:5rem 0 4rem;background:linear-gradient(180deg,#f8fafc,#fff)}.mkt-hero-centered{text-align:center;max-width:720px;margin:0 auto}.mkt-hero-centered .mkt-lead{margin-top:1rem}.mkt-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.mkt-hero-centered .mkt-hero-actions{justify-content:center}.mkt-hero-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.mkt-hero-split .mkt-hero-actions{margin-top:1.75rem}.mkt-hero-v2{position:relative;padding:4.5rem 0 5rem;overflow:hidden;background:var(--mkt-navy)}.mkt-hero-v2-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(37,99,235,.35) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(59,130,246,.15) 0%,transparent 50%),linear-gradient(135deg,#0f2744,#1a365d,#0f2744);background-image:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(37,99,235,.35) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(59,130,246,.15) 0%,transparent 50%),linear-gradient(135deg,#0f2744,#1a365d,#0f2744)}.mkt-hero-v2-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,transparent 80%)}.mkt-hero-v2-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center}.mkt-hero-v2-content .mkt-hero-actions{margin-top:1.75rem}.mkt-hero-path-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;margin-top:1.75rem}.mkt-path-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:960px;margin:0 auto}.mkt-path-card{display:flex;flex-direction:column;gap:.625rem;height:100%;padding:1.25rem 1.35rem;text-decoration:none;color:inherit;border-radius:var(--mkt-radius-lg);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mkt-path-card--hero{min-height:100%;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mkt-path-card--hero:hover{transform:translateY(-2px);border-color:#ffffff47;box-shadow:0 12px 32px #0000002e}.mkt-path-card--hero-primary{background:#ffffff1a}.mkt-path-card--hero-secondary{border-color:#fbbf2459;background:#fbbf2414}.mkt-path-card--hero-secondary:hover{border-color:#fbbf248c}.mkt-path-card:not(.mkt-path-card--hero){border:1px solid var(--mkt-border);background:#fff;box-shadow:0 2px 10px #0f27440a}.mkt-path-card:not(.mkt-path-card--hero):hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 12px 28px #0f274414}.mkt-path-card--construction{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}.mkt-path-card--construction:hover{border-color:#fbbf24}.mkt-path-badge{align-self:flex-start;padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:#dbeafe;background:#3b82f638;border:1px solid rgba(147,197,253,.35)}.mkt-path-card:not(.mkt-path-card--hero) .mkt-path-badge{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.mkt-path-badge--emphasis{color:#92400e;background:#fef3c7;border-color:#fde68a}.mkt-path-card--hero .mkt-path-badge--emphasis{color:#fde68a;background:#fbbf242e;border-color:#fbbf2473}.mkt-path-card-title{margin:0;font-size:1.125rem;font-weight:800;line-height:1.35;color:#fff}.mkt-path-card:not(.mkt-path-card--hero) .mkt-path-card-title{color:var(--mkt-navy)}.mkt-path-card-summary,.mkt-path-card-for{margin:0;font-size:.9375rem;line-height:1.55;color:#ffffffd1}.mkt-path-card:not(.mkt-path-card--hero) .mkt-path-card-for{color:var(--mkt-text-muted);font-weight:600}.mkt-path-card-points{margin:.125rem 0 0;padding:0;list-style:none}.mkt-path-card-points li{position:relative;padding-left:1rem;margin-bottom:.45rem;font-size:.875rem;line-height:1.5;color:var(--mkt-text)}.mkt-path-card-points li:last-child{margin-bottom:0}.mkt-path-card-points li:before{content:"·";position:absolute;left:0;color:var(--mkt-primary);font-weight:700}.mkt-path-card--construction .mkt-path-card-points li:before{color:#d97706}.mkt-path-card-cta{margin-top:auto;padding-top:.375rem;font-size:.875rem;font-weight:700;color:#fff}.mkt-path-card:not(.mkt-path-card--hero) .mkt-path-card-cta{color:var(--mkt-primary)}.mkt-path-card--construction .mkt-path-card-cta{color:#b45309}.mkt-hero-trust-v2{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:2rem 0 0}.mkt-hero-trust-v2 li{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;color:#ffffffe6;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px}.mkt-hero-v2-visual .mkt-preview-frame-hero{transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);box-shadow:var(--mkt-shadow-xl)}.mkt-hero-v2-visual .mkt-preview-frame-hero:hover{transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.mkt-ps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.mkt-ps-card{padding:0;overflow:hidden}.mkt-ps-problem,.mkt-ps-solution{display:flex;gap:1rem;padding:1.25rem 1.5rem}.mkt-ps-problem{background:#fef2f2;border-bottom:1px dashed #fecaca}.mkt-ps-solution{background:#fff}.mkt-ps-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;flex-shrink:0}.mkt-ps-icon-problem{background:#fee2e2;color:#b91c1c}.mkt-ps-icon-solution{border:1px solid var(--mkt-border)}.mkt-ps-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b91c1c;margin-bottom:.25rem}.mkt-ps-label-solution{color:var(--mkt-primary)}.mkt-ps-problem h3,.mkt-ps-solution h3{margin-bottom:.375rem}.mkt-ps-problem p,.mkt-ps-solution p{font-size:.9375rem;color:var(--mkt-text-muted);line-height:1.55}.mkt-ps-arrow{display:flex;align-items:center;justify-content:center;padding:.25rem;color:var(--mkt-text-light);background:var(--mkt-section-alt)}.mkt-timeline{display:flex;gap:0;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.mkt-timeline-step{flex:1 1 0;min-width:110px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem}.mkt-timeline-marker{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:.875rem}.mkt-timeline-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--mkt-navy);color:#fff;font-size:.875rem;font-weight:700;position:relative;z-index:1}.mkt-timeline-line{position:absolute;left:calc(50% + 18px);right:calc(-50% + 18px);height:2px;background:linear-gradient(90deg,var(--mkt-navy) 0%,#93c5fd 100%);top:50%;transform:translateY(-50%)}.mkt-timeline-step:last-child .mkt-timeline-line{display:none}.mkt-timeline-label{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.mkt-timeline-desc{font-size:.75rem;color:var(--mkt-text-muted);line-height:1.4}.mkt-timeline-z{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:1rem;row-gap:2.25rem;max-width:920px;margin:0 auto;overflow-x:visible;padding-bottom:0}.mkt-timeline-z-step-1{grid-column:1;grid-row:1}.mkt-timeline-z-step-2{grid-column:2;grid-row:1}.mkt-timeline-z-step-3{grid-column:3;grid-row:1}.mkt-timeline-z-step-4{grid-column:4;grid-row:1}.mkt-timeline-z-step-5{grid-column:3;grid-row:2}.mkt-timeline-z-step-6{grid-column:4;grid-row:2}.mkt-timeline-z-step-7{grid-column:5;grid-row:2}.mkt-timeline-z-step-8{grid-column:6;grid-row:2}.mkt-timeline-z .mkt-timeline-step{min-width:0;padding:0}.mkt-timeline-z .mkt-timeline-marker{margin-bottom:1rem}.mkt-timeline-z .mkt-timeline-line{background:linear-gradient(90deg,var(--mkt-navy) 0%,#93c5fd 100%)}.mkt-timeline-z .mkt-timeline-label{font-size:1.0625rem}.mkt-timeline-z .mkt-timeline-desc{font-size:.9375rem;line-height:1.55}.mkt-feature-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3.5rem}.mkt-feature-bento-card{padding:1.375rem}.mkt-feature-bento-card:hover{transform:translateY(-3px)}.mkt-feature-bento-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;margin-bottom:1rem}.mkt-feature-bento-card h3{margin-bottom:.375rem}.mkt-feature-bento-card p{font-size:.875rem;color:var(--mkt-text-muted)}.mkt-features-preview{margin-top:1rem}.mkt-features-preview-header{text-align:center;margin-bottom:1.5rem}.mkt-features-preview-header .mkt-lead{margin-top:.5rem}.mkt-preview-tabs{max-width:900px;margin:0 auto}.mkt-preview-tablist{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.mkt-preview-tab{padding:.5rem 1.125rem;font-size:.875rem;font-weight:600;color:var(--mkt-text-muted);background:#fff;border:1px solid var(--mkt-border);border-radius:999px;transition:all .2s var(--mkt-ease)}.mkt-preview-tab:hover{border-color:#bfdbfe;color:var(--mkt-primary)}.mkt-preview-tab.active{background:var(--mkt-navy);color:#fff;border-color:var(--mkt-navy);box-shadow:0 2px 8px #0f274433}.mkt-preview-tabpanel{animation:mkt-tab-fade .35s var(--mkt-ease)}@keyframes mkt-tab-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mkt-closing-cta{background:linear-gradient(135deg,var(--mkt-navy) 0%,#1e40af 100%);padding:4.5rem 0}.mkt-closing-cta-inner{text-align:center}.mkt-closing-cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.mkt-closing-cta-desc{font-size:1.0625rem;color:#ffffffc7;margin-bottom:1.75rem;max-width:480px;margin-left:auto;margin-right:auto}.mkt-apply-process-block{margin-top:3.5rem;padding-top:3rem;border-top:1px solid var(--mkt-border)}.mkt-apply-process-desc{margin:.5rem auto 2rem;max-width:400px}.mkt-hero-product .mkt-hero-v2-bg{opacity:.95}.mkt-hero-product{padding:3.5rem 0 4rem}.mkt-hero-product .mkt-display-v2{font-size:clamp(1.875rem,4vw,2.75rem)}.mkt-hero-product-tag{display:inline-block;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;color:#93c5fd;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;margin-bottom:.75rem}.mkt-hero-product-sub{font-size:.9375rem;font-weight:500;color:#93c5fd;margin-bottom:.75rem}.mkt-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mkt-product-card{display:flex;flex-direction:column;height:100%;transition:box-shadow .2s,border-color .2s}.mkt-product-card:hover:not(.disabled){box-shadow:var(--mkt-shadow-lg);border-color:#bfdbfe}.mkt-product-card.disabled{opacity:.75}.mkt-product-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.mkt-product-card-desc{font-size:.9375rem;color:var(--mkt-text-muted);flex:1;margin-bottom:1.25rem}.mkt-product-card-footer{margin-top:auto}.mkt-value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.mkt-value-card{display:flex;gap:1rem;padding:1.5rem}.mkt-value-card h3{margin-bottom:.375rem}.mkt-value-card p{font-size:.9375rem;color:var(--mkt-text-muted)}.mkt-feature-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:3rem;align-items:center}.mkt-feature-media{min-width:0;width:100%}.mkt-feature-split.reverse .mkt-feature-content{order:2}.mkt-feature-split.reverse .mkt-feature-media{order:1}.mkt-feature-content h2{margin-bottom:.75rem}.mkt-feature-content .mkt-lead{margin-bottom:1.25rem;font-size:1.125rem}.mkt-feature-content .mkt-check-list li{font-size:1.0625rem}.mkt-org-diagram{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.mkt-org-diagram-compact{margin-bottom:.25rem}.mkt-org-diagram-compact .mkt-org-axis{padding:1.25rem}.mkt-org-axis{padding:1.5rem}.mkt-org-axis-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--mkt-primary);margin-bottom:1rem}.mkt-org-chain{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.mkt-org-node{padding:.5rem 1rem;background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:8px;font-size:.9375rem;font-weight:500;color:#1e40af}.mkt-org-arrow{color:var(--mkt-text-light);font-size:.875rem}.mkt-table-wrap{overflow-x:auto;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow)}.mkt-table{width:100%;border-collapse:collapse;font-size:.875rem}.mkt-table th,.mkt-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--mkt-border)}.mkt-table th{background:var(--mkt-section-alt);font-weight:600;color:var(--mkt-text);white-space:nowrap}.mkt-table td{color:var(--mkt-text-muted);vertical-align:top}.mkt-table tr:last-child td{border-bottom:none}.mkt-table tbody tr:hover td{background:#fafbfc}.mkt-role-matrix{display:flex;flex-direction:column;gap:2rem}.mkt-role-matrix-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;padding:.875rem 1.25rem;background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius)}.mkt-role-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:var(--mkt-text-muted)}.mkt-role-scope-meter{display:flex;gap:.25rem}.mkt-role-scope-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;border:1px solid #cbd5e1;transition:background .2s,border-color .2s}.mkt-role-scope-dot.filled{background:var(--mkt-primary);border-color:var(--mkt-primary)}.mkt-role-tier-hq .mkt-role-scope-dot.filled{background:var(--mkt-navy);border-color:var(--mkt-navy)}.mkt-role-tier-branch .mkt-role-scope-dot.filled{background:#2563eb;border-color:#2563eb}.mkt-role-tier-intake .mkt-role-scope-dot.filled{background:#4f46e5;border-color:#4f46e5}.mkt-role-tier-field .mkt-role-scope-dot.filled{background:#059669;border-color:#059669}.mkt-role-group-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.mkt-role-group-icon{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:28px;padding:0 .625rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;border-radius:6px}.mkt-role-tier-hq .mkt-role-group-icon{background:#0f2744;color:#fff}.mkt-role-tier-branch .mkt-role-group-icon{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.mkt-role-tier-intake .mkt-role-group-icon{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.mkt-role-tier-field .mkt-role-group-icon{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.mkt-role-group-title{font-size:1rem;font-weight:700;color:var(--mkt-text);white-space:nowrap}.mkt-role-group-line{flex:1;height:1px;background:linear-gradient(90deg,var(--mkt-border) 0%,transparent 100%)}.mkt-role-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.mkt-role-card{padding:1.25rem 1.375rem;border-left:3px solid var(--mkt-border);transition:transform .25s var(--mkt-ease),box-shadow .25s var(--mkt-ease),border-color .25s}.mkt-role-tier-hq .mkt-role-card{border-left-color:var(--mkt-navy)}.mkt-role-tier-branch .mkt-role-card{border-left-color:#2563eb}.mkt-role-tier-intake .mkt-role-card{border-left-color:#4f46e5}.mkt-role-tier-field .mkt-role-card{border-left-color:#059669}.mkt-role-card:hover{transform:translateY(-2px)}.mkt-role-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.mkt-role-name{font-size:1.0625rem;font-weight:700;color:var(--mkt-text);letter-spacing:-.01em}.mkt-role-scope-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mkt-text-light);margin-bottom:.375rem}.mkt-role-scope{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed var(--mkt-border)}.mkt-role-scope p{font-size:.9375rem;color:var(--mkt-text-muted);line-height:1.5}.mkt-role-menu-tags{display:flex;flex-wrap:wrap;gap:.375rem}.mkt-role-menu-tag{display:inline-flex;padding:.3125rem .625rem;font-size:.75rem;font-weight:500;color:var(--mkt-navy);background:var(--mkt-section-alt);border:1px solid var(--mkt-border);border-radius:6px;line-height:1.3}.mkt-role-tier-hq .mkt-role-menu-tag{background:#f0f4f8;border-color:#cbd5e1}.mkt-role-tier-branch .mkt-role-menu-tag{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.mkt-role-tier-intake .mkt-role-menu-tag{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.mkt-role-tier-field .mkt-role-menu-tag{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.mkt-cta-banner{text-align:center;padding:3rem 2rem}.mkt-cta-banner h2{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto}.mkt-screenshot{border-radius:var(--mkt-radius-lg);overflow:hidden;border:1px solid var(--mkt-border);box-shadow:var(--mkt-shadow-lg);background:var(--mkt-section-alt)}.mkt-screenshot-browser{background:#fff}.mkt-screenshot-browser-bar{display:flex;align-items:center;gap:.375rem;padding:.625rem .875rem;background:#f1f5f9;border-bottom:1px solid var(--mkt-border)}.mkt-screenshot-browser-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.mkt-screenshot-browser-dot:first-child{background:#fca5a5}.mkt-screenshot-browser-dot:nth-child(2){background:#fcd34d}.mkt-screenshot-browser-dot:nth-child(3){background:#86efac}.mkt-screenshot-browser-url{flex:1;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;color:var(--mkt-text-muted);background:#fff;border:1px solid var(--mkt-border);border-radius:6px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mkt-screenshot-browser-body{overflow:hidden;background:#fff}.mkt-screenshot-browser-body img{width:100%;height:auto;min-height:240px;max-height:560px;object-fit:contain;object-position:top center;display:block;background:#fff}.mkt-screenshot-hero .mkt-screenshot-browser-body img{min-height:280px;max-height:640px}.mkt-screenshot-browser-body img.is-loading{opacity:0}.mkt-screenshot-browser-body img.is-loaded{opacity:1;transition:opacity .2s ease}.mkt-screenshot-browser-body-zoomable{cursor:zoom-in}.mkt-screenshot-zoom-trigger{display:block;width:100%;padding:0;border:0;background:none;position:relative;cursor:zoom-in}.mkt-screenshot-zoom-trigger:disabled{cursor:default}.mkt-screenshot-zoom-trigger:focus-visible{outline:2px solid var(--mkt-primary);outline-offset:-2px}.mkt-screenshot-zoom-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f172a73;color:#fff;font-size:.875rem;font-weight:600;opacity:0;transition:opacity .2s ease;pointer-events:none}.mkt-screenshot-zoom-trigger:not(:disabled):hover .mkt-screenshot-zoom-hint,.mkt-screenshot-zoom-trigger:not(:disabled):focus-visible .mkt-screenshot-zoom-hint{opacity:1}.mkt-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.mkt-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#0f172ad6;cursor:zoom-out}.mkt-lightbox-panel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:min(1280px,96vw);max-height:92vh}.mkt-lightbox-close{position:absolute;top:-2.75rem;right:0;width:2.25rem;height:2.25rem;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:1rem;line-height:1;cursor:pointer}.mkt-lightbox-close:hover{background:#ffffff3d}.mkt-lightbox-image{display:block;max-width:100%;max-height:calc(92vh - 3rem);object-fit:contain;border-radius:var(--mkt-radius-md);box-shadow:var(--mkt-shadow-xl);background:#fff}.mkt-lightbox-caption{margin:0;max-width:100%;text-align:center;font-size:.875rem;color:#ffffffe0}.mkt-screenshot-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;aspect-ratio:16 / 10;padding:2rem;text-align:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.mkt-screenshot-fallback-icon{width:56px;height:56px;border-radius:12px;background:#fff;border:1px solid var(--mkt-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;color:var(--mkt-text-light)}.mkt-screenshot-fallback-title{font-size:.9375rem;font-weight:600;color:var(--mkt-text-muted);margin-bottom:.25rem}.mkt-screenshot-fallback-desc{font-size:.8125rem;color:var(--mkt-text-light)}.mkt-screenshot-caption{padding:.75rem 1rem;font-size:.8125rem;color:var(--mkt-text-muted);background:#fff;border-top:1px solid var(--mkt-border);text-align:center}.mkt-tenant-diagram{padding:2rem;margin-bottom:1.5rem;background:linear-gradient(165deg,#f8fafc,#eff6ff);border-color:#bfdbfe}.mkt-tenant-diagram-platform{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;background:var(--mkt-navy);color:#fff;border-radius:var(--mkt-radius);text-align:center}.mkt-tenant-diagram-platform-label{font-size:1rem;font-weight:700;letter-spacing:-.01em}.mkt-tenant-diagram-platform-desc{font-size:.8125rem;color:#ffffffbf}.mkt-tenant-diagram-connectors{display:flex;justify-content:center;gap:clamp(2rem,12vw,8rem);padding:.75rem 0 0}.mkt-tenant-diagram-line{width:2px;height:28px;background:linear-gradient(180deg,var(--mkt-navy) 0%,#93c5fd 100%);border-radius:1px}.mkt-tenant-diagram-tenants{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.25rem}.mkt-tenant-diagram-tenant{padding:1rem;background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);box-shadow:var(--mkt-shadow)}.mkt-tenant-diagram-tenant-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.mkt-tenant-diagram-tenant-name{font-size:.875rem;font-weight:600;color:var(--mkt-text)}.mkt-tenant-diagram-tenant-badge{padding:.125rem .5rem;font-size:.625rem;font-weight:600;color:var(--mkt-primary);background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:999px;white-space:nowrap}.mkt-tenant-diagram-url-bar{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:#f1f5f9;border:1px solid var(--mkt-border);border-radius:6px;margin-bottom:.5rem}.mkt-tenant-diagram-db-label{margin-bottom:.5rem;font-size:.6875rem;font-weight:700;color:var(--mkt-primary)}.mkt-tenant-diagram-url-bar.compact{margin-bottom:.375rem}.mkt-tenant-diagram-url-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.mkt-tenant-diagram-url-dot:first-child{background:#fca5a5}.mkt-tenant-diagram-url-text{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.625rem;color:var(--mkt-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mkt-tenant-diagram-data-stack{display:flex;flex-direction:column;gap:.375rem}.mkt-tenant-diagram-data-row{display:flex;align-items:center;gap:.5rem}.mkt-tenant-diagram-data-label{width:52px;flex-shrink:0;font-size:.625rem;font-weight:500;color:var(--mkt-text-muted)}.mkt-tenant-diagram-data-block{flex:1;height:10px;border-radius:3px;background:linear-gradient(90deg,#dbeafe,#93c5fd);border:1px solid #bfdbfe}.mkt-tenant-diagram-footer{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed #bfdbfe}.mkt-tenant-diagram-footer p{font-size:1rem;font-weight:500;color:var(--mkt-navy);text-align:center}.mkt-tenant-diagram-shield{width:20px;height:20px;flex-shrink:0;background:var(--mkt-primary-light);border:2px solid var(--mkt-primary);border-radius:4px 4px 8px 8px;position:relative}.mkt-tenant-diagram-shield:after{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:6px;height:8px;border-bottom:2px solid var(--mkt-primary);border-right:2px solid var(--mkt-primary);transform:translate(-50%) rotate(45deg);margin-top:-1px}.mkt-tenant-mini-visual{margin-bottom:1.25rem;padding:1rem;background:var(--mkt-section-alt);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius)}.mkt-tenant-mini-visual-caption{margin:.75rem 0 0;font-size:.75rem;font-weight:500;color:var(--mkt-text-muted);text-align:center}.mkt-tenant-url-visual{display:flex;flex-direction:column;gap:.75rem}.mkt-tenant-url-visual-item{display:flex;flex-direction:column;gap:.25rem}.mkt-tenant-url-visual-user{font-size:.6875rem;font-weight:500;color:var(--mkt-primary);padding-left:.25rem}.mkt-tenant-url-visual-divider{height:1px;background:repeating-linear-gradient(90deg,var(--mkt-border) 0,var(--mkt-border) 4px,transparent 4px,transparent 8px)}.mkt-tenant-data-visual-columns{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mkt-tenant-data-visual-col{padding:.625rem;background:#fff;border:1px solid var(--mkt-border);border-radius:8px}.mkt-tenant-data-visual-col-label{display:block;font-size:.6875rem;font-weight:600;color:var(--mkt-navy);margin-bottom:.5rem}.mkt-tenant-data-visual-blocks{display:flex;flex-direction:column;gap:.25rem}.mkt-tenant-data-visual-db-label{font-size:.625rem;font-weight:700;color:var(--mkt-primary);text-align:center}.mkt-tenant-data-visual-block{height:8px;border-radius:3px;border:1px solid var(--mkt-border)}.mkt-tenant-data-visual-block.db{background:#dbeafe;border-color:#93c5fd}.mkt-tenant-data-visual-block.consult{background:#e0e7ff;border-color:#a5b4fc}.mkt-tenant-data-visual-block.sale{background:#dcfce7;border-color:#86efac}.mkt-tenant-data-visual-block.settle{background:#fef3c7;border-color:#fcd34d}.mkt-tenant-data-visual-barrier{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.mkt-tenant-data-visual-barrier-line{flex:1;height:2px;background:#fca5a5;border-radius:1px}.mkt-tenant-data-visual-barrier-label{font-size:.625rem;font-weight:700;color:#b91c1c;white-space:nowrap;padding:.125rem .375rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px}.mkt-tenant-isolation-highlight{margin:1rem auto 0;width:max-content;max-width:100%;padding:.875rem 1.25rem;font-size:1.0625rem;font-weight:700;line-height:1.55;text-align:center;color:var(--mkt-navy);background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:var(--mkt-radius-lg);box-shadow:0 2px 8px #2563eb14}.mkt-tenant-isolation-highlight-line{display:block}.mkt-section-header .mkt-tenant-isolation-highlight+.mkt-lead{margin-top:1rem}@media(max-width:640px){.mkt-tenant-isolation-highlight{width:100%;font-size:.9375rem;padding:.75rem 1rem}}.mkt-tenant-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.mkt-tenant-card{padding:1.75rem}.mkt-tenant-card h3{margin-bottom:.75rem}.mkt-tenant-check-list{margin-top:1rem}.mkt-tenant-example{display:inline-block;padding:.5rem .875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;font-weight:500;color:#1e40af;background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:8px}.mkt-hero-home{padding:4.5rem 0 4rem;background:linear-gradient(165deg,#f1f5f9,#fff 55%,#eff6ff)}.mkt-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mkt-navy);margin-bottom:.75rem}.mkt-hero-trust{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--mkt-border)}.mkt-hero-trust span{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--mkt-navy);background:#fff;border:1px solid var(--mkt-border);border-radius:999px}.mkt-hero-preview-wrap{margin:0}.mkt-screenshot-browser-body-mock{min-height:280px;padding:0;background:#f8fafc}.mkt-screenshot-hero .mkt-screenshot-browser-body-mock{min-height:320px}.mkt-pain-grid-7{grid-template-columns:repeat(3,1fr)}.mkt-pain-grid-7 .mkt-pain-card:last-child:nth-child(3n+1){grid-column:1 / -1;max-width:400px;margin:0 auto;width:100%}.mkt-build-contrast-note{max-width:760px;margin:0 auto 1.5rem;padding:.875rem 1.125rem;text-align:center;font-size:.9375rem;line-height:1.6;color:var(--mkt-navy);background:#fff;border:1px solid #e2e8f0;border-radius:var(--mkt-radius-md)}.mkt-build-promotion{max-width:820px;margin:0 auto;text-align:center}.mkt-build-promotion-copy{flex:1;min-width:0;text-align:left}.mkt-build-promotion-lead{margin:0 0 .875rem;font-size:.9375rem;font-weight:700;color:var(--mkt-navy)}.mkt-build-promotion-highlight{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;margin:0 auto;padding:2rem 3rem;text-align:left;color:var(--mkt-navy);background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:var(--mkt-radius-lg);box-shadow:0 2px 8px #2563eb14}.mkt-build-promotion-list{flex:1;min-width:0;margin:0}.mkt-build-promotion-list li{padding-left:1.75rem;margin-bottom:.875rem;font-size:1.0625rem;font-weight:700;line-height:1.55;color:var(--mkt-navy)}.mkt-build-promotion-list li:last-child{margin-bottom:0}.mkt-build-promotion-list li:before{left:0;color:var(--mkt-success);font-weight:700}.mkt-build-promotion-actions{flex-shrink:0;display:flex;justify-content:flex-end}@media(max-width:768px){.mkt-hero-path-cards,.mkt-path-cards{grid-template-columns:1fr}.mkt-build-promotion-highlight{flex-direction:column;align-items:stretch;gap:1.25rem}.mkt-build-promotion-actions{justify-content:flex-end}}@media(max-width:640px){.mkt-build-promotion-highlight{padding:1.5rem 1.75rem}.mkt-build-promotion-list li{font-size:.9375rem}}.mkt-industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.mkt-industry-card-link{text-decoration:none;color:inherit}.mkt-industry-card{display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:box-shadow .2s,border-color .2s}.mkt-industry-card:not(.disabled):hover{box-shadow:var(--mkt-shadow-lg);border-color:#bfdbfe}.mkt-industry-card.disabled{opacity:.8}.mkt-industry-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.mkt-industry-card p{font-size:.9375rem;color:var(--mkt-text-muted);flex:1;line-height:1.55}.mkt-industry-card-footer{margin-top:1.25rem}.mkt-industry-link{font-size:.875rem;font-weight:500;color:var(--mkt-primary)}.mkt-preview-frame{margin:0;border-radius:var(--mkt-radius-lg);overflow:hidden;border:1px solid var(--mkt-border);box-shadow:var(--mkt-shadow-lg);background:var(--mkt-section-alt)}.mkt-preview-frame-hero{box-shadow:var(--mkt-shadow-xl);transition:transform .4s var(--mkt-ease),box-shadow .4s var(--mkt-ease)}.mkt-mock-badge{flex-shrink:0;padding:.125rem .5rem;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--mkt-navy);background:#e0e7ff;border:1px solid #c7d2fe;border-radius:4px}.mkt-preview-grid-3{grid-template-columns:repeat(3,1fr)}.mkt-mock-assign-list{display:flex;flex-direction:column;gap:.375rem;flex:1}.mkt-mock-assign-item{height:28px;border-radius:6px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-record-list{display:flex;flex-direction:column;gap:.375rem;flex:1}.mkt-mock-record-item{display:flex;align-items:center;gap:.5rem;padding:.375rem;border-radius:6px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-record-play{width:20px;height:20px;border-radius:50%;background:var(--mkt-primary-light);border:1px solid #bfdbfe;flex-shrink:0}.mkt-mock-record-meta{flex:1;height:10px;border-radius:4px;background:#e2e8f0}.mkt-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mkt-pain-card{padding:1.5rem}.mkt-pain-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.mkt-pain-card h3{margin-bottom:.5rem}.mkt-pain-card p{font-size:.9375rem;color:var(--mkt-text-muted);line-height:1.55}.mkt-org-axis-desc{font-size:.9375rem;color:var(--mkt-text-muted);margin-top:.75rem}.mkt-org-highlight{text-align:center;max-width:640px;margin:2rem auto 0;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:500;color:var(--mkt-navy);background:var(--mkt-primary-light);border:1px solid #bfdbfe;border-radius:var(--mkt-radius)}.mkt-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mkt-feature-card{padding:1.5rem;transition:box-shadow .2s,border-color .2s}.mkt-feature-card:hover{box-shadow:var(--mkt-shadow-lg);border-color:#bfdbfe}.mkt-feature-card-icon{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:32px;padding:0 .625rem;border-radius:8px;background:var(--mkt-primary-light);color:var(--mkt-primary);font-size:.75rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem}.mkt-feature-card h3{margin-bottom:.5rem}.mkt-feature-card p{font-size:.9375rem;color:var(--mkt-text-muted);line-height:1.55}.mkt-feature-more{text-align:center;margin-top:2rem}.mkt-preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.mkt-preview-card{margin:0}.mkt-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.mkt-benefit-item{display:flex;gap:1rem;padding:1.5rem;background:var(--mkt-card-bg);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow)}.mkt-benefit-check{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#dcfce7;color:var(--mkt-success);font-weight:700;font-size:.875rem;flex-shrink:0}.mkt-benefit-item h3{margin-bottom:.375rem}.mkt-benefit-item p{font-size:.9375rem;color:var(--mkt-text-muted);line-height:1.55}.mkt-apply-process{display:flex;flex-wrap:wrap;justify-content:center;gap:0;max-width:960px;margin:0 auto}.mkt-apply-process-step{position:relative;flex:1 1 160px;max-width:180px;text-align:center;padding:0 .5rem 1rem}.mkt-apply-process-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--mkt-navy);color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem}.mkt-apply-process-body h3{font-size:1rem;margin-bottom:.375rem}.mkt-apply-process-body p{font-size:.8125rem;color:var(--mkt-text-muted);line-height:1.45}.mkt-apply-process-connector{display:none}.mkt-apply-process-cta{text-align:center;margin-top:2.5rem}.mkt-faq-cta{text-align:center;padding:3.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#eff6ff);border-color:#bfdbfe}.mkt-faq-cta .mkt-h2{max-width:560px;margin:0 auto 1rem}.mkt-faq-cta .mkt-lead{max-width:520px;margin:0 auto 1.75rem;font-size:1rem}.mkt-mock-preview{display:flex;width:100%;min-height:220px;background:#f1f5f9}.mkt-mock-sidebar{width:52px;flex-shrink:0;padding:.75rem .5rem;background:var(--mkt-navy);display:flex;flex-direction:column;gap:.5rem}.mkt-mock-logo{width:100%;height:20px;border-radius:4px;background:#fff3;margin-bottom:.5rem}.mkt-mock-nav-item{width:100%;height:8px;border-radius:3px;background:#ffffff26}.mkt-mock-nav-item.active{background:#ffffff73}.mkt-mock-main{flex:1;min-width:0;display:flex;flex-direction:column}.mkt-mock-topbar{padding:.5rem .75rem;background:#fff;border-bottom:1px solid var(--mkt-border)}.mkt-mock-topbar-title{font-size:.6875rem;font-weight:600;color:var(--mkt-text-muted)}.mkt-mock-content{flex:1;padding:.625rem;display:flex;flex-direction:column;gap:.5rem}.mkt-mock-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem}.mkt-mock-kpi{height:36px;border-radius:6px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-chart-row{display:grid;grid-template-columns:2fr 1fr;gap:.375rem;flex:1}.mkt-mock-chart{min-height:80px;border-radius:6px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-chart.narrow{min-height:80px}.mkt-mock-filter-row{display:flex;gap:.375rem}.mkt-mock-filter{height:22px;width:48px;border-radius:4px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-filter.wide{flex:1}.mkt-mock-table{flex:1;display:flex;flex-direction:column;gap:.25rem}.mkt-mock-table-header{height:20px;border-radius:4px;background:#e2e8f0}.mkt-mock-table-row{height:16px;border-radius:4px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-summary-bar{height:24px;border-radius:4px;background:var(--mkt-primary-light);border:1px solid #bfdbfe}.mkt-mock-pie{min-height:72px;border-radius:6px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-rank-list{display:flex;flex-direction:column;gap:.25rem}.mkt-mock-rank-item{height:14px;border-radius:4px;background:#fff;border:1px solid var(--mkt-border)}.mkt-mock-rank-item:nth-child(1){width:95%}.mkt-mock-rank-item:nth-child(2){width:82%}.mkt-mock-rank-item:nth-child(3){width:70%}.mkt-mock-rank-item:nth-child(4){width:58%}.mkt-flow{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.mkt-flow-step{flex:1 1 120px;max-width:150px;min-width:110px;padding:1.25rem 1rem;text-align:center}.mkt-flow-step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--mkt-primary);color:#fff;font-size:.8125rem;font-weight:700;margin-bottom:.75rem}.mkt-flow-step-label{font-weight:600;font-size:.9375rem;margin-bottom:.375rem}.mkt-flow-step-desc{font-size:.8125rem;color:var(--mkt-text-muted);line-height:1.45}.mkt-flow-connector{display:none}.mkt-apply-layout{max-width:640px;margin:0 auto}.mkt-apply-header{text-align:center;margin-bottom:2.5rem}.mkt-apply-header .mkt-lead{margin-top:.75rem}.mkt-apply-page-steps{display:flex;align-items:center;justify-content:center;gap:.75rem;list-style:none;margin:0 0 2rem;padding:0}.mkt-apply-page-step{display:flex;align-items:center;gap:.5rem;color:var(--mkt-text-light);font-size:.875rem}.mkt-apply-page-step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--mkt-border);background:#fff;font-size:.8125rem;font-weight:700}.mkt-apply-page-step.active{color:var(--mkt-text);font-weight:600}.mkt-apply-page-step.active .mkt-apply-page-step-num{border-color:var(--mkt-primary);background:var(--mkt-primary);color:#fff}.mkt-apply-page-step.complete{color:var(--mkt-text-muted)}.mkt-apply-page-step.complete .mkt-apply-page-step-num{border-color:var(--mkt-primary);color:var(--mkt-primary);background:#2563eb14}.mkt-apply-page-step:not(:last-child):after{content:"";display:block;width:2rem;height:1px;margin-left:.25rem;background:var(--mkt-border)}.mkt-apply-consent-review{display:flex;justify-content:flex-end;margin-bottom:.75rem}.mkt-consent-review-link{border:0;background:none;padding:0;font-size:.8125rem;color:var(--mkt-text-muted);text-decoration:underline;cursor:pointer}.mkt-consent-review-link:hover{color:var(--mkt-primary)}.mkt-consent-panel{border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-md);overflow:hidden;background:#fff}.mkt-consent-divider{height:1px;background:var(--mkt-border)}.mkt-consent-list{list-style:none;margin:0;padding:0}.mkt-consent-item{padding:1rem 1.125rem;border-top:1px solid var(--mkt-border)}.mkt-consent-item:first-child{border-top:0}.mkt-consent-row{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.mkt-consent-row-all{padding:1rem 1.125rem;font-weight:600}.mkt-consent-row-main{display:flex;flex-direction:column;gap:.35rem;min-width:0}.mkt-consent-row-label{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem;line-height:1.5;color:var(--mkt-text)}.mkt-consent-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;padding:.125rem .375rem;border-radius:999px;font-size:.6875rem;font-weight:700;line-height:1.2}.mkt-consent-badge.required{background:#2563eb1a;color:var(--mkt-primary)}.mkt-consent-badge:not(.required){background:var(--mkt-section-alt);color:var(--mkt-text-muted)}.mkt-consent-summary{font-size:.8125rem;line-height:1.6;color:var(--mkt-text-muted)}.mkt-consent-link{display:inline-block;margin-top:.625rem;margin-left:1.875rem;font-size:.8125rem;color:var(--mkt-primary);text-decoration:underline}.mkt-consent-link:hover{color:var(--mkt-primary-dark, #1d4ed8)}.mkt-consent-actions{margin-top:1.25rem}.mkt-consent-actions .mkt-btn{width:100%}.mkt-checkbox{width:18px;height:18px;margin-top:.125rem;flex-shrink:0;accent-color:var(--mkt-primary);cursor:pointer}.mkt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1.25rem}.mkt-form-grid .full-width{grid-column:1 / -1}.mkt-apply-flow{display:flex;flex-direction:column;gap:1.25rem}.mkt-apply-step{padding:1.5rem}.mkt-apply-step-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.mkt-apply-step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--mkt-primary);color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.mkt-inline-actions{display:flex;gap:.75rem;align-items:stretch}.mkt-inline-actions .mkt-input{flex:1;min-width:0}.mkt-inline-actions .mkt-btn{flex-shrink:0;white-space:nowrap}.mkt-form-error{margin-top:.375rem;font-size:.8125rem;color:#b45309}.mkt-apply-fieldset{border:0;margin:0;padding:0;min-width:0}.mkt-apply-fieldset:disabled{opacity:.72}.mkt-apply-section-divider{height:1px;background:var(--mkt-border);margin:1.5rem 0}.mkt-host-slug-field{display:flex;align-items:stretch;gap:0}.mkt-host-slug-field .mkt-input{border-top-right-radius:0;border-bottom-right-radius:0}.mkt-host-slug-field .mkt-host-slug-input{flex:0 1 180px;max-width:200px;min-width:120px}.mkt-address-field{display:flex;gap:.75rem;align-items:stretch}.mkt-address-field .mkt-input{flex:1;min-width:0}.mkt-address-field .mkt-btn{flex-shrink:0;white-space:nowrap}.mkt-host-slug-suffix{display:inline-flex;align-items:center;padding:0 .875rem;background:var(--mkt-section-alt);border:1px solid var(--mkt-border);border-left:0;border-radius:0 10px 10px 0;font-size:.9375rem;color:var(--mkt-text-muted);white-space:nowrap}.mkt-apply-success{text-align:center}.mkt-apply-success .mkt-h3{margin-bottom:.75rem}.mkt-apply-success .mkt-lead{margin-bottom:.5rem}.mkt-page-header{padding:3.5rem 0 2.75rem;background:linear-gradient(180deg,var(--mkt-primary-light) 0%,#fff 72%);border-bottom:1px solid var(--mkt-border)}.mkt-page-header-inner{max-width:720px;margin:0 auto;text-align:center}.mkt-page-header .mkt-display{margin-top:.25rem}.mkt-page-header-lead{margin-top:1rem}.mkt-faq{max-width:760px;margin:0 auto}.mkt-faq-category+.mkt-faq-category{margin-top:3rem}.mkt-faq-category-header{margin-bottom:1rem}.mkt-faq-category-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--mkt-text)}.mkt-faq-category-desc{margin-top:.375rem;font-size:.9375rem;color:var(--mkt-text-muted)}.mkt-faq-list{display:flex;flex-direction:column;gap:.625rem}.mkt-faq-item{background:var(--mkt-card-bg);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow);overflow:hidden;transition:border-color .2s var(--mkt-ease),box-shadow .2s var(--mkt-ease)}.mkt-faq-item.open{border-color:#bfdbfe;box-shadow:0 4px 20px #2563eb14}.mkt-faq-question{margin:0}.mkt-faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.125rem 1.25rem;background:none;border:none;text-align:left;font-size:.96875rem;font-weight:600;line-height:1.5;color:var(--mkt-text);transition:color .15s}.mkt-faq-trigger:hover{color:var(--mkt-primary)}.mkt-faq-trigger:focus-visible{outline:2px solid var(--mkt-primary);outline-offset:-2px}.mkt-faq-chevron{flex-shrink:0;color:var(--mkt-text-light);transition:transform .25s var(--mkt-ease),color .15s}.mkt-faq-item.open .mkt-faq-chevron,.mkt-faq-chevron.open{transform:rotate(180deg);color:var(--mkt-primary)}.mkt-faq-panel{padding:0 1.25rem 1.125rem}.mkt-faq-answer{margin:0;padding:1rem 0 0;font-size:.9375rem;line-height:1.75;color:var(--mkt-text-muted);border-top:1px solid var(--mkt-border)}.mkt-faq-support{max-width:560px;margin:0 auto;text-align:center;padding:.5rem 0}.mkt-faq-support-icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:999px;background:var(--mkt-primary-light);color:var(--mkt-primary)}.mkt-faq-support .mkt-h3{margin-bottom:.625rem}.mkt-faq-support .mkt-lead{margin-bottom:1.25rem;font-size:1rem}.mkt-faq-support-email{margin:-.5rem 0 1.5rem;font-size:.9375rem;color:var(--mkt-text-muted)}.mkt-faq-support-email a{color:var(--mkt-primary);font-weight:600}.mkt-faq-support-email a:hover{text-decoration:underline}.mkt-contact-form{width:100%;max-width:640px;margin:0 auto;text-align:left;padding:1.5rem;background:#fff;border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow)}.mkt-contact-form .mkt-alert{margin-bottom:1rem}.mkt-contact-form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.mkt-contact-success{max-width:480px;margin:0 auto;padding:1.5rem;background:#fff;border:1px solid #bbf7d0;border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow)}.mkt-contact-success .mkt-h3{margin-bottom:.625rem}.mkt-contact-success .mkt-lead{margin-bottom:1.25rem;font-size:1rem}.mkt-contact-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start;max-width:920px;margin:0 auto}.mkt-contact-aside{position:sticky;top:calc(var(--mkt-header-height) + 1rem);padding:1.25rem;background:var(--mkt-section-alt);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius-lg)}.mkt-contact-aside .mkt-h3{margin-bottom:.875rem;font-size:1rem}.mkt-contact-purpose-list{list-style:none;padding:0;margin:0 0 1.25rem}.mkt-contact-purpose-list li+li{margin-top:.5rem}.mkt-contact-purpose-label{font-size:.875rem;color:var(--mkt-text-muted)}.mkt-contact-purpose-label:before{content:"·";margin-right:.375rem;color:var(--mkt-primary);font-weight:700}.mkt-contact-aside-support{padding-top:1.25rem;border-top:1px solid var(--mkt-border)}.mkt-contact-aside-support .mkt-h3{margin-bottom:.75rem}.mkt-contact-info-list{display:grid;gap:.875rem;margin:0 0 1.25rem}.mkt-contact-info-list div{display:grid;gap:.25rem}.mkt-contact-info-list dt{font-size:.75rem;font-weight:600;color:var(--mkt-text-light)}.mkt-contact-info-list dd{margin:0;font-size:.9375rem;color:var(--mkt-text)}.mkt-contact-info-list a{color:inherit;font-weight:600}.mkt-contact-info-list a:hover{color:var(--mkt-primary)}.mkt-contact-support-note{margin:0;font-size:.8125rem;line-height:1.6;color:var(--mkt-text-muted)}.mkt-contact-support-note a{color:var(--mkt-primary);font-weight:600}.mkt-contact-main .mkt-contact-form{max-width:none;margin:0}.mkt-contact-faq-link{display:inline-block;margin-top:1rem;font-size:.9375rem;font-weight:600;color:var(--mkt-primary)}.mkt-contact-faq-link:hover{text-decoration:underline}.mkt-contact-teaser{max-width:560px;margin:0 auto;text-align:center;padding:.5rem 0}.mkt-contact-teaser .mkt-h3{margin-bottom:.625rem}.mkt-contact-teaser .mkt-lead{margin-bottom:1.25rem;font-size:1rem}.mkt-required{color:#dc2626}.mkt-legal{max-width:760px;margin:0 auto}.mkt-legal-header{margin-bottom:2rem}.mkt-legal h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.mkt-legal-meta{font-size:.875rem;color:var(--mkt-text-light)}.mkt-legal-preamble{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--mkt-border)}.mkt-legal-section{margin-bottom:2rem}.mkt-legal-section h2{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--mkt-text)}.mkt-legal-subsection{margin-top:1rem}.mkt-legal-subsection h3{font-size:.9375rem;font-weight:600;margin-bottom:.5rem;color:var(--mkt-text)}.mkt-legal p{color:var(--mkt-text-muted);margin-bottom:.75rem;line-height:1.7}.mkt-legal ul{margin:0 0 .75rem;padding-left:1.25rem;color:var(--mkt-text-muted)}.mkt-legal li{margin-bottom:.35rem;line-height:1.6}.mkt-legal li::marker{color:var(--mkt-primary)}.mkt-coming-soon-panel{max-width:640px;margin:0 auto;text-align:center;padding:2rem 1rem}.mkt-coming-soon-panel .mkt-badge{margin-bottom:1rem}.mkt-coming-soon-panel .mkt-h2,.mkt-coming-soon-panel .mkt-lead{margin-bottom:.75rem}.mkt-coming-soon-panel .mkt-text-muted{margin-bottom:1.5rem}.mkt-coming-soon-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.mkt-renovation-notice-wrap{background:var(--mkt-body-bg);border-bottom:1px solid var(--mkt-border);padding:.75rem 0}.mkt-renovation-notice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.875rem 1.25rem;background:var(--mkt-section-alt);border:1px solid var(--mkt-border);border-left:4px solid var(--mkt-primary);border-radius:var(--mkt-radius-lg);box-shadow:var(--mkt-shadow)}.mkt-renovation-notice-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#ffedd5;color:#ea580c;flex-shrink:0}.mkt-renovation-notice-icon svg{width:1.25rem;height:1.25rem}.mkt-renovation-notice-body{min-width:0}.mkt-renovation-notice-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.mkt-renovation-notice-eyebrow{display:inline-flex;align-items:center;flex-shrink:0;padding:.15rem .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9a3412;background:#ffedd5;border:1px solid #fdba74;border-radius:999px}.mkt-renovation-notice-title{margin:0;font-size:1.125rem;font-weight:800;line-height:1.3;color:var(--mkt-text)}.mkt-renovation-notice-message{margin:0;font-size:.9375rem;font-weight:600;line-height:1.5;color:var(--mkt-text)}.mkt-renovation-notice-subtext{margin:.25rem 0 0;font-size:.875rem;line-height:1.45;color:var(--mkt-text-muted)}.mkt-renovation-notice-actions{flex-shrink:0}.mkt-renovation-notice-cta{white-space:nowrap;box-shadow:0 4px 14px #2563eb47}@media(max-width:768px){.mkt-renovation-notice{grid-template-columns:auto 1fr;gap:.875rem}.mkt-renovation-notice-actions{grid-column:1 / -1}.mkt-renovation-notice-cta{width:100%;justify-content:center}.mkt-renovation-notice-title{font-size:1.05rem}}.mkt-not-found{text-align:center;padding:6rem 1.5rem}.mkt-not-found h1{font-size:4rem;font-weight:700;color:var(--mkt-border);margin-bottom:.5rem}@media(max-width:960px){.mkt-hero-split,.mkt-hero-v2-inner,.mkt-feature-split{grid-template-columns:1fr;gap:2rem}.mkt-hero-v2-visual .mkt-preview-frame-hero{transform:none}.mkt-ps-grid{grid-template-columns:1fr}.mkt-feature-bento,.mkt-pain-grid,.mkt-pain-grid-7,.mkt-feature-grid{grid-template-columns:repeat(2,1fr)}.mkt-pain-grid-7 .mkt-pain-card:last-child:nth-child(3n+1){grid-column:auto;max-width:none}.mkt-industry-grid,.mkt-preview-grid,.mkt-preview-grid-3{grid-template-columns:1fr}.mkt-apply-process{flex-direction:column;align-items:center;gap:1.5rem}.mkt-apply-process-step{max-width:280px;width:100%}.mkt-feature-media,.mkt-feature-split.reverse .mkt-feature-media{order:-1}.mkt-screenshot-browser-body img{min-height:220px;max-height:none}.mkt-screenshot-hero .mkt-screenshot-browser-body img{min-height:240px}.mkt-hero-actions{width:100%}.mkt-hero-actions .mkt-btn{flex:1 1 calc(50% - .375rem);min-width:140px}.mkt-feature-split.reverse .mkt-feature-content,.mkt-feature-split.reverse .mkt-feature-media{order:unset}.mkt-product-grid{grid-template-columns:1fr}.mkt-footer-grid{grid-template-columns:1fr;gap:1.5rem}.mkt-contact-layout{grid-template-columns:1fr}.mkt-contact-aside{position:static}.mkt-org-diagram{grid-template-columns:1fr}.mkt-tenant-diagram{padding:1.5rem}.mkt-tenant-grid{grid-template-columns:1fr}}@media(max-width:768px){.mkt-apply-page-steps{flex-direction:column;align-items:stretch;gap:.5rem}.mkt-apply-page-step:not(:last-child):after{display:none}.mkt-apply-page-step{justify-content:flex-start}.mkt-consent-link{margin-left:0}.mkt-screenshot-zoom-trigger:not(:disabled) .mkt-screenshot-zoom-hint{opacity:1;align-items:flex-end;padding-bottom:.75rem;background:linear-gradient(to top,rgba(15,23,42,.62),transparent 55%)}.mkt-lightbox{padding:1rem}.mkt-lightbox-close{top:.5rem;right:.5rem;background:#0f172a8c}:root{--mkt-section-py: 3.5rem}.mkt-nav,.mkt-nav-actions .mkt-btn-outline{display:none}.mkt-menu-toggle{display:block}.mkt-value-grid,.mkt-pain-grid,.mkt-pain-grid-7,.mkt-feature-grid,.mkt-feature-bento,.mkt-benefit-grid{grid-template-columns:1fr}.mkt-hero-v2{padding:3rem 0 3.5rem}.mkt-timeline-step{min-width:96px}.mkt-timeline-z{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:1.75rem}.mkt-timeline-z-step-1{grid-column:1;grid-row:1}.mkt-timeline-z-step-2{grid-column:2;grid-row:1}.mkt-timeline-z-step-3{grid-column:3;grid-row:1}.mkt-timeline-z-step-4{grid-column:4;grid-row:1}.mkt-timeline-z-step-5{grid-column:1;grid-row:2}.mkt-timeline-z-step-6{grid-column:2;grid-row:2}.mkt-timeline-z-step-7{grid-column:3;grid-row:2}.mkt-timeline-z-step-8{grid-column:4;grid-row:2}.mkt-timeline-z .mkt-timeline-label{font-size:.9375rem}.mkt-timeline-z .mkt-timeline-desc{font-size:.8125rem}.mkt-mock-kpi-row{grid-template-columns:repeat(2,1fr)}.mkt-mock-chart-row,.mkt-form-grid{grid-template-columns:1fr}.mkt-inline-actions{flex-direction:column}.mkt-inline-actions .mkt-btn{width:100%}.mkt-host-slug-field{flex-direction:column}.mkt-host-slug-field .mkt-input,.mkt-host-slug-field .mkt-host-slug-input{border-radius:10px;flex:1 1 auto;max-width:none}.mkt-address-field{flex-direction:column}.mkt-address-field .mkt-btn{width:100%}.mkt-host-slug-suffix{border-left:1px solid var(--mkt-border);border-top:0;border-radius:0 0 10px 10px;justify-content:center}.mkt-role-group-grid{grid-template-columns:1fr}.mkt-role-matrix-legend{gap:.75rem 1.25rem}.mkt-hero{padding:3.5rem 0 2.5rem}.mkt-tenant-diagram{padding:1.25rem}.mkt-tenant-diagram-connectors{display:none}.mkt-tenant-diagram-tenants{grid-template-columns:1fr;gap:.75rem}.mkt-tenant-diagram-footer{flex-direction:column;gap:.5rem}}@media(min-width:769px){.mkt-mobile-nav{display:none!important}}@media(min-width:961px){.mkt-preview-grid-3,.mkt-pain-grid-7{grid-template-columns:repeat(3,1fr)}.mkt-flow{flex-wrap:nowrap;align-items:stretch}.mkt-flow-step{max-width:none;flex:1 1 0}.mkt-apply-process{flex-wrap:nowrap}.mkt-apply-process-connector{display:block;position:absolute;top:20px;right:-12px;width:24px;height:2px;background:var(--mkt-border)}.mkt-apply-process-step:last-child .mkt-apply-process-connector{display:none}}.mkt-hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}
