@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Source+Sans+3:wght@400;600;700;800&family=IBM+Plex+Mono:wght@400;600&display=swap";:root{font-family:"Source Sans 3",Segoe UI,Tahoma,sans-serif;color:#111422;background:#f2f5f9}*{box-sizing:border-box}body{margin:0;color:#1a2738;background:linear-gradient(180deg,#f2f5f9,#ecf0f5);line-height:1.45;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}.app-toast-viewport{position:fixed;top:max(18px,env(safe-area-inset-top));right:max(18px,env(safe-area-inset-right));z-index:10000;display:grid;width:min(400px,calc(100vw - 36px));gap:12px;pointer-events:none}.app-toast{--toast-accent: #1f7a4d;--toast-icon-bg: #e8f6ee;position:relative;display:grid;grid-template-columns:40px minmax(0,1fr) 32px;align-items:start;gap:12px;min-height:72px;overflow:hidden;padding:14px 12px 14px 14px;border:1px solid rgba(31,122,77,.24);border-left:4px solid var(--toast-accent);border-radius:16px;background:#fffffffa;color:#1a2738;box-shadow:0 20px 48px #0f172a2e,0 3px 10px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto;animation:app-toast-enter .22s cubic-bezier(.2,.8,.2,1) both}.app-toast[data-tone=error]{--toast-accent: #b42318;--toast-icon-bg: #fff0ef;border-color:#b423183d;border-left-color:var(--toast-accent)}.app-toast-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--toast-icon-bg);color:var(--toast-accent);font-size:1.05rem;font-weight:900;line-height:1}.app-toast-copy{display:grid;min-width:0;gap:3px;padding-top:1px}.app-toast-copy strong{color:#142235;font-size:.92rem;font-weight:850;line-height:1.25}.app-toast-copy>span{max-height:min(34vh,190px);overflow:auto;color:#4b5d70;font-size:.86rem;font-weight:650;line-height:1.4;overflow-wrap:anywhere}.app-toast-close{display:grid;width:32px;height:32px;margin:-3px -2px 0 0;padding:0;place-items:center;border:0;border-radius:10px;background:transparent;color:#607187;font:inherit;font-size:1.25rem;line-height:1;cursor:pointer}.app-toast-close:hover,.app-toast-close:focus-visible{background:#eef2f6;color:#18283b;outline:none}.app-toast-progress{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--toast-accent);opacity:.62;transform-origin:left center;animation:app-toast-countdown var(--toast-duration) linear forwards;animation-play-state:running}.app-toast-progress[data-paused=true]{animation-play-state:paused}.layout.theme-dark .app-toast{border-color:#67c29057;background:#152537fa;color:#edf4fb;box-shadow:0 22px 54px #01081275,0 3px 12px #01081247}.layout.theme-dark .app-toast[data-tone=error]{border-color:#f8717161}.layout.theme-dark .app-toast-copy strong{color:#f7fbff}.layout.theme-dark .app-toast-copy>span{color:#c8d5e3}.layout.theme-dark .app-toast-close{color:#bac8d6}.layout.theme-dark .app-toast-close:hover,.layout.theme-dark .app-toast-close:focus-visible{background:#ffffff1a;color:#fff}@keyframes app-toast-enter{0%{opacity:0;transform:translate3d(20px,-6px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes app-toast-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:640px){.app-toast-viewport{top:max(12px,env(safe-area-inset-top));right:12px;left:12px;width:auto}.app-toast{grid-template-columns:36px minmax(0,1fr) 32px;min-height:66px;padding:12px 10px 12px 12px;border-radius:14px}.app-toast-icon{width:36px;height:36px;border-radius:10px}}@media(prefers-reduced-motion:reduce){.app-toast,.app-toast-progress{animation:none}}.landing-shell{--bg-canvas-start: #f2f5f9;--bg-canvas-end: #ecf0f5;--ink: #1a2738;--ink-soft: #435467;--ink-muted: #67788b;--surface: #ffffff;--surface-soft: #f8fafc;--surface-alt: #f3f6fa;--line: #d4dde8;--line-strong: #c2cedc;--brand: #1c3a59;--brand-strong: #132f4b;--brand-soft: #eef3f9;--accent: #9b7b3f;--success: #1f7a4d;--success-bg: #e8f6ee;--danger: #a6291f;--danger-bg: #fdeceb;--radius-xs: 8px;--radius-sm: 12px;--radius-md: 14px;--radius-lg: 16px;--radius-xl: 22px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 4px 12px rgba(16, 33, 56, .07);--shadow-md: 0 8px 18px rgba(16, 33, 56, .1);--shadow-lg: 0 24px 48px rgba(16, 33, 56, .14);min-height:100vh;background:linear-gradient(180deg,var(--bg-canvas-start) 0%,var(--bg-canvas-end) 100%);color:var(--ink);font-family:"Source Sans 3",Segoe UI,sans-serif;line-height:1.55}.landing-shell *,.landing-shell *:before,.landing-shell *:after{box-sizing:border-box}.landing-shell a{color:inherit}.landing-shell button,.landing-shell input,.landing-shell select,.landing-shell textarea{font:inherit}.landing-shell .wrap{max-width:1180px;margin:0 auto;padding:0 24px}.landing-shell .logo,.landing-shell .foot-brand{font-family:Merriweather,serif;font-weight:900;letter-spacing:-.01em;color:var(--brand)}.landing-shell .logo span,.landing-shell .foot-brand span{color:var(--accent)}.landing-shell .hero-title,.landing-shell .feature-title,.landing-shell .section-title,.landing-shell .final-title,.landing-shell .role-name,.landing-shell .module-name,.landing-shell .plan-card h3,.landing-shell .casos-title,.landing-shell .mini-dash-title,.landing-shell .cal-head,.landing-shell .sync-title,.landing-shell .ph-col-title,.landing-shell .ph-case-name{font-family:Merriweather,serif}.landing-shell .top{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:saturate(140%) blur(12px);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line)}.landing-shell .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.landing-shell .logo{font-size:22px}.landing-shell .nav-links,.landing-shell .nav-cta{display:flex;align-items:center;gap:28px}.landing-shell .nav-links a{text-decoration:none;color:var(--ink-soft);font-size:15px;font-weight:500}.landing-shell .nav-links a:hover,.landing-shell .nav-links a:focus-visible,.landing-shell .foot-list a:hover,.landing-shell .foot-list a:focus-visible{color:var(--brand)}.landing-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--radius-xs);border:1px solid transparent;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.landing-shell .btn:hover,.landing-shell .btn:focus-visible{transform:translateY(-1px)}.landing-shell .btn-primary{background:var(--brand);color:#f7fbff;border-color:var(--brand-strong);box-shadow:0 2px 6px #1839552e}.landing-shell .btn-primary:hover,.landing-shell .btn-primary:focus-visible{background:#234d74;box-shadow:0 4px 12px #1839553d}.landing-shell .btn-ghost{background:var(--surface-soft);border-color:#b8c8db;color:var(--ink)}.landing-shell .btn-ghost:hover,.landing-shell .btn-ghost:focus-visible{border-color:var(--brand)}.landing-shell .hero{padding:96px 0 72px;position:relative;overflow:hidden}.landing-shell .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(155,123,63,.1) 0%,transparent 38%),radial-gradient(circle at 82% 70%,rgba(28,58,89,.08) 0%,transparent 42%);pointer-events:none;z-index:0}.landing-shell .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.landing-shell .hero-eyebrow,.landing-shell .plan-badge,.landing-shell .feature-eyebrow,.landing-shell .section-eyebrow{letter-spacing:.12em;text-transform:uppercase}.landing-shell .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand);border:1px solid #c8d7e8;font-size:13px;font-weight:600;letter-spacing:.01em;margin-bottom:24px;text-transform:none}.landing-shell .dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}.landing-shell .hero-title{margin:0 0 22px;font-size:clamp(40px,5.4vw,60px);line-height:1.08;font-weight:900;letter-spacing:-.025em}.landing-shell .hero-title em{font-style:normal;background:linear-gradient(120deg,var(--brand) 0%,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-shell .hero-sub,.landing-shell .feature-sub,.landing-shell .section-sub,.landing-shell .final-sub{color:var(--ink-soft)}.landing-shell .hero-sub{margin:0 0 32px;max-width:540px;font-size:19px}.landing-shell .hero-cta,.landing-shell .final-actions,.landing-shell .access-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.landing-shell .hero-meta{margin-top:28px;display:flex;flex-wrap:wrap;gap:26px;color:var(--ink-muted);font-size:14px}.landing-shell .hero-meta-item{display:inline-flex;align-items:center;gap:8px}.landing-shell .hero-check{color:var(--success);font-weight:800}.landing-shell .hero-product{position:relative;height:480px}.landing-shell .ui-card,.landing-shell .product-mock,.landing-shell .role-card,.landing-shell .module-card,.landing-shell .plan-card,.landing-shell .access-card,.landing-shell .ph-stage,.landing-shell .ph-benefit{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.landing-shell .ui-card{border-radius:var(--radius-lg);padding:16px}.landing-shell .card-1{position:absolute;top:0;right:0;width:92%;height:380px;overflow:hidden}.landing-shell .card-2{position:absolute;left:0;bottom:0;width:56%;box-shadow:0 18px 42px #1021382e}.landing-shell .card-3{position:absolute;top:200px;right:-10px;width:240px;z-index:3;box-shadow:0 18px 42px #1021382e}.landing-shell .mini-dash-head,.landing-shell .casos-head,.landing-shell .ph-col-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid var(--line)}.landing-shell .mini-dash-title,.landing-shell .casos-title,.landing-shell .cal-head,.landing-shell .sync-title,.landing-shell .ph-col-title{font-weight:700}.landing-shell .mini-dash-title{font-size:14px}.landing-shell .mini-tabs{display:flex;flex-wrap:wrap;gap:6px}.landing-shell .mini-tab,.landing-shell .ph-tab{border-radius:10px;font-size:11px;border:1px solid #c8d4e3;background:var(--surface);color:#203550}.landing-shell .mini-tab{padding:4px 10px}.landing-shell .mini-tab.active{background:#1f4263;border-color:#173a5c;color:#f4f8fc}.landing-shell .mini-grid,.landing-shell .fin-summary,.landing-shell .ph-benefits,.landing-shell .plans-grid,.landing-shell .modules-grid,.landing-shell .foot-grid,.landing-shell .security-grid,.landing-shell .access-grid{display:grid}.landing-shell .mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.landing-shell .kpi,.landing-shell .fin-card,.landing-shell .kanban-col,.landing-shell .portal,.landing-shell .ph-col,.landing-shell .access-card,.landing-shell .ph-feed-item,.landing-shell .ph-src{border:1px solid var(--line)}.landing-shell .kpi{border-radius:12px;background:var(--surface-soft);padding:10px}.landing-shell .kpi-label,.landing-shell .fin-label,.landing-shell .ph-col-tag,.landing-shell .ph-timeline-head{font-size:10px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em}.landing-shell .kpi-value{margin-top:4px;font-size:18px;font-weight:700}.landing-shell .kpi-trend{margin-top:2px;font-size:10px;color:var(--success)}.landing-shell .kpi-trend.is-danger{color:var(--danger)}.landing-shell .mini-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--surface-alt);font-size:12px}.landing-shell .mini-row:last-child{border-bottom:none}.landing-shell .mini-avatar{width:22px;height:22px;flex-shrink:0;border-radius:999px;background:linear-gradient(160deg,#1f4468,#173958)}.landing-shell .mini-avatar.accent{background:linear-gradient(160deg,#9b7b3f,#c19958)}.landing-shell .mini-avatar.success{background:linear-gradient(160deg,#1f7a4d,#2ca065)}.landing-shell .mini-row-main{flex:1;min-width:0}.landing-shell .mini-row-title,.landing-shell .casos-cell strong,.landing-shell .kanban-card-title,.landing-shell .ph-feed-title,.landing-shell .ph-tl-title{color:var(--ink)}.landing-shell .mini-row-title{font-weight:500}.landing-shell .mini-row-meta,.landing-shell .casos-cell small,.landing-shell .kanban-card-meta,.landing-shell .ph-feed-meta,.landing-shell .ph-tl-meta,.landing-shell .access-card-copy,.landing-shell .access-proof,.landing-shell .foot-tag,.landing-shell .foot-bottom{color:var(--ink-muted)}.landing-shell .mini-row-meta{font-size:10px}.landing-shell .pill,.landing-shell .role-tag,.landing-shell .ph-case-status,.landing-shell .plan-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700}.landing-shell .pill{padding:2px 7px;font-size:9.5px;font-weight:800}.landing-shell .pill-green{background:#e7f5ee;border:1px solid #9dcdaf;color:#20663f}.landing-shell .pill-amber{background:#fff6d8;border:1px solid #e1c06a;color:#7b6110}.landing-shell .pill-red{background:#fde8e8;border:1px solid #f4b8b8;color:#9d2020}.landing-shell .cal-head{margin-bottom:10px;font-size:13px}.landing-shell .cal-day{display:flex;align-items:flex-start;gap:10px;padding:6px 0;border-bottom:1px solid var(--surface-alt)}.landing-shell .cal-day:last-child{border-bottom:none}.landing-shell .cal-time{width:38px;flex-shrink:0;font-size:10px;color:var(--ink-muted)}.landing-shell .cal-event{font-size:11px;color:var(--ink);line-height:1.35}.landing-shell .cal-pill{margin-top:4px;font-size:8px}.landing-shell .sync-card-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.landing-shell .sync-icon,.landing-shell .module-icon,.landing-shell .ph-b-icon{display:inline-flex;align-items:center;justify-content:center}.landing-shell .sync-icon{width:30px;height:30px;border-radius:8px;background:linear-gradient(140deg,var(--brand),var(--accent));color:#fff;font-size:14px;font-weight:800}.landing-shell .sync-sub,.landing-shell .ph-tab-meta{font-size:10px;color:var(--ink-muted)}.landing-shell .sync-progress{height:5px;margin:8px 0;border-radius:999px;overflow:hidden;background:var(--surface-alt)}.landing-shell .sync-progress>div{height:100%;background:linear-gradient(90deg,var(--brand),var(--accent))}.landing-shell .sync-status{font-size:10px;color:var(--success);font-weight:600}.landing-shell .trust{padding:48px 0 40px;text-align:center;background:#ffffff73;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-shell .trust-label{margin-bottom:22px;font-size:13px;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.12em}.landing-shell .trust-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:18px}.landing-shell .trust-chip{border:1px solid var(--line);border-radius:999px;padding:8px 14px;background:var(--surface);color:var(--ink-soft);font-size:13px;font-weight:600}.landing-shell .feature,.landing-shell .modules,.landing-shell .plans,.landing-shell .security,.landing-shell .access-section,.landing-shell .final-cta{padding:110px 0}.landing-shell .feature+.feature{border-top:1px solid var(--line)}.landing-shell .feature-grid,.landing-shell .security-grid,.landing-shell .access-grid{grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.landing-shell .feature-grid.reverse,.landing-shell .security-grid{grid-template-columns:1.1fr 1fr}.landing-shell .feature-eyebrow,.landing-shell .section-eyebrow{margin-bottom:16px;font-size:13px;font-weight:700;color:var(--accent);letter-spacing:.16em}.landing-shell .feature-title,.landing-shell .section-title,.landing-shell .final-title{margin:0 0 18px;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.landing-shell .feature-title{font-size:clamp(30px,3.4vw,40px);font-weight:900}.landing-shell .section-title{text-align:center;font-size:clamp(32px,3.6vw,44px);font-weight:900}.landing-shell .feature-sub,.landing-shell .section-sub{font-size:18px}.landing-shell .section-sub{max-width:720px;margin:0 auto 60px;text-align:center}.landing-shell .feature-list{list-style:none;padding:0;margin:0}.landing-shell .feature-list li{display:flex;align-items:flex-start;gap:12px;padding:8px 0;color:var(--ink-soft);font-size:16px}.landing-shell .check{width:22px;height:22px;flex-shrink:0;margin-top:2px;border-radius:999px;background:var(--success-bg);color:var(--success);display:inline-flex;align-items:center;justify-content:center}.landing-shell .product-mock{position:relative;min-height:340px;padding:22px;border-radius:var(--radius-xl)}.landing-shell .product-mock:before{content:"";position:absolute;inset:-8px -8px auto;z-index:-1;height:50%;border-radius:var(--radius-xl);background:linear-gradient(160deg,rgba(28,58,89,.06),transparent 70%)}.landing-shell .casos-title,.landing-shell .ph-col-title{font-size:15px}.landing-shell .casos-search{border:1px solid var(--line);border-radius:8px;padding:6px 10px;background:var(--surface-soft);font-size:12px;color:var(--ink-muted)}.landing-shell .casos-table{font-size:13px}.landing-shell .casos-row{display:grid;grid-template-columns:1.8fr 1.2fr 1fr 90px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--surface-alt)}.landing-shell .casos-row.head{padding:6px 0;font-size:11px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.landing-shell .casos-cell strong{display:block;font-size:13px;font-weight:600}.landing-shell .casos-cell small{font-size:11px}.landing-shell .kanban{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.landing-shell .kanban-col{min-height:280px;border-radius:12px;background:var(--surface-soft);padding:10px}.landing-shell .kanban-head{display:flex;justify-content:space-between;margin-bottom:10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted)}.landing-shell .kanban-card{margin-bottom:8px;border-radius:10px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-xs);padding:10px}.landing-shell .kanban-card-title{margin-bottom:4px;font-size:12px;font-weight:600}.landing-shell .kanban-card-meta{display:flex;align-items:center;gap:8px;font-size:10px}.landing-shell .fin-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.landing-shell .fin-card{border-radius:12px;background:var(--surface-soft);padding:14px}.landing-shell .fin-value{margin:4px 0;font-size:22px;font-weight:700}.landing-shell .fin-delta{font-size:11px;color:var(--success)}.landing-shell .fin-delta.neg{color:var(--danger)}.landing-shell .fin-bars{display:flex;align-items:flex-end;gap:8px;height:120px;padding:0 4px;margin-top:12px}.landing-shell .fin-bar{flex:1;min-width:16px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,var(--brand) 0%,#2d5784 100%)}.landing-shell .fin-bar:nth-child(2),.landing-shell .fin-bar:nth-child(4){background:linear-gradient(180deg,var(--accent),#c19958)}.landing-shell .fin-labels{display:flex;gap:8px;margin-top:6px}.landing-shell .fin-labels span{flex:1;text-align:center;font-size:10px;color:var(--ink-muted)}.landing-shell .portals-hero{position:relative;overflow:hidden;padding:130px 0 120px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.6) 60%,transparent 100%),radial-gradient(ellipse at 50% 0%,rgba(28,58,89,.12) 0%,transparent 60%),radial-gradient(ellipse at 0% 50%,rgba(155,123,63,.08) 0%,transparent 50%)}.landing-shell .portals-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(28,58,89,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(28,58,89,.04) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(circle at 50% 50%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(circle at 50% 50%,black 30%,transparent 80%)}.landing-shell .ph-head,.landing-shell .final-cta-inner{position:relative;z-index:1}.landing-shell .ph-head{max-width:760px;margin:0 auto 56px;text-align:center}.landing-shell .ph-stage{position:relative;z-index:1;margin-bottom:80px;padding:24px;border-radius:var(--radius-xl);background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:var(--line-strong)}.landing-shell .ph-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.landing-shell .ph-tab{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:10px 16px;font-size:14px;font-weight:600;transition:all .18s ease}.landing-shell .ph-tab:hover,.landing-shell .ph-tab:focus-visible{border-color:var(--brand)}.landing-shell .ph-tab.active{background:var(--brand);border-color:var(--brand-strong);color:#f7fbff;box-shadow:0 2px 6px #1839552e}.landing-shell .ph-tab.active .ph-tab-meta{color:#f7fbffc2}.landing-shell .ph-status{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--success)}.landing-shell .ph-status-dot{width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 0 3px #1f7a4d2e;animation:phPulse 2.2s ease-in-out infinite}@keyframes phPulse{0%,to{box-shadow:0 0 0 3px #1f7a4d2e}50%{box-shadow:0 0 0 6px #1f7a4d0d}}.landing-shell .ph-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:20px;min-height:460px}.landing-shell .ph-col{border-radius:var(--radius-md);padding:18px}.landing-shell .ph-col-tag{font-size:11px}.landing-shell .ph-feed-list,.landing-shell .ph-timeline,.landing-shell .ph-case-sources{display:flex;flex-direction:column;gap:10px}.landing-shell .ph-feed-item{display:flex;gap:12px;padding:12px;border-radius:12px;background:var(--surface-soft);transition:all .2s ease}.landing-shell .ph-feed-item:hover{border-color:var(--brand);transform:translate(2px)}.landing-shell .ph-feed-item--new{position:relative;border-color:#f4b8b8;background:linear-gradient(120deg,#fde8e8,#fff7f7);animation:phNewItem 1.4s ease-out}.landing-shell .ph-feed-item--new:after{content:"nuevo";position:absolute;top:-8px;right:10px;padding:2px 7px;border-radius:999px;background:var(--danger);color:#fff;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}@keyframes phNewItem{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.landing-shell .ph-feed-icon{width:34px;height:34px;flex-shrink:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800}.landing-shell .ph-feed-icon--red{background:#fde8e8;color:#9d2020}.landing-shell .ph-feed-icon--amber{background:#fff6d8;color:#7b6110}.landing-shell .ph-feed-icon--blue{background:#e6eef9;color:#173e69}.landing-shell .ph-feed-icon--green{background:#e7f5ee;color:#20663f}.landing-shell .ph-feed-body,.landing-shell .ph-tl-content{flex:1;min-width:0}.landing-shell .ph-feed-title{font-size:13px;font-weight:600}.landing-shell .ph-feed-meta,.landing-shell .ph-feed-action,.landing-shell .ph-case-exp{font-size:11px}.landing-shell .ph-feed-action{color:var(--brand);font-weight:600}.landing-shell .ph-case-title{display:flex;flex-direction:column}.landing-shell .ph-case-name{font-size:16px;font-weight:700}.landing-shell .ph-case-exp{margin-top:2px}.landing-shell .ph-case-status{padding:4px 10px;border:1px solid #9dcdaf;background:var(--success-bg);color:var(--success);font-size:11px}.landing-shell .ph-case-sources{flex-direction:row;flex-wrap:wrap;margin-bottom:16px;gap:6px}.landing-shell .ph-src{gap:6px;padding:4px 9px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;font-size:11px;font-weight:700;letter-spacing:.02em}.landing-shell .ph-src small{font-size:10px;font-weight:500;color:var(--ink-muted)}.landing-shell .ph-src--off{background:var(--surface-soft);border-color:var(--line);color:var(--ink-muted)}.landing-shell .ph-timeline-head{margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.06em}.landing-shell .ph-timeline{position:relative;padding-left:18px}.landing-shell .ph-timeline:before{content:"";position:absolute;top:6px;bottom:6px;left:5px;width:2px;background:linear-gradient(180deg,var(--accent),var(--line))}.landing-shell .ph-tl-item{position:relative;display:flex;gap:10px;padding:10px 0}.landing-shell .ph-tl-dot{position:absolute;top:14px;left:-18px;width:11px;height:11px;border-radius:999px;border:2px solid var(--surface);box-shadow:0 0 0 1px var(--line)}.landing-shell .ph-tl-dot--red{background:var(--danger)}.landing-shell .ph-tl-dot--amber{background:var(--accent)}.landing-shell .ph-tl-dot--blue{background:#173e69}.landing-shell .ph-tl-dot--gray{background:#c2cedc}.landing-shell .ph-tl-title{font-size:13px;font-weight:500;line-height:1.45}.landing-shell .ph-tl-src{display:inline-block;vertical-align:middle;margin-left:4px;padding:1px 6px;border-radius:4px;font-size:9px;font-weight:800;letter-spacing:.04em}.landing-shell .ph-tl-src--mev{background:var(--brand-soft);color:var(--brand)}.landing-shell .ph-tl-src--scba{background:#fdf3e3;color:var(--accent)}.landing-shell .ph-case-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.landing-shell .btn-sm{padding:8px 14px;font-size:13px}.landing-shell .ph-toast{position:absolute;left:50%;bottom:22px;z-index:10;max-width:92%;display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;background:var(--ink);color:#fff;box-shadow:0 12px 32px #00000040;opacity:0;pointer-events:none;transform:translate(-50%) translateY(20px);transition:all .3s cubic-bezier(.2,.7,.3,1)}.landing-shell .ph-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.landing-shell .ph-toast-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--success);color:#fff;font-size:12px;font-weight:800}.landing-shell .ph-toast-text{font-size:14px;font-weight:500}.landing-shell .ph-benefits{position:relative;z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-shell .ph-benefit{padding:24px;border-radius:var(--radius-md);transition:all .2s ease}.landing-shell .ph-benefit:hover{transform:translateY(-3px);border-color:var(--brand);box-shadow:var(--shadow-md)}.landing-shell .ph-b-icon{width:44px;height:44px;margin-bottom:16px;border-radius:12px;background:linear-gradient(140deg,var(--brand-soft) 0%,#f8fafc 100%);border:1px solid #c8d7e8;color:var(--brand);font-weight:800}.landing-shell .ph-b-title{margin-bottom:6px;font-size:17px;font-weight:700}.landing-shell .ph-b-text,.landing-shell .role-desc,.landing-shell .module-desc,.landing-shell .plan-card p,.landing-shell .plan-card li,.landing-shell .access-card-copy,.landing-shell .access-inline{font-size:14px;color:var(--ink-soft);line-height:1.55}.landing-shell .security{background:linear-gradient(180deg,transparent,rgba(255,255,255,.5));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.landing-shell .security-title{font-size:clamp(28px,3vw,36px)}.landing-shell .role-card,.landing-shell .module-card,.landing-shell .access-card,.landing-shell .plan-card{border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.landing-shell .role-card+.role-card{margin-top:14px}.landing-shell .role-name{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700}.landing-shell .role-tag{padding:3px 8px;border:1px solid #c8d7e8;background:var(--brand-soft);color:var(--brand);font-size:11px}.landing-shell .role-tag.accent{border-color:#e6cf95;background:#fdf3e3;color:var(--accent)}.landing-shell .modules-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.landing-shell .module-card{transition:all .2s ease}.landing-shell .module-card:hover,.landing-shell .plan-card:hover{transform:translateY(-2px);border-color:var(--brand);box-shadow:var(--shadow-md)}.landing-shell .module-icon{width:36px;height:36px;margin-bottom:14px;border-radius:10px;background:var(--brand-soft);border:1px solid #c8d7e8;color:var(--brand);font-weight:800}.landing-shell .module-name{margin-bottom:6px;font-size:17px;font-weight:700}.landing-shell .plans{background:#ffffff52;border-top:1px solid var(--line)}.landing-shell .plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-shell .plan-card{position:relative}.landing-shell .plan-card.is-featured{transform:translateY(-6px);background:linear-gradient(180deg,#fffaf4fa,#fff4e9fa);border-color:#ad4f2d47}.landing-shell .plan-badge{padding:6px 11px;background:#9b7b3f1f;color:var(--accent);font-size:.72rem;letter-spacing:.08em}.landing-shell .plan-card h3{margin:14px 0 10px;font-size:1.34rem}.landing-shell .plan-card ul{margin:18px 0 0;padding-left:18px}.landing-shell .plan-link{display:inline-flex;margin-top:18px;text-decoration:none;color:var(--brand);font-weight:800}.landing-shell .final-cta{position:relative;padding-bottom:100px;text-align:center}.landing-shell .final-cta:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(28,58,89,.1) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(155,123,63,.08) 0%,transparent 50%)}.landing-shell .final-title{font-size:clamp(36px,4vw,50px);font-weight:900;line-height:1.1;letter-spacing:-.025em}.landing-shell .final-sub{margin:0 auto 36px;max-width:560px;font-size:19px}.landing-shell .access-section{padding-top:72px;border-top:1px solid var(--line);background:linear-gradient(180deg,#ffffff2e,#ffffff6b)}.landing-shell .access-grid{grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.landing-shell .access-proof{margin-top:20px;font-size:14px}.landing-shell .access-form{display:grid;gap:14px}.landing-shell .access-form label{display:grid;gap:8px;font-weight:700}.landing-shell .access-form input{width:100%;min-height:50px;padding:0 14px;border-radius:14px;border:1px solid rgba(18,33,51,.14);background:#ffffffe6;color:var(--ink)}.landing-shell .access-form input:focus{outline:2px solid rgba(155,123,63,.18);border-color:#9b7b3f73}.landing-shell .access-inline{margin:0}.landing-shell .access-status{margin:16px 0 0;border-radius:14px;padding:12px 14px;font-weight:700}.landing-shell .access-status-error{background:#b42f2f1a;color:#8f2727}.landing-shell .access-status-success{background:#127f4a1a;color:#136c4c}.landing-shell .foot{border-top:1px solid var(--line);background:var(--surface);padding:56px 0 36px}.landing-shell .foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.landing-shell .foot-brand{margin-bottom:8px;font-size:22px}.landing-shell .foot-tag{max-width:280px;font-size:14px}.landing-shell .foot-h{margin-bottom:14px;font-family:Merriweather,serif;font-size:14px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.08em}.landing-shell .foot-list{list-style:none;padding:0;margin:0}.landing-shell .foot-list li{margin-bottom:8px}.landing-shell .foot-list a{font-size:14px;text-decoration:none;color:var(--ink-soft)}.landing-shell .foot-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);font-size:13px}@media(max-width:1080px){.landing-shell .hero-grid,.landing-shell .feature-grid,.landing-shell .feature-grid.reverse,.landing-shell .security-grid,.landing-shell .access-grid,.landing-shell .plans-grid,.landing-shell .modules-grid,.landing-shell .ph-benefits,.landing-shell .foot-grid,.landing-shell .ph-grid{grid-template-columns:1fr}.landing-shell .hero-product{height:460px}}@media(max-width:980px){.landing-shell .nav-links{display:none}.landing-shell .feature,.landing-shell .modules,.landing-shell .plans,.landing-shell .security,.landing-shell .final-cta,.landing-shell .access-section{padding:80px 0}}@media(max-width:760px){.landing-shell .wrap{padding:0 16px}.landing-shell .hero{padding:60px 0 40px}.landing-shell .hero-title{font-size:clamp(34px,11vw,48px)}.landing-shell .hero-sub,.landing-shell .feature-sub,.landing-shell .section-sub,.landing-shell .final-sub{font-size:16px}.landing-shell .mini-grid,.landing-shell .fin-summary,.landing-shell .hero-meta,.landing-shell .casos-row,.landing-shell .fin-labels{grid-template-columns:1fr}.landing-shell .hero-product .card-1{width:100%;height:320px}.landing-shell .hero-product .card-2{width:80%}.landing-shell .hero-product .card-3{display:none}.landing-shell .kanban{grid-template-columns:1fr}.landing-shell .kanban-col{min-height:auto}.landing-shell .foot-bottom{flex-direction:column}}
