.pro-hero{background:var(--navy);padding:80px 20px 60px;position:relative;overflow:hidden;text-align:center}.pro-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.07) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.pro-hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(45,107,228,.25) 0%,transparent 70%);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.pro-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.pro-hero-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#3b82f640,#ffffff14);border:1px solid rgba(255,255,255,.14);margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.pro-hero-icon svg{width:32px;height:32px;stroke:#fffc;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pro-hero-title{font-family:Playfair Display,serif;font-size:clamp(28px,4vw,42px);color:var(--white);line-height:1.2;margin-bottom:16px;letter-spacing:-.01em}.pro-hero-title em{font-style:italic;color:var(--mid-blue)}.pro-hero-desc{font-size:16px;color:#ffffff8c;line-height:1.7;max-width:560px;margin:0 auto 24px}.pro-hero-stats{display:flex;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;gap:0}.pro-hero-stat{text-align:center;padding:16px 12px;border-right:1px solid rgba(255,255,255,.08)}.pro-hero-stat:last-child{border-right:none}.pro-hero-stat-num{font-family:Space Mono,monospace;font-size:22px;font-weight:700;color:var(--white);display:block;line-height:1;margin-bottom:6px}.pro-hero-stat-label{font-size:12px;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em}.pro-difficulty-filter{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:24px 0;border-bottom:1px solid var(--border);margin-bottom:40px}.pro-filter-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:100px;border:1px solid var(--border);font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;color:var(--text-muted);background:transparent;cursor:pointer;transition:all .2s;white-space:nowrap}.pro-filter-pill:hover{border-color:var(--navy);color:var(--navy)}.pro-filter-pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pro-filter-pill--active{background:var(--navy);color:var(--white);border-color:var(--navy)}.pro-filter-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.pro-filter-dot--green{background:#22c55e}.pro-filter-dot--yellow{background:#eab308}.pro-filter-dot--orange{background:#f97316}.pro-active-filter{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;margin-bottom:24px;background:#2d6be40f;border:1px solid rgba(45,107,228,.15);border-radius:10px;font-size:13px;color:var(--navy)}.pro-active-filter-clear{background:none;border:none;font-size:18px;cursor:pointer;color:var(--text-muted);padding:0 4px;line-height:1}.pro-active-filter-clear:hover{color:var(--navy)}.pro-active-filter-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pro-reset-btn{display:inline-block;margin-top:16px;padding:10px 24px;background:var(--navy);color:var(--white);border:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.pro-reset-btn:hover{opacity:.9}.pro-reset-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pro-goal-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:48px}@media(min-width:640px){.pro-goal-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pro-goal-grid{grid-template-columns:repeat(3,1fr);gap:28px}}.pro-goal-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:28px 24px 24px;text-decoration:none;transition:all .2s}.pro-goal-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--navy)}.pro-goal-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pro-goal-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.pro-goal-card-icon{width:52px;height:52px;border-radius:14px;background:#2d6be414;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pro-goal-card-icon svg{stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pro-goal-card-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--navy);line-height:1.3;margin-bottom:10px}.pro-goal-card-excerpt{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pro-goal-card-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.pro-goal-card-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--accent);transition:gap .2s}.pro-goal-card:hover .pro-goal-card-cta{gap:10px}.pro-goal-card-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pro-difficulty-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:capitalize;white-space:nowrap}.pro-difficulty-badge:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.pro-difficulty-badge--green:before{background:#22c55e}.pro-difficulty-badge--yellow:before{background:#eab308}.pro-difficulty-badge--orange:before{background:#f97316}.pro-difficulty-badge--green{background:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.25)}.pro-difficulty-badge--yellow{background:#eab3081f;color:#a16207;border:1px solid rgba(234,179,8,.25)}.pro-difficulty-badge--orange{background:#f973161f;color:#c2410c;border:1px solid rgba(249,115,22,.25)}.pro-duration-badge,.pro-products-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600;color:var(--text-muted);background:var(--off-white);border:1px solid var(--border);white-space:nowrap}.pro-duration-badge svg,.pro-products-badge svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pro-protocol-header{background:linear-gradient(160deg,#0d1e3a 0%,var(--navy) 40%,#112040 100%);padding:60px 20px 48px;position:relative;overflow:hidden;text-align:center}.pro-protocol-header-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.pro-protocol-header-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(45,107,228,.2) 0%,transparent 70%);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.pro-protocol-header-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.pro-protocol-header-icon{width:72px;height:72px;border-radius:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.pro-protocol-header-icon svg{width:40px;height:40px;stroke:#ffffffd9;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.pro-protocol-header-title{font-family:Playfair Display,serif;font-size:clamp(26px,4vw,38px);color:var(--white);line-height:1.2;margin-bottom:12px;letter-spacing:-.01em}.pro-protocol-header-desc{font-size:15px;color:#ffffff8c;line-height:1.6;max-width:560px;margin:0 auto 20px}.pro-protocol-header-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.pro-protocol-header-badges .pro-difficulty-badge{font-size:12px;padding:5px 14px}.pro-protocol-header-badges .pro-duration-badge,.pro-protocol-header-badges .pro-products-badge{font-size:12px;padding:5px 14px;background:#ffffff1a;border-color:#fff3;color:#ffffffb3}.pro-protocol-header-badges .pro-duration-badge svg,.pro-protocol-header-badges .pro-products-badge svg{stroke:#fff9}.pro-section-heading{display:flex;align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:clamp(22px,3vw,28px);color:var(--navy);margin:48px 0 24px;padding-top:16px;line-height:1.3}.pro-section-heading svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sw-article-hero-img+.pro-timeline-section .pro-section-heading,.sw-article-hero-img+.pro-schedule-section .pro-section-heading,.sw-article-hero-img+.pro-shopping-section .pro-section-heading,.sw-article-hero-img+.pro-results-section .pro-section-heading,.sw-article-hero-img+.pro-warnings-section .pro-section-heading{margin-top:0}.sw-article-header+.pro-timeline-section .pro-section-heading,.sw-article-header+.pro-schedule-section .pro-section-heading,.sw-article-header+.pro-shopping-section .pro-section-heading,.sw-article-header+.pro-results-section .pro-section-heading,.sw-article-header+.pro-warnings-section .pro-section-heading{margin-top:0}.pro-timeline-section{margin-bottom:48px}.pro-timeline{display:flex;flex-direction:column;gap:0;position:relative}.pro-timeline-slot{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:20px;transition:all .2s}.pro-timeline-slot:hover{box-shadow:var(--shadow);border-color:#2d6be433}.pro-timeline-slot-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.pro-timeline-slot-icon{width:40px;height:40px;border-radius:10px;background:#2d6be414;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pro-timeline-slot-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pro-timeline-slot-label{font-family:Space Mono,monospace;font-size:14px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em}.pro-timeline-slot-supplements{display:flex;flex-wrap:wrap;gap:8px}.pro-timeline-connector{display:flex;justify-content:center;padding:4px 0}.pro-timeline-connector svg{display:block}@media(min-width:768px){.pro-timeline{flex-direction:row;align-items:stretch;gap:0}.pro-timeline-slot{flex:1}.pro-timeline-connector{display:flex;align-items:center;padding:0 4px}.pro-timeline-connector svg{width:24px;height:24px;transform:rotate(90deg);flex-shrink:0}}.pro-supplement-pill{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 14px;background:var(--off-white);border:1px solid var(--border);border-radius:10px;font-size:13px;transition:border-color .2s}.pro-supplement-pill:hover{border-color:#2d6be44d}.pro-supplement-pill-name{font-weight:600;color:var(--navy)}.pro-supplement-pill-dose{font-family:Space Mono,monospace;font-size:12px;font-weight:700;color:var(--accent)}.pro-supplement-pill-food{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#15803d;padding:2px 8px;background:#22c55e14;border-radius:100px;border:1px solid rgba(34,197,94,.2)}.pro-supplement-pill-food svg{width:12px;height:12px;stroke:#22c55e;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pro-schedule-section{margin-bottom:48px}.pro-schedule-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;border:1px solid var(--border)}.pro-schedule-table-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:32px;background:linear-gradient(to left,rgba(255,255,255,.9),transparent);pointer-events:none;border-radius:0 16px 16px 0;display:none}@media(max-width:639px){.pro-schedule-table-wrapper{position:relative}.pro-schedule-table-wrapper:after{display:block}}.pro-schedule-table{width:100%;border-collapse:collapse;font-size:14px;min-width:520px}.pro-schedule-table thead{background:var(--navy)}.pro-schedule-table th{padding:14px 16px;text-align:left;font-family:Space Mono,monospace;font-weight:600;font-size:11px;color:var(--white);text-transform:uppercase;letter-spacing:.06em}.pro-schedule-table td{padding:14px 16px;border-top:1px solid var(--border);color:var(--text);vertical-align:middle}.pro-schedule-table td strong{font-weight:600;color:var(--navy)}.pro-schedule-table tbody tr{transition:background-color .15s}.pro-schedule-table tbody tr:hover{background-color:#2d6be40a}.pro-schedule-time{font-family:Space Mono,monospace;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pro-schedule-row--morning{background:#fbbf240a}.pro-schedule-row--morning .pro-schedule-time{color:#d97706}.pro-schedule-row--noon{background:#2d6be40a}.pro-schedule-row--noon .pro-schedule-time{color:var(--accent)}.pro-schedule-row--evening{background:#6366f10a}.pro-schedule-row--evening .pro-schedule-time{color:#6366f1}.pro-shopping-section{margin-bottom:48px}.pro-shopping-list{display:flex;flex-direction:column;gap:12px}.pro-shopping-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--white);border:1px solid var(--border);border-radius:16px;transition:all .2s}.pro-shopping-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--navy)}.pro-shopping-card-img{width:80px;height:80px;border-radius:12px;background:var(--off-white);overflow:hidden;flex-shrink:0;display:block;text-decoration:none}.pro-shopping-card-img img{width:100%;height:100%;object-fit:contain}.pro-shopping-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pro-shopping-card-placeholder svg{width:32px;height:32px;stroke:var(--border);fill:none;stroke-width:1.5}.pro-shopping-card-info{flex:1;min-width:0}.pro-shopping-card-name{display:block;font-size:15px;font-weight:600;color:var(--navy);text-decoration:none;line-height:1.3;margin-bottom:4px;transition:color .2s}.pro-shopping-card-name:hover{color:var(--accent)}.pro-shopping-card-price{font-family:Space Mono,monospace;font-size:15px;font-weight:700;color:var(--accent);display:block;margin-bottom:4px}.pro-shopping-card-qty{font-size:12px;color:var(--text-muted)}.pro-add-to-cart{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--navy);color:var(--white);border:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.pro-add-to-cart:hover{opacity:.9;transform:translateY(-1px)}.pro-add-to-cart:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pro-add-to-cart svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pro-results-section{margin-bottom:48px}.pro-expected-results{display:flex;flex-direction:column;gap:0}.pro-result-step{display:flex;gap:16px}.pro-result-step-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:24px}.pro-result-step-dot{width:14px;height:14px;border-radius:50%;background:var(--accent);border:3px solid rgba(45,107,228,.2);flex-shrink:0;position:relative;z-index:1}.pro-result-step-line{width:2px;flex:1;min-height:40px;background:linear-gradient(to bottom,var(--accent),var(--border))}.pro-result-step-content{padding-bottom:32px;flex:1;min-width:0}.pro-result-step:last-child .pro-result-step-content{padding-bottom:0}.pro-result-step:last-child .pro-result-step-line{display:none}.pro-result-step-period{display:inline-block;font-family:Space Mono,monospace;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);padding:3px 10px;background:#2d6be414;border-radius:100px;margin-bottom:10px}.pro-result-step-title{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.3}.pro-result-step-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}.pro-warnings-section{margin-bottom:48px}.pro-warnings{display:flex;flex-direction:column;gap:10px}.pro-warning-card{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-radius:12px;border:1px solid}.pro-warning-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pro-warning-card-icon svg{width:18px;height:18px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pro-warning-card-text{font-size:14px;line-height:1.6;margin:0;padding-top:4px}.pro-warning-card-text strong{font-weight:600}.pro-warning-card--info{background:#2d6be40d;border-color:#2d6be433}.pro-warning-card--info .pro-warning-card-icon{background:#2d6be41a}.pro-warning-card--info .pro-warning-card-icon svg{stroke:var(--accent)}.pro-warning-card--info .pro-warning-card-text{color:#1e40af}.pro-warning-card--caution{background:#eab3080d;border-color:#eab30840}.pro-warning-card--caution .pro-warning-card-icon{background:#eab3081a}.pro-warning-card--caution .pro-warning-card-icon svg{stroke:#d97706}.pro-warning-card--caution .pro-warning-card-text{color:#92400e}.pro-warning-card--danger{background:#ef44440d;border-color:#ef444433}.pro-warning-card--danger .pro-warning-card-icon{background:#ef44441a}.pro-warning-card--danger .pro-warning-card-icon svg{stroke:#dc2626}.pro-warning-card--danger .pro-warning-card-text{color:#991b1b}.sw-sidebar-product-variants{display:block;font-size:11px;color:var(--text-muted);font-family:Space Mono,monospace;margin-top:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:767px){.pro-shopping-card{flex-wrap:wrap}.pro-shopping-card-info{flex:1 1 calc(100% - 96px)}.pro-add-to-cart{width:100%;justify-content:center}.pro-result-step-content{padding-bottom:24px}}@media(max-width:479px){.pro-hero{padding:60px 16px 40px}.pro-hero-stats{border-radius:12px}.pro-hero-stat{padding:12px 8px}.pro-hero-stat-num{font-size:18px}.pro-difficulty-filter{padding:20px 0;margin-bottom:28px}.pro-goal-card{padding:20px}.pro-protocol-header{padding:48px 16px 36px}.pro-protocol-header-icon{width:60px;height:60px}.pro-protocol-header-icon svg{width:32px;height:32px}.pro-timeline-slot{padding:16px}.pro-shopping-card{padding:14px}.pro-shopping-card-img{width:64px;height:64px}.pro-section-heading{margin:36px 0 20px}.pro-warning-card{padding:14px 16px}.pro-result-step{gap:12px}}@media(hover:none){.pro-goal-card:hover{transform:none;box-shadow:var(--shadow)}.pro-shopping-card:hover{transform:none;box-shadow:none;border-color:var(--border)}.pro-add-to-cart:hover{transform:none}.pro-supplement-pill:hover{border-color:var(--border)}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/sw-protokoly.css.map */
