:root{--red:#D12222;--red-hover:#E33A3A;--red-glow:rgba(209,34,34,.2);--deep:#000000;--base:#050505;--surface:#111111;--elevated:#1a1a1a;--white:#ffffff;--body:#d5d5d5;--secondary:#999999;--muted:#787878;--gold:#F5E8C7;--gold-dim:#c4b68e;--border:#2a2a2a;--border-hover:#3a3a3a;--serif:Georgia,'Times New Roman',serif;--sans:'DM Sans','DM Sans Fallback',system-ui,-apple-system,sans-serif;--type-display:clamp(2.6rem, 4.2vw, 4rem);--type-page-hero:clamp(2.4rem, 4vw, 3.4rem);--type-section:clamp(2rem, 3vw, 2.6rem);--type-section-compact:clamp(1.8rem, 2.5vw, 2.3rem);--type-article:clamp(2rem, 3.5vw, 2.8rem);--type-blog-hero:clamp(2rem, 3vw, 2.8rem);--type-cta:clamp(2rem, 3.5vw, 2.8rem);--type-h3:1.1rem;--heading-max:700px;--heading-copy-max:620px;--gap:clamp(1.5rem, 4vw, 5rem);--page-px:clamp(1.5rem, 5vw, 6rem);--content-w:720px;--wide-w:900px}*,::after,::before{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);color:var(--body);background:var(--deep);overflow-x:hidden}:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}:focus:not(:focus-visible){outline:0}@media(prefers-reduced-motion:reduce){*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important;scroll-behavior:auto!important}html{scroll-behavior:auto}}.nav{position:fixed;top:0;left:0;right:0;z-index:2000;padding:1.3rem var(--page-px);display:flex;justify-content:space-between;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);background:rgba(0,0,0,.75);border-bottom:1px solid rgba(255,255,255,.06)}.nav.nav-solid,.nav.scrolled{background:rgba(0,0,0,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border);border-bottom-color:transparent;padding-top:.9rem;padding-bottom:.9rem}.nav-logo{font-family:var(--sans);font-weight:700;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--white);text-decoration:none}.nav-logo span{color:var(--red)}.nav-center{display:flex;gap:2.8rem;align-items:center}.nav-center a{font-size:.8rem;font-weight:500;color:var(--secondary);text-decoration:none;letter-spacing:.02em;transition:color .3s}.nav-center a.active,.nav-center a:hover{color:var(--white);font-weight:600}.nav-right{display:flex;align-items:center;gap:1rem}.nav-burger{display:none;background:0 0;border:none;cursor:pointer;width:28px;height:20px;position:relative;padding:0}.nav-burger span{display:block;position:absolute;left:0;width:100%;height:2px;background:var(--white);border-radius:1px;transition:all .3s cubic-bezier(.16,1,.3,1)}.nav-burger span:first-child{top:0}.nav-burger span:nth-child(2){top:9px}.nav-burger span:nth-child(3){top:18px}.nav-burger.open span:first-child{top:9px;transform:rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){top:9px;transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(340px,88vw);background:rgba(8,8,8,.98);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--border);z-index:999;transform:translateX(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.open{transform:translateX(0)}.mobile-menu-header{padding:5rem 2rem .8rem;border-bottom:1px solid var(--border);flex-shrink:0}a.mobile-menu-brand{display:block;text-decoration:none}.mobile-menu-brand-name{font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--white)}.mobile-menu-brand-name span{color:var(--red)}.mobile-menu-brand-sub{font-size:.68rem;color:var(--muted);margin-top:.2rem;letter-spacing:.02em}.mobile-menu-body{flex:1;padding:.8rem 2rem 1rem;overflow-y:auto}.mobile-menu-group{display:flex;flex-direction:column;gap:0}.mobile-menu-label{font-family:var(--sans);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);padding:.4rem 0 .2rem}.mobile-menu-group a{font-family:var(--sans);font-size:.92rem;font-weight:400;color:var(--secondary);text-decoration:none;padding:.55rem 0;transition:color .2s}.mobile-menu-group a:hover{color:var(--white)}.mobile-menu-divider{height:1px;background:var(--border);margin:.7rem 0}.mobile-menu-footer{padding:.8rem 2rem 1.5rem;flex-shrink:0}.mobile-menu-cta{display:block;text-align:center;font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--red);padding:1rem 1.8rem;border-radius:2px;text-decoration:none;transition:background .3s}.mobile-menu-cta:hover{background:var(--red-hover)}.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.mobile-overlay.open{opacity:1;visibility:visible}.nav-cta{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);background:var(--red);padding:.7rem 1.6rem;border-radius:2px;text-decoration:none;transition:all .3s;display:inline-block}.nav-cta:hover{background:var(--red-hover)}.btn-primary{font-family:var(--sans);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--red);padding:1.05rem 2.4rem;border:none;border-radius:2px;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background:var(--red-hover);transform:translateY(-1px);box-shadow:0 4px 20px rgba(209,34,34,.25),0 0 0 1px rgba(209,34,34,.1)}.btn-outline{font-size:.84rem;font-weight:500;color:var(--body);text-decoration:none;padding-bottom:3px;border-bottom:1.5px solid var(--secondary);transition:all .3s}.btn-outline:hover{color:var(--red);border-color:var(--red)}.btn-white{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--deep);background:var(--white);padding:1rem 2.2rem;border:none;border-radius:2px;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.btn-white:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.btn-ghost-light{font-size:.82rem;font-weight:500;color:var(--secondary);text-decoration:none;border-bottom:1px solid var(--muted);padding-bottom:2px;transition:all .3s}.btn-ghost-light:hover{color:var(--white);border-color:var(--white)}.btn-cta-red{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--red);padding:1rem 2.4rem;border:none;border-radius:2px;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block}.btn-cta-red:hover{background:var(--red-hover);transform:translateY(-1px);box-shadow:0 4px 20px var(--red-glow)}.btn-cta-white{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);background:var(--white);padding:1.1rem 2.8rem;border:none;border-radius:2px;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.site-heading{display:flex;flex-direction:column;gap:0}.section-tag,.site-heading__eyebrow{font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:1.4rem}.section-h2,.site-heading__title{font-family:var(--serif);font-size:var(--type-section);font-weight:600;line-height:1.22;color:var(--white)}.site-heading__title--display{font-size:var(--type-display)}.site-heading--page .site-heading__title{font-size:var(--type-page-hero);max-width:var(--heading-max)}.site-heading--page .site-heading__text{max-width:var(--heading-copy-max)}.site-heading--blog .site-heading__title{font-size:var(--type-blog-hero)}.site-heading--article .site-heading__title{font-size:var(--type-article)}.site-heading__text{font-size:1.05rem;line-height:1.75;color:var(--body);max-width:var(--heading-copy-max)}.hero{min-height:0;max-height:90vh;display:grid;grid-template-columns:1.1fr 1fr;position:relative}.hero-col-left{padding:12rem var(--gap) 4.5rem var(--page-px);display:flex;flex-direction:column;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:.6rem;font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:1.8rem;opacity:0;animation:fadeUp .7s ease .15s forwards}.hero-badge::before{content:'';width:28px;height:2px;background:var(--red)}.hero-h1{font-family:var(--serif);font-size:var(--type-display);font-weight:600;line-height:1.22;color:var(--white);margin-bottom:1.5rem;opacity:0;animation:fadeUp .7s ease .3s forwards}.hero-h1 em{font-style:italic;color:var(--red)}.hero-p{font-size:1.05rem;line-height:1.75;color:var(--body);max-width:460px;margin-bottom:2.2rem;opacity:0;animation:fadeUp .7s ease .45s forwards}.hero-actions{display:flex;gap:1.5rem;align-items:center;opacity:0;animation:fadeUp .7s ease .6s forwards}.hero-col-right{position:relative;overflow:hidden;background:var(--base);display:flex;align-items:center;justify-content:center;isolation:isolate;min-height:min(90vh,680px)}.hero-video-wrap{position:absolute;inset:0;z-index:0}.hero-video-wrap video{width:100%;height:100%;object-fit:cover;display:block}.hero-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.hero-video-placeholder{position:absolute;inset:0;background:var(--base);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;cursor:pointer}.hero-video-play-btn{width:72px;height:72px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px var(--red-glow);transition:all .3s}.hero-video-placeholder:hover .hero-video-play-btn{transform:scale(1.08);box-shadow:0 6px 30px rgba(209,34,34,.3)}.hero-video-play-btn::after{content:'';width:0;height:0;border-left:18px solid var(--white);border-top:11px solid transparent;border-bottom:11px solid transparent;margin-left:4px}.hero-video-label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.hero-video-duration{font-size:.68rem;color:var(--muted)}.hero-success-badge{position:absolute;bottom:3rem;left:-2rem;background:var(--elevated);padding:1.6rem 2.2rem;box-shadow:0 12px 40px rgba(0,0,0,.3);border-radius:3px;border:1px solid var(--border);z-index:5;opacity:0;animation:fadeUp .7s ease .8s forwards}.hero-success-num{font-family:var(--serif);font-size:2.8rem;font-weight:600;color:var(--red);line-height:1}.hero-success-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);margin-top:.35rem}.hero-gender-a{display:inline;transition:opacity .25s ease,font-size .25s ease}.hero-gender-a.hidden{opacity:0;font-size:0;overflow:hidden}.hero-rotating-word{display:inline-block;color:var(--red);min-width:6.5ch}.hero-rotating-word.fade-out{animation:rotWordOut .45s ease forwards}.hero-rotating-word.fade-in{animation:rotWordIn .45s ease forwards}@keyframes rotWordOut{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-8px)}}@keyframes rotWordIn{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}.proof-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.8rem var(--page-px);display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.proof-strip-item{display:flex;align-items:center;gap:.7rem;flex:1;justify-content:center;padding:.4rem 0}.proof-strip-num{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--red);line-height:1;white-space:nowrap}.proof-strip-text{font-size:.68rem;font-weight:600;letter-spacing:.06em;color:var(--muted);text-transform:uppercase;white-space:nowrap}.proof-strip-div{width:1px;height:28px;background:var(--border);flex-shrink:0}.seo-entity-strip{padding:.7rem var(--page-px);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}.seo-entity-text{font-size:.82rem;line-height:1.7;color:var(--muted);max-width:680px;margin:0 auto}.seo-entity-text a{color:inherit;text-decoration:none;border-bottom:1px solid var(--border-hover);padding-bottom:1px;transition:color .25s ease,border-color .25s ease}.seo-entity-text a:hover{color:var(--red);border-bottom-color:var(--red)}.problem{background:var(--base);padding:7rem var(--page-px) 2.5rem;border-top:1px solid var(--border)}.problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto}.problem-tag{font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:1.6rem}.problem-h2{font-family:var(--serif);font-size:var(--type-section);font-weight:600;line-height:1.22;color:var(--white);margin-bottom:2rem}.problem-text{font-size:.95rem;line-height:1.85;color:var(--body);margin-bottom:1.5rem}.problem-text strong{color:var(--white);font-weight:600}.problem-right{display:flex;flex-direction:column;justify-content:center}.problem-pullquote{font-family:var(--serif);font-size:1.4rem;font-style:italic;font-weight:500;line-height:1.55;color:var(--gold);padding:2.5rem 0 2.5rem 2.5rem;border-left:3px solid var(--red);margin-bottom:2.5rem}.problem-tried{display:flex;flex-wrap:wrap;gap:.6rem}.problem-tried-tag{font-size:.72rem;font-weight:500;padding:.55rem 1.1rem;background:var(--surface);color:var(--secondary);border-radius:2px;border:1px solid var(--border);text-decoration:line-through;text-decoration-color:var(--red);text-decoration-thickness:1.5px}.conditions{padding:2rem var(--page-px) 3rem;text-align:center}.conditions-inner{max-width:var(--wide-w);margin:0 auto}.conditions-header{margin-bottom:1.8rem}.conditions-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.condition-pill{font-size:.78rem;font-weight:500;letter-spacing:.03em;color:var(--body);background:var(--elevated);border:1px solid var(--border);border-radius:2px;padding:.55rem 1.2rem;opacity:0;transform:translateY(14px) scale(.95);transition:opacity .4s ease,transform .4s ease,border-color .4s,color .3s,box-shadow .4s}.conditions-grid.revealed .condition-pill{opacity:1;transform:translateY(0) scale(1)}.conditions-grid.revealed .condition-pill:first-child{transition-delay:.0s}.conditions-grid.revealed .condition-pill:nth-child(2){transition-delay:.05s}.conditions-grid.revealed .condition-pill:nth-child(3){transition-delay:.1s}.conditions-grid.revealed .condition-pill:nth-child(4){transition-delay:.15s}.conditions-grid.revealed .condition-pill:nth-child(5){transition-delay:.2s}.conditions-grid.revealed .condition-pill:nth-child(6){transition-delay:.25s}.conditions-grid.revealed .condition-pill:nth-child(7){transition-delay:.3s}.conditions-grid.revealed .condition-pill:nth-child(8){transition-delay:.35s}.conditions-grid.revealed .condition-pill:nth-child(9){transition-delay:.4s}.conditions-grid.revealed .condition-pill:nth-child(10){transition-delay:.45s}.conditions-grid.revealed .condition-pill:nth-child(11){transition-delay:.5s}.conditions-grid.revealed .condition-pill:nth-child(12){transition-delay:.55s}.conditions-grid.revealed .condition-pill:nth-child(13){transition-delay:.6s}.conditions-grid.revealed .condition-pill:nth-child(14){transition-delay:.65s}.conditions-grid.revealed .condition-pill:nth-child(15){transition-delay:.7s}.conditions-grid.revealed .condition-pill:nth-child(16){transition-delay:.75s}@keyframes pill-glow{0%,100%{border-color:var(--border);box-shadow:none}20%{border-color:var(--red);box-shadow:0 0 10px rgba(200,36,36,.2)}35%{border-color:var(--border);box-shadow:none}}.conditions-grid.revealed .condition-pill:first-child{animation:pill-glow 9s ease 1.6s infinite}.conditions-grid.revealed .condition-pill:nth-child(2){animation:pill-glow 11s ease 5.2s infinite}.conditions-grid.revealed .condition-pill:nth-child(3){animation:pill-glow 8.5s ease 2.8s infinite}.conditions-grid.revealed .condition-pill:nth-child(4){animation:pill-glow 12s ease 7.4s infinite}.conditions-grid.revealed .condition-pill:nth-child(5){animation:pill-glow 9.5s ease .8s infinite}.conditions-grid.revealed .condition-pill:nth-child(6){animation:pill-glow 10.5s ease 9s infinite}.conditions-grid.revealed .condition-pill:nth-child(7){animation:pill-glow 8s ease 4.2s infinite}.conditions-grid.revealed .condition-pill:nth-child(8){animation:pill-glow 13s ease 6.5s infinite}.conditions-grid.revealed .condition-pill:nth-child(9){animation:pill-glow 9.8s ease 3.1s infinite}.conditions-grid.revealed .condition-pill:nth-child(10){animation:pill-glow 11.5s ease 8.3s infinite}.conditions-grid.revealed .condition-pill:nth-child(11){animation:pill-glow 10s ease 1s infinite}.conditions-grid.revealed .condition-pill:nth-child(12){animation:pill-glow 8.8s ease 10.5s infinite}.conditions-grid.revealed .condition-pill:nth-child(13){animation:pill-glow 12.5s ease 4.7s infinite}.conditions-grid.revealed .condition-pill:nth-child(14){animation:pill-glow 9.2s ease 7.9s infinite}.conditions-grid.revealed .condition-pill:nth-child(15){animation:pill-glow 11.8s ease 2.4s infinite}.conditions-grid.revealed .condition-pill:nth-child(16){animation:pill-glow 10.2s ease 6.1s infinite}.condition-pill:hover{border-color:var(--red);color:var(--white)}.approach{background:var(--surface);padding:7rem var(--page-px);border-top:1px solid var(--border)}.approach-inner{max-width:1200px;margin:0 auto}.approach-header{margin-bottom:4rem}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.approach-card{padding:2.8rem 2.2rem;border:1px solid var(--border);border-radius:3px;background:var(--elevated);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.approach-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.16,1,.3,1)}@media(hover:hover) and (pointer:fine){.approach-card:hover::before{transform:scaleX(1)}.approach-card:hover{border-color:var(--border-hover);box-shadow:0 12px 40px rgba(209,34,34,.08);transform:translateY(-4px)}}.approach-card.in-view::before{transform:scaleX(1)}.approach-card.in-view{border-color:var(--border-hover);box-shadow:0 12px 40px rgba(209,34,34,.08);transform:translateY(-4px)}.approach-num{font-family:var(--serif);font-size:3.5rem;font-weight:500;color:var(--border);line-height:1;margin-bottom:1.2rem}.approach-card-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.8rem}.approach-card-desc{font-size:.88rem;line-height:1.65;color:var(--body)}.approach-more{text-align:center;margin-top:3rem}.videos{background:var(--base);padding:7rem var(--page-px);border-top:1px solid var(--border)}.videos-inner{max-width:1200px;margin:0 auto}.videos-header{margin-bottom:3.5rem}.videos-footer{text-align:center;margin-top:3rem}.videos-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.testimonials{background:var(--base);padding:7rem var(--page-px);border-top:1px solid var(--border)}.testimonials-inner{max-width:1200px;margin:0 auto}.test-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem}.google-badge{display:flex;align-items:center;gap:.6rem}.google-stars{color:#f4b400;font-size:1.2rem;letter-spacing:2px}.google-text{font-size:.82rem;font-weight:600;color:var(--white)}.test-cta{text-align:center;margin-top:2.5rem}.test-cta-text{font-size:.85rem;color:var(--muted);line-height:1.6}.test-cta-text a{color:var(--secondary);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.test-cta-text a:hover{color:var(--white)}.elfsight-lazy{min-height:200px}.test-cta .btn-outline{font-size:.78rem;font-weight:600;letter-spacing:.04em;padding:.85rem 2rem;border:1.5px solid var(--border);border-radius:2px;color:var(--body);text-decoration:none;transition:all .3s;border-bottom:1.5px solid var(--border)}.test-cta .btn-outline:hover{border-color:var(--red);color:var(--red);background:rgba(209,34,34,.06)}.book{background:#f9f7f3;color:#1a1a1a;padding:7rem var(--page-px);position:relative;overflow:hidden;border-top:none}.book::after{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(209,34,34,.04) 0,transparent 70%)}.book-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.book-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:center}.book-visual{display:flex;justify-content:center}.book-cover{width:260px;height:380px;background:linear-gradient(160deg,#14111a 0,#0a080d 100%);border-radius:4px;position:relative;box-shadow:20px 20px 60px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.05);transform:rotate(-2.5deg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;text-align:center;transition:transform .4s}.book-cover:hover{transform:rotate(0)}.book-cover-line-top{width:30px;height:2px;background:var(--red);margin-bottom:1.5rem}.book-cover-title{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--white);line-height:1.3}.book-cover-title em{color:var(--red);font-style:normal}.book-cover-author{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:1.5rem}.book-cover-real{background:0 0;padding:0}.book-cover-real img{width:100%;height:100%;object-fit:cover;border-radius:4px}.book-content .section-tag{color:#8a7a5a}.book-content .section-h2{color:#1a1a1a;margin-bottom:1.5rem}.book-desc{font-size:.95rem;line-height:1.85;color:#444;max-width:500px;margin-bottom:1rem}.book-desc strong{color:#1a1a1a;font-weight:600}.book-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin:2rem 0 2.5rem}.book-tag{font-size:.7rem;font-weight:500;padding:.5rem 1rem;border:1px solid #d0ccc4;border-radius:2px;color:#555;letter-spacing:.04em}.book-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.book .btn-white{background:#1a1a1a;color:#fff}.book .btn-white:hover{background:#333;box-shadow:0 6px 20px rgba(0,0,0,.15)}.book-chapter-link{font-family:var(--sans);font-size:.82rem;font-weight:500;color:var(--muted);background:0 0;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:0;margin-top:.6rem;display:inline-block;transition:color .2s}.book-chapter-link:hover{color:var(--white)}.content-section{background:var(--surface);padding:7rem var(--page-px)}.content-inner{max-width:1200px;margin:0 auto}.content-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.content-card{border:1px solid var(--border);border-radius:3px;overflow:hidden;background:var(--elevated);transition:all .3s}.content-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.2);border-color:var(--border-hover)}.content-card a{text-decoration:none;color:inherit;display:block}.content-thumb{height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--surface)}.content-thumb img{width:100%;height:100%;object-fit:cover}.content-body{padding:1.4rem 1.6rem}.content-cat{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}.content-title{font-family:var(--serif);font-size:1.1rem;font-weight:500;line-height:1.35;color:var(--white)}.consult{background:var(--deep);color:var(--white);padding:7rem var(--page-px);position:relative;overflow:hidden;border-top:1px solid var(--border)}.consult::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(209,34,34,.03) 0,transparent 60%)}.consult-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}.consult-header{text-align:center;margin-bottom:3.5rem}.consult .section-tag{color:var(--muted)}.consult .section-h2{color:var(--white);margin-bottom:1rem}.consult .section-h2 em{font-style:italic;color:var(--red)}.consult-sub{font-size:1.05rem;line-height:1.7;color:var(--secondary);max-width:550px;margin:0 auto}.form-steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;align-items:center;scroll-margin-top:5rem}.form-step-dot{width:32px;height:32px;border-radius:50%;background:var(--surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--muted);transition:all .3s}.form-step-dot.active{background:var(--red);border-color:var(--red);color:var(--white);box-shadow:0 0 12px var(--red-glow)}.form-step-dot.done{background:var(--secondary);border-color:var(--secondary);color:var(--white)}.form-step-line{width:2.5rem;height:2px;background:var(--border);transition:background .3s}.form-step-line.done{background:var(--secondary)}.form-panel{display:none}.form-panel.active{display:block;animation:fadeUp .5s ease forwards}.form-group{margin-bottom:1.8rem}.form-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem;line-height:1.5}.form-input{width:100%;padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:3px;color:var(--white);font-family:var(--sans);font-size:.92rem;transition:all .3s;outline:0}.form-input:focus{border-color:var(--red);background:var(--elevated);box-shadow:0 0 0 3px rgba(209,34,34,.1)}.form-input::placeholder{color:var(--muted)}textarea.form-input{min-height:120px;resize:vertical;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-scale{display:flex;gap:.6rem;margin-top:.3rem;justify-content:center}.form-scale-btn{width:42px;height:42px;background:var(--surface);border:1px solid var(--border);border-radius:3px;color:var(--secondary);font-family:var(--sans);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.form-scale-btn.selected,.form-scale-btn:hover{background:var(--red);border-color:var(--red);color:var(--white)}.form-radio-group{display:flex;flex-direction:column;gap:.7rem}.form-radio-2col{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .8rem}.form-radio{display:flex;align-items:center;gap:.8rem;padding:.9rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:3px;cursor:pointer;transition:all .3s}.form-radio:hover{border-color:var(--border-hover);background:var(--elevated)}.form-radio.selected{border-color:var(--red);background:rgba(209,34,34,.08)}.form-radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--border);position:relative;transition:all .3s;flex-shrink:0}.form-radio.selected .form-radio-dot{border-color:var(--red)}.form-radio.selected .form-radio-dot::after{content:'';position:absolute;top:3px;left:3px;width:6px;height:6px;border-radius:50%;background:var(--red)}.form-radio-text{font-size:.88rem;color:var(--secondary)}.form-radio.selected .form-radio-text{color:var(--white)}.form-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.btn-form-next{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--red);padding:1rem 2.4rem;border:none;border-radius:2px;cursor:pointer;transition:all .3s}.btn-form-next:hover{background:var(--red-hover);transform:translateY(-1px)}.btn-form-back{font-size:.82rem;font-weight:500;color:var(--muted);background:0 0;border:none;cursor:pointer;transition:color .3s}.btn-form-back:hover{color:var(--secondary)}.form-step-label{font-size:.78rem;color:var(--secondary);font-weight:600;letter-spacing:.04em}.form-confirm{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:3px;cursor:pointer;margin-bottom:1.2rem}.form-checkbox{width:18px;height:18px;border:2px solid var(--gold-dim);border-radius:2px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .3s}.form-confirm.checked .form-checkbox{background:var(--red);border-color:var(--red)}.form-confirm.checked .form-checkbox::after{content:'✓';color:var(--white);font-size:.7rem;font-weight:700}.form-confirm-text{font-size:.82rem;line-height:1.5;color:var(--muted)}.form-confirm.checked .form-confirm-text{color:var(--secondary)}.form-radio:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(209,34,34,.25)}.form-confirm:focus-within{border-color:var(--red);box-shadow:0 0 0 2px rgba(209,34,34,.25)}.form-scale-btn:focus-visible{outline:2px solid var(--red);outline-offset:2px}.form-disclaimer{font-size:.72rem;line-height:1.6;color:var(--muted);margin-top:1.5rem;text-align:center}.form-success{text-align:center;padding:3rem 0;display:none}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.shake{animation:shake .4s ease}.field-invalid{outline:1px solid rgba(200,36,36,.6)!important;box-shadow:0 0 8px rgba(200,36,36,.15)}.field-invalid .form-input{border-color:rgba(200,36,36,.5)!important}.form-validation-msg{text-align:center;padding:.7rem 1rem;margin-top:1.2rem;font-size:.82rem;color:#e8a0a0;background:rgba(200,36,36,.08);border:1px solid rgba(200,36,36,.2);border-radius:3px}.form-success.active{display:block;animation:fadeUp .5s ease forwards}.form-success-icon{width:60px;height:60px;border-radius:50%;background:rgba(209,34,34,.1);margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--red)}.form-success h3{font-family:var(--serif);font-size:1.8rem;font-weight:500;color:var(--white);margin-bottom:1rem}.form-success p{font-size:.92rem;line-height:1.7;color:var(--secondary);max-width:420px;margin:0 auto}.fluent-form-wrap{max-width:750px;margin:0 auto}.page-hero{padding:12rem var(--page-px) 5rem;max-width:1200px;margin:0 auto}.page-template-page-kontakt .page-hero{padding-bottom:2rem}.page-template-page-kontakt .consult{padding-top:2rem;border-top:none}.page-template-page-kontakt #customFormWrap{background:var(--elevated);border:1px solid var(--border);border-radius:4px;padding:2rem 2rem 1.5rem}.page-template-page-politika-privatnosti .page-hero-p{font-size:.85rem;opacity:.6}.page-template-page-o-meni .pullquote-break{background:#f9f7f3;border-top:none}.page-template-page-o-meni .pullquote-text{color:#1a1a1a}.contact-badges{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem;opacity:0;animation:fadeUp .7s ease .55s forwards}.contact-badge{font-size:.68rem;font-weight:600;letter-spacing:.06em;color:var(--white);background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:.5rem 1rem}.page-hero-tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:2rem;opacity:0;animation:fadeUp .7s ease .1s forwards}.page-hero-tag::before{content:'';width:28px;height:2px;background:var(--red)}.page-hero-h1{font-family:var(--serif);font-size:var(--type-page-hero);font-weight:600;line-height:1.22;color:var(--white);margin-bottom:1.8rem;max-width:var(--heading-max);opacity:0;animation:fadeUp .7s ease .25s forwards}.page-hero-h1 em{font-style:italic;color:var(--red)}.page-hero-p{font-size:1.05rem;line-height:1.75;color:var(--body);max-width:var(--heading-copy-max);opacity:0;animation:fadeUp .7s ease .4s forwards}.section-divider{width:100%;height:1px;background:var(--border);margin:0}.core-problem{padding:6rem var(--page-px);display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto}.cp-h2{font-family:var(--serif);font-size:var(--type-section-compact);font-weight:600;line-height:1.22;color:var(--white);margin-bottom:1.8rem}.cp-text{font-size:.95rem;line-height:1.85;color:var(--body);margin-bottom:1.3rem}.cp-text strong{color:var(--white);font-weight:600}.cp-right{display:flex;align-items:center}.cp-diagram{width:100%;position:relative}.cp-layer{padding:1.6rem 2rem;border-radius:3px;margin-bottom:1rem;position:relative;transition:all .4s}.cp-layer-surface{background:var(--surface);border:1px solid var(--border)}.cp-layer-mid{background:var(--elevated);border:1px solid var(--border);margin-left:1.5rem}.cp-layer-deep{background:var(--deep);border:1px solid var(--red);margin-left:3rem}.cp-layer-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem}.cp-layer-surface .cp-layer-label{color:var(--secondary)}.cp-layer-mid .cp-layer-label{color:var(--secondary)}.cp-layer-deep .cp-layer-label{color:var(--red)}.cp-layer-desc{font-size:.88rem;line-height:1.5;color:var(--body)}.cp-layer-tag{display:inline-block;margin-top:.5rem;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:2px}.cp-layer-surface .cp-layer-tag{background:var(--border);color:var(--secondary)}.cp-layer-mid .cp-layer-tag{background:var(--border);color:var(--secondary)}.cp-layer-deep .cp-layer-tag{background:var(--red);color:var(--white)}.process{background:var(--surface);padding:7rem var(--page-px);border-top:1px solid var(--border)}.process-inner{max-width:1200px;margin:0 auto}.process-header{margin-bottom:4rem}.timeline{position:relative;padding-left:4rem}.timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:var(--border)}.timeline::after{content:'';position:absolute;left:15px;top:0;width:2px;height:var(--tl-fill,0);background:var(--red);z-index:1;pointer-events:none}.timeline-item{position:relative;margin-bottom:4rem;padding-left:2rem;z-index:2}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-4rem;top:.3rem;width:32px;height:32px;border-radius:50%;background:var(--base);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.85rem;font-weight:600;color:var(--secondary);transition:border-color .4s,color .4s,background .4s,box-shadow .4s;z-index:2}.timeline-dot.tl-active{border-color:var(--red);color:var(--red);background:var(--elevated);box-shadow:0 0 0 6px var(--red-glow)}.timeline-item:hover .timeline-dot{border-color:var(--red);color:var(--red);background:var(--elevated);box-shadow:0 0 0 6px var(--red-glow)}.timeline-phase{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:.6rem}.timeline-title{font-family:var(--serif);font-size:1.5rem;font-weight:500;color:var(--white);margin-bottom:.8rem;line-height:1.3}.timeline-text{font-size:.95rem;line-height:1.75;color:var(--body);max-width:600px;margin-bottom:1rem}.timeline-text strong{color:var(--white);font-weight:600}.timeline-detail{padding:1.5rem 1.8rem;background:var(--elevated);border-radius:3px;border-left:3px solid var(--red);margin-top:1.2rem;max-width:560px}.timeline-detail-text{font-family:var(--serif);font-size:1rem;line-height:1.7;color:var(--body);font-style:italic}.comparison{background:var(--deep);color:var(--white);padding:7rem var(--page-px);border-top:1px solid var(--border)}.comparison-inner{max-width:1000px;margin:0 auto}.comparison .section-tag{color:var(--muted)}.comparison .section-h2{color:var(--white);margin-bottom:3.5rem}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:1.2rem 1.5rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th:first-child{color:var(--muted);width:25%}.comparison-table th:nth-child(2){color:var(--secondary)}.comparison-table th:nth-child(3){color:var(--red)}.comparison-table td{font-size:.9rem;line-height:1.5;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);vertical-align:top}.comparison-table td:first-child{font-family:var(--serif);font-size:.95rem;color:var(--secondary);font-weight:500}.comparison-table td:nth-child(2){color:var(--muted)}.comparison-table td:nth-child(3){color:var(--body)}.comp-highlight{color:var(--white)!important;font-weight:600}.who{background:var(--surface);padding:7rem var(--page-px);border-top:1px solid var(--border)}.who-inner{max-width:1200px;margin:0 auto}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3.5rem}.who-card{padding:2.8rem;border-radius:3px;transition:all .4s}.who-card-yes{background:var(--elevated);border:1px solid var(--border)}.who-card-no{background:0 0;border:1px solid var(--border)}.who-card-icon{font-size:1.8rem;margin-bottom:1.2rem;line-height:1}.who-card-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:1.2rem}.who-card-no .who-card-title{color:var(--secondary)}.who-card-item{font-size:.9rem;line-height:1.7;color:var(--body);margin-bottom:.6rem;padding-left:1.2rem;position:relative}.who-card-item::before{content:'';position:absolute;left:0;top:.55rem;width:5px;height:5px;border-radius:50%}.who-card-yes .who-card-item::before{background:var(--red)}.who-card-no .who-card-item::before{background:var(--border)}.pullquote-break{padding:5rem var(--page-px);background:var(--base);display:flex;justify-content:center;border-top:1px solid var(--border)}.pullquote-inner{max-width:700px;text-align:center}.pullquote-text{font-family:var(--serif);font-size:1.8rem;font-style:italic;font-weight:500;line-height:1.5;color:var(--gold)}.pullquote-text em{color:var(--red);font-style:italic}.pullquote-attr{margin-top:1.5rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;color:var(--muted)}.after{background:var(--surface);padding:7rem var(--page-px);border-top:1px solid var(--border)}.after-inner{max-width:900px;margin:0 auto}.after-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.after-card{padding:2.2rem;background:var(--elevated);border-radius:3px;border:1px solid var(--border);text-align:center;transition:all .3s}.after-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.after-icon{font-size:2rem;margin-bottom:1rem;color:var(--red);opacity:.6}.after-card-title{font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.after-card-desc{font-size:.82rem;line-height:1.6;color:var(--body)}.kf-divider{width:100%;padding:0;line-height:0;overflow:hidden}.kf-divider-svg{width:100%;height:2px;display:block}.kf-divider-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:kf-line-draw 2.5s ease .5s forwards}@keyframes kf-line-draw{to{stroke-dashoffset:0}}.kf-hero{position:relative;padding-bottom:4rem}.kf-words{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.kf-word{position:absolute;left:var(--x);top:var(--y);font-family:var(--serif);font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--white);opacity:0;animation:kf-word-in .8s ease var(--d) forwards,kf-word-float 7s ease-in-out var(--d) infinite}@keyframes kf-word-in{from{opacity:0;transform:translateY(8px)}to{opacity:.1;transform:translateY(0)}}@keyframes kf-word-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.kf-hero .page-hero-h1,.kf-hero .page-hero-p,.kf-hero .page-hero-tag{position:relative;z-index:1}@media(max-width:768px){.kf-words{display:none}.kf-hero{padding-bottom:2rem}}.about-hero-divider{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-hero-divider-line{display:none}.about-hero-divider-stats{max-width:1100px;margin:0 auto;padding:2rem var(--page-px);display:flex;align-items:center;gap:0}.ahd-stat{flex:1;text-align:center;padding:1rem}.ahd-num{display:block;font-family:var(--serif);font-size:1.8rem;font-weight:600;color:var(--red);line-height:1;margin-bottom:.3rem}.ahd-label{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.ahd-sep{width:1px;height:40px;background:var(--border);flex-shrink:0}.about-bio{padding:7rem var(--page-px)}.about-bio-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:6rem;align-items:start}.about-bio-photo{position:sticky;top:8rem}.about-photo-img{width:100%;max-height:calc(100vh - 12rem);aspect-ratio:3/4;object-fit:cover;object-position:top center;border-radius:3px;filter:grayscale(.15)}.about-lead{font-family:var(--serif);font-size:1.15rem;line-height:1.75;color:var(--white);font-weight:500;margin-bottom:2rem}.about-photo{margin-bottom:2.5rem}.about-body{font-size:.95rem;line-height:1.85;color:var(--body);margin-bottom:1.3rem}.about-credentials{padding:6rem var(--page-px);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-credentials-inner{max-width:1100px;margin:0 auto}.about-credentials-header{margin-bottom:3rem}.about-credentials-grid{overflow:hidden}.about-credentials-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-credential{padding:0;border:1px solid var(--border);border-radius:3px;background:var(--elevated);overflow:hidden}.about-credential-img{width:100%;height:280px;overflow:hidden;border-bottom:1px solid var(--border);cursor:zoom-in;background:#f5f5f0;display:flex;align-items:center;justify-content:center}.about-credential-img img{max-width:100%;max-height:100%;object-fit:contain;padding:.5rem}.about-credential-title{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.35;padding:1.5rem 1.5rem 0}.about-credential-org{font-size:.78rem;line-height:1.5;color:var(--muted);padding:0 1.5rem 1.5rem}.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.92);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;cursor:zoom-out}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:3px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:none;background:0 0;cursor:pointer;color:var(--white);font-size:1.5rem;display:flex;align-items:center;justify-content:center}.about-proof{padding:6rem var(--page-px);text-align:center}.about-proof-inner{max-width:700px;margin:0 auto}.about-proof-desc{font-size:.95rem;line-height:1.7;color:var(--body);margin:1.5rem auto 2.5rem;max-width:580px}.about-proof-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-note{padding:3rem var(--page-px);border-top:1px solid var(--border)}.about-letter-link{text-align:center;padding:2rem var(--page-px);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-letter-text{font-family:var(--serif);font-size:.92rem;font-style:italic;color:var(--secondary)}.about-letter-text a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.about-note-inner{max-width:700px;margin:0 auto;text-align:center}.about-note-text{font-size:.78rem;line-height:1.7;color:var(--muted);font-style:italic}.pm-filters{padding:0 var(--page-px);margin-top:-1.2rem;margin-bottom:3rem}.pm-filters-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:.5rem}.pm-filter-btn{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--secondary);background:0 0;border:1px solid var(--border);padding:.5rem 1.2rem;border-radius:2px;cursor:pointer;transition:all .3s}.pm-filter-btn:hover{border-color:var(--white);color:var(--white)}.pm-filter-btn.active{background:var(--red);border-color:var(--red);color:var(--white)}.pm-gallery{padding:0 var(--page-px) 5rem}.pm-gallery-inner{max-width:1200px;margin:0 auto}.pm-grid{columns:4;column-gap:1rem}.pm-item{break-inside:avoid;margin-bottom:1rem;border-radius:6px;overflow:hidden;cursor:zoom-in;background:var(--elevated);border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.pm-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.pm-item.hidden{display:none}.pm-img{width:100%;height:auto;display:block;aspect-ratio:auto 9/16}.pm-empty{font-size:.95rem;color:var(--muted);text-align:center;padding:4rem 0}.pm-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.95);backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.pm-lightbox.open{opacity:1;visibility:visible}.pm-lightbox-close{position:absolute;top:1rem;right:1.5rem;width:44px;height:44px;border:none;background:0 0;cursor:pointer;color:var(--white);font-size:1.8rem;display:flex;align-items:center;justify-content:center;z-index:10}.pm-lightbox-next,.pm-lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:rgba(255,255,255,.08);color:var(--white);font-size:2rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:10}.pm-lightbox-next:hover,.pm-lightbox-prev:hover{background:rgba(255,255,255,.15)}.pm-lightbox-prev{left:1.5rem}.pm-lightbox-next{right:1.5rem}.pm-lightbox-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 5rem;max-height:calc(100vh - 120px);overflow:hidden}.pm-lightbox-main img{max-width:100%;max-height:100%;object-fit:contain;border-radius:3px}.pm-lightbox-counter{font-size:.75rem;color:var(--muted);letter-spacing:.08em;padding:.5rem 0}.pm-lightbox-thumbs{display:flex;gap:.4rem;padding:.5rem 1rem 1rem;overflow-x:auto;max-width:90vw;-webkit-overflow-scrolling:touch}.pm-lightbox-thumbs::-webkit-scrollbar{display:none}.pm-lightbox-thumb{width:52px;height:52px;flex-shrink:0;border-radius:2px;overflow:hidden;cursor:pointer;border:2px solid transparent;opacity:.5;transition:all .2s}.pm-lightbox-thumb.active{border-color:var(--red);opacity:1}.pm-lightbox-thumb img{width:100%;height:100%;object-fit:cover}.pm-more-proof{padding:6rem var(--page-px);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pm-more-proof-inner{max-width:800px;margin:0 auto;text-align:center}.pm-more-proof-desc{font-size:.95rem;line-height:1.7;color:var(--body);margin:1rem auto 3rem;max-width:580px}.pm-more-proof-links{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;max-width:600px;margin:0 auto}.pm-proof-link{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid var(--border);border-radius:3px;background:var(--elevated);text-decoration:none;transition:all .3s}.pm-proof-link:hover{border-color:var(--red);transform:translateY(-2px)}.pm-proof-link-icon{font-size:1.4rem;flex-shrink:0;width:40px;text-align:center}.pm-proof-link-text{flex:1;text-align:left}.pm-proof-link-title{display:block;font-size:.9rem;font-weight:700;color:var(--white);margin-bottom:.2rem}.pm-proof-link-sub{display:block;font-size:.72rem;color:var(--muted)}.pm-proof-link-arrow{font-size:1.1rem;color:var(--muted);transition:color .3s}.pm-proof-link:hover .pm-proof-link-arrow{color:var(--red)}.nl-popup{position:fixed;inset:0;z-index:2500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.nl-popup.open{opacity:1;visibility:visible}.nl-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px)}.nl-popup-box{position:relative;width:min(420px,90vw);background:var(--elevated);border:1px solid var(--border);border-radius:6px;padding:2.5rem 2rem;text-align:center;transform:translateY(20px);transition:transform .3s}.nl-popup.open .nl-popup-box{transform:translateY(0)}.nl-popup-close{position:absolute;top:.8rem;right:1rem;width:36px;height:36px;border:none;background:0 0;cursor:pointer;color:var(--muted);font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.nl-popup-close:hover{color:var(--white)}.nl-popup-title{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:.6rem}.nl-popup-desc{font-size:.85rem;line-height:1.6;color:var(--body);margin-bottom:1.5rem}.nl-popup-form{display:flex;flex-direction:column;gap:.7rem}.nl-input{font-family:var(--sans);font-size:.88rem;padding:.8rem 1rem;border:1px solid var(--border);border-radius:3px;background:var(--base);color:var(--white);transition:border-color .2s}.nl-input:focus{outline:0;border-color:var(--red)}.nl-input::placeholder{color:var(--muted)}.nl-submit{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.9rem;border:none;border-radius:2px;cursor:pointer;background:var(--red);color:var(--white);transition:background .2s}.nl-submit:hover{background:var(--red-hover)}.nl-submit:disabled{opacity:.6;cursor:wait}.nl-popup-error{font-size:.78rem;color:#e74c3c;margin-top:.6rem;min-height:1.2rem}.nl-success-icon{width:56px;height:56px;border-radius:50%;background:var(--red);color:var(--white);font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.vt-gallery{padding:0 var(--page-px) 5rem}.vt-gallery-inner{max-width:1200px;margin:0 auto}.vt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.vt-item{border-radius:6px;overflow:hidden;background:var(--elevated);border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.vt-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.vt-thumb{position:relative;cursor:pointer;aspect-ratio:16/9;overflow:hidden;background:#000}.vt-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.vt-item:hover .vt-thumb img{transform:scale(1.03)}.vt-thumb iframe{width:100%;height:100%;position:absolute;inset:0;border:none}.vt-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s;pointer-events:none}.vt-item:hover .vt-play{transform:translate(-50%,-50%) scale(1.1)}.vt-play svg circle{transition:fill-opacity .3s}.vt-item:hover .vt-play svg circle{fill-opacity:1}.vt-info{padding:1rem 1.2rem}.vt-title{font-size:.88rem;font-weight:600;color:var(--white);line-height:1.4}.vt-subtitle{font-size:.72rem;color:var(--muted);margin-top:.3rem}.vt-empty{font-size:.95rem;color:var(--muted);text-align:center;padding:4rem 0}.terms-inner{max-width:1000px;margin:0 auto}.terms-principles{padding:6rem var(--page-px)}.terms-principles-header{margin-bottom:3.5rem}.terms-intro{font-size:.95rem;line-height:1.7;color:var(--body);margin-top:1rem;max-width:600px}.terms-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.terms-card{padding:2.2rem;border:1px solid var(--border);border-radius:3px;background:var(--elevated);position:relative}.terms-card-num{font-family:var(--serif);font-size:2.5rem;font-weight:500;color:var(--border);line-height:1;margin-bottom:.8rem}.terms-card-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.8rem}.terms-card-text{font-size:.88rem;line-height:1.65;color:var(--body)}.terms-legal{padding:6rem var(--page-px);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.terms-legal-header{margin-bottom:3rem}.terms-legal-content{max-width:720px}.terms-legal-block{margin-bottom:2.5rem}.terms-legal-block:last-child{margin-bottom:0}.terms-legal-title{font-family:var(--serif);font-size:var(--type-h3);font-weight:600;color:var(--white);margin-bottom:1rem}.terms-legal-block p{font-size:.88rem;line-height:1.75;color:var(--body);margin-bottom:1rem}.terms-legal-block p:last-child{margin-bottom:0}.cta{background:var(--red);color:var(--white);padding:6rem var(--page-px);text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:-40%;right:-10%;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.04)}.cta-title{font-family:var(--serif);font-size:var(--type-cta);font-weight:600;line-height:1.22;margin-bottom:1.2rem;position:relative}.cta-desc{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.85);max-width:520px;margin:0 auto 2.5rem;position:relative}.cta-note{font-size:.72rem;color:rgba(255,255,255,.4);margin-top:1rem;position:relative}.progress-bar{position:fixed;top:0;left:0;width:0;height:3px;background:var(--red);z-index:2001;transition:width .1s}.breadcrumbs{padding:6.5rem var(--page-px) 0;max-width:var(--wide-w);margin:0 auto}.breadcrumbs a,.breadcrumbs span{font-size:.72rem;font-weight:500;color:var(--muted);text-decoration:none;letter-spacing:.03em}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs .bc-sep{margin:0 .4rem;opacity:.4}.article-header{max-width:var(--wide-w);margin:0 auto;padding:2.5rem var(--page-px) 0}.article-cat{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:1.2rem}.article-h1{font-family:var(--serif);font-size:var(--type-article);font-weight:600;line-height:1.22;color:var(--white);margin-bottom:1.5rem}.article-meta{display:flex;align-items:center;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-meta-author{display:flex;align-items:center;gap:.6rem}.article-meta-avatar{width:36px;height:36px;border-radius:50%;background:var(--surface);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.85rem;font-weight:600;color:var(--red)}.article-meta-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.article-meta-name{font-size:.82rem;font-weight:600;color:var(--white)}.article-meta-date{font-size:.78rem;color:var(--muted)}.article-meta-reading{font-size:.78rem;color:var(--muted)}.article-featured{max-width:var(--wide-w);margin:2.5rem auto 0;padding:0 var(--page-px)}.article-featured img{width:100%;height:auto;border-radius:3px;background:var(--surface);aspect-ratio:16/9;object-fit:cover}.article-layout{max-width:1100px;margin:3rem auto 0;padding:0 var(--page-px);display:grid;grid-template-columns:1fr 260px;gap:4rem;align-items:start}.toc{position:sticky;top:5.5rem;padding:1.8rem 0}.toc-title{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:1.2rem}.toc-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.toc-list a{font-size:.78rem;line-height:1.5;color:var(--secondary);text-decoration:none;transition:all .2s;display:block;padding:.2rem 0 .2rem .8rem;border-left:2px solid transparent}.toc-list a:hover{color:var(--red);border-left-color:var(--red)}.toc-list .toc-h3{padding-left:1.6rem;font-size:.74rem;color:var(--muted)}.article-body{max-width:var(--content-w)}.article-body h2{font-family:var(--serif);font-size:1.65rem;font-weight:600;line-height:1.25;color:var(--white);margin:3rem 0 1.2rem;padding-top:1rem;border-top:1px solid var(--border)}.article-body h2:first-of-type{border-top:none;margin-top:0;padding-top:0}.article-body h3{font-size:1.1rem;font-weight:700;color:var(--body);margin:2.2rem 0 .8rem;line-height:1.35}.article-body p{font-size:.95rem;line-height:1.85;color:var(--body);margin-bottom:1.4rem}.article-body p strong{color:var(--white);font-weight:600}.article-body p em{font-style:italic}.article-body a{color:var(--red);text-decoration:underline;text-decoration-color:rgba(209,34,34,.3);text-underline-offset:3px;transition:all .2s}.article-body a:hover{text-decoration-color:var(--red)}.article-body p a{color:var(--red)}.article-body p a:hover{text-decoration-color:var(--red)}.article-body img{width:100%;height:auto;border-radius:3px;margin:2rem 0;background:var(--surface)}.article-body blockquote{margin:2rem 0;padding:1.6rem 1.8rem;background:var(--elevated);border-left:3px solid var(--red);border-radius:0 3px 3px 0}.article-body blockquote p{font-family:var(--serif);font-size:.95rem;font-weight:500;font-style:italic;line-height:1.8;color:var(--gold);margin-bottom:.6rem}.article-body blockquote p:last-child{margin-bottom:0}.article-body ol,.article-body ul{margin:1.2rem 0 1.8rem 1.2rem}.article-body li{font-size:.95rem;line-height:1.8;color:var(--body);margin-bottom:.5rem}.article-body li strong{color:var(--white)}.article-body hr{border:none;height:1px;background:var(--border);margin:3rem 0}.article-body table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.85rem;line-height:1.6}.article-body th{background:var(--elevated);color:var(--white);font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;text-align:left;padding:.9rem 1rem;border-bottom:2px solid var(--border)}.article-body td{padding:.8rem 1rem;color:var(--body);border-bottom:1px solid var(--border);vertical-align:top;background:var(--surface)}.article-body td strong{color:var(--white);font-weight:600}.article-body tr:nth-child(2n) td{background:var(--elevated)}.article-body figure.wp-block-table{margin:2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.article-body figure.wp-block-table figcaption{font-size:.72rem;color:var(--muted);margin-top:.6rem;text-align:center}.article-body .lwptoc,.article-body .wp-block-aioseo-table-of-contents,.article-body .wp-block-rank-math-toc-block,.article-body .wp-block-yoast-seo-table-of-contents,.article-body [class*=table-of-contents],.article-body [class*=toc-block]{display:none!important}.faq{margin:3rem 0 2rem}.faq-item{border-bottom:1px solid var(--border)}.faq-q{padding:1.2rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-q-text{font-size:.95rem;font-weight:600;color:var(--white);line-height:1.4}.faq-q-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--muted);transition:transform .3s}.faq-item.open .faq-q-icon{transform:rotate(45deg);color:var(--red)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-a{max-height:600px}.faq-a-inner{padding:0 0 1.5rem}.faq-a-inner p{font-size:.95rem;line-height:1.75;color:var(--body);margin-bottom:.5rem}.article-footer{max-width:var(--content-w);margin:3rem 0 0;padding-top:2rem;border-top:1px solid var(--border)}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.article-tag{font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:.4rem .9rem;background:var(--surface);border-radius:2px;color:var(--secondary);text-decoration:none;transition:all .2s}.article-tag:hover{background:var(--red);color:var(--white)}.share-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.share-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.share-buttons{display:flex;gap:.5rem}.share-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .25s;cursor:pointer;font-size:.82rem;color:var(--secondary)}.share-btn svg{width:16px;height:16px;fill:currentColor}.share-btn[title=Facebook]{color:#1877f2;border-color:rgba(24,119,242,.25)}.share-btn[title=Facebook]:hover{background:rgba(24,119,242,.12);border-color:#1877f2}.share-btn[title="X / Twitter"]{color:#fff;border-color:rgba(255,255,255,.2)}.share-btn[title="X / Twitter"]:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.4)}.share-btn[title="Kopiraj link"]{color:var(--secondary);border-color:var(--border)}.share-btn[title="Kopiraj link"]:hover{color:var(--red);border-color:var(--red);background:rgba(209,34,34,.06)}.share-btn[title=WhatsApp]{color:#25d366;border-color:rgba(37,211,102,.25)}.share-btn[title=WhatsApp]:hover{background:rgba(37,211,102,.12);border-color:#25d366}.author-box{max-width:var(--wide-w);margin:4rem auto;padding:0 var(--page-px)}.author-box-inner{display:grid;grid-template-columns:100px 1fr;gap:2rem;align-items:start;background:var(--elevated);padding:2.5rem;border-radius:3px;border:1px solid var(--border)}.author-box-avatar{width:100px;height:100px;border-radius:50%;background:var(--surface);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--red)}.author-box-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.author-box-tag{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.5rem}.author-box-name{font-family:var(--serif);font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:.7rem}.author-box-bio{font-size:.88rem;line-height:1.7;color:var(--body);margin-bottom:1rem}.author-box-link{font-size:.78rem;font-weight:600;color:var(--red);text-decoration:none;border-bottom:1px solid rgba(209,34,34,.3);padding-bottom:2px;transition:all .2s}.author-box-link:hover{border-color:var(--red)}.cta-band{background:var(--surface);padding:4rem var(--page-px);text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-band-title{font-family:var(--serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:var(--white);margin-bottom:.8rem}.cta-band-desc{font-size:.92rem;line-height:1.7;color:var(--secondary);max-width:480px;margin:0 auto 1.8rem}.cta-band-badges{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-bottom:2rem}.cta-badge{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:var(--secondary);padding:.5rem 1.2rem;border:1px solid var(--border);border-radius:2px}.evidence{max-width:var(--wide-w);margin:0 auto;padding:4rem var(--page-px);text-align:center}.evidence-title{font-family:var(--serif);font-size:1.2rem;font-weight:500;color:var(--body);margin-bottom:.6rem}.evidence-desc{font-size:.85rem;color:var(--muted);margin-bottom:1.8rem;line-height:1.6}.evidence-buttons{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.evidence-btn{font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.7rem 1.4rem;border-radius:2px;border:1px solid var(--border);color:var(--body);text-decoration:none;transition:all .3s;background:0 0}.evidence-btn:hover{background:var(--elevated);color:var(--white);border-color:var(--border-hover)}.related{max-width:1100px;margin:0 auto;padding:4rem var(--page-px) 5rem}.related-tag{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:1.2rem}.related-title{font-family:var(--serif);font-size:1.6rem;font-weight:500;color:var(--white);margin-bottom:2.5rem}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.related-card{border:1px solid var(--border);border-radius:3px;overflow:hidden;background:var(--elevated);transition:all .3s}.related-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.2);border-color:var(--border-hover)}.related-card-thumb{height:160px;background:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.related-card-thumb img{width:100%;height:100%;object-fit:cover}.related-card-thumb-label{font-family:var(--serif);font-size:2rem;font-style:italic;color:var(--border)}.related-card-body{padding:1.3rem 1.5rem}.related-card-cat{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.4rem}.related-card-title{font-family:var(--serif);font-size:1.05rem;font-weight:500;line-height:1.35;color:var(--white)}.related-card-title a{color:inherit;text-decoration:none}.related-card-title a:hover{color:var(--red)}.related-card-date{font-size:.7rem;color:var(--muted);margin-top:.5rem}.book-promo{background:var(--base);padding:2.5rem var(--page-px);border-top:1px solid var(--border)}.book-promo-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:2rem}.book-promo-cover{width:80px;height:115px;flex-shrink:0;background:linear-gradient(160deg,#14111a,#0a080d);border-radius:2px;box-shadow:6px 6px 20px rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem;text-align:center}.book-promo-cover-title{font-family:var(--serif);font-size:.6rem;font-weight:600;color:var(--white);line-height:1.3}.book-promo-cover-title em{color:var(--red);font-style:normal}.book-promo-cover-author{font-size:.4rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:.4rem}.book-promo-mid{flex:1}.book-promo-mid-title{font-family:var(--serif);font-size:1.05rem;font-weight:500;color:var(--white);margin-bottom:.3rem}.book-promo-mid-desc{font-size:.8rem;line-height:1.5;color:var(--secondary)}.book-promo-actions{display:flex;gap:1rem;align-items:center;flex-shrink:0}.btn-book-sm{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--deep);background:var(--white);padding:.65rem 1.4rem;border-radius:2px;text-decoration:none;transition:all .3s}.btn-book-sm:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.btn-book-ghost{font-family:var(--sans);font-size:.82rem;font-weight:500;color:var(--muted);background:0 0;border:none;border-bottom:1px solid transparent;padding:0;margin:0;cursor:pointer;appearance:none;text-decoration:underline;text-underline-offset:3px;display:inline-block;transition:color .2s}.btn-book-ghost:hover{color:var(--white)}.footer{background:var(--surface);border-top:1px solid var(--border);padding:4.5rem var(--page-px) 2.5rem;color:var(--muted)}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem}.footer-brand-name{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--white);margin-bottom:.5rem}.footer-brand-name span{color:var(--red)}.footer-brand-desc{font-size:.82rem;line-height:1.7;color:var(--muted);max-width:340px}.footer-cta{font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);border:1px solid var(--border);padding:.7rem 1.6rem;border-radius:2px;text-decoration:none;transition:all .3s;white-space:nowrap}.footer-cta:hover{border-color:var(--red);color:var(--red)}.footer-divider{height:1px;background:var(--border);margin-bottom:1.8rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:1.8rem}.footer-col-title{font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:1.2rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{font-size:.82rem;color:var(--muted);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--white)}.footer-bottom{padding-top:1.2rem;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1.2rem}.footer-company-name{font-size:.75rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.footer-company-detail{font-size:.7rem;color:var(--muted)}.footer-legal{display:flex;gap:1.8rem}.footer-legal a{font-size:.7rem;color:var(--muted);text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--secondary)}.footer-copy{font-size:.68rem;color:var(--muted);opacity:.6}.footer-social{display:flex;gap:1.5rem;margin-bottom:2rem}.footer-social a{color:var(--muted);transition:color .3s}.footer-social a:hover{color:var(--white)}@keyframes fadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(28px);transition:all .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1,.reveal-delay-1{transition-delay:.1s}.reveal-d2,.reveal-delay-2{transition-delay:.2s}.reveal-d3,.reveal-delay-3{transition-delay:.3s}@media(max-width:1600px){:root{--type-display:clamp(2.4rem,3.8vw,3.8rem)}}@media(max-width:1440px){:root{--type-display:clamp(2.2rem,3.2vw,3.2rem)}}@media(max-width:1280px){:root{--type-display:clamp(2rem,3vw,2.9rem)}.hero-col-left{padding:10rem 2.5rem 4rem var(--page-px)}}@media(max-width:1024px){.pullquote-text{font-size:1.5rem}.pullquote-break{padding:4rem var(--page-px)}.hero{grid-template-columns:1fr;min-height:auto;max-height:none}.hero-col-left{padding:8rem 3rem 3.5rem}.page-hero{padding:8rem 3rem 4rem}.pm-grid{columns:3}.vt-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero-col-right{min-height:0;aspect-ratio:16/9;max-height:56vw}.hero-success-badge{display:none}.problem-layout{grid-template-columns:1fr;gap:3rem}.approach-grid{grid-template-columns:1fr}.about-bio-inner{grid-template-columns:1fr;gap:3rem}.about-bio-photo{position:relative;top:auto;max-width:260px}.about-photo-img{width:220px;height:220px;aspect-ratio:1/1;object-position:top}.ahd-num{font-size:1.4rem}.about-hero-divider-stats{flex-wrap:wrap;gap:0}.ahd-sep{display:none}.ahd-stat{flex:1 0 50%;border-bottom:1px solid var(--border);padding:.8rem}.about-credentials-track{grid-template-columns:repeat(3,1fr);gap:1rem}.about-credential-org{display:none}.about-credential-title{padding:1rem 1rem .8rem}.videos-grid{grid-template-columns:1fr}.book-layout{grid-template-columns:1fr;gap:3rem}.book-visual{order:-1}.content-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav-center{display:none}.nav-burger{display:block}.form-row{grid-template-columns:1fr}.content-header,.test-header,.videos-header{flex-direction:column;align-items:flex-start;gap:1rem}.article-layout{grid-template-columns:1fr;gap:0}.toc{position:relative;top:auto;padding:1.5rem 2rem;background:var(--elevated);border:1px solid var(--border);border-radius:3px;margin-bottom:2rem}.related-grid{grid-template-columns:1fr}.book-promo-inner{flex-direction:column;text-align:center}.book-promo-actions{justify-content:center}.core-problem{grid-template-columns:1fr;gap:3rem}.who-grid{grid-template-columns:1fr}.after-grid{grid-template-columns:1fr}.comparison-table{font-size:.82rem}.timeline{padding-left:3.5rem}:root{--type-page-hero:2.2rem;--type-section:1.8rem;--type-section-compact:1.8rem;--type-article:1.75rem;--type-blog-hero:2rem;--type-cta:2rem}.about-lead{font-size:1.05rem}.cta-band-title{font-size:1.7rem}.timeline-title{font-size:1rem}.timeline-text{font-size:.92rem}.timeline-detail-text{font-size:.92rem}.cp-text{font-size:.95rem}.who-card-item{font-size:.92rem}}@media(max-width:768px){.hero-col-left{padding:7.5rem 2rem 3rem}:root{--type-display:2.15rem;--type-page-hero:1.85rem;--type-section:1.55rem;--type-section-compact:1.55rem;--type-article:1.65rem;--type-cta:1.8rem}.hero-p{font-size:.95rem}.hero-badge{font-size:.62rem}.page-hero-p{font-size:.95rem}.page-hero{padding:7.5rem var(--page-px) 4rem}.problem-h2{font-size:var(--type-section)}.problem-text{font-size:.92rem}.problem-pullquote{font-size:1.25rem}.pullquote-text{font-size:1.2rem}.pullquote-break{padding:2.5rem var(--page-px)}.about-proof{padding:3rem var(--page-px)}.about-lead{font-size:1rem}.article-body h2{font-size:1.4rem}.article-body h3{font-size:1.05rem}.article-body p{font-size:.93rem}.article-body li{font-size:.93rem}.cp-text{font-size:.92rem}.cta-band-title{font-size:1.5rem}.cta-band-desc{font-size:.9rem}.consult-sub{font-size:.95rem}.author-box-bio{font-size:.85rem}.author-box-name{font-size:1.2rem}.who-card-item{font-size:.9rem}.timeline-title{font-size:1rem}.timeline-text{font-size:.9rem}.timeline-detail{padding:1.3rem 1.5rem}.timeline-detail-text{font-size:.9rem}.book-promo-mid-title{font-size:1rem}.book-promo-mid-desc{font-size:.8rem}.book-desc{font-size:.92rem}.seo-entity-text{font-size:.8rem}.comparison-table td{font-size:.78rem;padding:.9rem 1rem}.comparison-table td:first-child{font-size:.78rem}.comparison-table th{padding:.9rem 1rem;font-size:.58rem}}@media(max-width:600px){.conditions{padding:1.5rem var(--page-px) 2rem}.conditions-grid{gap:.45rem}.condition-pill{font-size:.7rem;padding:.45rem .9rem}.hero-col-left{padding:7rem 1.25rem 3rem}.hero-badge{font-size:.6rem;letter-spacing:.1em;margin-bottom:1.8rem}:root{--type-display:1.85rem;--type-page-hero:1.75rem;--type-section:1.5rem;--type-section-compact:1.45rem;--type-article:1.55rem}.hero-h1{line-height:1.24}.hero-p{font-size:.92rem;line-height:1.7;margin-bottom:1.8rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1rem}.error-404-links{flex-direction:column}.error-404-num{font-size:5rem}.btn-primary{font-size:.7rem;padding:.9rem 1.8rem}.proof-strip{padding:1.2rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem;justify-items:center}.proof-strip-div{display:none}.proof-strip-item{flex:none;justify-content:center}.proof-strip-num{font-size:1.5rem}.proof-strip-text{font-size:.62rem}.seo-entity-strip{padding:.6rem 1.25rem}.seo-entity-text{font-size:.78rem}.about-bio,.about-credentials,.about-proof,.approach,.book,.consult,.content-section,.problem,.terms-legal,.terms-principles,.testimonials,.videos{padding:4rem 1.25rem}.article-body h3{font-size:1rem}.article-body li{font-size:.92rem}.blog-card-title{font-size:1.05rem}.blog-card-excerpt{font-size:.82rem}.blog-hero-p{font-size:.92rem}.who-card-item{font-size:.9rem}.timeline-title{font-size:.95rem}.timeline-text{font-size:.9rem}.timeline-detail{padding:1.2rem 1.3rem}.timeline-detail-text{font-size:.9rem}.cp-text{font-size:.92rem}.consult-sub{font-size:.93rem}.terms-grid{grid-template-columns:1fr}.pm-grid{columns:2;column-gap:.6rem}.pm-item{margin-bottom:.6rem}.pm-filters{gap:.4rem;padding-left:1.25rem;padding-right:1.25rem}.pm-filter-btn{font-size:.65rem;padding:.45rem .9rem}.pm-lightbox-prev{left:.5rem}.pm-lightbox-next{right:.5rem}.pm-lightbox-main{padding:3rem 3.5rem}.pm-more-proof-links{grid-template-columns:1fr}.pm-gallery,.pm-more-proof{padding-left:1.25rem;padding-right:1.25rem}.vt-grid{grid-template-columns:1fr;gap:1rem}.vt-gallery{padding-left:1.25rem;padding-right:1.25rem}.about-note{padding:2rem 1.25rem}.about-bio-photo{max-width:200px}.about-credentials-track{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.about-credentials-track::-webkit-scrollbar{display:none}.about-credentials-track .about-credential{min-width:65%;flex-shrink:0;opacity:1!important;transform:none!important}.about-credential-img{height:180px;background:var(--elevated);padding:0}.about-credential-img img{width:100%;height:100%;object-fit:cover;padding:0}.about-credential-title{font-size:.8rem;padding:.8rem .8rem .8rem}.about-credential-org{display:none}.about-proof-links{flex-direction:column;align-items:center}.problem-tag,.section-tag{font-size:.58rem}.problem-text{font-size:.9rem}.problem-pullquote{font-size:1.15rem;padding-left:1.5rem}.pullquote-text{font-size:1.1rem}.pullquote-break{padding:2.5rem 1.25rem}.approach-card{padding:2rem 1.6rem}.approach-num{font-size:2.5rem}.test-cta{margin-top:2.5rem}.test-cta .btn-outline{width:100%;max-width:300px;text-align:center}.book-cover{width:200px;height:290px;padding:1.8rem}.book-desc{font-size:.9rem}.book-tags{justify-content:center}.book-actions{flex-direction:column;align-items:center;gap:1rem}.book .btn-white{width:100%;max-width:320px;text-align:center}.footer{padding:3rem 1.25rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;align-items:center}.footer-social{justify-content:center}.form-scale{flex-wrap:wrap;justify-content:center}.nav{padding:1rem 1.25rem}.nav.nav-solid,.nav.scrolled{padding-top:.85rem;padding-bottom:.85rem}.nav-logo{font-size:.77rem;letter-spacing:.16em}.nav-cta{font-size:.65rem;padding:.55rem 1.3rem;letter-spacing:.1em}.breadcrumbs{padding-top:5.5rem}.article-header{padding-top:.8rem}.article-cat{margin-bottom:.5rem}.article-h1{margin-bottom:.8rem}.article-meta{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;padding-bottom:1rem}.article-featured{margin-top:1.2rem}.article-featured img{border-radius:2px}.article-body h2{font-size:1.35rem}.article-body p{font-size:.92rem}.article-body blockquote{padding:1.2rem 1.4rem;margin:1.5rem 0}.article-body blockquote p{font-size:.85rem}.article-body table{font-size:.8rem}.article-body th{font-size:.68rem;padding:.7rem .8rem}.article-body td{padding:.7rem .8rem}.author-box-inner{grid-template-columns:1fr;text-align:center}.author-box-avatar{margin:0 auto}.author-box-bio{font-size:.85rem}.book-promo-mid-title{font-size:.95rem}.book-promo-mid-desc{font-size:.78rem}.evidence-buttons{flex-direction:column;align-items:center;gap:.6rem}.evidence-btn{width:100%;max-width:280px;text-align:center}.cta-band{padding:3rem 1.25rem}.cta-band-title{font-size:1.4rem}.cta-band-desc{font-size:.88rem}.cta-band-badges{gap:.5rem}.cta-badge{font-size:.62rem;padding:.4rem .8rem}.evidence{padding:3rem 1.25rem}.related{padding:3rem 1.25rem 4rem}.book-promo{padding:1.8rem 1.25rem}.page-hero{padding:7rem 1.25rem 2.5rem}.page-template-page-kontakt .page-hero{padding-bottom:1.5rem}.page-template-page-kontakt .consult{padding-top:1.5rem;padding-left:.6rem;padding-right:.6rem}.page-template-page-kontakt #customFormWrap{padding:1.2rem 1rem 1rem}.contact-badge{font-size:.6rem;padding:.4rem .7rem}.page-hero-p{font-size:.92rem;line-height:1.7}.about-lead{font-size:.92rem;line-height:1.7}.core-problem{padding:3.5rem 1.25rem}.after,.comparison,.process,.who{padding:4rem 1.25rem}.timeline{padding-left:3rem}.timeline::before{left:11px}.timeline::after{left:11px}.timeline-dot{left:-3rem;width:24px;height:24px;font-size:.72rem}.comparison-table td,.comparison-table th{padding:.8rem .6rem;font-size:.75rem}.comparison-table th:first-child{width:20%}.comparison-table td:first-child{font-size:.75rem}.cta{padding:3.5rem 1.25rem}}@media(max-width:480px){html{font-size:16.5px}:root{--type-display:1.85rem;--type-page-hero:1.75rem;--type-section:1.45rem;--type-section-compact:1.45rem;--type-article:1.55rem;--type-blog-hero:1.7rem}.hero-h1{line-height:1.22}.hero-p{font-size:.9rem}.hero-badge{font-size:.58rem}.page-hero-p{font-size:.9rem}.problem-h2{font-size:var(--type-section)}.article-body h2{font-size:1.35rem}.article-body h3{font-size:1rem}.article-body p{font-size:.92rem}.article-body li{font-size:.92rem}.article-body table{font-size:.78rem}.article-body th{font-size:.65rem;padding:.6rem .7rem}.article-body td{padding:.6rem .7rem}.blog-hero-p{font-size:.9rem}.blog-card-title{font-size:1.02rem}.blog-card-excerpt{font-size:.82rem}.blog-filterbar{padding:.9rem 1.25rem}.blog-cat-btn{font-size:.62rem;padding:.35rem .75rem}.cta-band-title{font-size:1.4rem}.cta-band-desc{font-size:.9rem}.author-box-bio{font-size:.85rem}.author-box-name{font-size:1.1rem}.timeline-title{font-size:.95rem}.timeline-text{font-size:.9rem}.timeline-detail{padding:1rem 1.2rem}.timeline-detail-text{font-size:.9rem}.cp-text{font-size:.9rem}.who-card-item{font-size:.88rem}.consult-sub{font-size:.92rem}.nav{padding:.9rem 1rem}.nav-cta{font-size:.62rem;padding:.5rem 1.1rem}.proof-strip-num{font-size:1.4rem}.proof-strip-text{font-size:.58rem}.book{padding-top:3rem;padding-bottom:2.5rem}.book-desc{font-size:.88rem}.seo-entity-strip{padding:.5rem 1.25rem}.seo-entity-text{font-size:.72rem;line-height:1.65}.form-confirm{padding:.75rem 1rem;gap:.65rem;margin-bottom:.9rem}.form-confirm-text{font-size:.75rem;line-height:1.55}.form-radio{padding:.7rem 1rem;gap:.65rem}.form-radio-group{gap:.5rem}.form-radio-2col{gap:.5rem}.form-radio-dot{width:14px;height:14px}.form-radio.selected .form-radio-dot::after{top:2px;left:2px;width:6px;height:6px}.form-radio-text{font-size:.82rem;line-height:1.4}.form-input,.form-textarea{font-size:.88rem;padding:.85rem 1rem}.form-group{margin-bottom:1.4rem}}@media(max-width:360px){.form-radio-2col{grid-template-columns:1fr}.nav{padding:.75rem .9rem}.nav.nav-solid,.nav.scrolled{padding-top:.65rem;padding-bottom:.65rem}.nav-logo{font-size:.67rem;letter-spacing:.12em}.nav-cta{font-size:.58rem;padding:.42rem 1rem;letter-spacing:.07em}.hero-col-left{padding:5.5rem .9rem 2.5rem}.page-hero{padding:5.5rem .9rem 2rem}.hero-badge{font-size:.55rem;margin-bottom:1.5rem}:root{--type-display:1.65rem;--type-page-hero:1.6rem;--type-section:1.4rem;--type-section-compact:1.35rem;--type-article:1.4rem}.hero-p{font-size:.85rem;margin-bottom:1.4rem}.page-hero-p{font-size:.85rem}.problem-pullquote{font-size:1.05rem;padding:1.5rem 0 1.5rem 1.2rem;margin-bottom:1.5rem}.pullquote-text{font-size:1.05rem}.pullquote-break{padding:2rem .9rem}.about-lead{font-size:.87rem}.btn-primary{font-size:.65rem;padding:.8rem 1.4rem}.btn-outline{font-size:.75rem}.breadcrumbs{padding-top:4.5rem}.article-header{padding-top:.6rem}.article-h1{margin-bottom:.6rem}.article-body p{font-size:.9rem;line-height:1.8}.article-body h2{font-size:1.3rem}.article-body h3{font-size:.98rem}.article-body li{font-size:.9rem}.article-body table{font-size:.75rem}.article-body th{font-size:.62rem;padding:.5rem .6rem}.article-body td{padding:.5rem .6rem}.problem-h2{font-size:var(--type-section)}.who-card-item{font-size:.87rem}.timeline-title{font-size:.92rem}.timeline-text{font-size:.87rem}.timeline-detail{padding:1rem 1rem}.timeline-detail-text{font-size:.87rem}.cp-text{font-size:.88rem}.proof-strip-num{font-size:1.3rem}.proof-strip-text{font-size:.55rem}.seo-entity-text{font-size:.75rem}.seo-entity-strip{padding:.4rem .9rem}.consult-sub{font-size:.87rem}.cta-band-title{font-size:1.35rem}.cta-band-desc{font-size:.87rem}.author-box-bio{font-size:.84rem}.book-promo-mid-title{font-size:.95rem}.book-promo-mid-desc{font-size:.78rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem 1rem}.footer-links a{font-size:.75rem}.footer-col-title{font-size:.58rem;margin-bottom:.8rem}.footer-legal{flex-direction:column;gap:.6rem}.mobile-menu-header{display:none}.mobile-menu-body{padding:3.8rem 1.5rem .8rem}.mobile-menu-group a{font-size:.87rem;padding:.45rem 0}.mobile-menu-label{font-size:.58rem;padding:.3rem 0 .15rem}.mobile-menu-divider{margin:.5rem 0}.mobile-menu-footer{padding:.6rem 1.5rem 1.2rem}.blog-hero-h1{font-size:1.55rem}.blog-hero-p{font-size:.85rem}.blog-card-title{font-size:.97rem}.blog-card-excerpt{font-size:.8rem}.blog-card-body{padding:1.1rem 1.2rem 1.2rem}.blog-filterbar{padding:.8rem .9rem}.blog-cat-btn{font-size:.58rem;padding:.3rem .65rem}.book{padding-top:2.5rem;padding-bottom:2rem}.book-desc{font-size:.85rem}}.error-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10rem var(--page-px) 5rem}.error-404-num{font-family:var(--serif);font-size:7rem;font-weight:600;color:var(--border);line-height:1;margin-bottom:1rem}.error-404-title{font-family:var(--serif);font-size:1.8rem;font-weight:500;color:var(--white);margin-bottom:.8rem}.error-404-desc{font-size:.95rem;color:var(--secondary);margin-bottom:2.5rem;max-width:400px}.error-404-links{display:flex;gap:1rem;align-items:center}.error-404-suggest{padding:0 var(--page-px) 6rem;border-top:1px solid var(--border)}.error-404-suggest-inner{max-width:1200px;margin:0 auto;padding-top:3.5rem}.alignnone{margin:1rem 0}.aligncenter{display:block;margin:1.5rem auto}.alignleft{float:left;margin:0 1.5rem 1rem 0}.alignright{float:right;margin:0 0 1rem 1.5rem}.wp-caption{max-width:100%}.wp-caption-text{font-size:.72rem;color:var(--muted);margin-top:.5rem;text-align:center}.pagination{display:flex;justify-content:center;gap:.5rem;padding:3rem 0}.pagination a,.pagination span{font-size:.82rem;font-weight:600;padding:.6rem 1rem;border:1px solid var(--border);border-radius:2px;text-decoration:none;color:var(--secondary);transition:all .2s}.pagination a:hover{border-color:var(--red);color:var(--red)}.pagination .current{background:var(--red);color:var(--white);border-color:var(--red)}.blog-hero{padding:9rem var(--page-px) 3.5rem;border-bottom:1px solid var(--border)}.blog-hero-inner{max-width:1200px;margin:0 auto}.blog-hero .section-tag{margin-bottom:.8rem}.blog-hero-h1{font-family:var(--serif);font-size:var(--type-blog-hero);font-weight:600;line-height:1.2;color:var(--white);margin-bottom:1rem}.blog-hero-p{font-size:.95rem;color:var(--secondary);line-height:1.7;max-width:560px}.blog-filterbar{position:sticky;top:60px;z-index:90;background:var(--base);border-bottom:1px solid var(--border);padding:.8rem var(--page-px)}.blog-filterbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.blog-sort select{background:0 0;border:1px solid var(--border);border-radius:3px;color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:.4rem 2rem .4rem .8rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.blog-sort select:focus{outline:0;border-color:var(--border-hover)}.blog-sort select option{background:var(--surface);color:var(--white)}.blog-cats{display:flex;gap:.4rem;flex-wrap:wrap}.blog-cat-btn{padding:.38rem .9rem;background:0 0;border:1px solid var(--border);border-radius:3px;color:var(--secondary);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .2s;white-space:nowrap}.blog-cat-btn:hover{border-color:var(--white);color:var(--white)}.blog-cat-btn.active{background:var(--red);border-color:var(--red);color:var(--white)}.blog-cat-count{font-weight:400;opacity:.7}.blog-search-wrap{position:relative;margin-left:auto}.blog-search-wrap svg{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--muted);pointer-events:none}.blog-search{background:var(--surface);border:1px solid var(--border);border-radius:3px;color:var(--white);font-size:.75rem;padding:.4rem .8rem .4rem 2rem;width:200px;transition:border-color .2s}.blog-search::placeholder{color:var(--muted)}.blog-search:focus{outline:0;border-color:var(--border-hover);background:var(--elevated)}.blog-meta{display:flex;align-items:center;gap:.8rem}.blog-count{font-size:.7rem;color:var(--muted);white-space:nowrap}.blog-count strong{color:var(--secondary)}.blog-reset{padding:.38rem .9rem;background:0 0;border:1px solid var(--border);border-radius:3px;color:var(--secondary);font-size:.65rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:all .2s}.blog-reset:hover{border-color:var(--red);color:var(--red)}.blog-wrap{max-width:1200px;margin:0 auto;padding:3rem var(--page-px) 5rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.blog-empty{grid-column:1/-1;text-align:center;padding:5rem 0;color:var(--muted);font-size:.9rem}.blog-card{border:1px solid var(--border);border-radius:3px;overflow:hidden;background:var(--elevated);transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.35);border-color:var(--border-hover)}.blog-card-thumb-link{display:block;overflow:hidden}.blog-card-thumb{height:210px;background:var(--surface);overflow:hidden;position:relative}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.blog-card:hover .blog-card-thumb img{transform:scale(1.04)}.blog-card-thumb-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45) 0,transparent 60%);pointer-events:none}.blog-card-thumb-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface)}.blog-card-thumb-placeholder span{font-family:var(--serif);font-size:4rem;font-style:italic;color:var(--border);text-transform:uppercase}.blog-card-body{padding:1.4rem 1.6rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.blog-card-meta{display:flex;align-items:center;gap:.6rem}.blog-card-cat{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);display:flex;align-items:center;gap:.3rem}.blog-card-cat::before{content:'';display:inline-block;width:5px;height:5px;background:var(--red);border-radius:50%;flex-shrink:0}.blog-card-read{font-size:.6rem;color:var(--muted);margin-left:auto}.blog-card-title{font-family:var(--serif);font-size:1.1rem;font-weight:500;line-height:1.32;color:var(--white);margin:0}.blog-card-title a{color:inherit;text-decoration:none}.blog-card-title a:hover{color:var(--red)}.blog-card-excerpt{font-size:.82rem;color:var(--secondary);line-height:1.65;flex:1}.blog-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem;padding-top:.9rem;border-top:1px solid var(--border)}.blog-card-date{font-size:.65rem;color:var(--muted)}.blog-card-cta{font-size:.68rem;font-weight:700;letter-spacing:.06em;color:var(--red);text-decoration:none;transition:color .2s}.blog-card-cta:hover{color:var(--white)}.blog-pagination{margin-top:3rem;display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap}.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .6rem;border:1px solid var(--border);border-radius:3px;color:var(--secondary);font-size:.75rem;text-decoration:none;transition:all .2s}.blog-pagination .page-numbers:hover{border-color:var(--white);color:var(--white)}.blog-pagination .page-numbers.current{background:var(--red);border-color:var(--red);color:var(--white)}.blog-pagination .page-numbers.dots{border:none;cursor:default}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-hero{padding:7.5rem var(--page-px) 2.5rem}.blog-hero-h1{font-size:1.85rem}.blog-filterbar{position:static;top:auto}.blog-search-wrap{margin-left:0;width:100%}.blog-search{width:100%}.blog-meta{margin-left:auto}.blog-card-thumb{height:185px}.blog-book-strip{grid-template-columns:1fr;gap:1.5rem}.blog-book-cover{display:none}}@media(max-width:600px){.blog-hero{padding:7rem 1.25rem 2rem}.blog-filterbar{padding:1rem 1.25rem}.blog-filterbar-inner{gap:.5rem}.blog-grid{grid-template-columns:1fr;gap:1rem}.blog-wrap{padding:2rem 1.25rem 4rem}.blog-hero-h1{font-size:1.7rem}.blog-card-thumb{height:200px}.blog-author-strip{grid-template-columns:1fr;gap:1.2rem;padding:3rem 1.25rem}.blog-author-avatar{width:56px;height:56px;font-size:1rem}.blog-book-strip{padding:3rem 1.25rem}.blog-cta-strip{padding:3.5rem 1.25rem}}.blog-popular{border-top:1px solid var(--border);padding:4rem var(--page-px)}.blog-popular-inner{max-width:1200px;margin:0 auto}.blog-popular-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:3px;overflow:hidden}.blog-popular-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem 1.8rem;background:var(--elevated);text-decoration:none;transition:background .2s}.blog-popular-item:hover{background:var(--surface)}.blog-popular-num{font-family:var(--serif);font-size:2rem;font-style:italic;color:var(--border);line-height:1;flex-shrink:0;transition:color .2s}.blog-popular-item:hover .blog-popular-num{color:var(--red)}.blog-popular-content{display:flex;flex-direction:column;gap:.3rem}.blog-popular-cat{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.blog-popular-title{font-family:var(--serif);font-size:.95rem;font-weight:500;line-height:1.4;color:var(--white)}@media(max-width:768px){.blog-popular-grid{grid-template-columns:1fr}}@media(max-width:600px){.blog-popular{padding:3rem 1.25rem}}.letter-hero .page-hero-h1{letter-spacing:-.02em}.letter-wrap{padding:5rem var(--page-px) 6rem;max-width:700px;margin:0 auto}.letter-inner{position:relative}.letter-body{font-size:1.05rem;line-height:2.05;color:var(--body)}.letter-body p{margin-bottom:1.8rem}.letter-body p:first-child{font-size:1.1rem}.letter-body p:last-child{margin-bottom:0}.letter-body p strong{color:var(--white);font-weight:600}.letter-body hr{border:none;height:1px;background:var(--red);margin:3rem auto;max-width:50px;opacity:.4}.letter-closing{font-family:var(--serif);font-size:1.15rem;text-align:center;margin-top:2.5rem;letter-spacing:.01em}.letter-signature{margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--border)}.letter-sig-name{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:.3rem}.letter-sig-title{font-size:.82rem;color:var(--secondary);margin-bottom:.2rem}.letter-sig-link{font-size:.78rem;color:var(--red);text-decoration:none}.letter-sig-link:hover{text-decoration:underline}.letter-nav{margin-top:3rem;display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.letter-wrap{padding:3rem var(--page-px) 4rem}.letter-body{font-size:1rem;line-height:1.95}.letter-body p:first-child{font-size:1.05rem}.letter-closing{font-size:1.1rem}}@media(max-width:600px){.letter-body{font-size:.95rem;line-height:1.9}.letter-body p{margin-bottom:1.5rem}.letter-body p:first-child{font-size:1rem}.letter-closing{font-size:1.05rem}.letter-signature{margin-top:3rem;padding-top:2rem}.letter-nav{flex-direction:column}}@media(max-width:480px){.letter-body{font-size:.92rem;line-height:1.85}.letter-body p:first-child{font-size:.95rem}.letter-closing{font-size:1rem}.letter-sig-name{font-size:1.1rem}}@media(max-width:360px){.letter-wrap{padding:2rem var(--page-px) 3rem}.letter-body{font-size:.88rem;line-height:1.8}.letter-body p:first-child{font-size:.92rem}.letter-closing{font-size:.95rem}.letter-sig-name{font-size:1rem}}.legal-wrap{padding:4rem var(--page-px) 6rem;max-width:900px;margin:0 auto}.legal-inner{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:3rem 3.5rem}.legal-content{color:var(--body);font-size:.95rem;line-height:1.85}.legal-content h2{font-family:var(--serif);font-size:1.4rem;color:var(--white);margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.legal-content h2:first-child{margin-top:0;padding-top:0;border-top:none}.legal-content h3{font-size:1rem;font-weight:700;color:var(--secondary);margin:1.8rem 0 .6rem}.legal-content p{margin-bottom:1.2rem}.legal-content ol,.legal-content ul{margin:0 0 1.2rem 1.5rem}.legal-content li{margin-bottom:.4rem}.legal-content strong{color:var(--white)}.legal-content a{color:var(--red);text-decoration:underline}@media(max-width:768px){.legal-inner{padding:2rem 1.5rem}.legal-wrap{padding:2rem var(--page-px) 4rem}}@media(max-width:480px){.legal-inner{padding:1.5rem 1.2rem}}.methodology{padding:5rem var(--page-px);background:var(--deep)}.methodology-inner{max-width:760px;margin:0 auto}.methodology-text p{font-size:.95rem;line-height:1.85;color:var(--body);margin-bottom:1.2rem}.methodology-text p:last-child{margin-bottom:0}.methodology-text strong{color:var(--white)}@media(max-width:768px){.methodology{padding:3.5rem var(--page-px)}.methodology-text p{font-size:.92rem}}@media(max-width:600px){.methodology-text p{font-size:.92rem}}@media(max-width:480px){.methodology{padding:2.5rem var(--page-px)}.methodology-text p{font-size:.9rem}}@media(max-width:360px){.methodology-text p{font-size:.88rem}}.tr-page{padding:clamp(5rem,9vw,8rem) var(--page-px) clamp(2rem,4vw,4rem);min-height:calc(100vh - 200px)}.tr-inner{max-width:640px;margin:0 auto}.tr-hero{text-align:center;margin-bottom:2.5rem}.tr-eyebrow{display:inline-block;background:rgba(209,34,34,.12);color:#e85c5c;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.75rem}.tr-h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:500;color:var(--white);line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.01em}.tr-h1 em{color:var(--red);font-style:italic;font-weight:500}.tr-lead{color:var(--body);font-size:1rem;line-height:1.7;max-width:500px;margin:0 auto}.tr-termin-box{background:var(--elevated);border:1px solid var(--border);border-left:3px solid var(--red);border-radius:6px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.tr-termin-label{color:var(--muted);font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.55rem}.tr-termin-value{color:var(--white);font-size:1.1rem;font-weight:500;margin-bottom:.25rem;line-height:1.3}.tr-termin-note{color:var(--secondary);font-size:.85rem;line-height:1.5}.tr-divider{height:1px;background:var(--border);margin:0 0 3rem}.tr-knjiga{margin-bottom:3rem}.tr-knjiga-eyebrow{color:var(--muted);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}.tr-knjiga-h2{font-family:var(--serif);font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:500;color:var(--white);line-height:1.25;margin:0 0 1.25rem;letter-spacing:-.005em}.tr-knjiga-text{color:var(--body);font-size:.95rem;line-height:1.75;margin:0 0 1rem}.tr-knjiga-text:last-of-type{margin-bottom:1.75rem}.tr-knjiga-card{display:flex;gap:1.25rem;align-items:center;padding:1.25rem;background:var(--elevated);border:1px solid var(--border);border-radius:8px;margin-bottom:1.25rem}.tr-knjiga-cover{width:80px;height:112px;background:linear-gradient(180deg,var(--red) 0,#8a1818 100%);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.5rem;overflow:hidden}.tr-knjiga-cover-real{padding:0}.tr-knjiga-cover-real img{width:100%;height:100%;object-fit:cover;border-radius:3px}.tr-knjiga-cover-title{font-family:var(--serif);color:#fff;font-size:.7rem;font-weight:500;text-align:center;line-height:1.15;font-style:italic}.tr-knjiga-cover-title em{font-style:italic}.tr-knjiga-info{flex:1;min-width:0}.tr-knjiga-title{color:var(--white);font-family:var(--serif);font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.tr-knjiga-sub{color:var(--secondary);font-size:.85rem;line-height:1.5}.tr-knjiga-cta{display:inline-block;background:var(--red);color:var(--white);padding:.9rem 2rem;text-decoration:none;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;margin-bottom:1.25rem;transition:background .2s ease}.tr-knjiga-cta:hover{background:var(--red-hover)}.tr-kod-box{padding:.9rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;gap:1rem}.tr-kod-left{flex-shrink:0}.tr-kod-label{color:var(--muted);font-size:.55rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.2rem}.tr-kod-value{font-family:'SF Mono',Consolas,Monaco,monospace;color:var(--red);font-size:1rem;font-weight:500;letter-spacing:.1em}.tr-kod-right{flex:1;padding-left:1rem;border-left:1px solid var(--border);color:var(--body);font-size:.82rem;line-height:1.55}.tr-dok-cekas{padding-top:2rem;margin-top:2rem;border-top:1px solid var(--border)}.tr-dok-intro{color:var(--secondary);font-size:.85rem;line-height:1.6;text-align:center;margin-bottom:1.25rem}.tr-dok-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.tr-dok-btn{padding:.85rem .9rem;background:0 0;border:1px solid var(--border);border-radius:5px;color:var(--secondary);text-decoration:none;font-size:.82rem;text-align:center;transition:border-color .2s ease,color .2s ease}.tr-dok-btn:hover{border-color:var(--border-hover);color:var(--body)}.tr-footer-note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.7rem;line-height:1.6}@media(max-width:600px){.tr-page{padding:5rem var(--page-px) 2rem}.tr-knjiga-card{gap:.9rem;padding:1rem}.tr-knjiga-cover{width:64px;height:90px}.tr-knjiga-title{font-size:1rem}.tr-knjiga-sub{font-size:.8rem}.tr-knjiga-cta{display:block;width:100%;text-align:center;padding:1rem 1.5rem;font-size:.82rem}.tr-kod-box{flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem}.tr-kod-left{display:flex;align-items:baseline;gap:.7rem;justify-content:center;padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid var(--border)}.tr-kod-label{margin-bottom:0;font-size:.65rem}.tr-kod-value{font-size:1.25rem;letter-spacing:.15em}.tr-kod-right{padding-left:0;border-left:0;text-align:center;font-size:.82rem}.tr-dok-grid{grid-template-columns:1fr}}@media(max-width:480px){.tr-knjiga-card{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem 1rem}.tr-knjiga-cover{width:88px;height:124px}}.tc-page{padding:clamp(2.5rem,5vw,4.5rem) var(--page-px) clamp(3rem,5vw,5rem);min-height:100vh;display:flex;align-items:center;justify-content:center}.tc-inner{width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.tc-portrait{width:140px;height:140px;border-radius:50%;overflow:hidden;border:2px solid var(--red);padding:3px;background:var(--bg);margin-bottom:1.75rem}.tc-portrait img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.tc-header{text-align:center;margin-bottom:2.25rem}.tc-eyebrow{color:var(--red);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem}.tc-name{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--white);line-height:1.15;margin-bottom:1rem}.tc-intro{color:var(--secondary);font-size:.95rem;line-height:1.65;max-width:420px;margin:0 auto}.tc-primary{width:100%;margin-bottom:2rem;text-align:center}.tc-primary-btn{display:block;width:100%;padding:1.15rem 1.5rem;background:var(--red);color:var(--white);font-family:var(--sans);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border-radius:3px;transition:background .3s ease,transform .15s ease;text-align:center}.tc-primary-btn:hover{background:#a81919;transform:translateY(-1px)}.tc-primary-sub{color:var(--muted);font-size:.78rem;margin-top:.7rem;letter-spacing:.03em}.tc-cards{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.tc-card{display:grid;grid-template-columns:1fr auto;align-items:center;padding:1.1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:3px;text-decoration:none;transition:border-color .3s ease,background .3s ease,transform .15s ease}.tc-card:hover{border-color:var(--border-hover);background:var(--elevated);transform:translateY(-1px)}.tc-card-title{color:var(--white);font-size:.98rem;font-weight:600;margin-bottom:.2rem}.tc-card-desc{color:var(--muted);font-size:.82rem;line-height:1.4}.tc-card-arrow{grid-column:2;grid-row:1/span 2;color:var(--muted);font-size:1.1rem;transition:color .3s ease,transform .3s ease;padding-left:.8rem}.tc-card:hover .tc-card-arrow{color:var(--red);transform:translateX(3px)}.tc-whatsapp{width:100%;text-align:center;margin-bottom:2rem}.tc-wa-link{display:inline-flex;align-items:center;gap:.6rem;color:var(--secondary);font-size:.85rem;text-decoration:none;padding:.5rem 1rem;transition:color .3s ease}.tc-wa-link:hover{color:var(--red)}.tc-wa-icon{width:18px;height:18px;flex-shrink:0}.tc-socials-label{color:var(--muted);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;text-align:center;margin-bottom:.85rem}.tc-socials{display:flex;gap:.9rem;justify-content:center;align-items:center;margin-bottom:2.75rem}.tc-social{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--elevated);border:1px solid var(--border-hover);color:var(--white);text-decoration:none;transition:border-color .3s ease,color .3s ease,background .3s ease,transform .15s ease}.tc-social svg{width:17px;height:17px}.tc-social:hover{border-color:var(--red);color:var(--red);background:var(--surface);transform:translateY(-2px)}.tc-pullquote{font-family:var(--serif);font-style:italic;font-size:1.1rem;line-height:1.55;color:var(--secondary);text-align:center;max-width:420px;padding:1.5rem 0 2rem;border-top:1px solid var(--border);width:100%}.tc-dot{color:var(--red);font-style:normal}.tc-footer{color:var(--muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;text-align:center}@media(max-width:600px){.tc-portrait{width:120px;height:120px;margin-bottom:1.5rem}.tc-name{font-size:1.65rem}.tc-intro{font-size:.9rem}.tc-pullquote{font-size:1rem;padding:1.25rem 0 1.75rem}}@media(max-width:480px){.tc-page{padding:2rem var(--page-px) 2.5rem}.tc-inner{max-width:100%}.tc-card{padding:1rem 1.1rem}.tc-card-title{font-size:.92rem}.tc-card-desc{font-size:.78rem}.tc-social{width:38px;height:38px}.tc-social svg{width:15px;height:15px}.tc-socials{gap:.7rem;margin-bottom:2.25rem}}.book,.content-section,.footer{content-visibility:auto}.book{contain-intrinsic-size:0 800px}.content-section{contain-intrinsic-size:0 700px}.footer{contain-intrinsic-size:0 600px}@media (max-width:768px){.book{contain-intrinsic-size:0 1000px}.content-section{contain-intrinsic-size:0 900px}.footer{contain-intrinsic-size:0 700px}}