*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#app{min-height:100%}body{font-family:var(--pm-font-sans);background:var(--pm-bg-page);color:var(--pm-text-primary);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--pm-accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--pm-focus-ring);outline-offset:2px}.landing-container{width:min(100% - 32px,1100px);margin-inline:auto}.section{padding-block:64px}@media (width<=768px){.section{padding-block:40px}}.section__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--pm-text-tertiary);margin:0 0 8px;font-size:.75rem;font-weight:600}.section__title{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.section__lead{max-width:42rem;color:var(--pm-text-secondary);margin:0 0 32px;font-size:1.0625rem}.card{background:var(--pm-bg-elevated);border:1px solid var(--pm-border);border-radius:var(--pm-radius-card);overflow:hidden}.card--padded{padding:20px}.btn{border-radius:var(--pm-radius-md);background:var(--pm-accent);min-height:40px;color:var(--pm-accent-fg);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:hover:not(:disabled):not(.btn--ghost){background:var(--pm-accent-hover);text-decoration:none}.btn--ghost{background:var(--pm-bg-muted);color:var(--pm-text-primary)}.btn--ghost:hover:not(:disabled){background:var(--pm-border);text-decoration:none}.btn--sm{min-height:36px;padding:0 12px;font-size:.875rem}.btn--block{width:100%}.btn--icon{border-radius:var(--pm-radius-sm);width:40px;min-width:40px;height:40px;min-height:40px;padding:0}.btn--icon.btn--sm{width:36px;min-width:36px;height:36px;min-height:36px}a.btn,a.btn:visited{color:var(--pm-accent-fg)}a.btn.btn--ghost,a.btn:visited.btn--ghost{color:var(--pm-text-primary)}.pill{letter-spacing:.04em;text-transform:uppercase;background:var(--pm-bg-muted);color:var(--pm-text-secondary);border-radius:999px;align-items:center;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.pill--planned{background:color-mix(in srgb, var(--pm-warn-bg) 80%, var(--pm-bg-elevated));color:var(--pm-warn-text)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}.app-logo{object-fit:contain;-webkit-user-select:none;user-select:none;flex-shrink:0;display:block}.app-logo--xs{width:24px;height:24px}.app-logo--sm{width:28px;height:28px}.app-logo--md{width:36px;height:36px}.app-logo--lg{width:56px;height:56px}.site-header{z-index:20;border-bottom:1px solid var(--pm-border);background:color-mix(in srgb, var(--pm-bg-elevated) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:64px;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex}.site-header__brand{min-width:0;color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.site-header__brand:hover{text-decoration:none}.site-header__title{letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:600}.site-header__nav{align-items:center;gap:20px;display:flex}.site-header__nav a{color:var(--pm-text-secondary);font-size:.875rem;font-weight:500;text-decoration:none}.site-header__nav a:hover{color:var(--pm-text-primary);text-decoration:none}.site-header__actions{align-items:center;gap:8px;display:flex}.site-footer{border-top:1px solid var(--pm-border);background:var(--pm-bg-subtle);padding-block:32px 40px}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer__copy{color:var(--pm-text-tertiary);margin:0;font-size:.875rem}.site-footer__links{flex-wrap:wrap;gap:16px;display:flex}.site-footer__links a{color:var(--pm-text-secondary);font-size:.875rem;text-decoration:none}.site-footer__links a:hover{color:var(--pm-text-primary);text-decoration:none}@media (width<=900px){.site-header__nav{display:none}}@media (width<=560px){.site-header__title{font-size:.9375rem}.site-header__actions .btn--sm:not(.btn--icon){display:none}}.lang-dropdown{display:inline-flex;position:relative}.lang-dropdown__trigger{border:1px solid var(--pm-border);border-radius:var(--pm-radius-sm);background:var(--pm-bg-muted);min-height:36px;color:var(--pm-text-secondary);letter-spacing:.04em;cursor:pointer;align-items:center;gap:6px;padding:0 10px;font-size:.75rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.lang-dropdown__trigger:hover{border-color:var(--pm-border-strong);color:var(--pm-text-primary);background:var(--pm-bg-elevated)}.lang-dropdown__trigger[aria-expanded=true]{border-color:var(--pm-border-strong);color:var(--pm-text-primary);box-shadow:var(--pm-shadow-sm)}.lang-dropdown__value{text-align:center;min-width:1.5rem}.lang-dropdown__chevron{opacity:.85;border-bottom:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:6px;height:6px;display:block;transform:rotate(45deg)translateY(-1px)}.lang-dropdown__trigger[aria-expanded=true] .lang-dropdown__chevron{transform:rotate(-135deg)translateY(1px)}.lang-dropdown__menu{z-index:30;border:1px solid var(--pm-border);border-radius:var(--pm-radius-sm);background:var(--pm-bg-elevated);min-width:100%;box-shadow:var(--pm-shadow-md);margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 6px);right:0}.lang-dropdown__option{border-radius:calc(var(--pm-radius-sm) - 2px);width:100%;min-height:32px;color:var(--pm-text-secondary);letter-spacing:.04em;text-align:left;cursor:pointer;background:0 0;border:none;padding:6px 10px;font-size:.75rem;font-weight:600;display:block}.lang-dropdown__option:hover{background:var(--pm-bg-muted);color:var(--pm-text-primary)}.lang-dropdown__option--current{background:var(--pm-accent);color:var(--pm-accent-fg)}.lang-dropdown__option--current:hover{background:var(--pm-accent-hover);color:var(--pm-accent-fg)}.hero{padding-block:48px 72px}@media (width<=768px){.hero{padding-block:32px 48px}}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@media (width<=900px){.hero__grid{grid-template-columns:1fr;gap:32px}}.hero__title{letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(2rem,4.5vw,2.75rem);font-weight:600;line-height:1.15}.hero__subtitle{color:var(--pm-text-secondary);max-width:34rem;margin:0 0 24px;font-size:1.125rem}.hero__note{color:var(--pm-text-tertiary);margin:12px 0 0;font-size:.875rem}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.steps-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.steps-grid{grid-template-columns:1fr}}.step-card{height:100%;padding:20px}.step-card__num{background:var(--pm-bg-muted);width:28px;height:28px;color:var(--pm-text-tertiary);border-radius:999px;justify-content:center;align-items:center;margin-bottom:12px;font-size:.8125rem;font-weight:600;display:inline-flex}.step-card__title{margin:0 0 8px;font-size:1rem;font-weight:600}.step-card__text{color:var(--pm-text-secondary);margin:0;font-size:.9375rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.features-grid{grid-template-columns:1fr}}.feature-card{height:100%;padding:20px}.feature-card__icon{border-radius:var(--pm-radius-md);background:var(--pm-bg-muted);width:40px;height:40px;color:var(--pm-text-secondary);justify-content:center;align-items:center;margin-bottom:14px;display:flex}.feature-card__title{margin:0 0 8px;font-size:1rem;font-weight:600}.feature-card__text{color:var(--pm-text-secondary);margin:0;font-size:.9375rem}.security-section{background:var(--pm-bg-subtle)}.security-grid{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}@media (width<=768px){.security-grid{grid-template-columns:1fr}}.security-list{gap:12px;margin:2rem 0 0;padding:0;list-style:none;display:grid}@media (width<=768px){.security-list{margin-top:1.5rem}}.security-list li{color:var(--pm-text-secondary);align-items:flex-start;gap:10px;font-size:.9375rem;display:flex}.security-list__icon{color:var(--pm-success-text);flex-shrink:0;margin-top:2px}.pricing-intro{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border);background:var(--pm-bg-elevated);color:var(--pm-text-secondary);margin:0 0 24px;padding:16px 20px;font-size:.9375rem}.pricing-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=900px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.pricing-grid{grid-template-columns:1fr}}.pricing-card{flex-direction:column;gap:12px;height:100%;padding:20px;display:flex}.pricing-card__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.pricing-card__name{margin:0;font-size:1.0625rem;font-weight:600}.pricing-card__price{margin:0;font-size:1.25rem;font-weight:600}.pricing-card__list{flex:1;gap:8px;margin:0;padding:0;list-style:none;display:grid}.pricing-card__list li{color:var(--pm-text-secondary);padding-left:14px;font-size:.875rem;position:relative}.pricing-card__list li:before{content:"";background:var(--pm-text-tertiary);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.faq-list{gap:12px;max-width:48rem;display:grid}.faq-item{border:1px solid var(--pm-border);border-radius:var(--pm-radius-card);background:var(--pm-bg-elevated);overflow:hidden}.faq-item summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{content:""}.faq-item summary:after{content:"";border-right:1.5px solid var(--pm-text-tertiary);border-bottom:1.5px solid var(--pm-text-tertiary);opacity:.85;flex-shrink:0;width:7px;height:7px;margin-right:2px;transition:transform .15s;transform:rotate(45deg)translateY(-1px)}.faq-item summary:hover:after{border-color:var(--pm-text-secondary)}.faq-item[open] summary:after{transform:rotate(-135deg)translateY(1px)}.faq-item__body{color:var(--pm-text-secondary);padding:0 20px 16px;font-size:.9375rem}.cta-section{background:var(--pm-bg-muted)}.cta-box{text-align:center;border-radius:var(--pm-radius-card);border:1px solid var(--pm-border);background:var(--pm-bg-elevated);box-shadow:var(--pm-shadow-md);padding:48px 24px}.cta-box__title{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.cta-box__lead{max-width:36rem;color:var(--pm-text-secondary);margin:0 auto 24px}.cta-box__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.product-mockup{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-strong);background:var(--pm-bg-elevated);box-shadow:var(--pm-shadow-md);overflow:hidden}.product-mockup__chrome{border-bottom:1px solid var(--pm-border);background:var(--pm-bg-subtle);align-items:center;gap:6px;padding:12px 16px;display:flex}.product-mockup__dot{background:var(--pm-border-strong);border-radius:50%;width:8px;height:8px}.product-mockup__body{gap:12px;padding:16px;display:grid}.product-mockup__hero{border-radius:var(--pm-radius-md);background:var(--pm-bg-muted);padding:16px}.product-mockup__hero-title{margin:0 0 6px;font-size:.875rem;font-weight:600}.product-mockup__hero-text{color:var(--pm-text-secondary);margin:0;font-size:.75rem;line-height:1.45}.product-mockup__tiles{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.product-mockup__tile{border-radius:var(--pm-radius-md);border:1px solid var(--pm-border);background:var(--pm-bg-elevated);padding:12px}.product-mockup__tile-label{text-transform:uppercase;letter-spacing:.04em;color:var(--pm-text-tertiary);margin-bottom:4px;font-size:.625rem;display:block}.product-mockup__tile-value{font-size:.8125rem;font-weight:600}.product-mockup__draft{border-radius:var(--pm-radius-md);border:1px dashed var(--pm-border-strong);background:color-mix(in srgb, var(--pm-success-bg) 50%, var(--pm-bg-elevated));padding:14px}.product-mockup__draft-label{color:var(--pm-success-text);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:.6875rem;font-weight:600}.product-mockup__draft-text{color:var(--pm-text-primary);margin:0;font-size:.8125rem;line-height:1.5}
