.landing-nav{z-index:50;background:#fff;border-bottom:1px solid #eef0f2;position:sticky;top:0}html.dark .landing-nav{background:var(--landing-surface);border-bottom-color:var(--landing-border)}.landing-nav__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:.5rem 1.25rem;display:grid}@media (max-width:1023px){.landing-nav__inner{grid-template-columns:1fr auto}}.landing-nav__logo{flex-shrink:0;justify-self:start;align-items:center;min-width:12rem;text-decoration:none;display:flex}.landing-nav__logo .webdenn-logo{max-width:18rem;height:4.5rem}.webdenn-logo{object-fit:contain;border-radius:8px;width:auto;max-width:15rem;height:3.5rem;display:block}.webdenn-logo--footer{max-width:18rem;height:4.25rem}.webdenn-logo--footer-minimal{max-width:20rem;height:4.75rem}.webdenn-logo--sidebar{max-width:13rem;height:3rem}.landing-nav__links{grid-column:2;justify-content:center;justify-self:center;align-items:center;gap:.35rem;display:none}@media (min-width:1024px){.landing-nav__links{display:flex}}.landing-nav__link{font-family:var(--font-display);color:#3d4f5f;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}html.dark .landing-nav__link{color:var(--landing-muted)}.landing-nav__link:hover{color:#0f172a;background:#f4f6f8}html.dark .landing-nav__link:hover{color:var(--landing-text);background:var(--landing-surface-2)}.landing-nav__link.is-active{color:#0f172a;background:#eef1f4}html.dark .landing-nav__link.is-active{color:var(--landing-text);background:var(--landing-surface-2)}.landing-nav__chevron{opacity:.55;width:.9rem;height:.9rem;transition:transform .2s}.landing-nav__chevron.is-open{transform:rotate(180deg)}.landing-nav__dropdown{position:relative}.landing-nav__dropdown-menu{background:#fff;border:1px solid #eef0f2;border-radius:12px;min-width:200px;padding:.35rem;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 12px 40px -12px #0f172a2e}html.dark .landing-nav__dropdown-menu{border-color:var(--landing-border);background:var(--landing-surface);box-shadow:var(--landing-shadow)}.landing-nav__dropdown-item{color:#3d4f5f;border-radius:8px;padding:.55rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}html.dark .landing-nav__dropdown-item{color:var(--landing-muted)}.landing-nav__dropdown-item:hover{color:#0f172a;background:#f4f6f8}html.dark .landing-nav__dropdown-item:hover{background:var(--landing-surface-2);color:var(--landing-text)}.landing-nav__actions{flex-shrink:0;grid-column:3;justify-self:end;align-items:center;gap:.65rem;display:flex}@media (max-width:1023px){.landing-nav__actions{grid-column:2}}.landing-nav__theme-override.app-theme-toggle{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#f8fafc;border-color:#eef0f2;border-radius:9999px;padding:.2rem}html.dark .landing-nav__theme-override.app-theme-toggle{border-color:var(--landing-border);background:var(--landing-surface-2)}.landing-nav__theme-override .app-theme-toggle__btn{font-family:var(--font-display);border-radius:9999px;padding:.35rem .65rem;font-size:.75rem}.landing-nav__theme-override .app-theme-toggle__btn span{display:none}@media (min-width:640px){.landing-nav__theme-override .app-theme-toggle__btn span{display:inline}.landing-nav__theme-override .app-theme-toggle__btn{padding:.4rem .75rem;font-size:.8125rem}}.landing-nav__theme-override .app-theme-toggle__btn.is-active{color:#fff;box-shadow:none;background:#111827}html.dark .landing-nav__theme-override .app-theme-toggle__btn.is-active{background:var(--landing-text);color:var(--bg)}.landing-nav__theme-override--mobile{justify-content:center;width:100%;margin-top:.5rem}.landing-nav__theme-override--mobile .app-theme-toggle__btn{flex:1;justify-content:center;padding:.65rem 1rem;font-size:.9375rem}.landing-nav__theme-override--mobile .app-theme-toggle__btn span{display:inline}.landing-nav__theme{background:#f8fafc;border:1px solid #eef0f2;border-radius:9999px;align-items:center;padding:.2rem;display:flex}html.dark .landing-nav__theme{border-color:var(--landing-border);background:var(--landing-surface-2)}.landing-nav__theme-btn{font-family:var(--font-display);color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}html.dark .landing-nav__theme-btn{color:var(--landing-muted)}.landing-nav__theme-btn:hover{color:#0f172a}html.dark .landing-nav__theme-btn:hover{color:var(--landing-text)}.landing-nav__theme-btn.is-active{color:#fff;background:#111827}html.dark .landing-nav__theme-btn.is-active{background:var(--landing-text);color:var(--bg)}.landing-nav__theme-label{display:none}@media (min-width:640px){.landing-nav__theme-label{display:inline}.landing-nav__theme-btn{padding:.4rem .75rem;font-size:.8125rem}}.landing-nav__cta{font-family:var(--font-display);color:#fff;white-space:nowrap;background:#111827;border-radius:9999px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.landing-nav__login{font-family:var(--font-display);color:#3d4f5f;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;padding:.55rem 1rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:none}html.dark .landing-nav__login{color:var(--landing-muted);border-color:var(--landing-border);background:var(--landing-surface-2)}.landing-nav__login:hover{color:#0f172a;background:#f4f6f8;border-color:#cbd5e1}.landing-nav__login.is-active{color:#0a8fc4;background:#0a8fc414;border-color:#0a8fc459}html.dark .landing-nav__login.is-active{color:#38bdf8;background:#0a8fc41f;border-color:#38bdf859}html.dark .landing-nav__login:hover{color:var(--landing-text);background:var(--landing-surface)}@media (min-width:640px){.landing-nav__login{display:inline-flex}}.landing-nav__cta:hover{background:#1f2937;transform:translateY(-1px)}.landing-nav__toggle{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #eef0f2;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .15s;display:flex}html.dark .landing-nav__toggle{border-color:var(--landing-border);background:var(--landing-surface-2);color:var(--landing-text)}.landing-nav__toggle:hover{background:#f4f6f8}@media (min-width:1024px){.landing-nav__toggle{display:none}}.landing-nav__mobile{pointer-events:none;visibility:hidden;opacity:0;transition:opacity .2s,visibility .2s}.landing-nav__mobile.is-open{pointer-events:auto;visibility:visible;opacity:1}@media (min-width:1024px){.landing-nav__mobile{display:none}}.landing-nav__mobile-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a59;position:fixed;inset:4.25rem 0 0}.landing-nav__mobile-panel{background:#fff;border-bottom:1px solid #eef0f2;max-height:calc(100dvh - 4.25rem);padding:1rem 1.25rem 1.25rem;position:fixed;top:4.25rem;left:0;right:0;overflow-y:auto;box-shadow:0 16px 48px -16px #0f172a33}html.dark .landing-nav__mobile-panel{background:var(--landing-surface);border-bottom-color:var(--landing-border)}.landing-nav__mobile-links{flex-direction:column;gap:.25rem;display:flex}.landing-nav__mobile-link{width:100%;font-family:var(--font-display);color:#3d4f5f;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem .85rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}html.dark .landing-nav__mobile-link{color:var(--landing-muted)}.landing-nav__mobile-link:hover,.landing-nav__mobile-link.is-active{color:#0f172a;background:#eef1f4}html.dark .landing-nav__mobile-link:hover,html.dark .landing-nav__mobile-link.is-active{background:var(--landing-surface-2);color:var(--landing-text)}.landing-nav__mobile-sub{flex-direction:column;gap:.15rem;padding:.25rem 0 .5rem .85rem;display:flex}.landing-nav__mobile-sub-link{color:#64748b;border-radius:8px;padding:.55rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.landing-nav__mobile-sub-link:hover{color:#0f172a;background:#f4f6f8}.landing-nav__mobile-login{width:100%;font-family:var(--font-display);color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;justify-content:center;align-items:center;margin-top:.75rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}html.dark .landing-nav__mobile-login{color:var(--landing-text);border-color:var(--landing-border);background:var(--landing-surface-2)}.landing-nav__mobile-cta{width:100%;font-family:var(--font-display);color:#fff;background:#111827;border-radius:9999px;justify-content:center;align-items:center;gap:.4rem;margin-top:.75rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.landing-nav__mobile-panel .landing-nav__theme{justify-content:center;width:100%;margin-top:1rem;padding:.25rem}.landing-nav__mobile-panel .landing-nav__theme-btn{flex:1;justify-content:center;padding:.55rem .75rem;font-size:.875rem}.landing-nav__mobile-panel .landing-nav__theme-label{display:inline}@media (max-width:480px){.landing-nav__actions .landing-nav__cta{display:none}}@media (min-width:481px) and (max-width:1023px){.landing-nav__cta{padding:.55rem 1rem;font-size:.8125rem}}
.landing-footer{background:linear-gradient(180deg, var(--landing-surface-2) 0%, var(--landing-surface) 100%);border-top:1px solid var(--landing-border);color:var(--landing-text);margin-top:auto;position:relative;overflow:hidden}html.dark .landing-footer{background:linear-gradient(180deg, #0a0e18 0%, var(--landing-surface) 100%)}.landing-footer__glow{pointer-events:none;background:radial-gradient(circle,#0a8fc41f 0%,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-80px}html.dark .landing-footer__glow{background:radial-gradient(circle,#0a8fc42e 0%,#0000 68%)}.landing-footer__cta{z-index:1;border-bottom:1px solid var(--landing-border);position:relative}.landing-footer__cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem 2rem;max-width:1280px;margin:0 auto;padding:2.75rem 1.25rem;display:flex}.landing-footer__cta-badge{letter-spacing:.08em;text-transform:uppercase;color:#0a8fc4;background:#0a8fc41a;border:1px solid #0a8fc42e;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.65rem;padding:.3rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex}.landing-footer__cta-title{letter-spacing:-.03em;margin:0 0 .45rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;line-height:1.2}.landing-footer__cta-text{max-width:32rem;color:var(--landing-muted);margin:0;font-size:.92rem;line-height:1.55}.landing-footer__cta-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.landing-footer__cta-primary{color:#fff;background:linear-gradient(120deg,#0a8fc4 0%,#0891b2 100%);border-radius:999px;align-items:center;gap:.45rem;padding:.75rem 1.25rem;font-size:.88rem;font-weight:650;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 10px 28px #0a8fc447}.landing-footer__cta-primary:hover{transform:translateY(-1px);box-shadow:0 14px 36px #0a8fc452}.landing-footer__cta-secondary{border:1px solid var(--landing-border);background:var(--landing-surface);color:var(--landing-text);border-radius:999px;align-items:center;padding:.75rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.landing-footer__cta-secondary:hover{color:#0a8fc4;border-color:#0a8fc459}.landing-footer__main{z-index:1;max-width:1280px;margin:0 auto;padding:2.75rem 1.25rem 2.25rem;position:relative}.landing-footer__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);align-items:start;gap:3rem 4rem;display:grid}@media (max-width:900px){.landing-footer__grid{grid-template-columns:1fr;gap:2.25rem}}.landing-footer__brand-link{margin-bottom:1rem;text-decoration:none;display:inline-flex}.landing-footer__tagline{max-width:20rem;color:var(--landing-muted);margin:0 0 1.35rem;font-size:.875rem;line-height:1.65}.landing-footer__social{gap:.55rem;display:flex}.landing-footer__social-btn{border:1px solid var(--landing-border);background:var(--landing-surface);width:2.35rem;height:2.35rem;color:var(--landing-muted);border-radius:11px;place-items:center;transition:color .15s,border-color .15s,background .15s,transform .15s;display:grid}.landing-footer__social-btn:hover{color:#0a8fc4;background:#0a8fc40f;border-color:#0a8fc459;transform:translateY(-2px)}.landing-footer__cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 1.5rem;display:grid}@media (max-width:640px){.landing-footer__cols{grid-template-columns:1fr 1fr;gap:1.75rem 1.25rem}.landing-footer__cols .landing-footer__col:last-child{grid-column:1/-1}}@media (max-width:420px){.landing-footer__cols{grid-template-columns:1fr}}.landing-footer__col-title{letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted);margin:0 0 1rem;font-size:.72rem;font-weight:700}.landing-footer__links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.landing-footer__link{color:var(--landing-text);opacity:.88;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,opacity .15s,transform .15s;display:inline-flex}.landing-footer__link:hover{color:#0a8fc4;opacity:1;transform:translate(2px)}.landing-footer__link--mail{color:var(--landing-muted);font-size:.82rem}.landing-footer__link--mail:hover{color:#0a8fc4}.landing-footer__bar{z-index:1;border-top:1px solid var(--landing-border);position:relative}.landing-footer__bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;max-width:1280px;margin:0 auto;padding:1.1rem 1.25rem;display:flex}.landing-footer__copyright,.landing-footer__made-in{color:var(--landing-muted);margin:0;font-size:.78rem}.landing-footer__made-in{opacity:.75}.landing-footer--minimal{background:var(--landing-surface);border-top:1px solid var(--landing-border)}.landing-footer__minimal-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem 1.5rem;max-width:1280px;margin:0 auto;padding:1.35rem 1.25rem;display:grid}.landing-footer--minimal .landing-footer__brand-link{justify-self:start}.landing-footer__minimal-legal{flex-wrap:wrap;justify-content:center;justify-self:center;align-items:center;gap:.75rem 1.25rem;display:flex}.landing-footer--minimal .landing-footer__copyright{text-align:right;justify-self:end;margin:0}.landing-footer__bar-legal{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;display:flex}.landing-footer__bar-link{color:var(--landing-muted);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s}.landing-footer__bar-link:hover{color:#0a8fc4}.landing-footer__minimal-link{color:var(--landing-muted);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.landing-footer__minimal-link:hover{color:#0a8fc4}@media (max-width:639px){.landing-footer__minimal-inner{text-align:center;grid-template-columns:1fr}.landing-footer--minimal .landing-footer__brand-link,.landing-footer__minimal-legal,.landing-footer--minimal .landing-footer__copyright{text-align:center;justify-self:center}.landing-footer__cta-inner,.landing-footer__bar-inner{flex-direction:column;align-items:flex-start}}
