.lp-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;background-color:var(--wc-accent, #25285e)}.lp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/lp-hero-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.lp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,color-mix(in srgb,#0a0c1e 90%,transparent),color-mix(in srgb,#0a0c1e 78%,transparent) 42%,color-mix(in srgb,#0a0c1e 40%,transparent)),linear-gradient(180deg,color-mix(in srgb,#0a0c1e 35%,transparent) 0%,transparent 30%,color-mix(in srgb,#0a0c1e 45%,transparent) 100%)}.lp-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem clamp(1.25rem,5vw,4rem)}.lp-nav__brand{display:inline-flex;align-items:center;gap:.625rem;color:#fff;font-weight:700;letter-spacing:.04em;font-size:1.0625rem;white-space:nowrap}.lp-nav__brand-mark{width:1.5rem;height:1.5rem;flex:none}.lp-nav__menu{display:none;align-items:center;gap:clamp(1.25rem,3vw,2.5rem)}.lp-nav__link{color:#ffffffd1;font-size:.9375rem;font-weight:500;transition:color var(--wc-trans-base, .15s ease)}.lp-nav__link:hover{color:#fff}@media(min-width:768px){.lp-nav__menu{display:flex}}.lp-hero__inner{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding:clamp(2rem,6vw,5rem) clamp(1.25rem,5vw,4rem) clamp(3rem,8vw,6rem)}.lp-hero__content{max-width:46rem}.lp-hero__title{color:#fff;font-weight:700;font-size:clamp(2.125rem,5.2vw,3.5rem);line-height:1.22;letter-spacing:-.02em;text-wrap:balance}.lp-hero__lead{margin-top:1.5rem;color:#ffffffdb;font-size:clamp(1.0625rem,1.6vw,1.25rem);line-height:1.7;max-width:36rem}.lp-hero__note{margin-top:1.25rem;font-size:.875rem;color:#ffffffb3}.lp-hero__actions{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.875rem}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--wc-radius-md, 4px);font-weight:600;font-size:1rem;line-height:1;transition:background-color var(--wc-trans-base, .15s ease),color var(--wc-trans-base, .15s ease),border-color var(--wc-trans-base, .15s ease),transform var(--wc-trans-base, .15s ease)}.lp-btn:active{transform:translateY(1px)}.lp-btn--primary{background-color:#fff;color:var(--wc-accent, #25285e)}.lp-btn--primary:hover{background-color:#ffffffe0}.lp-btn--ghost{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}.lp-btn--ghost:hover{background-color:#ffffff1f;border-color:#fff}.lp-section{padding:clamp(3.5rem,8vw,6rem) clamp(1.25rem,5vw,4rem);background-color:var(--wc-surface, #fff)}.lp-container{max-width:72rem;margin:0 auto}.lp-section__title{text-align:center;font-size:clamp(1.75rem,3.6vw,2.5rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--wc-text)}.lp-section__rule{width:48px;height:3px;margin:1rem auto 0;border-radius:9999px;background-color:var(--wc-accent, #25285e)}.lp-section__lead{margin:1.5rem auto 0;max-width:40rem;text-align:center;font-size:1.0625rem;line-height:1.9;color:var(--wc-text-muted)}.lp-section--dark .lp-section__lead{color:#ffffffd9}.lp-values__grid{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.lp-values__grid{grid-template-columns:repeat(3,1fr)}}.lp-value-card{background-color:var(--wc-surface, #fff);border:1px solid var(--wc-border, #e5e5e5);border-radius:var(--wc-radius-lg, 6px);box-shadow:var(--wc-shadow-sm);padding:1.5rem}.lp-value-card__visual{aspect-ratio:4 / 3;border-radius:var(--wc-radius-md, 4px);overflow:hidden;background-color:#fff}.lp-value-card__visual img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.lp-value-card__num{margin-top:1.25rem;font-size:.875rem;font-weight:700;letter-spacing:.12em;color:var(--wc-accent, #25285e)}.lp-value-card__title{margin-top:.25rem;font-size:1.375rem;font-weight:700;color:var(--wc-text)}.lp-value-card__desc{margin-top:.5rem;font-size:.9375rem;line-height:1.7;color:var(--wc-text-muted)}.lp-section--alt{background-color:var(--wc-surface-elev, #f5f5f5)}.lp-section--dark{background-color:var(--wc-accent, #25285e)}.lp-section--dark .lp-section__title{color:#fff}.lp-section--dark .lp-section__rule{background-color:#fff}.lp-grid-3{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.lp-grid-3{grid-template-columns:repeat(3,1fr)}}.lp-problem{text-align:center;padding:1.5rem}.lp-problem__icon{display:block;width:2.5rem;height:2.5rem;margin:0 auto;color:var(--wc-accent, #25285e)}.lp-problem__title{margin-top:1rem;font-size:1.125rem;font-weight:700;color:var(--wc-text)}.lp-problem__desc{margin-top:.5rem;font-size:.9375rem;line-height:1.7;color:var(--wc-text-muted)}.lp-demo{text-align:center}.lp-demo__lead{margin:1.25rem auto 0;max-width:40rem;color:#ffffffd9;font-size:1.0625rem;line-height:1.7}.lp-demo__frame{margin:clamp(2rem,5vw,3rem) auto;max-width:48rem;background-color:#fff;border-radius:var(--wc-radius-lg, 6px);overflow:hidden;box-shadow:var(--wc-shadow-xl)}.lp-demo__frame img{display:block;width:100%}.lp-feature-grid{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.lp-feature-grid{grid-template-columns:repeat(3,1fr)}}.lp-feature{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center;padding:1.5rem 1rem;background-color:var(--wc-surface, #fff);border:1px solid var(--wc-border, #e5e5e5);border-radius:var(--wc-radius-md, 4px)}.lp-feature__icon{width:1.75rem;height:1.75rem;color:var(--wc-accent, #25285e)}.lp-feature__label{font-size:.9375rem;font-weight:600;color:var(--wc-text)}.lp-feature__desc{font-size:.8125rem;line-height:1.5;color:var(--wc-text-muted)}.lp-step{text-align:center;padding:1.75rem;background-color:var(--wc-surface, #fff);border:1px solid var(--wc-border, #e5e5e5);border-radius:var(--wc-radius-lg, 6px)}.lp-step__no{font-size:.8125rem;font-weight:700;letter-spacing:.1em;color:var(--wc-accent, #25285e)}.lp-step__icon{display:block;width:2.5rem;height:2.5rem;margin:1rem auto 0;color:var(--wc-accent, #25285e)}.lp-step__title{margin-top:.75rem;font-size:1.125rem;font-weight:700;color:var(--wc-text)}.lp-step__desc{margin-top:.5rem;font-size:.9375rem;line-height:1.7;color:var(--wc-text-muted)}.lp-compare{margin-top:clamp(2.5rem,5vw,3.5rem);overflow-x:auto}.lp-compare__table{width:100%;min-width:560px;border-collapse:collapse}.lp-compare__table th,.lp-compare__table td{padding:.875rem 1rem;text-align:center;border-bottom:1px solid var(--wc-border, #e5e5e5)}.lp-compare__table th:first-child,.lp-compare__table td:first-child{text-align:left;font-weight:500;color:var(--wc-text)}.lp-compare__table thead th{font-size:.9375rem;font-weight:600;color:var(--wc-text-muted)}.lp-compare__table .is-own{background-color:color-mix(in srgb,var(--wc-accent, #25285e) 6%,#fff)}.lp-compare__table thead th.is-own{color:var(--wc-accent, #25285e);font-weight:700}.lp-compare__table .lp-ck,.lp-compare__table .lp-x,.lp-compare__table .lp-tri{display:inline-block;width:1.25rem;height:1.25rem}.lp-compare__table .lp-ck{color:var(--wc-success, #1f7a4d)}.lp-compare__table .lp-x,.lp-compare__table .lp-tri{color:var(--wc-text-faint, #737373)}.lp-usecase{display:flex;align-items:center;gap:1rem;padding:1.5rem;background-color:var(--wc-surface, #fff);border:1px solid var(--wc-border, #e5e5e5);border-radius:var(--wc-radius-lg, 6px)}.lp-usecase__icon{flex:none;width:2rem;height:2rem;color:var(--wc-accent, #25285e)}.lp-usecase__body{display:flex;flex-direction:column}.lp-usecase__label{font-weight:600;color:var(--wc-text)}.lp-usecase__desc{margin-top:.125rem;font-size:.8125rem;line-height:1.5;color:var(--wc-text-muted)}.lp-secure-grid{margin-top:clamp(2.5rem,5vw,3.5rem);display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.lp-secure-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lp-secure-grid{grid-template-columns:repeat(4,1fr)}}.lp-secure{text-align:center;padding:1.5rem}.lp-secure__icon{display:block;width:2.5rem;height:2.5rem;margin:0 auto;color:var(--wc-accent, #25285e)}.lp-secure__title{margin-top:1rem;font-size:1.0625rem;font-weight:700;color:var(--wc-text)}.lp-secure__desc{margin-top:.5rem;font-size:.875rem;line-height:1.7;color:var(--wc-text-muted)}.lp-cta__inner{text-align:center;max-width:42rem;margin:0 auto}.lp-cta__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;color:#fff}.lp-cta__lead{margin-top:1rem;color:#ffffffd9;font-size:1.0625rem;line-height:1.7}.lp-cta .lp-btn{margin-top:2rem}.lp-btn--lg{padding:1rem 2.25rem;font-size:1.0625rem}.lp-footer{background-color:#0a0c1e;padding:2rem clamp(1.25rem,5vw,4rem)}.lp-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.lp-footer__brand{color:#fff;font-weight:700;letter-spacing:.04em}.lp-footer__copy{color:#fff9;font-size:.8125rem}
