:root{--ink:#10251b;--green:#174f36;--green-2:#24704d;--mint:#e9f3ed;--cream:#f7f4ed;--line:#dfe7e1;--white:#fff;--muted:#65736b;--radius:22px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--white);font-family:'DM Sans',sans-serif;line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.12}a{color:inherit}.ps-shell{width:min(1160px,calc(100% - 40px));margin:auto}.ps-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.ps-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.ps-brand{text-decoration:none;letter-spacing:-.04em;font-size:21px}.ps-header nav,.ps-actions{display:flex;align-items:center;gap:24px}.ps-header nav a,.ps-actions>a:not(.ps-btn){text-decoration:none;font-weight:600;font-size:14px}.ps-btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:999px;text-decoration:none;font-weight:700;font:700 15px 'DM Sans';cursor:pointer}.ps-btn:hover{background:var(--green-2)}.ps-btn-small{padding:10px 17px}.ps-btn-outline{background:transparent;color:var(--green)}.ps-hero{background:var(--ink);color:white}.ps-hero-compact{padding:100px 0 90px}.ps-hero h1{max-width:850px;font-size:clamp(40px,6vw,68px);letter-spacing:-.055em;margin:14px 0 22px}.ps-hero p{max-width:690px;font-size:20px;color:#cbd8d0}.ps-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:#9ed1b3}.ps-kicker.dark{color:var(--green)}.ps-section{padding:88px 0}.ps-section-soft{background:var(--cream)}.ps-grid{display:grid;gap:26px}.ps-grid-3{grid-template-columns:repeat(3,1fr)}.ps-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 15px 50px rgba(16,37,27,.06)}.ps-product-card,.ps-post-card{display:flex;flex-direction:column}.ps-card>img,.ps-offer-box>img{width:100%;aspect-ratio:16/10;object-fit:cover}.ps-cover-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:linear-gradient(135deg,var(--ink),var(--green-2));color:#fff;font:800 35px 'Manrope';letter-spacing:-.05em}.ps-card-body{padding:28px;display:flex;flex:1;flex-direction:column;align-items:flex-start}.ps-card h2{font-size:24px;margin:12px 0}.ps-card p{color:var(--muted)}.ps-card .ps-btn,.ps-card .ps-text-link{margin-top:auto}.ps-tag,.ps-tags span{padding:6px 10px;border-radius:999px;background:var(--mint);color:var(--green);font-size:12px;font-weight:800}.ps-price{min-height:34px;margin:8px 0 20px;display:flex;align-items:center;gap:10px}.ps-price strong{font-size:22px}.ps-price s,.ps-offer-box s{color:var(--muted)}.ps-text-link{font-weight:800;color:var(--green);text-decoration:none}.ps-post-meta{color:var(--muted);font-size:13px;font-weight:600}.ps-empty{grid-column:1/-1;padding:70px;text-align:center;background:var(--cream);border-radius:var(--radius)}.ps-sales-hero{padding:90px 0;background:var(--cream)}.ps-sales-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:80px;align-items:center}.ps-sales-hero h1{font-size:clamp(42px,5.8vw,70px);letter-spacing:-.055em;margin:15px 0 25px}.ps-sales-hero p{font-size:19px;color:var(--muted);max-width:720px}.ps-inline-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.ps-inline-meta span{padding:9px 13px;background:white;border:1px solid var(--line);border-radius:999px;font-weight:700;font-size:13px}.ps-offer-box{padding:25px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 25px 70px rgba(16,37,27,.1)}.ps-offer-box img{border-radius:14px}.ps-offer-box h2{margin:22px 0 12px}.ps-offer-box .ps-btn{width:100%;margin-top:20px}.ps-big-price{display:block;font-size:29px}.ps-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.ps-two-cols h2,.ps-section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.04em;margin-top:12px}.ps-soft-box{padding:38px;background:var(--mint);border-radius:var(--radius)}.ps-check-list{padding:0;list-style:none}.ps-check-list li{position:relative;padding:12px 0 12px 34px;border-bottom:1px solid rgba(23,79,54,.14)}.ps-check-list li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:900}.ps-module-list{max-width:820px}.ps-module-list details{padding:25px 0;border-bottom:1px solid #cfd9d2}.ps-module-list summary{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;cursor:pointer}.ps-module-list summary span,.ps-module-list summary small{color:var(--muted)}.ps-module-list p{margin:18px 0 0 120px;color:var(--muted)}.ps-article-header{padding:100px 0 55px;background:var(--cream)}.ps-article-shell{max-width:780px}.ps-article-header h1{font-size:clamp(40px,6vw,68px);letter-spacing:-.055em;margin:16px 0 20px}.ps-article-header p{font-size:20px;color:var(--muted)}.ps-tags{display:flex;gap:8px}.ps-article-image{max-width:1040px;margin-top:50px}.ps-article-image img{width:100%;max-height:560px;object-fit:cover;border-radius:var(--radius)}.ps-prose{padding:60px 0;font-size:18px;color:#293b32}.ps-prose p{margin-bottom:1.5em}.ps-comments{padding:70px 0;background:var(--cream)}.ps-comments h2{font-size:36px}.ps-comment-form{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:30px 0}.ps-comment-form label{font-weight:800}.ps-comment-form textarea{width:100%;padding:16px;border:1px solid #cbd7ce;border-radius:14px;font:inherit;resize:vertical}.ps-login-prompt{padding:28px;background:white;border:1px solid var(--line);border-radius:var(--radius);margin:28px 0}.ps-comment-list article{padding:24px 0;border-bottom:1px solid #d7e0da}.ps-comment-author{display:flex;justify-content:space-between;gap:15px}.ps-comment-author span,.ps-muted{color:var(--muted);font-size:14px}.ps-message{padding:12px 16px;background:var(--mint);border-radius:10px}.ps-footer{padding:60px 0;background:var(--ink);color:white}.ps-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.ps-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.ps-footer a{text-decoration:none}.ps-footer p{color:#aebdb4;margin-top:10px}@media(max-width:850px){.ps-header nav{display:none}.ps-grid-3,.ps-sales-grid,.ps-two-cols{grid-template-columns:1fr}.ps-sales-grid{gap:40px}.ps-grid-3{max-width:600px;margin:auto}.ps-footer-grid{grid-template-columns:1fr 1fr}.ps-module-list summary{grid-template-columns:1fr}.ps-module-list p{margin-left:0}}@media(max-width:560px){.ps-shell{width:min(100% - 26px,1160px)}.ps-header-inner{height:68px}.ps-actions>a:not(.ps-btn){display:none}.ps-hero-compact,.ps-sales-hero{padding:70px 0}.ps-section{padding:65px 0}.ps-footer-grid{grid-template-columns:1fr}.ps-empty{padding:40px 22px}.ps-comment-author{flex-direction:column;gap:2px}}
