/*
Theme Name: InteligentnyDom — Biblioteka
Version: 1.0.0
Text Domain: inteligentnydom-store
*/
:root{--ink:#192c2b;--muted:#586b65;--paper:#f7f7ef;--green:#245948;--line:#d9dfd4;--lime:#d8ed9e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b26424;outline-offset:5px}img{max-width:100%;height:auto}.site-header,.hero,.intro-strip,.section,.site-footer{width:min(1320px,calc(100% - 96px));margin-inline:auto}.site-header{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{font-size:22px;font-weight:750;letter-spacing:-1px;white-space:nowrap}.brand-icon{display:inline-grid;place-items:center;background:var(--green);color:white;width:34px;height:34px;margin-right:9px;border-radius:10px;font-size:28px}.brand-pl{color:var(--muted)}nav{display:flex;gap:28px;font-size:14px}nav a:hover,.text-link:hover{text-decoration:underline}.header-cta{border:1px solid var(--ink);padding:12px 19px;border-radius:7px;font-size:14px;font-weight:600}.hero{padding-block:72px;display:grid;grid-template-columns:1.07fr 1fr;gap:48px;align-items:center}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:750;color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.4vw,64px);line-height:1.07;letter-spacing:-2.8px;font-weight:650;margin-block:25px}h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:18px;max-width:510px;color:var(--muted);line-height:1.75}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;border:0;background:var(--green);color:white;padding:16px 23px;border-radius:7px;font-weight:650;font-size:15px}.button:hover{background:#163d30}.hero-notes{display:flex;gap:23px;margin-top:24px;color:var(--muted);font-size:12px}.hero-notes span:before{content:'✓';padding-right:7px;color:var(--green)}.hero-art{position:relative;background:#e4e9d9;border-radius:14px;min-height:450px;overflow:hidden;padding:25px}.hero-art:before{content:'';position:absolute;width:340px;height:340px;border:1px solid #c3cfb4;border-radius:50%;left:120px;top:65px;box-shadow:0 0 0 40px #dce4d1,0 0 0 41px #cbd6be}.art-label,.art-bottom{position:relative;font-size:9px;letter-spacing:1.6px;color:#4c6254}.book-stack{height:340px;position:relative;margin:10px auto;width:400px;max-width:100%}.hero-book{position:absolute;top:38px;width:180px;filter:drop-shadow(8px 19px 13px #243d343a);transition:transform .2s}.hero-book img{width:100%;height:265px;object-fit:contain}.book-0{left:0;transform:rotate(-12deg)}.book-1{left:105px;top:5px;z-index:2;transform:rotate(1deg)}.book-2{right:0;transform:rotate(12deg)}.hero-book:hover{transform:translateY(-8px);z-index:3}.art-bottom{display:flex;justify-content:space-between;gap:20px}.intro-strip{border-block:1px solid var(--line);padding:24px 0;display:flex;justify-content:space-between;gap:25px;color:#7b8a78;font-size:12px}.intro-strip strong{color:var(--ink);font-size:14px;padding-left:18px;font-weight:500}.section{padding-block:72px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}h2{font-size:clamp(30px,3vw,43px);line-height:1.15;letter-spacing:-1.5px;margin-block:12px 0;font-weight:600}.section-heading p{font-size:14px;color:var(--muted);margin:0}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.filters button{border:1px solid var(--line);background:transparent;border-radius:30px;padding:9px 16px;font-size:13px;color:var(--ink);cursor:pointer}.filters button.active{color:white;background:var(--ink);border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.product-card{border:1px solid var(--line);background:#fff;border-radius:11px;overflow:hidden;display:flex;flex-direction:column}.product-card[hidden]{display:none}.cover{background:#eaece2;height:245px;display:flex;align-items:center;justify-content:center;padding:24px}.product-card:nth-child(3n+2) .cover{background:#e5ebe9}.product-card:nth-child(3n) .cover{background:#ede8dc}.cover img{width:160px;height:200px;object-fit:contain;filter:drop-shadow(6px 10px 8px #1b302428);transition:transform .2s}.cover:hover img{transform:translateY(-5px)}.card-body{padding:25px;display:flex;flex-direction:column;flex:1}.card-body .eyebrow{font-size:10px;letter-spacing:1px}h3{font-size:22px;line-height:1.25;letter-spacing:-.5px;margin-block:12px}h3 a:hover{color:var(--green)}.card-body p{color:var(--muted);font-size:14px;margin-bottom:24px}.text-link{color:var(--green);font-size:14px;font-weight:650}.card-body .text-link{margin-top:auto;display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid var(--line)}.free-guide{padding:50px;background:var(--green);border-radius:12px;color:white;display:flex;justify-content:space-between;gap:40px;align-items:center}.free-guide .eyebrow{color:var(--lime)}.free-guide h2{margin-bottom:22px}.free-guide p{max-width:570px;color:#e0eadd}.light{background:var(--lime);color:var(--ink)}.light:hover{background:#e7f5bf}.free-symbol{font-size:100px;line-height:.95;color:var(--lime);font-weight:700;letter-spacing:-7px;padding:20px}.faq{max-width:850px}.faq h2{margin-bottom:30px}details{border-top:1px solid var(--line);padding:20px 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600}details p{color:var(--muted);margin:14px 0 0;font-size:15px}.site-footer{padding-block:45px 20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px}.site-footer p{font-size:13px;color:var(--muted);margin:12px 0}.site-footer nav{flex-wrap:wrap;max-width:510px;gap:14px 25px;align-content:start}.copyright{width:100%;border-top:1px solid var(--line);padding-top:20px}.skip{position:absolute;left:15px;top:-100px;background:white;padding:10px;z-index:20}.skip:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.article-wrap{max-width:1000px}.article-wrap h1{font-size:clamp(35px,5vw,55px)}.buy-panel{background:#e5eadc;padding:28px;border-radius:12px;margin-bottom:40px}.entry-content{overflow-wrap:anywhere}.entry-content a{color:var(--green);text-decoration:underline}.entry-content img,.entry-content iframe{max-width:100%}.entry-content table{max-width:100%;display:block;overflow:auto}.entry-content h1,.entry-content h2{font-size:32px}.entry-content h3{font-size:25px}.entry-content input,.entry-content select,.entry-content textarea{max-width:100%}
@media(min-width:1600px){.hero{padding-block:90px}.hero-art{min-height:490px}.book-stack{height:380px}.hero-book{top:60px}.book-1{top:25px}}
@media(max-width:1100px){.site-header,.hero,.intro-strip,.section,.site-footer{width:calc(100% - 48px)}.site-header nav{gap:16px}.header-cta{display:none}.hero{gap:24px;padding-block:45px}.hero-art{min-height:390px;padding:20px}.book-stack{height:285px;width:315px}.hero-book{width:145px}.hero-book img{height:230px}.book-1{left:80px}h1{letter-spacing:-1.8px}.card-body{padding:19px}.product-grid{gap:16px}.cover{height:220px}.cover img{height:180px}}
@media(max-width:760px){.site-header{flex-wrap:wrap;justify-content:center;gap:12px;padding-block:22px}.site-header nav{justify-content:center;flex-wrap:wrap;gap:12px 22px;font-size:12px}.brand{font-size:21px}.hero{grid-template-columns:1fr;padding-block:35px;gap:32px}.hero-copy>p{font-size:16px}.hero-art{min-height:365px}.book-stack{height:270px}.hero-book img{height:225px}.hero-notes{gap:14px;font-size:11px;flex-wrap:wrap}.intro-strip{flex-direction:column;gap:12px;padding-block:20px}.section{padding-block:45px}.section-heading{display:block}.section-heading p{margin-top:15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-body{padding:17px}h3{font-size:19px}.cover{height:205px;padding:15px}.cover img{height:175px;width:135px}.free-guide{padding:30px}.free-symbol{display:none}.site-footer{display:block}.site-footer nav{margin-block:25px}.article-wrap{padding-block:35px}}
@media(max-width:460px){.site-header,.hero,.intro-strip,.section,.site-footer{width:calc(100% - 32px)}h1{font-size:39px}.product-grid{grid-template-columns:1fr}.cover{height:250px}.cover img{height:215px;width:175px}.hero-art{padding:18px}.art-label,.art-bottom{font-size:8px;letter-spacing:1px}.filters button{font-size:12px;padding:8px 12px}.free-guide{padding:25px}.button{gap:15px}.book-stack{width:280px}.hero-book{width:135px}.book-1{left:72px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:55px}.article-layout article{min-width:0}.article-layout h1{font-size:clamp(34px,4.2vw,54px)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px}.related{border-left:1px solid var(--line);padding-left:25px}.related h2{font-size:22px;letter-spacing:-.4px}.related ul{padding:0;list-style:none}.related a{font-size:13px}.related li{margin-bottom:11px}.related a:hover{text-decoration:underline}.entry-content{font-size:17px;line-height:1.85}.entry-content h2,.privacy-update h2{font-size:30px;line-height:1.25;margin:30px 0 18px}.entry-content h3{font-size:24px;line-height:1.35;margin:25px 0 16px}.entry-content h4,.entry-content h5,.entry-content h6{font-size:20px;line-height:1.4}.entry-content ul,.entry-content ol{padding-left:25px}.entry-content a{overflow-wrap:anywhere}.entry-content img{object-fit:contain;max-width:100%;height:auto}.entry-content table{width:auto;max-width:100%;border-collapse:collapse;display:block;overflow-x:auto}.entry-content td{vertical-align:top;padding:12px;min-width:100px}.entry-content table p{font-size:15px}.entry-content div{max-width:100%}.entry-content .alignleft{float:left;margin:8px 25px 16px 0}.entry-content .alignright{float:right;margin:8px 0 16px 25px}.entry-content:after{content:'';display:table;clear:both}.buy-panel{margin-block:28px}.form-note{font-size:12px!important;color:var(--muted);margin:12px 0 0}.newsletter-form{background:#e9eddf;border:1px solid var(--line);border-radius:12px;padding:28px;margin-block:25px;display:grid;gap:9px;max-width:600px}.newsletter-form label{font-size:14px;font-weight:600}.newsletter-form input:not([type=checkbox]),.newsletter-form select,.knowledge input{padding:12px;border:1px solid #8b9d90;border-radius:6px;background:white;font:inherit;width:100%;margin-bottom:12px}.newsletter-form .check-label{display:block;font-weight:400;margin-block:8px 18px}.check-label input{margin-right:6px}.knowledge{max-width:1100px}.knowledge>p{color:var(--muted)}.knowledge label{display:block;font-size:14px;margin:30px 0 8px}.knowledge input{max-width:540px}.knowledge-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;list-style:none;padding:0}.knowledge-list li{border-bottom:1px solid var(--line);padding:16px 0}.knowledge-list li[hidden]{display:none}.knowledge-list a:hover{text-decoration:underline}.consent[hidden]{display:none}.consent{position:fixed;bottom:20px;right:20px;max-width:490px;width:calc(100% - 40px);z-index:99;background:white;padding:23px;border:1px solid #91a796;border-radius:12px;box-shadow:0 8px 40px #173c2d30}.consent h2{font-size:23px;letter-spacing:-.4px;margin:0 0 12px}.consent p{font-size:13px;line-height:1.65;margin-bottom:16px}.consent a{text-decoration:underline}.consent>div{display:flex;flex-wrap:wrap;gap:10px}.consent button{border:1px solid var(--green);border-radius:6px;background:white;color:var(--green);padding:10px 12px;font-size:12px;cursor:pointer;flex:1}.consent button:last-child{background:var(--green);color:white}.cookie-settings{border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-decoration:underline}.privacy-update{margin-top:35px;border-top:1px solid var(--line)}
@media(max-width:900px){.article-layout{grid-template-columns:1fr;gap:25px}.related{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}.related ul{columns:2}.entry-content{font-size:16px}.entry-content td{padding:8px}.entry-content .alignleft,.entry-content .alignright{float:none;display:block;margin:20px auto}.newsletter-form{padding:20px}}
@media(max-width:550px){.knowledge-list{grid-template-columns:1fr}.related ul{columns:1}.entry-content h2{font-size:26px}.entry-content h3{font-size:22px}.consent{bottom:12px;right:12px;width:calc(100% - 24px);padding:18px}.consent button{min-height:44px}.article-layout .button{font-size:14px}}
