.hero{background:#fffbf7;justify-content:center;align-items:center;min-height:100vh;padding:80px 0 2rem;display:flex;position:relative;overflow:hidden}.logo{filter:brightness(0)saturate()invert(72%)sepia(91%)saturate(449%)hue-rotate(142deg)brightness(72%)contrast(96%)drop-shadow(0 8px 32px #06b6d440);z-index:3;width:clamp(240px,24vw,340px);height:auto;margin:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:1.2s ease-out .3s both logoFadeIn;display:block;position:relative}.logo:hover{filter:brightness(0)saturate()invert(82%)sepia(91%)saturate(549%)hue-rotate(132deg)brightness(82%)contrast(106%)drop-shadow(0 12px 48px #06b6d459);transition:all .3s;transform:scale(1.05)translateY(-4px)}@keyframes logoFadeIn{0%{opacity:0;filter:brightness(0)saturate()invert(72%)sepia(91%)saturate(449%)hue-rotate(142deg)brightness(72%)contrast(96%)drop-shadow(0 0 #06b6d400);transform:translateY(-30px)scale(.8)}60%{opacity:.8;transform:translateY(-5px)scale(1.03)}to{opacity:1;filter:brightness(0)saturate()invert(72%)sepia(91%)saturate(449%)hue-rotate(142deg)brightness(72%)contrast(96%)drop-shadow(0 8px 32px #06b6d440);transform:translateY(0)scale(1)}}.hero .container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hero-split{color:#1e293b;grid-template-columns:minmax(0,1fr) minmax(0,560px);align-items:center;gap:clamp(2rem,4vw,4rem);width:100%;display:grid}.hero-main{text-align:left;flex-direction:column;align-items:flex-start;gap:clamp(1rem,3vw,1.75rem);padding-top:clamp(1rem,3vh,2rem);display:flex}.hero-evaluate{width:100%;min-width:0;animation:1s ease-out .9s both fadeInUp}.hero-title{letter-spacing:-.02em;text-align:left;color:#0f172a;margin:0;font-size:clamp(2.2rem,4.5vw,3.75rem);font-weight:700;line-height:1.1;animation:1s ease-out .5s both fadeInUp}.hero-tagline{color:#9a3412;letter-spacing:.01em;margin:0;font-size:clamp(1.1rem,2.2vw,1.4rem);font-weight:500;animation:1s ease-out .7s both fadeInUp}.hero-tagline-accent{color:#9a3412;font-style:italic}@media (width<=960px){.hero-split{grid-template-columns:minmax(0,1fr);gap:2rem}.hero-main{text-align:center;align-items:center}.hero-title{text-align:center}.logo{margin:0 auto}}.hero-cta{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#06b6d4 0%,#10b981 100%);border:none;border-radius:50px;margin-top:1rem;padding:1rem 2.5rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:1s ease-out .9s both fadeInUp;box-shadow:0 4px 20px #06b6d466}.hero-cta:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 30px #06b6d499}.hero-cta:active{transform:translateY(-1px)scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.manifesto-section{--ink:#f1f5f9;--ink-light:#a8b8cc;--ink-faint:#64748b;--gold:#06b6d4;--gold-light:#22d3ee;background:radial-gradient(70% 55%,#2a5d77 0%,#184058 18%,#0f2a43 34%,#0a1b30 50%,#071226 66%,#040d1c 80%,#020814 92%,#01040d 97%,#000309 100%),radial-gradient(160% 130% at 10% 10%,#0000 38%,#000309 76%,#000208 100%),radial-gradient(160% 130% at 90% 90%,#0000 38%,#000309 76%,#000208 100%);justify-content:center;align-items:center;padding:clamp(4rem,8vw,7rem) 0;display:flex;position:relative}.manifesto-page{box-sizing:border-box;background:radial-gradient(at 30% 20%,#06b6d414 0%,#0000 60%),radial-gradient(at 70% 80%,#06b6d40d 0%,#0000 60%),linear-gradient(#1e293b 0%,#1a2332 40%,#172033 70%,#1e293b 100%);width:100%;max-width:720px;min-height:700px;margin:0 auto;padding:80px 72px;position:relative;box-shadow:inset 0 0 60px #06b6d40d,inset 0 0 120px #06b6d408,0 20px 60px #00000080,0 8px 24px #0000004d}.manifesto-page:before{content:"";pointer-events:none;background:repeating-conic-gradient(#06b6d405 0% 25%,#0000 0% 50%) 0 0/4px 4px;position:absolute;inset:0}.manifesto-inlay{pointer-events:none;border:1px solid #06b6d440;position:absolute;inset:36px}.manifesto-inlay-inner{pointer-events:none;border:.5px solid #06b6d41f;position:absolute;inset:42px}.manifesto-corner-mark{pointer-events:none;width:16px;height:16px;position:absolute}.manifesto-corner-mark:before,.manifesto-corner-mark:after{content:"";background:var(--gold-light);position:absolute}.manifesto-cm-tl{top:28px;left:28px}.manifesto-cm-tl:before{width:16px;height:1px;top:0;left:0}.manifesto-cm-tl:after{width:1px;height:16px;top:0;left:0}.manifesto-cm-tr{top:28px;right:28px}.manifesto-cm-tr:before{width:16px;height:1px;top:0;right:0}.manifesto-cm-tr:after{width:1px;height:16px;top:0;right:0}.manifesto-cm-bl{bottom:28px;left:28px}.manifesto-cm-bl:before{width:16px;height:1px;bottom:0;left:0}.manifesto-cm-bl:after{width:1px;height:16px;bottom:0;left:0}.manifesto-cm-br{bottom:28px;right:28px}.manifesto-cm-br:before{width:16px;height:1px;bottom:0;right:0}.manifesto-cm-br:after{width:1px;height:16px;bottom:0;right:0}.manifesto-content{z-index:1;flex-direction:column;display:flex;position:relative}.manifesto-section-num{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:1.25rem;font-family:Space Mono,monospace;font-size:.65rem}.manifesto-title{color:var(--ink);max-width:520px;margin:0 0 .75rem;font-family:Cormorant,serif;font-size:3.2rem;font-weight:300;line-height:1.15}.manifesto-subtitle{text-transform:uppercase;letter-spacing:.15em;color:var(--ink-faint);margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:300}.manifesto-divider{background:linear-gradient(90deg, var(--gold), transparent);width:64px;height:1px;margin-bottom:2.5rem}.manifesto-body{color:var(--ink-light);text-align:left;max-width:540px;margin:0 0 1.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:300;line-height:2}.manifesto-flex-grow{flex-grow:1;min-height:2rem}.manifesto-footer{border-top:1px solid #06b6d433;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.manifesto-footer-left{text-transform:uppercase;letter-spacing:.15em;color:var(--ink-faint);font-family:Space Mono,monospace;font-size:.55rem}.manifesto-footer-mark{border:1px solid var(--gold-light);width:20px;height:20px;transform:rotate(45deg)}@media (width<=640px){.manifesto-page{padding:60px 36px}.manifesto-title{font-size:2.2rem}.manifesto-inlay{inset:20px}.manifesto-inlay-inner{inset:26px}.manifesto-cm-tl{top:12px;left:12px}.manifesto-cm-tr{top:12px;right:12px}.manifesto-cm-bl{bottom:12px;left:12px}.manifesto-cm-br{bottom:12px;right:12px}}.problem-solution-section{background:linear-gradient(#0f172a 0%,#1e293b 50%,#0f172a 100%);padding:clamp(4rem,8vw,8rem) 0;position:relative}.problem-solution-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.problem-solution-grid{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:clamp(1.5rem,3vw,3rem);display:grid}.panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:clamp(1.5rem,3vw,2.5rem);transition:all .3s}.panel:hover{transform:translateY(-4px)}.problem-panel{background:#ef444414;border:1px solid #ef44444d}.problem-panel:hover{border-color:#ef444480;box-shadow:0 20px 40px #ef444426}.solution-panel{background:#10b98114;border:1px solid #10b9814d}.solution-panel:hover{border-color:#10b98180;box-shadow:0 20px 40px #10b98126}.panel-header{margin-bottom:1rem}.panel-label{letter-spacing:.15em;text-transform:uppercase;border-radius:4px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.problem-label{color:#ef4444;background:#ef444426}.solution-label{color:#10b981;background:#10b98126}.panel-title{margin:0 0 1.25rem;font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;line-height:1.3}.problem-title{color:#fca5a5}.solution-title{color:#6ee7b7}.panel-points{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.panel-points li{color:#cbd5e1;padding-left:1.5rem;font-size:clamp(.9rem,2vw,1rem);line-height:1.6;position:relative}.panel-points li:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.problem-panel .panel-points li:before{background:#ef4444}.solution-panel .panel-points li:before{background:#10b981}.arrow-connector{justify-content:center;align-items:center;padding:0 .5rem;display:flex}.arrow-connector svg{color:#64748b;width:clamp(32px,4vw,48px);height:auto;transition:color .3s}.problem-solution-grid:hover .arrow-connector svg{color:#06b6d4}@media (width<=900px){.problem-solution-grid{grid-template-columns:1fr;gap:1rem}.arrow-connector{padding:.5rem 0}.arrow-connector svg{width:32px;transform:rotate(90deg)}}@media (width<=768px){.logo{width:322px;min-width:253px}}@media (width<=480px){.logo{width:253px;min-width:207px}}@media (width<=1024px) and (orientation:landscape) and (height<=600px){.hero{min-height:100vh;padding:1rem 0}.logo{width:253px;min-width:207px}.hero-main{gap:.75rem;padding-top:.5rem}.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}}.scroll-indicator{z-index:10;color:#06b6d4b3;cursor:pointer;background:#06b6d414;border:1px solid #06b6d459;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:border-color .3s,background .3s,color .3s;animation:2s ease-in-out infinite scrollBounce;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-indicator:hover{color:#06b6d4;background:#06b6d426;border-color:#06b6d4b3}.scroll-indicator svg{width:20px;height:20px}.hero .scroll-indicator{color:#0e7490e6;background:#0e74900f;border-color:#0e749073}.hero .scroll-indicator:hover{color:#0e7490;background:#0e74901f;border-color:#0e7490cc}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (width<=640px){.scroll-indicator{width:38px;height:38px;bottom:1rem}.scroll-indicator svg{width:16px;height:16px}}.argument-carousel-section{padding:var(--space-3xl) 0;background:linear-gradient(#fff 0%,#f8fafc 50%,#f1f5f9 100%);position:relative;overflow:hidden}.carousel-header{text-align:center;margin-bottom:var(--space-2xl)}.carousel-title{color:var(--color-slate-900);margin:0 0 var(--space-sm) 0;letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.carousel-subtitle{color:var(--color-slate-600);margin:0;font-size:clamp(1rem,2vw,1.125rem)}.carousel-loading{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-3xl) 0;color:var(--color-slate-500);display:flex}.carousel-loading-spinner{border:3px solid var(--color-slate-200);border-top-color:var(--color-primary);border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.carousel-rows{gap:var(--space-md);flex-direction:column;display:flex}.carousel-track-container{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;position:relative;overflow:hidden}.carousel-track-container:active{cursor:grabbing}.carousel-track{gap:var(--space-lg);padding:var(--space-md) var(--space-lg);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-fade-left,.carousel-fade-right{pointer-events:none;z-index:2;width:100px;position:absolute;top:0;bottom:0}.carousel-fade-left{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.carousel-fade-right{background:linear-gradient(270deg,#f1f5f9 0%,#0000 100%);right:0}.carousel-card{width:320px;min-height:220px;padding:var(--space-lg);background:var(--color-white);border:1px solid var(--color-slate-200);border-radius:var(--radius-xl);color:inherit;transition:all var(--transition-base);flex-direction:column;flex-shrink:0;text-decoration:none;display:flex;box-shadow:0 1px 3px #0000000d}.carousel-card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.carousel-card:focus{outline:2px solid var(--color-primary);outline-offset:2px}.carousel-card-header{margin-bottom:var(--space-md)}.carousel-card-title{font-size:var(--text-base);color:var(--color-slate-900);margin:0 0 var(--space-xs) 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.carousel-card-meta{gap:var(--space-xs);flex-wrap:wrap;align-items:center;display:flex}.carousel-card-author{font-size:var(--text-xs);color:var(--color-slate-500)}.carousel-card-source{font-size:var(--text-xs);color:var(--color-slate-400);font-style:italic}.carousel-card-text{font-size:var(--text-sm);color:var(--color-slate-600);margin:0 0 var(--space-md) 0;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;line-height:1.6;display:-webkit-box;overflow:hidden}.carousel-card-footer{gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--color-slate-100);flex-wrap:wrap;display:flex}.carousel-card-strength{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);border-radius:var(--radius-sm);padding:2px 8px;font-weight:500;display:flex}.carousel-card-strength.strength-strong{color:var(--success-color);background:color-mix(in srgb, var(--success-color) 10%, transparent)}.carousel-card-strength.strength-moderate{color:var(--warning-color);background:color-mix(in srgb, var(--warning-color) 10%, transparent)}.carousel-card-strength.strength-weak{color:sienna;background:#a0522d1a}.strength-icon{flex-shrink:0}.carousel-card-fallacies{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);color:var(--warning-color);display:flex}.fallacy-icon{flex-shrink:0}@media (width<=1023px){.argument-carousel-section{padding:var(--space-2xl) 0}.carousel-card{width:280px;min-height:200px}.carousel-fade-left,.carousel-fade-right{width:60px}}@media (width<=767px){.argument-carousel-section{padding:var(--space-xl) 0}.carousel-header{margin-bottom:var(--space-lg);padding:0 var(--space-md)}.carousel-title{font-size:1.5rem}.carousel-card{width:260px;min-height:180px;padding:var(--space-md)}.carousel-track{padding:var(--space-sm) var(--space-md);gap:var(--space-md)}.carousel-fade-left,.carousel-fade-right{width:40px}}@media (width<=480px){.carousel-card{width:240px}.carousel-fade-left,.carousel-fade-right{width:24px}}@media (prefers-reduced-motion:reduce){.carousel-card{transition:none}.carousel-card:hover{transform:none}}@media (prefers-color-scheme:dark){.argument-carousel-section{background:linear-gradient(#0f172a 0%,#1e293b 50%,#334155 100%)}.carousel-title{color:#fff}.carousel-subtitle,.carousel-loading{color:#94a3b8}.carousel-loading-spinner{border-color:#3b82f6 #334155 #334155}.carousel-fade-left{background:linear-gradient(90deg,#0f172a 0%,#0000 100%)}.carousel-fade-right{background:linear-gradient(270deg,#334155 0%,#0000 100%)}.carousel-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0003}.carousel-card:hover{border-color:#3b82f6;box-shadow:0 12px 32px #0006}.carousel-card-title{color:#fff}.carousel-card-author{color:#64748b}.carousel-card-source{color:#475569}.carousel-card-text{color:#94a3b8}.carousel-card-footer{border-top-color:#334155}.carousel-card-strength.strength-strong{color:#22c55e;background:#22c55e26}.carousel-card-strength.strength-moderate{color:#f59e0b;background:#f59e0b26}.carousel-card-strength.strength-weak{color:#cd7f5a;background:#cd7f5a26}}
