.notatnik-page{--bg:#f5f1ea;--bg-2:#ebe5d8;--paper:#faf7f0;--ink:#1f1d17;--ink-soft:#55524a;--ink-mute:#8b877c;--line:#d9d3c4;--accent:#5d6b3f;--accent-warm:#b6753a;--shell-bg:#fff;--shell-shadow:0 40px 80px -30px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.08);--topbar-bg:hsla(38,35%,94%,.96);--side-visual-overlay:linear-gradient(180deg,hsla(38,35%,94%,.08),hsla(38,35%,94%,.04));--theme-toggle-bg:hsla(0,0%,100%,.82);--theme-toggle-thumb:var(--ink);min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif;position:relative;overflow-x:clip}html[data-theme=dark] .notatnik-page{--bg:#111313;--bg-2:#181b1a;--paper:#171a18;--ink:#f3efe4;--ink-soft:#ccc4b3;--ink-mute:#9e978a;--line:#30352f;--accent:#9eb57a;--accent-warm:#d39b5d;--shell-bg:#121513;--shell-shadow:0 40px 80px -30px rgba(0,0,0,.68),0 2px 4px rgba(0,0,0,.24);--topbar-bg:rgba(17,19,19,.92);--side-visual-overlay:linear-gradient(180deg,rgba(17,19,19,.2),rgba(17,19,19,.38));--theme-toggle-bg:rgba(22,26,24,.92);--theme-toggle-thumb:#f3efe4}.notatnik-page a{color:inherit}.notatnik-page h1,.notatnik-page h2,.notatnik-page h3,.notatnik-page h4,.notatnik-page h5{margin:0;font-family:var(--font-display),Georgia,serif;font-weight:400;letter-spacing:-.02em}.notatnik-serif{font-family:var(--font-display),Georgia,serif;font-weight:400;letter-spacing:-.01em}.notatnik-mono{font-family:var(--font-mono),monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-kicker-spaced{margin-bottom:14px}.notatnik-text-accent{color:var(--accent)}.notatnik-shell{position:relative;z-index:1;width:min(1320px,calc(100vw - 48px));margin:0 auto;background:var(--shell-bg);border-radius:14px;overflow:hidden;box-shadow:var(--shell-shadow)}.notatnik-side-visual{position:fixed;top:120px;bottom:32px;z-index:0;width:max(0px,calc((100vw - min(1320px, calc(100vw - 48px))) / 2));overflow:hidden;opacity:.82;pointer-events:none}.notatnik-side-visual img{object-fit:cover;object-position:center}.notatnik-side-visual-left{left:0}.notatnik-side-visual-right{right:0}.notatnik-side-visual:after{content:"";position:absolute;inset:0;background:var(--side-visual-overlay)}.notatnik-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 48px;border-bottom:1px solid var(--line);background:var(--topbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notatnik-topbar-actions{display:flex;align-items:center;gap:12px}.notatnik-social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:999px;color:var(--ink-mute);transition:color .2s ease,border-color .2s ease,background-color .2s ease}.notatnik-social-link svg{width:18px;height:18px}.notatnik-social-link:hover{color:var(--accent-warm);border-color:color-mix(in srgb,var(--accent-warm) 40%,var(--line));background:color-mix(in srgb,var(--accent-warm) 8%,transparent)}.notatnik-theme-toggle{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--theme-toggle-bg);color:var(--ink);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.notatnik-theme-toggle:hover{transform:translateY(-1px)}.notatnik-theme-toggle-track{position:relative;width:40px;height:22px;border-radius:999px;background:color-mix(in srgb,var(--accent) 32%,var(--bg-2))}.notatnik-theme-toggle-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--theme-toggle-thumb);transition:transform .18s ease}html[data-theme=dark] .notatnik-theme-toggle-thumb{transform:translateX(18px)}.notatnik-theme-toggle-label{font-size:12px;line-height:1;color:var(--ink-soft)}.notatnik-brand{display:flex;align-items:baseline;gap:14px;flex-shrink:0}.notatnik-brand-mark{font-family:var(--font-display),Georgia,serif;font-size:22px;letter-spacing:-.02em;font-style:italic}.notatnik-brand-tag{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-nav{display:flex;justify-content:center;flex:1 1;gap:26px;flex-wrap:wrap;font-size:13.5px;color:var(--ink-soft)}.notatnik-nav a{text-decoration:none}.notatnik-nav a:hover{color:var(--ink)}.top-gap{margin-top:28px}.top-gap-small{margin-top:16px}.notatnik-btn{justify-content:center;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.next-slot-badge,.notatnik-btn{display:inline-flex;align-items:center;gap:10px;font-size:13px}.next-slot-badge{max-width:100%;padding:10px 14px;border:1px solid color-mix(in srgb,var(--accent-warm) 42%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--accent-warm) 10%,var(--paper));color:var(--ink);line-height:1.4}.next-slot-badge[data-state=stale]{background:color-mix(in srgb,var(--paper) 88%,var(--bg))}.next-slot-dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:var(--accent-warm);animation:next-slot-pulse 2s ease-in-out infinite}@keyframes next-slot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.38;transform:scale(.84)}}.services-comparison{margin-top:26px}.services-comparison-desktop{display:block;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--paper)}.services-comparison-grid{display:grid;grid-template-columns:minmax(180px,1.05fr) repeat(3,minmax(0,1fr))}.services-comparison-cell{padding:18px 20px;border-right:1px solid var(--line);border-top:1px solid var(--line);font-size:14px;line-height:1.6}.services-comparison-grid:first-child .services-comparison-cell{border-top:0}.services-comparison-cell:last-child{border-right:0}.services-comparison-feature{color:var(--ink-soft);font-weight:600}.services-comparison-service-head{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-weight:600}.services-comparison-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent-warm) 18%,var(--paper));color:var(--ink);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.services-comparison-cell.is-featured,.services-comparison-service.is-featured{background:color-mix(in srgb,var(--accent-warm) 10%,var(--paper))}.services-comparison-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border:1px solid var(--ink);border-radius:999px;text-decoration:none;font-weight:600}.services-comparison-empty{color:var(--ink-mute)}.services-comparison-mobile{display:none}.services-mobile-card{display:grid;grid-gap:18px;gap:18px;padding:22px;border:1px solid var(--line);border-radius:24px;background:var(--paper)}.services-mobile-card.is-featured{background:color-mix(in srgb,var(--accent-warm) 10%,var(--paper))}.services-mobile-card-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.services-mobile-price{font-size:32px}.services-mobile-list{display:grid;grid-gap:12px;gap:12px}.services-mobile-list div{display:grid;grid-gap:4px;gap:4px}.services-mobile-list dt{color:var(--ink-mute);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.services-mobile-list dd{margin:0;font-size:14px;line-height:1.6}@media (max-width:980px){.services-comparison-desktop{display:none}.services-comparison-mobile{display:grid;grid-gap:16px;gap:16px}.next-slot-badge{border-radius:18px}}.notatnik-btn:hover{transform:translateY(-1px)}.notatnik-btn-ghost{background:transparent;color:var(--ink)}.notatnik-btn-accent{background:var(--accent);border-color:var(--accent);color:var(--paper)}.notatnik-btn-arrow{font-family:var(--font-display),Georgia,serif;font-style:italic}.notatnik-page section{padding:80px 48px;border-bottom:1px solid var(--line)}.notatnik-hero{padding-top:80px;padding-bottom:72px}.notatnik-hero-kicker{display:flex;align-items:center;gap:10px;margin-bottom:32px;color:var(--ink-mute)}.notatnik-hero-edition{padding:3px 8px;border:1px solid var(--line);border-radius:3px}.notatnik-hero h1{max-width:16ch;font-size:clamp(42px,5.5vw,82px);line-height:1.02;font-weight:300}.notatnik-final h2 em,.notatnik-hero h1 em,.notatnik-subhero h1 em{color:var(--accent);font-style:italic}.notatnik-hero-grid{display:grid;grid-template-columns:1.25fr .9fr;grid-gap:64px;gap:64px;align-items:end;margin-top:56px}.notatnik-hero-lede{max-width:52ch;font-size:18px;line-height:1.55;color:var(--ink-soft)}.notatnik-hero-lede strong{color:var(--ink)}.notatnik-hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.notatnik-hero-fine{margin-top:18px;font-size:13px;color:var(--ink-mute)}.notatnik-hero-fine a{color:var(--ink);text-underline-offset:3px}.notatnik-hero-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--paper)}.notatnik-hero-card-corner{position:absolute;top:16px;right:28px;z-index:2;padding:0 8px;background:hsla(38,35%,94%,.88)}.notatnik-hero-card-media{position:relative;height:240px;overflow:hidden;background:linear-gradient(145deg,#d9c8ae,#9f7b56)}.notatnik-hero-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(31,29,23,.32))}.notatnik-hero-card-media img{object-fit:cover}.notatnik-hero-card-media-note{position:absolute;left:20px;bottom:14px;z-index:1;color:hsla(42,50%,96%,.9)}.notatnik-hero-card-body{padding:26px 28px 24px}.notatnik-hero-card h3{margin-bottom:8px;font-size:22px;font-style:italic}.notatnik-hero-card p{margin:0 0 18px;font-size:14.5px;line-height:1.5;color:var(--ink-soft)}.notatnik-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--line)}.notatnik-price-row-plain{margin-top:4px;padding-top:4px;border-top:none}.notatnik-price-big{font-family:var(--font-display),Georgia,serif;font-size:28px}.notatnik-price-small{color:var(--ink-mute);font-size:12px}.notatnik-section-head{display:grid;grid-template-columns:180px 1fr;grid-gap:40px;gap:40px;align-items:start;margin-bottom:56px}.notatnik-section-index{font-family:var(--font-display),Georgia,serif;font-size:56px;line-height:1;color:var(--accent);font-style:italic}.notatnik-section-head h2{max-width:24ch;font-size:clamp(30px,3vw,44px);line-height:1.1}.notatnik-section-head-copy{display:grid;grid-gap:12px;gap:12px}.notatnik-quiet-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.notatnik-quiet-card{display:grid;grid-gap:16px;gap:16px;padding:36px 36px 32px;background:var(--paper);border:1px solid var(--line);border-radius:4px}.notatnik-quiet-card h3{font-size:34px;font-style:italic;font-weight:300;letter-spacing:-.02em}.notatnik-quiet-card h3 em{color:var(--accent);font-style:italic}.notatnik-quiet-card p{margin:0;max-width:42ch;color:var(--ink-soft);font-size:15px;line-height:1.6}.notatnik-inline-link{justify-self:start;padding-bottom:3px;border-bottom:1px solid;font-family:var(--font-mono),monospace;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}.notatnik-inline-link:hover{color:var(--accent)}.notatnik-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.notatnik-step-number{margin-bottom:18px;font-family:var(--font-display),Georgia,serif;font-size:72px;line-height:1;color:var(--accent);font-style:italic;font-weight:300}.notatnik-step h3{margin-bottom:10px;font-size:22px}.notatnik-step p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.55}.notatnik-material-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.notatnik-material-card{display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:14px;gap:14px;padding:28px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}.notatnik-material-tag{color:var(--accent)}.notatnik-material-card h3{font-size:22px;font-style:italic;line-height:1.2}.notatnik-material-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-material-card a{font-size:13px;text-decoration:underline;text-underline-offset:3px}.essentials-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,transparent)}.essentials-icon svg{width:20px;height:20px}.notatnik-quote-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.notatnik-quote{position:relative;padding:40px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}.notatnik-quote:before{content:'"';position:absolute;top:16px;left:14px;font-family:var(--font-display),Georgia,serif;font-size:120px;line-height:.8;color:var(--accent);opacity:.35}.notatnik-quote blockquote{margin:0}.notatnik-quote p{position:relative;z-index:1;margin:16px 0 18px;font-family:var(--font-display),Georgia,serif;font-size:24px;line-height:1.3;font-style:italic;font-weight:300}.notatnik-quote footer{color:var(--ink-mute);font-size:13px}.notatnik-about{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:48px;gap:48px;align-items:center}.notatnik-portrait{position:relative;height:420px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:repeating-linear-gradient(135deg,transparent 0 12px,rgba(31,29,23,.05) 12px 13px),var(--bg-2)}.notatnik-portrait img{object-fit:cover}.notatnik-about-copy h2{max-width:20ch;margin-bottom:20px;font-size:clamp(30px,3vw,42px);line-height:1.15}.notatnik-about-copy p{max-width:50ch;color:var(--ink-soft);font-size:16px;line-height:1.6}.notatnik-cred-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:28px}.notatnik-cred{padding:14px;border:1px solid var(--line);border-radius:4px}.notatnik-cred-title{font-size:13px;font-weight:500}.notatnik-cred-copy{margin-top:4px;color:var(--ink-mute);font-size:12px;line-height:1.45}.notatnik-faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--line)}.notatnik-faq-item{padding:26px 30px;background:var(--paper)}.notatnik-faq-item h4{margin-bottom:8px;font-size:19px;font-style:italic}.notatnik-faq-item p{margin:0;color:var(--ink-soft);font-size:14.5px;line-height:1.55}.notatnik-final{padding:100px 48px;background:var(--ink);color:var(--paper);text-align:center}.notatnik-final h2{max-width:20ch;margin:0 auto 24px;font-size:clamp(36px,4.5vw,64px);font-style:italic;font-weight:300}.notatnik-final p{max-width:56ch;margin:0 auto 36px;color:#c5beae;font-size:16px;line-height:1.55}.notatnik-final-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.notatnik-final .notatnik-btn{background:var(--paper);color:var(--ink);border-color:var(--paper)}.notatnik-final .notatnik-btn-ghost{background:transparent;color:var(--paper);border-color:hsla(0,0%,100%,.3)}.notatnik-service-section{background:var(--paper)}.notatnik-service-description{max-width:56ch;margin:-24px 0 36px 220px;color:var(--ink-soft);font-size:16px;line-height:1.6}.notatnik-service-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.notatnik-service-card{display:grid;grid-gap:16px;gap:16px;padding:32px;border:1px solid var(--line);border-radius:4px;background:#fff}.notatnik-service-card h3{font-size:28px;line-height:1.15;font-style:italic}.notatnik-service-card p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.6}.notatnik-service-meta{display:flex;flex-wrap:wrap;gap:10px}.notatnik-service-meta span{padding:6px 10px;border:1px solid var(--line);border-radius:999px;font-size:12px;color:var(--ink-mute)}.notatnik-service-list{margin:0;padding-left:18px;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-service-list li+li{margin-top:8px}.notatnik-service-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.notatnik-service-note{margin:28px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding:48px;border-top:1px solid var(--line);background:var(--bg);color:var(--ink-soft);font-size:13px}.notatnik-foot h5{margin:0 0 12px;color:var(--ink-mute);font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:400}.notatnik-foot ul{margin:0;padding:0;list-style:none}.notatnik-foot li{padding:4px 0}.notatnik-foot-mark{margin-bottom:6px;color:var(--ink);font-family:var(--font-display),Georgia,serif;font-size:28px;font-style:italic}.notatnik-subhero{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:end;padding-top:72px;padding-bottom:60px}.notatnik-subhero-tag{margin-bottom:20px}.notatnik-subhero h1{max-width:16ch;font-size:clamp(40px,5vw,72px);line-height:1.04;font-weight:300}.notatnik-subhero p{max-width:44ch;color:var(--ink-soft);font-size:17px;line-height:1.55}.notatnik-subhero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.notatnik-subhero-media{display:grid;grid-gap:14px;gap:14px;align-self:stretch}.notatnik-subhero-figure{position:relative;min-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:linear-gradient(145deg,#d9c8ae,#9f7b56)}.notatnik-subhero-figure img{object-fit:cover}.notatnik-subhero-note{display:flex;justify-content:space-between;gap:24px;padding-top:12px;border-top:1px solid var(--line);color:var(--ink-mute);font-size:12px}.notatnik-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding:56px 48px;border-bottom:1px solid var(--line)}.notatnik-topic-card{display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:12px;gap:12px;min-height:220px;padding:24px;border:1px solid var(--line);border-radius:4px;background:var(--paper)}.notatnik-topic-number{color:var(--accent);font-family:var(--font-display),Georgia,serif;font-size:20px;font-style:italic}.notatnik-topic-card h3{font-size:20px;font-weight:500}.notatnik-topic-card p{margin:0;color:var(--ink-soft);font-size:13.5px;line-height:1.5}.notatnik-topic-card a{font-family:var(--font-mono),monospace;font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.notatnik-topic-card em{color:var(--accent);font-style:italic}.notatnik-filter-bar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:28px 48px;border-bottom:1px solid var(--line);background:var(--paper)}.notatnik-filter-bar .notatnik-mono{margin-right:12px}.notatnik-filter-button{padding:6px 14px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);font:inherit;font-size:12px;cursor:pointer}.notatnik-filter-button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.notatnik-list{display:grid;border-top:1px solid var(--line)}.notatnik-list-row{display:grid;grid-template-columns:80px 200px 1fr 240px 120px;grid-gap:32px;gap:32px;align-items:center;padding:28px 48px;border-bottom:1px solid var(--line)}.notatnik-list-row:hover{background:var(--paper)}.notatnik-list-index{color:var(--accent);font-family:var(--font-display),Georgia,serif;font-size:28px;font-style:italic}.notatnik-list-meta{color:var(--ink-mute)}.notatnik-list-title{font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic}.notatnik-list-copy{color:var(--ink-soft);font-size:13.5px;line-height:1.5}.notatnik-list-link{text-align:right}.notatnik-list-link a{text-decoration:underline;text-underline-offset:3px}.notatnik-booking{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.notatnik-booking-left{padding:64px 48px;border-right:1px solid var(--line)}.notatnik-booking-right{padding:64px 48px;background:var(--paper)}.notatnik-booking h1{margin-bottom:12px;font-size:44px;line-height:1.1;font-weight:300}.notatnik-booking h1 em{color:var(--accent);font-style:italic}.notatnik-booking-lede{max-width:44ch;margin-bottom:32px;color:var(--ink-soft);font-size:15.5px;line-height:1.55}.notatnik-option-grid{display:grid;grid-gap:12px;gap:12px;margin-bottom:24px}.notatnik-option-card{display:grid;grid-gap:6px 16px;gap:6px 16px;grid-template-columns:1fr auto;padding:18px 20px;border:1px solid var(--line);border-radius:4px;background:transparent}.notatnik-option-card[data-active=true]{background:var(--paper);border-color:var(--ink);box-shadow:inset 3px 0 0 var(--accent)}.notatnik-option-title{font-style:italic}.notatnik-option-price,.notatnik-option-title{font-family:var(--font-display),Georgia,serif;font-size:19px}.notatnik-option-copy{grid-column:1/-1;color:var(--ink-soft);font-size:13.5px;line-height:1.5}.notatnik-booking-panel{display:grid;grid-gap:24px;gap:24px}.notatnik-booking-summary{display:grid;grid-gap:12px;gap:12px}.notatnik-booking-note,.notatnik-contact-note{padding:18px 20px;border:1px solid var(--line);border-radius:4px;background:#fff}.notatnik-booking-note strong,.notatnik-contact-note strong{display:block;margin-bottom:8px;font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic}.notatnik-booking-note p,.notatnik-contact-note p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-contact-faq{margin-top:28px}.notatnik-contact-faq .notatnik-faq-grid{grid-template-columns:1fr}.notatnik-booking .book-hero-stats,.notatnik-booking .book-topics-grid,.notatnik-booking .card-grid,.notatnik-booking .premium-two-column-grid{display:grid;grid-gap:14px;gap:14px}.notatnik-booking .book-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.notatnik-booking .book-hero-stat,.notatnik-booking .booking-service-info-card,.notatnik-booking .list-card,.notatnik-booking .summary-card,.notatnik-booking .topic-card,.notatnik-booking .tree-backed-card{padding:18px 20px;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:none}.notatnik-booking .book-hero-stat-label,.notatnik-booking .section-eyebrow,.notatnik-booking .topic-card .section-eyebrow{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-booking .book-topic-card{gap:14px}.notatnik-booking .topic-media-shell{display:none}.notatnik-booking .booking-service-info-card h3,.notatnik-booking .summary-card h2,.notatnik-booking .summary-card h3,.notatnik-booking .topic-card h3{font-family:var(--font-display),Georgia,serif;font-style:italic}.notatnik-booking .button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none}.notatnik-booking .button.button-ghost{background:transparent;color:var(--ink)}.notatnik-booking .editorial-hero-meta,.notatnik-booking .premium-bullet-list{color:var(--ink-soft)}.notatnik-booking .premium-bullet-list{margin:0;padding-left:18px}.notatnik-booking .premium-bullet-list li+li{margin-top:8px}.notatnik-contact{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.notatnik-contact-left{padding:72px 48px}.notatnik-contact-right{padding:72px 48px;border-left:1px solid var(--line);background:var(--paper)}.notatnik-contact h1{margin-bottom:18px;font-size:48px;line-height:1.1;font-weight:300}.notatnik-contact h1 em{color:var(--accent);font-style:italic}.notatnik-contact-lede{max-width:44ch;margin-bottom:36px;color:var(--ink-soft);font-size:16px;line-height:1.6}.notatnik-contact .contact-form-card,.notatnik-contact .summary-card{padding:0;border:none;background:transparent;box-shadow:none}.notatnik-contact .form-grid{gap:20px}.notatnik-page .form-grid .field-legend,.notatnik-page .form-grid .section-eyebrow,.notatnik-page .form-grid label{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-page .form-grid input,.notatnik-page .form-grid select,.notatnik-page .form-grid textarea{width:100%;padding:10px 0;border:none;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);font:inherit;font-size:15px;border-radius:0;box-shadow:none}.notatnik-page .form-grid textarea{min-height:120px;resize:vertical}.notatnik-page .form-grid input:focus,.notatnik-page .form-grid select:focus,.notatnik-page .form-grid textarea:focus{border-color:var(--ink);outline:none}.notatnik-page .booking-service-info-card,.notatnik-page .checkout-box,.notatnik-page .contact-form-intro,.notatnik-page .error-box,.notatnik-page .form-section-card,.notatnik-page .info-box,.notatnik-page .list-card{padding:18px 20px;border:1px solid var(--line);border-radius:4px;background:#fff;box-shadow:none}.notatnik-page .checkout-box .muted,.notatnik-page .field-help,.notatnik-page .muted,.notatnik-page .price-compare-text{color:var(--ink-soft)}.notatnik-page .checkbox-card{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed var(--line)}.notatnik-page .checkbox-card:last-child{border-bottom:none}.notatnik-page .checkbox-card input{width:16px;margin-top:2px;border:1px solid var(--line)}.notatnik-page .button.big-button,.notatnik-page .checkout-box button,.notatnik-page button.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);font:inherit;cursor:pointer}.notatnik-page .button.button-ghost{background:transparent;color:var(--ink)}.notatnik-kinfo h3{margin-bottom:12px;font-family:var(--font-display),Georgia,serif;font-size:24px;font-style:italic}.notatnik-kinfo p{color:var(--ink-soft);font-size:15px;line-height:1.6}.notatnik-kinfo-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px dashed var(--line);font-size:14px}.notatnik-kinfo-row span:first-child{color:var(--ink-mute);font-family:var(--font-mono),monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.notatnik-info-stack{margin-top:36px}.notatnik-side-cta{margin-top:48px;padding:24px;border:1px solid var(--line);border-radius:4px;background:#fff}.notatnik-side-cta h3,.notatnik-side-cta h4{margin:6px 0 10px;font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic}.notatnik-side-cta p{margin:0 0 14px;color:var(--ink-soft);font-size:14px;line-height:1.5}.notatnik-progress{display:grid;grid-gap:14px;gap:14px;margin-bottom:18px}.notatnik-progress-track{display:flex;flex-wrap:wrap;gap:8px}.notatnik-progress-pill{gap:8px;padding:8px 12px;border:1px solid var(--line);background:#fff;font-size:12px;color:var(--ink-mute)}.notatnik-progress-pill,.notatnik-progress-pill-index{display:inline-flex;align-items:center;border-radius:999px}.notatnik-progress-pill-index{justify-content:center;width:20px;height:20px;background:var(--bg);color:var(--ink);font-family:var(--font-mono),monospace;font-size:10px}.notatnik-progress-pill-done{border-color:rgba(93,107,63,.25);color:var(--ink-soft)}.notatnik-progress-pill-done .notatnik-progress-pill-index{background:rgba(93,107,63,.16)}.notatnik-progress-pill-current{border-color:var(--ink);background:var(--paper);color:var(--ink)}.notatnik-progress-pill-current .notatnik-progress-pill-index{background:var(--ink);color:var(--paper)}.notatnik-choice-grid,.notatnik-detail-stack,.notatnik-slot-stack,.notatnik-topic-choice-grid{display:grid;grid-gap:14px;gap:14px}.notatnik-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notatnik-callout,.notatnik-choice-card,.notatnik-detail-card,.notatnik-form-section,.notatnik-slot-day,.notatnik-slot-extra,.notatnik-submit-box,.notatnik-topic-choice-card{padding:20px 22px;border:1px solid var(--line);border-radius:4px;background:#fff}.notatnik-choice-card{display:grid;align-content:start;grid-gap:14px;gap:14px}.notatnik-choice-card h2{font-size:28px;font-style:italic}.notatnik-choice-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-choice-kicker{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-choice-list{margin:0;padding-left:18px;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-choice-list li+li{margin-top:8px}.notatnik-choice-actions{margin-top:6px}.notatnik-topic-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notatnik-topic-choice-card{display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:12px;gap:12px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.notatnik-slot-button:hover,.notatnik-topic-choice-card:hover{transform:translateY(-1px)}.notatnik-topic-choice-card:hover{border-color:var(--ink);background:var(--paper)}.notatnik-topic-choice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.notatnik-topic-choice-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--bg);color:var(--ink)}.notatnik-topic-choice-icon svg{width:30px;height:30px}.notatnik-topic-choice-title{font-family:var(--font-display),Georgia,serif;font-size:24px;line-height:1.15;font-style:italic}.notatnik-topic-choice-copy{color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-topic-choice-link{font-family:var(--font-mono),monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.notatnik-callout,.notatnik-detail-card{display:grid;grid-gap:8px;gap:8px}.notatnik-callout strong,.notatnik-detail-card strong{display:block;font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic}.notatnik-callout p,.notatnik-detail-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-callout{background:var(--paper)}.notatnik-callout-error{border-color:rgba(138,48,34,.22);background:rgba(191,82,50,.08)}.notatnik-actions{display:flex;flex-wrap:wrap;gap:12px}.notatnik-slot-day{display:grid;grid-gap:18px;gap:18px}.notatnik-slot-day-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.notatnik-slot-day-copy{display:grid;grid-gap:6px;gap:6px}.notatnik-slot-day-copy strong{font-family:var(--font-display),Georgia,serif;font-size:24px;font-style:italic}.notatnik-slot-day-copy p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-slot-day-badge{padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-size:11px;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.12em}.notatnik-slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.notatnik-slot-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.notatnik-slot-button:hover{border-color:var(--ink);background:#fff}.notatnik-slot-extra{display:grid;grid-gap:14px;gap:14px}.notatnik-slot-extra summary{cursor:pointer;font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic}.notatnik-slot-extra p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-form{display:grid;grid-gap:14px;gap:14px}.notatnik-form-section{display:grid;grid-gap:18px;gap:18px}.notatnik-form-heading{display:grid;grid-gap:6px;gap:6px}.notatnik-form-heading strong{font-family:var(--font-display),Georgia,serif;font-size:24px;font-style:italic}.notatnik-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 20px;gap:18px 20px}.notatnik-field{display:grid;grid-gap:8px;gap:8px}.notatnik-field-wide{grid-column:1/-1}.notatnik-field label{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-field input,.notatnik-field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:var(--ink);font:inherit;font-size:15px}.notatnik-field textarea{min-height:132px;resize:vertical}.notatnik-field input:focus,.notatnik-field textarea:focus{outline:none;border-color:var(--ink);background:#fff}.notatnik-field input[data-readonly=true],.notatnik-field-help{color:var(--ink-soft)}.notatnik-field-help{font-size:13px;line-height:1.5}.notatnik-submit-box{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.notatnik-submit-copy{display:grid;grid-gap:8px;gap:8px}.notatnik-submit-kicker{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.notatnik-submit-title{font-family:var(--font-display),Georgia,serif;font-size:28px;font-style:italic}.notatnik-submit-copy p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.notatnik-submit-note{padding-top:8px;border-top:1px dashed var(--line)}.notatnik-submit-actions{display:flex;justify-content:flex-end}@media (max-width:1180px){.notatnik-shell{width:calc(100vw - 24px)}.notatnik-topbar{flex-wrap:wrap;justify-content:flex-start}.notatnik-nav{order:3;flex-basis:100%;justify-content:flex-start}.notatnik-about,.notatnik-booking,.notatnik-contact,.notatnik-hero-grid,.notatnik-subhero{grid-template-columns:1fr}.notatnik-foot,.notatnik-material-grid,.notatnik-quiet-grid,.notatnik-steps,.notatnik-topic-grid{grid-template-columns:1fr 1fr}.notatnik-booking .book-hero-stats,.notatnik-choice-grid,.notatnik-cred-grid,.notatnik-faq-grid,.notatnik-form-grid,.notatnik-quote-grid,.notatnik-service-grid,.notatnik-slot-grid,.notatnik-submit-box,.notatnik-topic-choice-grid{grid-template-columns:1fr}.notatnik-list-row{grid-template-columns:72px 1fr}.notatnik-list-row>:nth-child(3),.notatnik-list-row>:nth-child(4),.notatnik-list-row>:nth-child(5){grid-column:2}.notatnik-list-link{text-align:left}.notatnik-booking-left,.notatnik-contact-left{border-right:none;border-bottom:1px solid var(--line)}.notatnik-contact-right{border-left:none}}@media (max-width:760px){.notatnik-shell{width:100%;border-radius:0;box-shadow:none}.notatnik-booking-left,.notatnik-booking-right,.notatnik-contact-left,.notatnik-contact-right,.notatnik-filter-bar,.notatnik-foot,.notatnik-list-row,.notatnik-page section,.notatnik-topbar,.notatnik-topic-grid{padding-left:24px;padding-right:24px}.notatnik-page section{padding-top:56px;padding-bottom:56px}.notatnik-topbar{gap:14px;padding-top:18px;padding-bottom:18px}.notatnik-brand{flex-direction:column;align-items:flex-start;gap:6px}.notatnik-final-actions,.notatnik-hero-cta,.notatnik-nav{flex-direction:column;align-items:stretch}.notatnik-foot,.notatnik-material-grid,.notatnik-quiet-grid,.notatnik-section-head,.notatnik-topic-grid{grid-template-columns:1fr}.notatnik-section-head{gap:18px;margin-bottom:36px}.notatnik-service-description{margin:-12px 0 28px}.notatnik-section-head h2{max-width:none}.notatnik-booking h1,.notatnik-contact h1,.notatnik-final h2,.notatnik-hero h1,.notatnik-subhero h1{max-width:none;font-size:clamp(34px,11vw,48px)}.notatnik-about,.notatnik-booking,.notatnik-contact,.notatnik-hero-grid,.notatnik-subhero{gap:28px}.notatnik-hero-card-media,.notatnik-portrait{height:220px}.notatnik-list-row{grid-template-columns:1fr;gap:10px}.notatnik-list-row>*{grid-column:auto!important}.notatnik-actions,.notatnik-slot-day-head,.notatnik-submit-actions{flex-direction:column;align-items:stretch}.notatnik-progress-track{flex-direction:column}.notatnik-filter-bar .notatnik-mono{width:100%;margin-right:0}.notatnik-btn,.notatnik-filter-button,.notatnik-page .button.big-button,.notatnik-page .checkout-box button,.notatnik-page button.button{width:100%}}.page-wrap.authority-page,.page-wrap.editorial-home-page,.page-wrap.faq-page,.page-wrap.marketing-page,.page-wrap.money-page,.page-wrap.opinions-dowodowa-page,.page-wrap.opinions-page,.page-wrap.premium-home-page{--bg:#f5f1ea;--bg-2:#ebe5d8;--paper:#faf7f0;--ink:#1f1d17;--ink-soft:#55524a;--ink-mute:#8b877c;--line:#d9d3c4;--accent:#5d6b3f;--accent-warm:#b6753a;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif}.page-wrap.authority-page a,.page-wrap.editorial-home-page a,.page-wrap.faq-page a,.page-wrap.marketing-page a,.page-wrap.money-page a,.page-wrap.opinions-dowodowa-page a,.page-wrap.opinions-page a,.page-wrap.premium-home-page a{color:inherit}.page-wrap.authority-page h1,.page-wrap.authority-page h2,.page-wrap.authority-page h3,.page-wrap.authority-page h4,.page-wrap.authority-page h5,.page-wrap.editorial-home-page h1,.page-wrap.editorial-home-page h2,.page-wrap.editorial-home-page h3,.page-wrap.editorial-home-page h4,.page-wrap.editorial-home-page h5,.page-wrap.faq-page h1,.page-wrap.faq-page h2,.page-wrap.faq-page h3,.page-wrap.faq-page h4,.page-wrap.faq-page h5,.page-wrap.marketing-page h1,.page-wrap.marketing-page h2,.page-wrap.marketing-page h3,.page-wrap.marketing-page h4,.page-wrap.marketing-page h5,.page-wrap.money-page h1,.page-wrap.money-page h2,.page-wrap.money-page h3,.page-wrap.money-page h4,.page-wrap.money-page h5,.page-wrap.opinions-dowodowa-page h1,.page-wrap.opinions-dowodowa-page h2,.page-wrap.opinions-dowodowa-page h3,.page-wrap.opinions-dowodowa-page h4,.page-wrap.opinions-dowodowa-page h5,.page-wrap.opinions-page h1,.page-wrap.opinions-page h2,.page-wrap.opinions-page h3,.page-wrap.opinions-page h4,.page-wrap.opinions-page h5,.page-wrap.premium-home-page h1,.page-wrap.premium-home-page h2,.page-wrap.premium-home-page h3,.page-wrap.premium-home-page h4,.page-wrap.premium-home-page h5{margin:0;font-family:var(--font-display),Georgia,serif;font-weight:400;letter-spacing:-.02em}.page-wrap.authority-page .container,.page-wrap.editorial-home-page .container,.page-wrap.faq-page .container,.page-wrap.marketing-page .container,.page-wrap.money-page .container,.page-wrap.opinions-dowodowa-page .container,.page-wrap.opinions-page .container,.page-wrap.premium-home-page .container{width:min(1320px,calc(100vw - 48px));margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 40px 80px -30px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.08)}.page-wrap.authority-page .header-shell,.page-wrap.editorial-home-page .header-shell,.page-wrap.faq-page .header-shell,.page-wrap.marketing-page .header-shell,.page-wrap.money-page .header-shell,.page-wrap.opinions-dowodowa-page .header-shell,.page-wrap.opinions-page .header-shell,.page-wrap.premium-home-page .header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:hsla(38,35%,94%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-wrap.authority-page .header-main,.page-wrap.editorial-home-page .header-main,.page-wrap.faq-page .header-main,.page-wrap.marketing-page .header-main,.page-wrap.money-page .header-main,.page-wrap.opinions-dowodowa-page .header-main,.page-wrap.opinions-page .header-main,.page-wrap.premium-home-page .header-main{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 48px}.page-wrap.authority-page .header-branding,.page-wrap.editorial-home-page .header-branding,.page-wrap.faq-page .header-branding,.page-wrap.marketing-page .header-branding,.page-wrap.money-page .header-branding,.page-wrap.opinions-dowodowa-page .header-branding,.page-wrap.opinions-page .header-branding,.page-wrap.premium-home-page .header-branding{color:var(--ink);text-decoration:none}.page-wrap.authority-page .brand-copy,.page-wrap.editorial-home-page .brand-copy,.page-wrap.faq-page .brand-copy,.page-wrap.marketing-page .brand-copy,.page-wrap.money-page .brand-copy,.page-wrap.opinions-dowodowa-page .brand-copy,.page-wrap.opinions-page .brand-copy,.page-wrap.premium-home-page .brand-copy{display:grid;grid-gap:4px;gap:4px}.page-wrap.authority-page .brand,.page-wrap.editorial-home-page .brand,.page-wrap.faq-page .brand,.page-wrap.marketing-page .brand,.page-wrap.money-page .brand,.page-wrap.opinions-dowodowa-page .brand,.page-wrap.opinions-page .brand,.page-wrap.premium-home-page .brand{font-family:var(--font-display),Georgia,serif;font-size:22px;font-style:italic;letter-spacing:-.02em}.page-wrap.authority-page .header-subtitle,.page-wrap.editorial-home-page .header-subtitle,.page-wrap.faq-page .header-subtitle,.page-wrap.marketing-page .header-subtitle,.page-wrap.money-page .header-subtitle,.page-wrap.opinions-dowodowa-page .header-subtitle,.page-wrap.opinions-page .header-subtitle,.page-wrap.premium-home-page .header-subtitle{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mute)}.page-wrap.authority-page .header-nav,.page-wrap.editorial-home-page .header-nav,.page-wrap.faq-page .header-nav,.page-wrap.marketing-page .header-nav,.page-wrap.money-page .header-nav,.page-wrap.opinions-dowodowa-page .header-nav,.page-wrap.opinions-page .header-nav,.page-wrap.premium-home-page .header-nav{flex:1 1;justify-content:center}.page-wrap.authority-page .header-links,.page-wrap.editorial-home-page .header-links,.page-wrap.faq-page .header-links,.page-wrap.marketing-page .header-links,.page-wrap.money-page .header-links,.page-wrap.opinions-dowodowa-page .header-links,.page-wrap.opinions-page .header-links,.page-wrap.premium-home-page .header-links{display:flex;flex-wrap:wrap;gap:26px;font-size:13.5px;color:var(--ink-soft)}.page-wrap.authority-page .header-link,.page-wrap.editorial-home-page .header-link,.page-wrap.faq-page .header-link,.page-wrap.marketing-page .header-link,.page-wrap.money-page .header-link,.page-wrap.opinions-dowodowa-page .header-link,.page-wrap.opinions-page .header-link,.page-wrap.premium-home-page .header-link{color:var(--ink-soft);text-decoration:none}.page-wrap.authority-page .header-link.is-active,.page-wrap.authority-page .header-link:hover,.page-wrap.editorial-home-page .header-link.is-active,.page-wrap.editorial-home-page .header-link:hover,.page-wrap.faq-page .header-link.is-active,.page-wrap.faq-page .header-link:hover,.page-wrap.marketing-page .header-link.is-active,.page-wrap.marketing-page .header-link:hover,.page-wrap.money-page .header-link.is-active,.page-wrap.money-page .header-link:hover,.page-wrap.opinions-dowodowa-page .header-link.is-active,.page-wrap.opinions-dowodowa-page .header-link:hover,.page-wrap.opinions-page .header-link.is-active,.page-wrap.opinions-page .header-link:hover,.page-wrap.premium-home-page .header-link.is-active,.page-wrap.premium-home-page .header-link:hover{color:var(--ink)}.page-wrap.authority-page .header-actions,.page-wrap.editorial-home-page .header-actions,.page-wrap.faq-page .header-actions,.page-wrap.marketing-page .header-actions,.page-wrap.money-page .header-actions,.page-wrap.opinions-dowodowa-page .header-actions,.page-wrap.opinions-page .header-actions,.page-wrap.premium-home-page .header-actions{display:flex;align-items:center;gap:10px}.page-wrap.authority-page .button,.page-wrap.authority-page .header-cta,.page-wrap.editorial-home-page .button,.page-wrap.editorial-home-page .header-cta,.page-wrap.faq-page .button,.page-wrap.faq-page .header-cta,.page-wrap.marketing-page .button,.page-wrap.marketing-page .header-cta,.page-wrap.money-page .button,.page-wrap.money-page .header-cta,.page-wrap.opinions-dowodowa-page .button,.page-wrap.opinions-dowodowa-page .header-cta,.page-wrap.opinions-page .button,.page-wrap.opinions-page .header-cta,.page-wrap.premium-home-page .button,.page-wrap.premium-home-page .header-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none}.page-wrap.authority-page .button.button-ghost,.page-wrap.authority-page .header-secondary-cta,.page-wrap.editorial-home-page .button.button-ghost,.page-wrap.editorial-home-page .header-secondary-cta,.page-wrap.faq-page .button.button-ghost,.page-wrap.faq-page .header-secondary-cta,.page-wrap.marketing-page .button.button-ghost,.page-wrap.marketing-page .header-secondary-cta,.page-wrap.money-page .button.button-ghost,.page-wrap.money-page .header-secondary-cta,.page-wrap.opinions-dowodowa-page .button.button-ghost,.page-wrap.opinions-dowodowa-page .header-secondary-cta,.page-wrap.opinions-page .button.button-ghost,.page-wrap.opinions-page .header-secondary-cta,.page-wrap.premium-home-page .button.button-ghost,.page-wrap.premium-home-page .header-secondary-cta{background:transparent;color:var(--ink);border-color:var(--line)}.page-wrap.authority-page .header-menu-toggle,.page-wrap.editorial-home-page .header-menu-toggle,.page-wrap.faq-page .header-menu-toggle,.page-wrap.marketing-page .header-menu-toggle,.page-wrap.money-page .header-menu-toggle,.page-wrap.opinions-dowodowa-page .header-menu-toggle,.page-wrap.opinions-page .header-menu-toggle,.page-wrap.premium-home-page .header-menu-toggle{border:1px solid var(--line);background:var(--paper);color:var(--ink)}.page-wrap.authority-page .header-mobile-panel,.page-wrap.editorial-home-page .header-mobile-panel,.page-wrap.faq-page .header-mobile-panel,.page-wrap.marketing-page .header-mobile-panel,.page-wrap.money-page .header-mobile-panel,.page-wrap.opinions-dowodowa-page .header-mobile-panel,.page-wrap.opinions-page .header-mobile-panel,.page-wrap.premium-home-page .header-mobile-panel{border-top:1px solid var(--line);background:hsla(42,50%,96%,.98)}.page-wrap.authority-page .editorial-hero-shell,.page-wrap.authority-page .hero-surface,.page-wrap.editorial-home-page .editorial-hero-shell,.page-wrap.editorial-home-page .hero-surface,.page-wrap.faq-page .editorial-hero-shell,.page-wrap.faq-page .hero-surface,.page-wrap.marketing-page .editorial-hero-shell,.page-wrap.marketing-page .hero-surface,.page-wrap.money-page .editorial-hero-shell,.page-wrap.money-page .hero-surface,.page-wrap.opinions-dowodowa-page .editorial-hero-shell,.page-wrap.opinions-dowodowa-page .hero-surface,.page-wrap.opinions-page .editorial-hero-shell,.page-wrap.opinions-page .hero-surface,.page-wrap.premium-home-page .editorial-hero-shell,.page-wrap.premium-home-page .hero-surface{padding:80px 48px 72px;border-bottom:1px solid var(--line)}.page-wrap.authority-page .editorial-hero-grid,.page-wrap.editorial-home-page .editorial-hero-grid,.page-wrap.faq-page .editorial-hero-grid,.page-wrap.marketing-page .editorial-hero-grid,.page-wrap.money-page .editorial-hero-grid,.page-wrap.opinions-dowodowa-page .editorial-hero-grid,.page-wrap.opinions-page .editorial-hero-grid,.page-wrap.premium-home-page .editorial-hero-grid{display:grid;grid-template-columns:1.25fr .9fr;grid-gap:64px;gap:64px;align-items:end}.page-wrap.authority-page .cta-panel,.page-wrap.authority-page .editorial-section,.page-wrap.authority-page .panel.section-panel,.page-wrap.editorial-home-page .cta-panel,.page-wrap.editorial-home-page .editorial-section,.page-wrap.editorial-home-page .panel.section-panel,.page-wrap.faq-page .cta-panel,.page-wrap.faq-page .editorial-section,.page-wrap.faq-page .panel.section-panel,.page-wrap.marketing-page .cta-panel,.page-wrap.marketing-page .editorial-section,.page-wrap.marketing-page .panel.section-panel,.page-wrap.money-page .cta-panel,.page-wrap.money-page .editorial-section,.page-wrap.money-page .panel.section-panel,.page-wrap.opinions-dowodowa-page .cta-panel,.page-wrap.opinions-dowodowa-page .editorial-section,.page-wrap.opinions-dowodowa-page .panel.section-panel,.page-wrap.opinions-page .cta-panel,.page-wrap.opinions-page .editorial-section,.page-wrap.opinions-page .panel.section-panel,.page-wrap.premium-home-page .cta-panel,.page-wrap.premium-home-page .editorial-section,.page-wrap.premium-home-page .panel.section-panel{padding:80px 48px;border-bottom:1px solid var(--line)}.page-wrap.authority-page .editorial-section-head,.page-wrap.editorial-home-page .editorial-section-head,.page-wrap.faq-page .editorial-section-head,.page-wrap.marketing-page .editorial-section-head,.page-wrap.money-page .editorial-section-head,.page-wrap.opinions-dowodowa-page .editorial-section-head,.page-wrap.opinions-page .editorial-section-head,.page-wrap.premium-home-page .editorial-section-head{display:grid;grid-template-columns:180px 1fr;grid-gap:40px;gap:40px;align-items:start;margin-bottom:56px}.page-wrap.authority-page .section-eyebrow,.page-wrap.editorial-home-page .section-eyebrow,.page-wrap.faq-page .section-eyebrow,.page-wrap.marketing-page .section-eyebrow,.page-wrap.money-page .section-eyebrow,.page-wrap.opinions-dowodowa-page .section-eyebrow,.page-wrap.opinions-page .section-eyebrow,.page-wrap.premium-home-page .section-eyebrow{font-family:var(--font-mono),monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute)}.page-wrap.authority-page .editorial-section-head h2,.page-wrap.editorial-home-page .editorial-section-head h2,.page-wrap.faq-page .editorial-section-head h2,.page-wrap.marketing-page .editorial-section-head h2,.page-wrap.money-page .editorial-section-head h2,.page-wrap.opinions-dowodowa-page .editorial-section-head h2,.page-wrap.opinions-page .editorial-section-head h2,.page-wrap.premium-home-page .editorial-section-head h2{max-width:24ch;font-size:clamp(30px,3vw,44px);line-height:1.1}.page-wrap.authority-page .editorial-hero-lead,.page-wrap.authority-page .editorial-section-lead,.page-wrap.authority-page .hero-text,.page-wrap.editorial-home-page .editorial-hero-lead,.page-wrap.editorial-home-page .editorial-section-lead,.page-wrap.editorial-home-page .hero-text,.page-wrap.faq-page .editorial-hero-lead,.page-wrap.faq-page .editorial-section-lead,.page-wrap.faq-page .hero-text,.page-wrap.marketing-page .editorial-hero-lead,.page-wrap.marketing-page .editorial-section-lead,.page-wrap.marketing-page .hero-text,.page-wrap.money-page .editorial-hero-lead,.page-wrap.money-page .editorial-section-lead,.page-wrap.money-page .hero-text,.page-wrap.opinions-dowodowa-page .editorial-hero-lead,.page-wrap.opinions-dowodowa-page .editorial-section-lead,.page-wrap.opinions-dowodowa-page .hero-text,.page-wrap.opinions-page .editorial-hero-lead,.page-wrap.opinions-page .editorial-section-lead,.page-wrap.opinions-page .hero-text,.page-wrap.premium-home-page .editorial-hero-lead,.page-wrap.premium-home-page .editorial-section-lead,.page-wrap.premium-home-page .hero-text{max-width:56ch;color:var(--ink-soft);font-size:16px;line-height:1.6}.page-wrap.authority-page .hero-actions,.page-wrap.authority-page .hero-cta,.page-wrap.editorial-home-page .hero-actions,.page-wrap.editorial-home-page .hero-cta,.page-wrap.faq-page .hero-actions,.page-wrap.faq-page .hero-cta,.page-wrap.marketing-page .hero-actions,.page-wrap.marketing-page .hero-cta,.page-wrap.money-page .hero-actions,.page-wrap.money-page .hero-cta,.page-wrap.opinions-dowodowa-page .hero-actions,.page-wrap.opinions-dowodowa-page .hero-cta,.page-wrap.opinions-page .hero-actions,.page-wrap.opinions-page .hero-cta,.page-wrap.premium-home-page .hero-actions,.page-wrap.premium-home-page .hero-cta{display:flex;flex-wrap:wrap;gap:12px}.page-wrap.authority-page .hero-actions .button,.page-wrap.editorial-home-page .hero-actions .button,.page-wrap.faq-page .hero-actions .button,.page-wrap.marketing-page .hero-actions .button,.page-wrap.money-page .hero-actions .button,.page-wrap.opinions-dowodowa-page .hero-actions .button,.page-wrap.opinions-page .hero-actions .button,.page-wrap.premium-home-page .hero-actions .button{min-width:0}.page-wrap.authority-page .editorial-hero-photo-frame,.page-wrap.authority-page .home-hero-photo-shell,.page-wrap.authority-page .offer-page-hero-card,.page-wrap.authority-page .opinions-profile-card,.page-wrap.authority-page .premium-faq-item,.page-wrap.authority-page .summary-card,.page-wrap.authority-page .tree-backed-card,.page-wrap.editorial-home-page .editorial-hero-photo-frame,.page-wrap.editorial-home-page .home-hero-photo-shell,.page-wrap.editorial-home-page .offer-page-hero-card,.page-wrap.editorial-home-page .opinions-profile-card,.page-wrap.editorial-home-page .premium-faq-item,.page-wrap.editorial-home-page .summary-card,.page-wrap.editorial-home-page .tree-backed-card,.page-wrap.faq-page .editorial-hero-photo-frame,.page-wrap.faq-page .home-hero-photo-shell,.page-wrap.faq-page .offer-page-hero-card,.page-wrap.faq-page .opinions-profile-card,.page-wrap.faq-page .premium-faq-item,.page-wrap.faq-page .summary-card,.page-wrap.faq-page .tree-backed-card,.page-wrap.marketing-page .editorial-hero-photo-frame,.page-wrap.marketing-page .home-hero-photo-shell,.page-wrap.marketing-page .offer-page-hero-card,.page-wrap.marketing-page .opinions-profile-card,.page-wrap.marketing-page .premium-faq-item,.page-wrap.marketing-page .summary-card,.page-wrap.marketing-page .tree-backed-card,.page-wrap.money-page .editorial-hero-photo-frame,.page-wrap.money-page .home-hero-photo-shell,.page-wrap.money-page .offer-page-hero-card,.page-wrap.money-page .opinions-profile-card,.page-wrap.money-page .premium-faq-item,.page-wrap.money-page .summary-card,.page-wrap.money-page .tree-backed-card,.page-wrap.opinions-dowodowa-page .editorial-hero-photo-frame,.page-wrap.opinions-dowodowa-page .home-hero-photo-shell,.page-wrap.opinions-dowodowa-page .offer-page-hero-card,.page-wrap.opinions-dowodowa-page .opinions-profile-card,.page-wrap.opinions-dowodowa-page .premium-faq-item,.page-wrap.opinions-dowodowa-page .summary-card,.page-wrap.opinions-dowodowa-page .tree-backed-card,.page-wrap.opinions-page .editorial-hero-photo-frame,.page-wrap.opinions-page .home-hero-photo-shell,.page-wrap.opinions-page .offer-page-hero-card,.page-wrap.opinions-page .opinions-profile-card,.page-wrap.opinions-page .premium-faq-item,.page-wrap.opinions-page .summary-card,.page-wrap.opinions-page .tree-backed-card,.page-wrap.premium-home-page .editorial-hero-photo-frame,.page-wrap.premium-home-page .home-hero-photo-shell,.page-wrap.premium-home-page .offer-page-hero-card,.page-wrap.premium-home-page .opinions-profile-card,.page-wrap.premium-home-page .premium-faq-item,.page-wrap.premium-home-page .summary-card,.page-wrap.premium-home-page .tree-backed-card{border:1px solid var(--line);border-radius:4px;background:var(--paper);box-shadow:none}.page-wrap.authority-page .editorial-hero-photo-frame,.page-wrap.authority-page .home-hero-photo-shell,.page-wrap.editorial-home-page .editorial-hero-photo-frame,.page-wrap.editorial-home-page .home-hero-photo-shell,.page-wrap.faq-page .editorial-hero-photo-frame,.page-wrap.faq-page .home-hero-photo-shell,.page-wrap.marketing-page .editorial-hero-photo-frame,.page-wrap.marketing-page .home-hero-photo-shell,.page-wrap.money-page .editorial-hero-photo-frame,.page-wrap.money-page .home-hero-photo-shell,.page-wrap.opinions-dowodowa-page .editorial-hero-photo-frame,.page-wrap.opinions-dowodowa-page .home-hero-photo-shell,.page-wrap.opinions-page .editorial-hero-photo-frame,.page-wrap.opinions-page .home-hero-photo-shell,.page-wrap.premium-home-page .editorial-hero-photo-frame,.page-wrap.premium-home-page .home-hero-photo-shell{overflow:hidden}.page-wrap.authority-page .site-footer,.page-wrap.editorial-home-page .site-footer,.page-wrap.faq-page .site-footer,.page-wrap.marketing-page .footer-shell,.page-wrap.money-page .site-footer,.page-wrap.opinions-dowodowa-page .site-footer,.page-wrap.opinions-page .site-footer,.page-wrap.premium-home-page .site-footer{border-top:1px solid var(--line);background:var(--bg)}.page-wrap.authority-page .site-footer,.page-wrap.editorial-home-page .site-footer,.page-wrap.faq-page .site-footer,.page-wrap.marketing-page .site-footer,.page-wrap.money-page .site-footer,.page-wrap.opinions-dowodowa-page .site-footer,.page-wrap.opinions-page .site-footer,.page-wrap.premium-home-page .site-footer{padding:48px;color:var(--ink-soft)}.page-wrap.authority-page .site-footer-grid,.page-wrap.editorial-home-page .site-footer-grid,.page-wrap.faq-page .site-footer-grid,.page-wrap.marketing-page .site-footer-grid,.page-wrap.money-page .site-footer-grid,.page-wrap.opinions-dowodowa-page .site-footer-grid,.page-wrap.opinions-page .site-footer-grid,.page-wrap.premium-home-page .site-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:32px;gap:32px}.page-wrap.authority-page .site-footer-brand h3,.page-wrap.editorial-home-page .site-footer-brand h3,.page-wrap.faq-page .site-footer-brand h3,.page-wrap.marketing-page .site-footer-brand h3,.page-wrap.money-page .site-footer-brand h3,.page-wrap.opinions-dowodowa-page .site-footer-brand h3,.page-wrap.opinions-page .site-footer-brand h3,.page-wrap.premium-home-page .site-footer-brand h3{font-family:var(--font-display),Georgia,serif;font-size:28px;font-style:italic}.page-wrap.authority-page .site-footer-links,.page-wrap.editorial-home-page .site-footer-links,.page-wrap.faq-page .site-footer-links,.page-wrap.marketing-page .site-footer-links,.page-wrap.money-page .site-footer-links,.page-wrap.opinions-dowodowa-page .site-footer-links,.page-wrap.opinions-page .site-footer-links,.page-wrap.premium-home-page .site-footer-links{display:grid;grid-gap:8px;gap:8px}.page-wrap.authority-page .site-footer-link,.page-wrap.editorial-home-page .site-footer-link,.page-wrap.faq-page .site-footer-link,.page-wrap.marketing-page .site-footer-link,.page-wrap.money-page .site-footer-link,.page-wrap.opinions-dowodowa-page .site-footer-link,.page-wrap.opinions-page .site-footer-link,.page-wrap.premium-home-page .site-footer-link{color:var(--ink);text-decoration:none}.page-wrap.authority-page .site-footer-note,.page-wrap.editorial-home-page .site-footer-note,.page-wrap.faq-page .site-footer-note,.page-wrap.marketing-page .site-footer-note,.page-wrap.money-page .site-footer-note,.page-wrap.opinions-dowodowa-page .site-footer-note,.page-wrap.opinions-page .site-footer-note,.page-wrap.premium-home-page .site-footer-note{color:var(--ink-mute)}.page-wrap.authority-page .site-footer-bottom,.page-wrap.editorial-home-page .site-footer-bottom,.page-wrap.faq-page .site-footer-bottom,.page-wrap.marketing-page .site-footer-bottom,.page-wrap.money-page .site-footer-bottom,.page-wrap.opinions-dowodowa-page .site-footer-bottom,.page-wrap.opinions-page .site-footer-bottom,.page-wrap.premium-home-page .site-footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:18px 48px 0;border-top:1px solid var(--line)}@media (max-width:1180px){.notatnik-side-visual{display:none}.page-wrap.authority-page .container,.page-wrap.editorial-home-page .container,.page-wrap.faq-page .container,.page-wrap.marketing-page .container,.page-wrap.money-page .container,.page-wrap.opinions-dowodowa-page .container,.page-wrap.opinions-page .container,.page-wrap.premium-home-page .container{width:calc(100vw - 24px)}.page-wrap.authority-page .editorial-hero-grid,.page-wrap.authority-page .site-footer-grid,.page-wrap.editorial-home-page .editorial-hero-grid,.page-wrap.editorial-home-page .site-footer-grid,.page-wrap.faq-page .editorial-hero-grid,.page-wrap.faq-page .site-footer-grid,.page-wrap.marketing-page .editorial-hero-grid,.page-wrap.marketing-page .site-footer-grid,.page-wrap.money-page .editorial-hero-grid,.page-wrap.money-page .site-footer-grid,.page-wrap.opinions-dowodowa-page .editorial-hero-grid,.page-wrap.opinions-dowodowa-page .site-footer-grid,.page-wrap.opinions-page .editorial-hero-grid,.page-wrap.opinions-page .site-footer-grid,.page-wrap.premium-home-page .editorial-hero-grid,.page-wrap.premium-home-page .site-footer-grid{grid-template-columns:1fr 1fr}.page-wrap.authority-page .editorial-section-head,.page-wrap.editorial-home-page .editorial-section-head,.page-wrap.faq-page .editorial-section-head,.page-wrap.marketing-page .editorial-section-head,.page-wrap.money-page .editorial-section-head,.page-wrap.opinions-dowodowa-page .editorial-section-head,.page-wrap.opinions-page .editorial-section-head,.page-wrap.premium-home-page .editorial-section-head{grid-template-columns:1fr;gap:18px;margin-bottom:36px}}@media (max-width:760px){.page-wrap.authority-page .container,.page-wrap.editorial-home-page .container,.page-wrap.faq-page .container,.page-wrap.marketing-page .container,.page-wrap.money-page .container,.page-wrap.opinions-dowodowa-page .container,.page-wrap.opinions-page .container,.page-wrap.premium-home-page .container{width:100%;border-radius:0;box-shadow:none}.page-wrap.authority-page .cta-panel,.page-wrap.authority-page .editorial-hero-shell,.page-wrap.authority-page .editorial-section,.page-wrap.authority-page .header-main,.page-wrap.authority-page .hero-surface,.page-wrap.authority-page .panel.section-panel,.page-wrap.authority-page .site-footer,.page-wrap.editorial-home-page .cta-panel,.page-wrap.editorial-home-page .editorial-hero-shell,.page-wrap.editorial-home-page .editorial-section,.page-wrap.editorial-home-page .header-main,.page-wrap.editorial-home-page .hero-surface,.page-wrap.editorial-home-page .panel.section-panel,.page-wrap.editorial-home-page .site-footer,.page-wrap.faq-page .cta-panel,.page-wrap.faq-page .editorial-hero-shell,.page-wrap.faq-page .editorial-section,.page-wrap.faq-page .header-main,.page-wrap.faq-page .hero-surface,.page-wrap.faq-page .panel.section-panel,.page-wrap.faq-page .site-footer,.page-wrap.marketing-page .cta-panel,.page-wrap.marketing-page .editorial-hero-shell,.page-wrap.marketing-page .editorial-section,.page-wrap.marketing-page .header-main,.page-wrap.marketing-page .hero-surface,.page-wrap.marketing-page .panel.section-panel,.page-wrap.marketing-page .site-footer,.page-wrap.money-page .cta-panel,.page-wrap.money-page .editorial-hero-shell,.page-wrap.money-page .editorial-section,.page-wrap.money-page .header-main,.page-wrap.money-page .hero-surface,.page-wrap.money-page .panel.section-panel,.page-wrap.money-page .site-footer,.page-wrap.opinions-dowodowa-page .cta-panel,.page-wrap.opinions-dowodowa-page .editorial-hero-shell,.page-wrap.opinions-dowodowa-page .editorial-section,.page-wrap.opinions-dowodowa-page .header-main,.page-wrap.opinions-dowodowa-page .hero-surface,.page-wrap.opinions-dowodowa-page .panel.section-panel,.page-wrap.opinions-dowodowa-page .site-footer,.page-wrap.opinions-page .cta-panel,.page-wrap.opinions-page .editorial-hero-shell,.page-wrap.opinions-page .editorial-section,.page-wrap.opinions-page .header-main,.page-wrap.opinions-page .hero-surface,.page-wrap.opinions-page .panel.section-panel,.page-wrap.opinions-page .site-footer,.page-wrap.premium-home-page .cta-panel,.page-wrap.premium-home-page .editorial-hero-shell,.page-wrap.premium-home-page .editorial-section,.page-wrap.premium-home-page .header-main,.page-wrap.premium-home-page .hero-surface,.page-wrap.premium-home-page .panel.section-panel,.page-wrap.premium-home-page .site-footer{padding-left:24px;padding-right:24px}.page-wrap.authority-page .header-main,.page-wrap.editorial-home-page .header-main,.page-wrap.faq-page .header-main,.page-wrap.marketing-page .header-main,.page-wrap.money-page .header-main,.page-wrap.opinions-dowodowa-page .header-main,.page-wrap.opinions-page .header-main,.page-wrap.premium-home-page .header-main{gap:14px;padding-top:18px;padding-bottom:18px}.page-wrap.authority-page .editorial-hero-grid,.page-wrap.authority-page .header-links,.page-wrap.authority-page .site-footer-grid,.page-wrap.editorial-home-page .editorial-hero-grid,.page-wrap.editorial-home-page .header-links,.page-wrap.editorial-home-page .site-footer-grid,.page-wrap.faq-page .editorial-hero-grid,.page-wrap.faq-page .header-links,.page-wrap.faq-page .site-footer-grid,.page-wrap.marketing-page .editorial-hero-grid,.page-wrap.marketing-page .header-links,.page-wrap.marketing-page .site-footer-grid,.page-wrap.money-page .editorial-hero-grid,.page-wrap.money-page .header-links,.page-wrap.money-page .site-footer-grid,.page-wrap.opinions-dowodowa-page .editorial-hero-grid,.page-wrap.opinions-dowodowa-page .header-links,.page-wrap.opinions-dowodowa-page .site-footer-grid,.page-wrap.opinions-page .editorial-hero-grid,.page-wrap.opinions-page .header-links,.page-wrap.opinions-page .site-footer-grid,.page-wrap.premium-home-page .editorial-hero-grid,.page-wrap.premium-home-page .header-links,.page-wrap.premium-home-page .site-footer-grid{grid-template-columns:1fr}.page-wrap.authority-page .header-nav,.page-wrap.editorial-home-page .header-nav,.page-wrap.faq-page .header-nav,.page-wrap.marketing-page .header-nav,.page-wrap.money-page .header-nav,.page-wrap.opinions-dowodowa-page .header-nav,.page-wrap.opinions-page .header-nav,.page-wrap.premium-home-page .header-nav{order:3;flex-basis:100%;justify-content:flex-start}.page-wrap.authority-page .header-nav .header-links,.page-wrap.authority-page .hero-actions,.page-wrap.authority-page .hero-cta,.page-wrap.editorial-home-page .header-nav .header-links,.page-wrap.editorial-home-page .hero-actions,.page-wrap.editorial-home-page .hero-cta,.page-wrap.faq-page .header-nav .header-links,.page-wrap.faq-page .hero-actions,.page-wrap.faq-page .hero-cta,.page-wrap.marketing-page .header-nav .header-links,.page-wrap.marketing-page .hero-actions,.page-wrap.marketing-page .hero-cta,.page-wrap.money-page .header-nav .header-links,.page-wrap.money-page .hero-actions,.page-wrap.money-page .hero-cta,.page-wrap.opinions-dowodowa-page .header-nav .header-links,.page-wrap.opinions-dowodowa-page .hero-actions,.page-wrap.opinions-dowodowa-page .hero-cta,.page-wrap.opinions-page .header-nav .header-links,.page-wrap.opinions-page .hero-actions,.page-wrap.opinions-page .hero-cta,.page-wrap.premium-home-page .header-nav .header-links,.page-wrap.premium-home-page .hero-actions,.page-wrap.premium-home-page .hero-cta{flex-direction:column;align-items:stretch}.page-wrap.authority-page .header-actions,.page-wrap.authority-page .site-footer-bottom,.page-wrap.editorial-home-page .header-actions,.page-wrap.editorial-home-page .site-footer-bottom,.page-wrap.faq-page .header-actions,.page-wrap.faq-page .site-footer-bottom,.page-wrap.marketing-page .header-actions,.page-wrap.marketing-page .site-footer-bottom,.page-wrap.money-page .header-actions,.page-wrap.money-page .site-footer-bottom,.page-wrap.opinions-dowodowa-page .header-actions,.page-wrap.opinions-dowodowa-page .site-footer-bottom,.page-wrap.opinions-page .header-actions,.page-wrap.opinions-page .site-footer-bottom,.page-wrap.premium-home-page .header-actions,.page-wrap.premium-home-page .site-footer-bottom{flex-direction:column}.page-wrap.authority-page .header-mobile-panel,.page-wrap.editorial-home-page .header-mobile-panel,.page-wrap.faq-page .header-mobile-panel,.page-wrap.marketing-page .header-mobile-panel,.page-wrap.money-page .header-mobile-panel,.page-wrap.opinions-dowodowa-page .header-mobile-panel,.page-wrap.opinions-page .header-mobile-panel,.page-wrap.premium-home-page .header-mobile-panel{padding-left:24px;padding-right:24px}}.page-wrap.blog-article-page,.page-wrap.blog-page{--bg:#f5f1ea;--bg-2:#ebe5d8;--paper:#faf7f0;--ink:#1f1d17;--ink-soft:#55524a;--ink-mute:#8b877c;--line:#d9d3c4;--accent:#5d6b3f;--accent-warm:#b6753a;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif}.page-wrap.blog-article-page .container,.page-wrap.blog-page .container{width:min(1320px,calc(100vw - 48px));margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 40px 80px -30px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.08)}.page-wrap.blog-article-page h1,.page-wrap.blog-article-page h2,.page-wrap.blog-article-page h3,.page-wrap.blog-article-page h4,.page-wrap.blog-article-page h5,.page-wrap.blog-page h1,.page-wrap.blog-page h2,.page-wrap.blog-page h3,.page-wrap.blog-page h4,.page-wrap.blog-page h5{margin:0;font-family:var(--font-display),Georgia,serif;font-weight:400;letter-spacing:-.02em}.page-wrap.blog-article-page .header-shell,.page-wrap.blog-page .header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:hsla(38,35%,94%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-wrap.blog-article-page .header-main,.page-wrap.blog-page .header-main{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 48px}.page-wrap.blog-article-page .site-footer,.page-wrap.blog-page .site-footer{border-top:1px solid var(--line);background:var(--bg);padding:48px;color:var(--ink-soft)}.page-wrap.blog-article-page .cta-panel,.page-wrap.blog-article-page .editorial-hero-shell,.page-wrap.blog-article-page .editorial-section,.page-wrap.blog-article-page .panel.section-panel,.page-wrap.blog-page .cta-panel,.page-wrap.blog-page .editorial-hero-shell,.page-wrap.blog-page .editorial-section,.page-wrap.blog-page .panel.section-panel{padding:80px 48px;border-bottom:1px solid var(--line)}.page-wrap.blog-article-page .editorial-section-head,.page-wrap.blog-page .editorial-section-head{display:grid;grid-template-columns:180px 1fr;grid-gap:40px;gap:40px;align-items:start;margin-bottom:56px}.page-wrap.blog-article-page .editorial-entry-card,.page-wrap.blog-article-page .lead-magnet-card,.page-wrap.blog-article-page .premium-faq-item,.page-wrap.blog-article-page .summary-card,.page-wrap.blog-article-page .tree-backed-card,.page-wrap.blog-page .editorial-entry-card,.page-wrap.blog-page .lead-magnet-card,.page-wrap.blog-page .premium-faq-item,.page-wrap.blog-page .summary-card,.page-wrap.blog-page .tree-backed-card{border:1px solid var(--line);border-radius:4px;background:var(--paper);box-shadow:none}.page-wrap.blog-article-page .button,.page-wrap.blog-page .button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none}.page-wrap.blog-article-page .button.button-ghost,.page-wrap.blog-page .button.button-ghost{background:transparent;color:var(--ink);border-color:var(--line)}@media (max-width:1180px){.page-wrap.blog-article-page .container,.page-wrap.blog-page .container{width:calc(100vw - 24px)}}@media (max-width:760px){.page-wrap.blog-article-page .container,.page-wrap.blog-page .container{width:100%;border-radius:0;box-shadow:none}.page-wrap.blog-article-page .cta-panel,.page-wrap.blog-article-page .editorial-hero-shell,.page-wrap.blog-article-page .editorial-section,.page-wrap.blog-article-page .header-main,.page-wrap.blog-article-page .panel.section-panel,.page-wrap.blog-article-page .site-footer,.page-wrap.blog-page .cta-panel,.page-wrap.blog-page .editorial-hero-shell,.page-wrap.blog-page .editorial-section,.page-wrap.blog-page .header-main,.page-wrap.blog-page .panel.section-panel,.page-wrap.blog-page .site-footer{padding-left:24px;padding-right:24px}.page-wrap.blog-article-page .editorial-section-head,.page-wrap.blog-page .editorial-section-head{grid-template-columns:1fr;gap:18px;margin-bottom:36px}}