.manifesto{position:relative;z-index:1;--manifesto-surface: #F2F6FC;background:linear-gradient(180deg,#f9fbff,#f3f8ff);border-top:1px solid rgba(148,163,184,.2);border-bottom:1px solid rgba(148,163,184,.18);padding:140px 0;color:var(--text-primary)}.manifesto__container{max-width:1400px;margin:0 auto;padding:0 40px}.manifesto__header{max-width:800px;margin:0 auto 80px;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.manifesto--visible .manifesto__header{opacity:1;transform:translateY(0)}.manifesto__header .section-title>span:first-child{font-weight:900;letter-spacing:-.04em}.manifesto__header .section-title>span:last-child{font-weight:800;letter-spacing:-.02em}.manifesto__title{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;letter-spacing:-.024em;line-height:1.24;color:var(--text-primary);margin-bottom:24px;padding-top:.05em;text-wrap:balance}.manifesto__title-muted{background:linear-gradient(135deg,#1d4ed8,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:brightness(1.15);font-weight:700;display:inline}.manifesto__word--ishut{letter-spacing:-.012em}.manifesto__subtitle{font-size:clamp(18px,1.6vw,22px);line-height:1.72;color:var(--text-secondary);margin:0}.manifesto__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;position:relative;margin-top:80px}.manifesto__grid:before{content:"";position:absolute;top:60px;bottom:80px;left:50%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(59,130,246,.25) 5%,rgba(59,130,246,.15) 50%,rgba(59,130,246,.25) 95%,transparent 100%);transform:translate(-50%)}.manifesto__col{display:flex;flex-direction:column}.manifesto__col--left{padding-right:60px}.manifesto__col--right{padding-left:60px}.manifesto__col-title{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 40px;padding-bottom:20px;border-bottom:1px solid rgba(148,163,184,.32);background:transparent;display:block;position:relative}.manifesto__pains{display:flex;flex-direction:column;gap:40px}.manifesto__pain{display:flex;gap:24px;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.manifesto--visible .manifesto__pain:nth-child(1){transition-delay:.1s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(2){transition-delay:.2s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(3){transition-delay:.3s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__pain:nth-child(4){transition-delay:.4s;opacity:1;transform:translateY(0)}.manifesto__pain-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f61f,#2563eb14);color:var(--primary);border-radius:14px;flex-shrink:0;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}.manifesto__pain-icon svg{stroke-width:2px}.manifesto__pain:hover .manifesto__pain-icon{background:linear-gradient(135deg,#3b82f62e,#2563eb1f);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.manifesto__pain-content{flex:1}.manifesto__pain-title{font-family:var(--font-display);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 8px}.manifesto__pain-desc{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0}.manifesto__list{display:flex;flex-direction:column;flex:1}.manifesto__item{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid rgba(59,130,246,.07);opacity:0;transform:translateY(30px);transition:all .45s cubic-bezier(.22,1,.36,1);align-items:flex-start;flex:1;min-height:112px;position:relative;border-radius:18px}.manifesto__item:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,rgba(59,130,246,.45),transparent 70%);transition:width .4s ease}.manifesto__item:hover:after{width:58%}.manifesto--visible .manifesto__item:nth-child(1){transition-delay:.2s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(2){transition-delay:.3s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(3){transition-delay:.4s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(4){transition-delay:.5s;opacity:1;transform:translateY(0)}.manifesto--visible .manifesto__item:nth-child(5){transition-delay:.6s;opacity:1;transform:translateY(0)}.manifesto__item:first-child{padding-top:0}.manifesto__item:last-child{border-bottom:none}.manifesto__item-num{font-family:var(--font-display);font-size:18px;font-weight:600;color:#2563ebad;letter-spacing:.02em;flex-shrink:0;line-height:1.3;width:36px;min-width:36px;padding-right:2px;transition:color .25s ease}.manifesto__item:hover .manifesto__item-num{color:#2563ebe6}.manifesto__item-content{flex:1;padding-top:4px}.manifesto__item-heading{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px}.manifesto__item-title{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary);margin:0;transition:color .3s ease}.manifesto__item:hover .manifesto__item-title{color:#3b82f6}.manifesto__item-desc{font-size:15px;line-height:1.72;color:var(--text-secondary);margin:0}.manifesto__item-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;margin-top:14px;font-size:13px;font-weight:500;color:var(--primary);background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:var(--font-body)}.manifesto__item-btn:hover{border-color:var(--primary);background:#3b82f626;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.manifesto__item-btn--primary{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);color:var(--primary);border-color:#3b82f640}.manifesto__item-btn--primary:hover{border-color:var(--primary);background:linear-gradient(135deg,#3b82f633,#2563eb26);color:var(--primary)}.manifesto__item-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:0;font-size:15px;font-weight:600;color:#3b82f6;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font-body)}.manifesto__item-link:hover{color:#2563eb;text-decoration:underline}.manifesto__item-link svg{transition:transform .2s ease}.manifesto__item-link:hover svg{transform:translate(3px)}.manifesto__item-link--inline{display:inline;margin-top:0;margin-left:6px;white-space:nowrap}.manifesto__item-link--accent{margin-left:0;font-size:15px;color:#3b82f6}.manifesto__item-content>.manifesto__item-link:not(.manifesto__item-link--inline){display:none}.manifesto__cta{margin-top:100px;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease .6s,transform .8s cubic-bezier(.22,1,.36,1) .6s}.manifesto--visible .manifesto__cta{opacity:1;transform:translateY(0)}.manifesto__btn{margin-bottom:16px;padding:16px 32px;font-size:18px;border-radius:100px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;gap:12px;font-weight:500;text-decoration:none;transition:all .2s ease}.manifesto__btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb40}.manifesto__cta-note{font-size:14px;color:#6b7280;margin:0}.manifesto__modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100002;padding:20px;backdrop-filter:blur(4px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.manifesto__modal{position:relative;background:var(--bg-primary);border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 20px 60px #0000004d;-webkit-overflow-scrolling:touch}.manifesto__modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:28px;color:var(--text-muted);cursor:pointer;transition:color .2s ease;line-height:1}.manifesto__modal-close:hover{color:var(--text-primary)}.manifesto__modal-title{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--text-primary);margin:0 0 24px}.manifesto__modal-content{display:flex;flex-direction:column;gap:24px}.manifesto__modal-section h4{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.manifesto__modal-section p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0 0 8px}.manifesto__modal-section p:last-child{margin-bottom:0}.manifesto__modal-section strong{color:var(--text-primary);font-weight:600}.manifesto__modal-table-wrapper{overflow-x:auto;margin-top:24px}.manifesto__comparison-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;border:2px solid var(--border-color)}.manifesto__table-header{padding:16px;font-family:var(--font-display);font-size:15px;font-weight:600;text-align:left;border-bottom:2px solid var(--border-color);border-right:2px solid var(--border-color);background:var(--bg-secondary)}.manifesto__table-header:last-child{border-right:none}.manifesto__table-header--criterion{width:25%;color:var(--text-primary)}.manifesto__table-header--code{width:37.5%;color:#10b981}.manifesto__table-header--constructor{width:37.5%;color:#ef4444}.manifesto__comparison-table tbody tr{transition:background-color .2s ease}.manifesto__comparison-table tbody tr:hover{background-color:var(--bg-secondary)}.manifesto__table-criterion{padding:20px 16px;font-family:var(--font-display);font-size:14px;font-weight:600;color:var(--text-primary);background:var(--bg-secondary);vertical-align:top;border-right:2px solid var(--border-color);border-bottom:2px solid var(--border-color)}.manifesto__table-cell{padding:20px 16px;font-size:14px;line-height:1.6;color:var(--text-secondary);vertical-align:top;border-right:2px solid var(--border-color);border-bottom:2px solid var(--border-color)}.manifesto__table-cell:last-child{border-right:none}.manifesto__table-cell--positive,.manifesto__table-cell--negative{background:transparent}@media (max-width: 768px){.manifesto__modal-overlay{align-items:flex-start;padding:max(16px,env(safe-area-inset-top)) 14px max(16px,env(safe-area-inset-bottom));overflow-y:auto}.manifesto__modal{width:100%;max-width:none;max-height:none;margin-top:0;padding:24px 18px 18px;border-radius:24px}.manifesto__modal-title{font-size:22px;line-height:1.15;margin-bottom:18px}.manifesto__modal-close{top:12px;right:12px;width:36px;height:36px;border-radius:999px;background:#94a3b81f}.manifesto__modal-table-wrapper{overflow:visible;margin-top:18px}.manifesto__comparison-table,.manifesto__comparison-table tbody,.manifesto__comparison-table tr,.manifesto__comparison-table td{display:block;width:100%}.manifesto__comparison-table{border:none;font-size:14px}.manifesto__comparison-table thead{display:none}.manifesto__comparison-table tbody{display:flex;flex-direction:column;gap:14px}.manifesto__comparison-table tbody tr{display:grid;gap:12px;padding:16px;background:#ffffffc7;border:1px solid rgba(148,163,184,.24);border-radius:20px;box-shadow:0 10px 28px #0f172a14}.manifesto__comparison-table tbody tr:hover{background:#ffffffc7}.manifesto__table-criterion,.manifesto__table-cell{padding:0;border:none;background:transparent}.manifesto__table-criterion:before,.manifesto__table-cell:before{content:attr(data-label);display:block;margin-bottom:8px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.manifesto__table-criterion:before{color:#64748b}.manifesto__table-criterion{font-size:16px;line-height:1.3}.manifesto__table-cell{padding:14px;border-radius:16px;font-size:14px;line-height:1.58}.manifesto__table-cell--positive{background:#10b98114;border:1px solid rgba(16,185,129,.18)}.manifesto__table-cell--negative{background:#ef44440f;border:1px solid rgba(239,68,68,.16)}.manifesto__table-cell--positive:before{color:#059669}.manifesto__table-cell--negative:before{color:#dc2626}}@media (max-width: 1024px){.manifesto__grid:before{display:none}.manifesto__grid{grid-template-columns:1fr;gap:60px}.manifesto__col--left,.manifesto__col--right{padding-left:0;padding-right:0}.manifesto__item{min-height:auto}.manifesto__cta{margin-top:80px}}@media (max-width: 768px){.manifesto{padding:80px 0}.manifesto__container{padding:0 24px}.manifesto__header{max-width:380px;margin:0 auto 48px}.manifesto__title{font-size:clamp(38px,10vw,50px);line-height:1.01;letter-spacing:-.042em;margin-bottom:18px;text-wrap:balance}.manifesto__subtitle{max-width:340px;margin:0 auto;font-size:17px;line-height:1.54}.manifesto__col-title{font-size:clamp(30px,6.4vw,38px);margin-bottom:32px;padding-bottom:16px}.manifesto__item{gap:16px;padding:24px 0;min-height:auto}.manifesto__item-num{font-size:17px;width:34px}.manifesto__item-title{font-size:clamp(21px,4.3vw,26px)}.manifesto__item-desc{font-size:15px}.manifesto__pain{gap:16px}}@media (max-width: 480px){.manifesto{padding:60px 0}.manifesto__grid{gap:48px}.manifesto__pain-icon{width:40px;height:40px}.manifesto__pain-icon svg{width:20px;height:20px}.manifesto__item-num{width:30px;font-size:16px}.manifesto__pain-title,.manifesto__item-title{font-size:clamp(22px,6vw,28px);line-height:1.14}.manifesto__header{max-width:340px;margin-bottom:42px}.manifesto__title{font-size:clamp(42px,12vw,52px);line-height:.99;letter-spacing:-.045em;margin-bottom:16px}.manifesto__col-title{font-size:clamp(34px,8vw,42px);line-height:1.04}.manifesto__subtitle{max-width:310px;font-size:16px;line-height:1.5}.manifesto__item-desc{font-size:14px;line-height:1.62}.manifesto__item-btn{padding:6px 12px;font-size:12px}.manifesto__cta{margin-top:60px}.manifesto__btn{width:100%;justify-content:center}}.theme-dark .manifesto{--manifesto-surface: #080808;background:linear-gradient(180deg,#080808,#101010);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.theme-dark .manifesto__grid:before{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.08) 10%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.08) 90%,transparent 100%)}.theme-dark .manifesto__col-title{border-bottom-color:#ffffff1a;background:transparent}.theme-dark .manifesto__item{border-color:#ffffff14}.theme-dark .manifesto__item:hover{background:transparent;box-shadow:none}.theme-dark .manifesto__item:after{background:linear-gradient(90deg,rgba(238,242,246,.72),rgba(165,171,179,.42) 42%,transparent 78%)}.theme-dark .manifesto__title,.theme-dark .manifesto__col-title,.theme-dark .manifesto__pain-title,.theme-dark .manifesto__item-title{color:#f9fafb}.theme-dark .manifesto__title-muted{background:linear-gradient(180deg,#2c2f35,#666c74 20%,#eef2f6 34%,#7f858d 46%,#fcfdff 53%,#a5abb3 62%,#454951 80%,#9aa1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:brightness(1.15)}.theme-dark .manifesto__item:hover .manifesto__item-title{color:#eef2f6;text-shadow:0 0 10px rgba(238,242,246,.08)}.theme-dark .manifesto__item:hover .manifesto__item-num{color:#d7dce3}.theme-dark .manifesto__item:hover .manifesto__item-desc{color:#d2d7de}.theme-dark .manifesto__item-link--accent{color:#5aa2ff}.theme-dark .manifesto__item:hover .manifesto__item-link--accent{color:#7db7ff;text-shadow:0 0 12px rgba(90,162,255,.18)}.theme-dark .manifesto__item-link,.theme-dark .manifesto__item-link--inline{color:#5aa2ff}.theme-dark .manifesto__item:hover .manifesto__item-link,.theme-dark .manifesto__item:hover .manifesto__item-link--inline,.theme-dark .manifesto__item-link:hover,.theme-dark .manifesto__item-link--inline:hover{color:#8ec2ff;text-shadow:0 0 10px rgba(90,162,255,.16)}.theme-dark .manifesto__subtitle,.theme-dark .manifesto__pain-desc,.theme-dark .manifesto__item-desc{color:#b6bac1}.theme-dark .manifesto__item-num{color:#a5abb3bd}.theme-dark .manifesto__pain-icon{background:#ffffff0d;border-color:#ffffff1a;color:#e6e7eb}.theme-dark .manifesto__item-btn{background:#ffffff0d;border-color:#ffffff26;color:#e6e7eb}.theme-dark .manifesto__item-btn:hover{background:#ffffff1a;border-color:#e6e7eb}.theme-dark .manifesto__item-link{color:#a1a1aa}.theme-dark .manifesto__item-link:hover{color:#e6e7eb}.theme-dark .manifesto__btn{background:linear-gradient(180deg,#f1f3f5,#c5cad1);color:#0b1220;box-shadow:0 8px 24px #000c}.theme-dark .manifesto__btn:hover{background:linear-gradient(180deg,#fcfdff,#d4d9e0);color:#020617;box-shadow:0 12px 28px #000000e6}@media (max-width: 768px){.theme-dark .manifesto__modal-close{background:#ffffff14}.theme-dark .manifesto__comparison-table tbody tr,.theme-dark .manifesto__comparison-table tbody tr:hover{background:#0f172adb;border-color:#94a3b82e;box-shadow:0 14px 32px #00000052}.theme-dark .manifesto__table-cell--positive{background:#10b9811a;border-color:#34d39933}.theme-dark .manifesto__table-cell--negative{background:#ef444414;border-color:#f871712e}}@media (prefers-reduced-motion: reduce){.manifesto__header,.manifesto__pain,.manifesto__item,.manifesto__cta{opacity:1;transform:none;transition:none}}
