:root{--shop-ink:#0e3042;--shop-teal:#0b5260;--shop-orange:#f25a1b;--shop-lime:#c8db28;--shop-paper:#fffaf1;--shop-line:#e8ddce;--shop-muted:#657078}.shop-page{min-width:0;overflow-x:hidden;background:#fffaf4;color:var(--shop-ink)}.shop-page button,.shop-page input{font:inherit}.shop-header{position:relative;z-index:20;display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:28px;padding:10px clamp(22px,4vw,70px);border-bottom:1px solid var(--shop-line);background:#fffdf9;box-shadow:0 5px 22px rgba(18,40,48,.06)}.shop-logo{display:block;flex:0 0 auto;width:clamp(190px,20vw,246px);line-height:0}.shop-logo img{display:block;width:100%;height:auto}.header-actions{display:flex;align-items:stretch;justify-content:flex-end;gap:clamp(8px,1.8vw,25px)}.header-actions a,.header-actions button{position:relative;display:grid;min-width:72px;place-items:center;gap:4px;border:0;background:transparent;color:var(--shop-ink);font-size:11px;font-weight:800;cursor:pointer;min-height:56px}.header-actions a:hover,.header-actions button:hover{color:var(--shop-orange)}.header-actions .youtube-link{color:#d9342b}.header-actions .youtube-link:hover{color:#ff4d3f}.header-actions .telegram-link{color:#168acb}.header-actions .telegram-link:hover{color:#0872ad}.header-contact-menu{position:relative}.contact-menu-trigger{color:var(--shop-teal)!important}.contact-menu-popover{position:absolute;z-index:30;top:calc(100% + 8px);right:0;display:grid;width:240px;max-width:calc(100vw - 28px);gap:2px;border:1px solid var(--shop-line);border-radius:10px;padding:6px;background:#fffdf9;box-shadow:0 12px 28px rgba(18,40,48,.16)}.contact-menu-popover a{display:flex;min-width:0;min-height:48px;align-items:center;justify-content:flex-start;gap:8px;border-radius:7px;padding:7px 9px;color:var(--shop-ink);font-size:12px}.contact-menu-popover a:hover{background:#fff3e9;color:var(--shop-orange)}.contact-menu-popover a .contact-menu-icon{display:grid;flex:0 0 28px;width:20px;height:20px;place-items:center;border:1px solid;border-radius:50%;font-weight:900}.contact-menu-popover .contact-menu-label{display:block;min-width:0;color:inherit;font-size:13px;font-weight:850;text-align:left;white-space:nowrap}.contact-menu-popover .email-copy{display:grid;min-width:0;gap:2px;color:inherit;text-align:left}.contact-menu-popover .email-copy strong{font-size:13px}.contact-menu-popover .email-copy small{color:var(--shop-muted);font-size:11px;font-weight:650}.header-actions .contact-menu-popover .contact-menu-icon,.header-actions .contact-menu-popover .contact-menu-label,.header-actions .contact-menu-popover .email-copy{display:grid}.header-actions i{display:grid;width:31px;height:31px;place-items:center;border:1.5px solid;border-radius:50%;font-size:17px;font-style:normal;line-height:1}.header-actions b{position:absolute;top:-2px;right:5px;display:grid;width:19px;height:19px;place-items:center;border-radius:50%;background:var(--shop-orange);color:white;font-size:10px}.store-hero{position:relative;min-height:535px;background-color:#f4e9d8;background-position:50%;background-size:cover;transition:background-image .35s ease}.store-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,241,.98),rgba(255,250,241,.92) 36%,rgba(255,250,241,.3) 59%,transparent 76%)}.hero-panel{position:relative;z-index:2;width:min(620px,54vw);padding:74px 0 88px clamp(28px,6vw,92px);animation:hero-in .45s ease both}@keyframes hero-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-kicker,.micro-title{margin:0 0 14px;color:var(--shop-teal);font-size:10px;font-weight:900;letter-spacing:1.25px}.hero-kicker span{display:inline-grid;width:27px;height:27px;margin-right:9px;place-items:center;border-radius:50%;background:#fff;color:var(--shop-orange);box-shadow:0 4px 14px rgba(11,82,96,.1)}.hero-panel h1{max-width:590px;margin:0;color:#17232a;font-family:Arial,Helvetica,sans-serif;font-size:clamp(45px,5vw,72px);font-weight:900;letter-spacing:-3.6px;line-height:.98}.hero-panel h1 strong{display:block;margin-top:9px;color:var(--shop-orange);font:inherit}.hero-description{max-width:520px;margin:24px 0 27px;color:#344852;font-size:16px;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}.action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:13px;padding:0 20px;border-radius:9px;font-size:13px;font-weight:900}.action-primary{background:var(--shop-orange);color:#fff;box-shadow:0 8px 20px rgba(242,90,27,.2)}.action-primary:hover{background:#dc4910}.action-secondary{border:1px solid #c7a887;background:rgba(255,255,255,.7);color:var(--shop-ink)}.action span{font-size:20px;font-weight:400}.slide-arrow{position:absolute;z-index:4;top:50%;display:grid;width:42px;height:42px;place-items:center;transform:translateY(-50%);border:1px solid rgba(11,82,96,.24);border-radius:50%;background:rgba(255,255,255,.82);color:var(--shop-teal);font-size:30px;line-height:1}.slide-arrow:hover{background:white}.slide-arrow.prev{left:14px}.slide-arrow.next{right:14px}.slide-dots{position:absolute;z-index:4;bottom:25px;left:clamp(28px,6vw,92px);display:flex;gap:8px}.slide-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(14,48,66,.25)}.slide-dots button.active{width:30px;border-radius:99px;background:var(--shop-orange)}.category-section,.popular-section,.reviews-section,.steps-section{width:min(1280px,calc(100% - 40px));margin:0 auto}.category-section{padding:46px 0 22px}.popular-section{padding:54px 0 66px}.steps-section{padding:65px 0 56px}.reviews-section{padding:35px 0 75px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.catalog-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.catalog-view-toggle{display:inline-flex;overflow:hidden;border:1px solid var(--shop-line);border-radius:9px;background:#fff}.catalog-view-toggle button{display:inline-flex;min-height:38px;align-items:center;gap:6px;border:0;border-right:1px solid var(--shop-line);padding:7px 10px;background:transparent;color:var(--shop-muted);font:inherit;font-size:11px;cursor:pointer}.catalog-view-toggle button:last-child{border-right:0}.catalog-view-toggle button span{font-size:17px;line-height:1}.catalog-view-toggle button:last-child span{font-size:13px;letter-spacing:-3px}.catalog-view-toggle button.active,.catalog-view-toggle button:hover{background:#eff5d8;color:var(--shop-teal)}.custom-shop-section h2,.section-title-row h2{margin:0;color:#152b36;font-family:Georgia,Times New Roman,serif;font-size:clamp(31px,3.2vw,48px);font-weight:500;letter-spacing:-1.8px;line-height:1}.text-button{border:0;background:none;color:var(--shop-teal);font-size:12px;font-weight:900;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.category-guidance{max-width:760px;margin:-10px 0 20px;color:var(--shop-muted);font-size:12px;line-height:1.5}.category-card{position:relative;display:flex;min-height:174px;flex-direction:column;align-items:flex-start;overflow:hidden;padding:16px;border:1px solid var(--shop-line);border-radius:16px;background:#fff;color:var(--shop-ink);text-align:left;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.category-card.active,.category-card:focus-visible,.category-card:hover{transform:translateY(-4px);border-color:var(--shop-orange);box-shadow:0 13px 28px rgba(28,50,58,.09)}.category-icon{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#f2f5cf;color:var(--shop-teal);font-size:27px;font-weight:900}.category-card:nth-child(2) .category-icon,.category-card:nth-child(5) .category-icon{background:#e9f1f2}.category-card:nth-child(4) .category-icon{background:#fff0e9;color:var(--shop-orange)}.category-card:nth-child(6) .category-icon{background:#fff6cf;color:#b19a00}.art-card img{object-fit:contain;object-position:left center}.art-card img,.kids-card img{width:72px;height:72px}.category-copy{display:grid;gap:6px;margin-top:auto}.category-copy b{font-family:Georgia,serif;font-size:20px}.category-copy small{min-height:30px;color:var(--shop-muted);font-size:11px;line-height:1.35}.category-card em{position:absolute;top:33px;right:16px;color:var(--shop-orange);font-size:22px;font-style:normal}.custom-category-card{border-color:rgba(235,82,22,.45);background:linear-gradient(145deg,#fff 34%,#fff3e8);text-decoration:none}.custom-category-card:after{content:"НА ЗАКАЗ";position:absolute;top:13px;left:94px;border-radius:999px;background:#f3f7d8;padding:4px 7px;color:var(--shop-teal);font-size:8px;font-weight:900;letter-spacing:.5px}.custom-category-card:hover{border-color:var(--shop-orange)}.genre-picker{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.7fr);align-items:center;gap:24px;margin-top:16px;padding:20px 22px;border:1px solid var(--shop-line);border-radius:16px;background:#f6faf8}.genre-picker .micro-title{margin:0 0 5px}.genre-picker p:not(.micro-title){margin:0;color:var(--shop-muted);font-size:12px;line-height:1.45}.genre-pills{display:flex;flex-wrap:wrap;gap:9px}.genre-pills button{display:grid;min-width:156px;flex:1 1 156px;gap:4px;padding:12px 14px;border:1px solid #d5e3dc;border-radius:10px;background:white;color:var(--shop-ink);text-align:left}.genre-pills button.active,.genre-pills button:hover{border-color:var(--shop-orange);box-shadow:0 6px 15px rgba(28,50,58,.08)}.genre-pills b{font-family:Georgia,serif;font-size:17px}.genre-pills small{color:var(--shop-muted);font-size:10px;line-height:1.35}.popular-section{border-top:1px solid var(--shop-line)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.product-card-compact .product-image{height:124px}.product-card-compact .product-content{padding:11px 10px 12px}.product-card-compact .product-card-primary-action,.product-card-compact .product-card-purchase-note,.product-card-compact .product-card-quick-actions,.product-card-compact .product-content>p:first-child,.product-card-compact .product-play-style,.product-card-compact .product-price,.product-card-compact .product-summary{display:none}.product-card-compact h3{min-height:39px;margin:0 0 8px;font-size:15px;line-height:1.25}.product-card-compact .product-meta{display:grid;grid-template-columns:1fr 1fr;gap:4px 7px;border-top:1px solid #eee5d9;padding-top:8px;font-size:9px}.product-card-compact .product-badge{top:8px;left:8px;padding:4px 6px;font-size:8px}.product-card-compact .heart{top:7px;right:7px;width:29px;height:29px;font-size:15px}.product-card{position:relative;display:flex;height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--shop-line);border-radius:14px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.product-card-link{display:block;width:100%;height:100%}.product-card-link:focus-visible{outline:3px solid var(--shop-orange);outline-offset:-5px}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(16,46,61,.1)}.product-image{position:relative;height:205px;overflow:hidden;background:#eadfce}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.04)}.product-badge{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:6px;background:var(--shop-orange);color:#fff;font-size:10px;font-weight:900}.heart{position:absolute;top:11px;right:11px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--shop-teal);font-size:17px;z-index:3}.heart.active{background:var(--shop-orange);color:white}.product-content{display:flex;flex:1 1;flex-direction:column;padding:17px}.product-content>p{margin:0 0 5px;color:var(--shop-muted);font-size:10px}.product-content h3{min-height:48px;margin:0;font-family:Georgia,serif;font-size:21px;line-height:1.08}.product-content .product-summary{min-height:44px;margin-top:9px;color:#52656e;font-size:12px;line-height:1.45}.product-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.product-tags span{border-radius:999px;padding:4px 7px;background:#edf4ef;color:#366651;font-size:9px;font-weight:800}.product-meta{display:flex;flex-wrap:wrap;gap:6px 11px;margin:15px 0;color:#61717a;font-size:10px}.purchase-options{min-width:0;margin:14px 0 12px;border:0;padding:0}.purchase-options legend{margin-bottom:7px;color:var(--shop-teal);font-size:10px;font-weight:900;letter-spacing:.45px;text-transform:uppercase}.purchase-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.purchase-option{display:grid;gap:4px;min-width:0;border:1px solid #d7e0de;border-radius:9px;padding:9px 10px;background:#fff;color:var(--shop-ink);text-align:left}.purchase-option:hover{border-color:var(--shop-orange);background:#fff9f3}.purchase-option.active{border-color:var(--shop-orange);box-shadow:0 0 0 2px rgba(238,82,18,.12);background:#fff6ed}.purchase-option span{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.purchase-option strong{color:var(--shop-teal);font-size:12px}.purchase-option b{color:var(--shop-orange);font-size:13px}.purchase-option small{color:var(--shop-muted);font-size:9px;line-height:1.35}.fixture-price-note{margin:7px 0 0;color:#87622f;font-size:9px;line-height:1.4}.purchase-options-compact{max-width:380px;margin:12px 0 0}.purchase-options-compact .purchase-option{padding:7px 8px}.product-price{display:flex;margin-top:auto;justify-content:space-between;align-items:center;gap:8px;padding-top:13px;border-top:1px solid #eee5d9}.product-price strong{font-size:19px}.product-card-quick-actions{margin-top:12px}.product-card-quick-actions button{min-height:40px;gap:6px;border:1px solid var(--shop-teal);padding:8px 9px;font:inherit}.product-card-quick-actions button span{font-size:17px;line-height:1}.product-card-quick-actions button:last-child{border-color:var(--shop-orange);color:var(--shop-orange)}.product-card-quick-actions button:hover:not(:disabled){background:#f2f8f5}.product-card-quick-actions button:last-child:hover:not(:disabled){background:#fff3e9}.product-card-quick-actions button:disabled{border-color:#d9e0df;background:#f5f7f6;color:#9aa9aa;cursor:not-allowed}.product-card-purchase-note{margin:7px 0 0;color:#7d8b8c;font-size:9px;line-height:1.35}.product-card-primary-action{display:flex;min-height:53px;gap:8px;margin-top:12px;border-radius:10px;font-size:13px}.product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.product-card-actions a,.product-card-actions button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--shop-orange);border-radius:7px;padding:8px 10px;font-size:12px;font-weight:900}.product-more-link{background:var(--shop-orange);color:#fff}.product-more-link:hover{background:#dc4910}.product-card-actions button{background:#fff;color:var(--shop-orange)}.product-card-actions button:hover{background:#fff3e9}.product-card-actions button:disabled{border-color:#b9c2c5;background:#eef1f1;color:#607078;cursor:default}.demo-note{color:var(--shop-muted);font-size:11px}.promo-code-box{display:grid;gap:8px}.promo-code-box>label{font-weight:800}.promo-code-box>div{display:flex;gap:10px;align-items:stretch}.promo-code-box input{min-width:0;flex:1 1;text-transform:uppercase}.promo-code-box .action{flex:0 0 auto}.promo-success{color:var(--shop-teal);font-weight:800}@media (max-width:560px){.promo-code-box>div{align-items:stretch;flex-direction:column}}.catalog-disclaimer{max-width:680px;margin:-10px 0 24px;color:var(--shop-muted);font-size:12px;line-height:1.5}.catalog-filters{display:grid;gap:14px;margin:0 0 18px;padding:14px 16px;border:1px solid var(--shop-line);border-radius:12px;background:#fffdf9}.catalog-filters>div{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.catalog-filters span{min-width:146px;margin-right:4px;color:var(--shop-muted);font-size:10px;font-weight:900;letter-spacing:.45px;text-transform:uppercase}.catalog-filters button{border:1px solid #d7e0de;border-radius:999px;padding:7px 10px;background:white;color:#42545c;font-size:11px}.catalog-filters button.active,.catalog-filters button:hover{border-color:var(--shop-teal);background:var(--shop-teal);color:white}.catalog-filters>.catalog-facet-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:10px;padding-top:14px;border-top:1px dashed var(--shop-line)}.catalog-facet-grid label{display:grid;gap:6px}.catalog-facet-grid label span{min-width:0;margin:0}.catalog-facet-grid select{width:100%;min-height:40px;border:1px solid #d7e0de;border-radius:9px;background:#fff;padding:8px 30px 8px 10px;color:var(--shop-ink);font:inherit;font-size:12px}.catalog-facet-grid select:focus-visible,.catalog-facet-grid select:hover{border-color:var(--shop-teal);outline:none;box-shadow:0 0 0 3px rgba(0,79,87,.1)}.catalog-result-count{margin:0 0 14px;color:var(--shop-muted);font-size:12px}.catalog-result-count strong{color:var(--shop-teal)}.empty-state{padding:34px;border:1px dashed var(--shop-line);border-radius:14px;color:var(--shop-muted);text-align:center}.custom-quest-strip{display:flex;width:min(1180px,calc(100% - 40px));align-items:center;justify-content:space-between;gap:28px;margin:22px auto 0;border:1px solid #d5c8b7;border-left:6px solid var(--shop-orange);border-radius:15px;background:#fffaf1;padding:18px 22px;box-shadow:0 10px 28px rgba(16,46,61,.06)}.custom-quest-strip h2{margin:3px 0 5px;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(23px,3vw,32px);font-weight:500}.custom-quest-strip p{margin:0;color:var(--shop-muted);font-size:12px;line-height:1.5}.custom-quest-strip-action{display:flex;flex:0 0 auto;align-items:center;gap:17px}.custom-quest-strip-action>span{max-width:170px;color:var(--shop-teal);font-size:11px;font-weight:850;line-height:1.35;text-align:right}.custom-quest-strip-action .action{white-space:nowrap}.custom-shop-section{position:relative;display:grid;grid-template-columns:.85fr 1.65fr;gap:38px;width:min(1320px,calc(100% - 40px));margin:0 auto;overflow:hidden;padding:50px;border:1px solid #ecd9bf;border-radius:20px;background:linear-gradient(120deg,#f4e1c4,#fff8ed 42%,#f8ead5)}.custom-shop-section:after{content:"";position:absolute;right:-45px;bottom:-82px;width:270px;height:270px;border:32px double rgba(11,82,96,.08);border-radius:50%}.custom-intro{position:relative;z-index:1}.custom-intro>p:not(.micro-title){margin:17px 0;color:#425661;font-size:14px;line-height:1.55}.custom-intro ul{display:grid;gap:9px;padding:0;margin:20px 0 27px;list-style:none;font-size:12px;font-weight:700}.custom-intro li:before{content:"✓";margin-right:9px;color:var(--shop-teal)}.plan-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.plan-card{position:relative;display:flex;min-height:300px;flex-direction:column;padding:24px;border:1px solid #ded0c0;border-radius:13px;background:rgba(255,255,255,.85);text-align:center}.plan-card.popular{border:2px solid var(--shop-orange)}.popular-label{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:6px 18px;border-radius:99px;background:var(--shop-orange);color:white;font-size:10px;font-weight:900}.plan-card h3{margin:0 0 8px;font-family:Georgia,serif;font-size:24px}.plan-card p{min-height:42px;margin:0 0 18px;color:#657078;font-size:11px;line-height:1.4}.plan-complexity{display:block;margin-bottom:9px;color:var(--shop-orange);font-size:8px;font-weight:950;letter-spacing:.7px}.plan-feature-list{display:grid;gap:6px;margin:0 0 18px;padding:0;color:#425961;text-align:left;list-style:none}.plan-feature-list li{position:relative;padding-left:17px;font-size:10px;line-height:1.4}.plan-feature-list li:before{content:"✓";position:absolute;left:0;color:var(--shop-teal);font-weight:900}.plan-card dl{display:grid;gap:9px;margin:0 0 20px;text-align:left}.plan-card dl div{display:flex;justify-content:space-between;gap:8px;font-size:10px}.plan-card dt{color:#7a858a}.plan-card dd{margin:0;font-weight:800}.plan-card>strong{margin-top:auto;color:var(--shop-teal);font-size:14px;line-height:1.35}.plan-video-button{display:grid;place-items:center;gap:9px;width:118px;margin:auto;border:0;background:transparent;color:var(--shop-teal);font:inherit;font-size:11px;font-weight:900;cursor:pointer}.plan-video-icon{display:grid;width:66px;height:66px;place-items:center;border:2px solid var(--shop-orange);border-radius:50%;background:#fff8ed;box-shadow:0 9px 22px rgba(205,78,26,.18);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.plan-video-icon svg{width:28px;height:28px;margin-left:4px;fill:var(--shop-orange)}.plan-video-button:hover .plan-video-icon{transform:scale(1.08);background:var(--shop-orange);box-shadow:0 12px 28px rgba(205,78,26,.28)}.plan-video-button:hover .plan-video-icon svg{fill:#fff}.custom-video-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;overflow-y:auto;padding:28px;background:rgba(8,30,42,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.custom-video-dialog{position:relative;width:min(1040px,100%);padding:26px;border:1px solid rgba(255,255,255,.26);border-radius:20px;background:#fff8ed;box-shadow:0 28px 80px rgba(0,0,0,.35)}.custom-video-dialog h2{margin:4px 52px 19px 0;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(28px,4vw,46px);font-weight:500}.custom-video-dialog>small{display:block;margin-top:11px;color:var(--shop-muted);font-size:10px}.custom-video-close{position:absolute;z-index:1;top:18px;right:18px;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--shop-line);border-radius:50%;background:#fff;color:var(--shop-ink);font-size:28px;line-height:1;cursor:pointer}.custom-video-close:hover{border-color:var(--shop-orange);color:var(--shop-orange)}.custom-video-frame{overflow:hidden;border-radius:14px;background:#06131a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);aspect-ratio:16/9}.custom-video-frame video{display:block;width:100%;height:100%;object-fit:contain}.steps-list{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0;margin:0;list-style:none}.steps-list li{position:relative;display:grid;grid-template-columns:42px 1fr;gap:11px;padding-right:25px}.steps-list li:not(:last-child):after{content:"·····";position:absolute;top:20px;right:-8px;color:var(--shop-orange);letter-spacing:3px}.steps-list>li>span{position:absolute;top:-7px;left:-3px;display:grid;width:26px;height:26px;place-items:center;border:1px solid var(--shop-line);border-radius:50%;background:#fff;font-size:10px;font-weight:900}.steps-list i{display:grid;width:46px;height:54px;place-items:center;border-radius:8px;background:#eef3d4;color:var(--shop-teal);font-size:23px;font-style:normal}.steps-list h3{margin:0 0 5px;font-family:Georgia,serif;font-size:17px}.steps-list p{margin:0;color:var(--shop-muted);font-size:10px;line-height:1.45}.reviews-section{border-top:1px solid var(--shop-line)}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.review-grid article{padding:20px;border:1px solid var(--shop-line);border-radius:13px;background:#fff}.review-grid article>p{margin:17px 0 0;color:#53636b;font-size:11px;line-height:1.55}.review-head{display:flex;align-items:center;gap:11px}.review-head>span{display:grid;width:43px;height:43px;place-items:center;border-radius:50%;background:#efb87b;color:#fff;font-family:Georgia,serif;font-size:20px}.review-head div{display:grid;gap:4px}.review-head b{font-size:11px}.review-head small,.review-score>span{color:var(--shop-orange);letter-spacing:1px}.review-score{display:grid;place-content:center;text-align:center}.review-score>strong{font-size:34px}.review-score>strong small{font-size:18px}.review-score>p{margin-top:8px!important}.shop-footer{display:grid;grid-template-columns:1.25fr repeat(3,.8fr) 1.3fr;gap:35px;padding:55px clamp(25px,5vw,78px) 28px;background:#0d344b;color:#e7eef0}.shop-footer form,.shop-footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-brand img{width:220px;max-width:100%;filter:drop-shadow(0 4px 11px rgba(0,0,0,.15))}.footer-project{margin:0;color:#fff;font-size:11px;font-weight:700;line-height:1.2}.shop-footer h2{margin:0 0 5px;color:white;font-family:Georgia,serif;font-size:16px}.shop-footer a{color:#cad7dd;font-size:11px}.shop-footer a:hover{color:var(--shop-lime)}.shop-footer p{margin:0;color:#c1cdd2;font-size:11px;line-height:1.55}.footer-brand>p{max-width:210px}.socials{display:flex!important;flex-direction:row!important;gap:7px!important;margin-top:6px}.socials a{display:grid;width:29px;height:29px;place-items:center;border:1px solid #71909d;border-radius:50%;font-size:9px;font-weight:900}.subscribe>div{display:flex;width:100%}.subscribe input{min-width:0;flex:1 1;border:1px solid #587483;border-radius:7px 0 0 7px;outline:0;background:#153e54;padding:11px;color:white;font-size:11px}.subscribe button{border:0;border-radius:0 7px 7px 0;background:var(--shop-orange);padding:0 13px;color:white;font-size:11px;font-weight:900}.copyright{padding-top:25px}.copyright,.footer-legal{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12)}.footer-legal{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:10px 22px!important;padding-top:22px}.footer-legal a{color:#e7eef0;font-size:12px;text-decoration:underline;text-underline-offset:3px}.footer-seller{grid-column:1/-1;display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:7px 18px!important;color:#aebfc7;font-size:10px;line-height:1.45}.shop-page :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--shop-lime);outline-offset:3px}.inner-page{width:min(1180px,calc(100% - 40px));min-height:58vh;margin:0 auto;padding:64px 0 82px}.inner-page>h1,.product-detail-copy h1{margin:0 0 34px;color:#152b36;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,68px);font-weight:500;letter-spacing:-2.4px;line-height:1}.content-card,.empty-panel,.form-card{max-width:820px;padding:clamp(24px,4vw,44px);border:1px solid var(--shop-line);border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(16,46,61,.07)}.form-card.wide{max-width:980px}.content-card h2,.empty-panel h2{margin:0 0 12px;font-family:Georgia,serif;font-size:28px}.content-card p,.detail-section p,.empty-panel p,.form-card>p{color:var(--shop-muted);line-height:1.65}.empty-panel .action{margin-top:12px}.site-form{display:grid;gap:17px;margin-top:24px}.site-form label{display:grid;gap:7px;color:var(--shop-ink);font-size:13px;font-weight:800}.site-form input,.site-form select,.site-form textarea{width:100%;min-height:46px;border:1px solid #cfc4b6;border-radius:8px;background:#fffdf9;padding:11px 13px;color:var(--shop-ink);resize:vertical}.site-form textarea{min-height:120px}.site-form .action{justify-self:start;border:0}.password-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.password-visibility-button{min-height:42px;border:1px solid var(--shop-line);border-radius:10px;background:#fff;color:var(--shop-teal);padding:0 12px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.password-visibility-button:hover{background:#eef8f6}.password-visibility-button:focus-visible{outline:3px solid rgba(13,117,114,.28);outline-offset:2px}.site-form .consent-check{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px}.site-form .consent-check input{width:18px;min-height:18px;margin:2px 0 0;padding:0;accent-color:var(--shop-teal)}.site-form .consent-check label{display:block;font-size:12px;font-weight:600;line-height:1.55}.site-form .consent-check a{color:var(--shop-teal);text-decoration:underline;text-underline-offset:2px}.demo-auth input:disabled{cursor:not-allowed;border-color:#ddd3c7;background:#f1ede7;color:#78858a;opacity:1}.demo-auth input:disabled::placeholder{color:#78858a;opacity:1}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .full{grid-column:1/-1}.form-tabs{display:flex;flex-wrap:wrap;gap:8px}.form-tabs button{min-height:42px;border:1px solid var(--shop-line);border-radius:99px;background:#fffaf4;padding:8px 14px;color:var(--shop-teal);font-weight:800}.form-tabs button.active{border-color:var(--shop-teal);background:var(--shop-teal);color:#fff}.form-message{margin:0;border-left:4px solid var(--shop-lime);background:#f5f8df;padding:12px 14px;color:#344852;font-size:13px;line-height:1.5}.form-note{margin-top:20px;color:var(--shop-muted);font-size:12px;line-height:1.55}.contact-form{max-width:980px;margin:0 0 24px;border:1px solid var(--shop-line);border-radius:22px;background:#fffdf9;padding:clamp(22px,4vw,38px);box-shadow:0 16px 42px rgba(16,46,61,.07)}.contact-order-hint{max-width:940px;margin:-12px 0 20px;border-left:4px solid var(--shop-orange);background:#fff5e9;padding:13px 16px;color:var(--shop-muted);font-size:14px;line-height:1.55}.contact-order-hint strong{color:var(--shop-ink)}.contact-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.contact-form-heading h2{margin:5px 0 0;font-family:Georgia,serif;font-size:clamp(28px,4vw,42px);font-weight:500}.contact-telegram{display:inline-flex;min-height:42px;align-items:center;border:1px solid #168acb;border-radius:10px;padding:9px 13px;color:#0872ad;font-size:13px;font-weight:850}.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form .form-message{max-width:620px}.submission-success{display:grid;max-width:760px;justify-items:start;gap:12px;border:1px solid #b9cf75;border-radius:22px;background:linear-gradient(145deg,#fbffe9,#fffdf9);padding:clamp(28px,5vw,54px);box-shadow:0 18px 48px rgba(16,46,61,.08)}.submission-success-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:var(--shop-lime);color:var(--shop-ink);font-size:30px;font-weight:900}.submission-success h2{margin:0;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(32px,5vw,48px);font-weight:500}.submission-success>p:not(.eyebrow){max-width:620px;margin:0;color:var(--shop-muted);font-size:16px;line-height:1.65}.submission-success .form-actions{margin-top:10px}.submission-success button.action{border:1px solid var(--shop-line)}@media (max-width:620px){.contact-form-heading{flex-direction:column}}.commerce-auth-panel{max-width:620px;border:1px solid var(--shop-line);border-radius:20px;background:#fffdf9;padding:clamp(22px,4vw,36px);box-shadow:0 16px 42px rgba(16,46,61,.07)}.commerce-auth-panel h2{margin:7px 0 10px;font-family:Georgia,serif;font-size:clamp(28px,4vw,40px)}.commerce-auth-lead{margin:0 0 20px;color:var(--shop-muted);line-height:1.6}.commerce-auth-form{max-width:430px}.auth-text-button{margin-top:14px;border:0;background:transparent;padding:0;color:var(--shop-teal);font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.form-actions{display:flex;flex-wrap:wrap;gap:10px}.account-dashboard{display:grid;gap:24px}.account-toolbar{display:flex;flex-wrap:wrap;gap:12px}.account-toolbar .action-primary{min-width:190px}.account-layout{display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);align-items:start;gap:24px}.account-card,.account-profile-card{border:1px solid var(--shop-line);border-radius:20px;box-shadow:0 18px 48px rgba(14,48,66,.08)}.account-profile-card{position:sticky;top:22px;overflow:hidden;padding:30px;background:linear-gradient(145deg,#0b5260,#123a4c);color:#fff}.account-profile-card:after{content:"";position:absolute;right:-48px;bottom:-66px;width:170px;height:170px;border:34px solid rgba(200,219,40,.13);border-radius:50%;pointer-events:none}.account-avatar{display:grid;width:68px;height:68px;margin-bottom:28px;place-items:center;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:var(--shop-lime);color:var(--shop-ink);font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700}.account-card-kicker{margin:0 0 7px;color:#75858d;font-size:13px;font-weight:900;letter-spacing:1.8px}.account-profile-card .account-card-kicker{color:#dfe99b}.account-profile-card h2{position:relative;z-index:1;margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.1}.account-contact{position:relative;z-index:1;overflow-wrap:anywhere;margin:10px 0 22px;color:#dce8eb;font-size:16px;line-height:1.5}.account-verified{position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin:0;font-size:15px;font-weight:800}.account-verified span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--shop-lime);color:var(--shop-ink)}.account-logout{position:relative;z-index:1;margin-top:34px;border:0;border-bottom:1px solid rgba(255,255,255,.55);background:transparent;padding:3px 0;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.account-content{display:grid;gap:20px}.account-card{padding:clamp(22px,3vw,32px);background:#fff}.account-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.account-card-heading h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,3vw,34px)}.account-count{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:50%;background:#eef3c4;color:var(--shop-ink);font-size:15px;font-weight:900}.account-empty{border:1px dashed #ccb99f;border-radius:14px;background:#fffaf1;padding:22px}.account-empty strong{display:block;margin-bottom:7px;font-size:17px}.account-empty p{margin:0;color:var(--shop-muted);font-size:16px;line-height:1.6}.account-empty a{display:inline-block;margin-top:15px;color:var(--shop-teal);font-size:15px;font-weight:900;text-decoration:underline;text-underline-offset:4px}.account-empty.compact{padding:17px 20px}.account-purchase{display:grid;gap:18px;border-top:1px solid var(--shop-line);padding:22px 0}.account-purchase h3{margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:23px}.account-purchase p{margin:0;color:var(--shop-muted);font-size:15px}.account-orders{margin:0;padding:0;list-style:none}.account-orders li{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--shop-line);padding:17px 0}.account-orders li:first-child{border-top:0;padding-top:0}.account-orders li>div{display:grid;gap:5px}.account-orders time{color:var(--shop-muted);font-size:14px}.account-orders li>span{text-align:right;font-size:15px;font-weight:800}.account-cart-items{display:grid;gap:0;margin:0 0 20px;padding:0;list-style:none}.account-cart-items li{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--shop-line);padding:16px 0}.account-cart-items li:first-child{border-top:0;padding-top:0}.account-cart-items li>div{display:grid;gap:5px}.account-cart-items small{color:var(--shop-muted)}.account-cart-items li>span{white-space:nowrap;font-weight:900}.account-favorite-items{display:grid;gap:0;margin:0;padding:0;list-style:none}.account-favorite-items li{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--shop-line);padding:16px 0}.account-favorite-items li:first-child{border-top:0;padding-top:0}.account-favorite-items li>div:first-child{display:grid;gap:5px}.account-favorite-items small{color:var(--shop-muted)}.account-favorite-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.account-favorite-actions button{min-height:38px;border:1px solid var(--shop-orange);border-radius:8px;background:#fff;padding:7px 12px;color:var(--shop-orange);font-weight:850;cursor:pointer}.account-favorite-actions button:first-child{border-color:#0e6672;background:#0e6672;color:#fff}.legal-draft-notice{max-width:980px;margin:0 0 20px;border:1px solid #e7a73f;border-left-width:5px;border-radius:12px;background:#fff4db;padding:18px 20px;color:#684819}.legal-draft-notice strong{display:block;color:#472f0c;font-size:16px}.legal-draft-notice p{margin:7px 0;line-height:1.55}.legal-draft-notice ul{margin:8px 0 0;padding-left:20px;line-height:1.55}.legal-document{max-width:980px}.legal-document h2{margin:30px 0 10px;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(22px,3vw,29px)}.legal-document p{line-height:1.7}.legal-document a{color:var(--shop-teal);font-weight:700;text-decoration:underline;text-underline-offset:3px}.legal-edition{color:var(--shop-muted);font-size:12px;font-weight:800}.legal-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.legal-details div{min-width:0;border:1px solid var(--shop-line);border-radius:10px;background:#fffdf9;padding:12px 14px}.legal-details dt{color:var(--shop-muted);font-size:10px;font-weight:800;text-transform:uppercase}.legal-details dd{margin:5px 0 0;overflow-wrap:anywhere;line-height:1.5}.legal-table-wrap{overflow-x:auto;margin:16px 0}.legal-table{width:100%;min-width:660px;border-collapse:collapse;font-size:12px;line-height:1.55}.legal-table td,.legal-table th{border:1px solid var(--shop-line);padding:12px;text-align:left;vertical-align:top}.legal-table th{background:#edf4ef;color:var(--shop-ink)}.legal-list{display:grid;gap:7px;padding-left:21px;line-height:1.6}.custom-order-card{max-width:1120px}.plan-selector{min-width:0;margin:4px 0 8px;padding:0;border:0}.plan-selector legend{padding:0;color:var(--shop-ink);font-family:Georgia,serif;font-size:25px;font-weight:700}.plan-selector>p{max-width:720px;margin:7px 0 16px;color:var(--shop-muted);font-size:12px;line-height:1.55}.plan-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px}.plan-choice{position:relative;display:block!important;height:100%;cursor:pointer}.plan-choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.plan-choice-body{position:relative;display:flex;height:100%;min-height:410px;box-sizing:border-box;flex-direction:column;gap:10px;padding:22px 18px 18px;border:1px solid #d8cbbb;border-radius:14px;background:#fffdf9;box-shadow:0 8px 20px rgba(16,46,61,.04);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.plan-choice:hover .plan-choice-body{transform:translateY(-2px);border-color:var(--shop-orange)}.plan-choice input:focus-visible+.plan-choice-body{outline:3px solid rgba(235,82,22,.28);outline-offset:2px}.plan-choice input:checked+.plan-choice-body{border:2px solid var(--shop-teal);background:#f6faf8;box-shadow:0 12px 28px rgba(11,82,96,.12)}.plan-choice input:checked+.plan-choice-body:after{content:"✓";position:absolute;top:14px;right:14px;display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--shop-teal);color:#fff;font-size:13px;font-weight:900}.plan-choice-body b{padding-right:28px;font-family:Georgia,serif;font-size:21px}.plan-choice-body>span{color:#56676f;font-size:11px;font-weight:500;line-height:1.5}.plan-choice-body .plan-complexity{margin:0;color:var(--shop-orange)}.plan-choice-body ul{display:grid;gap:5px;margin:0;padding:0;color:#425961;list-style:none}.plan-choice-body li{position:relative;padding-left:16px;font-size:10px;font-weight:650;line-height:1.35}.plan-choice-body li:before{content:"✓";position:absolute;left:0;color:var(--shop-teal);font-weight:900}.plan-choice-video{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;margin-top:auto;border:1px solid var(--shop-teal);border-radius:9px;background:#fff;color:var(--shop-teal);font:inherit;font-size:11px;font-weight:850;cursor:pointer}.plan-choice-video:hover{background:#edf7f4}.plan-choice-video>span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--shop-orange);color:#fff;font-size:9px}.plan-choice-body em{margin-top:auto;color:var(--shop-teal);font-size:10px;font-style:normal;font-weight:800;line-height:1.45}.plan-choice-body .custom-plan-price{border-top:1px solid #dce5d2;padding-top:10px;color:var(--shop-orange);font-size:11px;line-height:1.35}.plan-choice-badge{align-self:flex-start;border-radius:999px;background:var(--shop-orange);padding:4px 8px;color:#fff;font-size:8px;font-weight:900;letter-spacing:.45px}.custom-order-form{margin-top:28px}.custom-order-form label>small{color:var(--shop-muted);font-size:10px;font-weight:600}.custom-order-submit{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.custom-order-submit>span{color:var(--shop-muted);font-size:13px}.custom-order-submit>span strong{color:var(--shop-teal)}.cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:28px;align-items:start}.cart-list{display:grid;gap:12px}.cart-selection-toolbar{gap:16px;padding:4px 4px 10px}.cart-selection-toolbar,.favorites-toolbar{display:flex;align-items:center;justify-content:space-between}.favorites-toolbar{gap:20px;margin-bottom:22px;border:1px solid var(--shop-line);border-radius:14px;background:#fff;padding:18px 20px}.favorites-toolbar-copy{display:grid;gap:5px}.favorites-toolbar span{color:var(--shop-muted);font-size:14px}.favorites-toolbar-actions{display:flex;align-items:center;gap:12px}.favorite-select-card{position:relative;display:flex;min-width:0;flex-direction:column;gap:8px;border:2px solid transparent;border-radius:18px;padding:8px}.favorite-select-card.is-selected{border-color:#0e6672;box-shadow:0 0 0 3px rgba(14,102,114,.1)}.favorite-select-card .product-card{height:100%}.favorite-select{position:static;display:flex;width:100%;box-sizing:border-box;align-items:center;gap:8px;border:1px solid var(--shop-line);border-radius:12px;background:#fff;padding:8px 11px;cursor:pointer;font-size:12px;font-weight:850}.favorite-select input{width:18px;height:18px;accent-color:#0e6672}.favorite-select-card.is-compact .favorite-select{justify-content:center;padding:7px 8px}.favorite-select-card.is-compact .favorite-select span{font-size:11px}.cart-row{display:grid;grid-template-columns:28px 145px 1fr auto auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--shop-line);border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.cart-row.is-selected{border-color:#0e6672;box-shadow:0 0 0 2px rgba(14,102,114,.08)}.cart-select{display:grid;place-items:center}.cart-select input{width:21px;height:21px;accent-color:#0e6672;cursor:pointer}.sr-only{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.cart-row img{display:block;width:145px;height:96px;border-radius:9px;object-fit:cover}.cart-row p{margin:0 0 4px;color:var(--shop-muted);font-size:10px}.cart-row h2{margin:0 0 8px;font-family:Georgia,serif;font-size:21px}.cart-row small{color:var(--shop-muted)}.cart-row>button{min-height:42px;border:0;background:none;color:var(--shop-orange);font-weight:800}.cart-product-copy{min-width:0}.cart-summary{position:sticky;top:18px;display:grid;gap:14px;padding:26px;border:1px solid var(--shop-line);border-radius:14px;background:#fff}.cart-summary h2{margin:0;font-family:Georgia,serif;font-size:27px}.cart-summary>strong{font-size:32px}.cart-summary p{margin:0;color:var(--shop-muted);font-size:12px;line-height:1.5}.cart-summary .text-button{justify-self:start;padding:8px 0}.checkout-list{display:grid;gap:10px;padding:0;list-style:none}.checkout-list li{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--shop-line)}.checkout-list li>span{display:grid;gap:5px}.checkout-list small{color:var(--shop-muted);font-size:11px;line-height:1.4}.checkout-list code{border-radius:4px;padding:2px 5px;background:#edf4ef;color:var(--shop-teal);font-weight:900}.checkout-list .order-contract{color:#87622f;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px}.checkout-total{font-size:20px}.checkout-page{min-height:70vh;background:linear-gradient(180deg,#fffaf3,#f7f1e8);padding:clamp(28px,5vw,72px) clamp(18px,5vw,70px)}.checkout-shell{width:min(1180px,100%);margin:0 auto}.checkout-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:30px}.checkout-heading h1{margin:6px 0 12px;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(38px,6vw,70px);font-weight:500;line-height:.98}.checkout-intro{max-width:780px;margin:0;color:var(--shop-muted);font-size:15px;line-height:1.65}.checkout-exit-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.checkout-exit-actions .action{white-space:nowrap}.checkout-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:start;gap:24px}.checkout-panel{border:1px solid var(--shop-line);border-radius:22px;background:#fffdf9;padding:clamp(20px,3vw,34px);box-shadow:0 16px 42px rgba(16,46,61,.07)}.checkout-panel h2{margin:0 0 18px;color:var(--shop-ink);font-family:Georgia,serif;font-size:clamp(25px,3vw,34px);font-weight:500}.checkout-list ul{display:grid;gap:0;margin:0;padding:0;list-style:none}.checkout-form{margin-top:0}.checkout-form .form-note{margin:0}.checkout-form-actions{display:flex;flex-wrap:wrap;gap:10px}.checkout-form-actions .action{justify-self:auto}@media (max-width:780px){.checkout-heading{grid-template-columns:1fr}.checkout-exit-actions{justify-content:flex-start}.checkout-grid{grid-template-columns:1fr}}.action:disabled{box-shadow:none;background:#aeb9bd;cursor:not-allowed}.numbered-list{display:grid;gap:25px;padding:0;margin:0;list-style:none}.numbered-list li{display:grid;grid-template-columns:42px 1fr;gap:15px}.numbered-list li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--shop-lime);color:var(--shop-ink);font-weight:900}.numbered-list h2{margin:3px 0 5px;font-size:21px}.numbered-list p{margin:0}.faq-list{display:grid;max-width:860px;gap:10px}.faq-list details{border:1px solid var(--shop-line);border-radius:12px;background:#fff;padding:18px 20px}.faq-list summary{cursor:pointer;font-family:Georgia,serif;font-size:20px;font-weight:700}.faq-list p{margin:14px 0 0;color:var(--shop-muted);line-height:1.6}.product-page{padding-top:34px}.back-link{display:inline-flex;margin-bottom:25px;color:var(--shop-teal);font-size:13px;font-weight:900}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(32px,5vw,72px);align-items:start}.product-media-stage{position:relative;overflow:hidden;border-radius:18px;background:#102f3d;box-shadow:0 18px 48px rgba(16,46,61,.16)}.product-cover{display:block;width:100%;aspect-ratio:1.4;object-fit:cover}.media-stage-label{position:absolute;top:16px;left:16px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(7,30,40,.78);padding:7px 10px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.media-trailer-button{position:absolute;right:18px;bottom:18px;display:inline-flex;min-height:50px;align-items:center;gap:10px;border:0;border-radius:999px;background:var(--shop-orange);padding:12px 19px;color:#fff;box-shadow:0 12px 30px rgba(30,16,8,.3);font-size:13px;transition:transform .2s ease,background .2s ease}.media-trailer-button:hover:not(:disabled){transform:translateY(-2px);background:#ce3f0c}.media-trailer-button>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:rgba(255,255,255,.2);font-size:10px}.media-trailer-button:disabled{background:rgba(16,46,61,.82);color:#fff;cursor:not-allowed;opacity:.88}.gallery-heading{margin-top:24px}.gallery-heading>p{margin:0 0 5px;color:var(--shop-orange);font-size:9px;font-weight:900;letter-spacing:.9px}.gallery-heading h2{margin:0;font-family:Georgia,serif;font-size:clamp(25px,3vw,34px)}.gallery-heading>span{display:block;max-width:620px;margin-top:7px;color:var(--shop-muted);font-size:12px;line-height:1.55}.gallery-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px}.gallery-strip button{min-width:0;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#fff;padding:0;text-align:left;box-shadow:0 5px 16px rgba(16,46,61,.08);transition:border-color .2s ease,transform .2s ease}.gallery-strip button:hover{transform:translateY(-2px);border-color:rgba(235,82,22,.48)}.gallery-strip button.active{border-color:var(--shop-orange);box-shadow:0 8px 20px rgba(235,82,22,.18)}.gallery-strip img{display:block;width:100%;aspect-ratio:1.48;object-fit:cover}.gallery-strip span{display:block;overflow:hidden;padding:8px 9px;color:var(--shop-ink);font-size:9px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.trailer-pending-note{margin:13px 0 0;border-left:3px solid var(--shop-lime);background:#f4f7dc;padding:11px 13px;color:#4e6068;font-size:11px;line-height:1.5}.trailer-pending-note b{color:var(--shop-ink)}.demo-pill{display:inline-flex;margin:0 0 15px;border-radius:99px;background:#f2f5cf;padding:7px 11px;color:var(--shop-teal);font-size:10px;font-weight:900;letter-spacing:.7px}.product-kind{margin:0 0 7px;color:var(--shop-muted);font-size:13px}.product-detail-copy h1{margin-bottom:18px}.product-lead{color:#40545d;font-size:16px;line-height:1.6}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:25px 0}.spec-grid div{display:grid;gap:4px;padding:12px;border:1px solid var(--shop-line);border-radius:9px;background:#fff}.spec-grid span{color:var(--shop-muted);font-size:10px}.spec-grid strong{font-size:12px}.detail-price>strong{font-size:32px}.detail-price p{margin:5px 0 0;color:var(--shop-muted);font-size:11px}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.detail-actions button{border-style:solid}.action-trailer{border:1px solid var(--shop-teal);background:var(--shop-teal);color:#fff}.action-trailer:hover{background:#0a3942}.detail-section{max-width:820px;margin-top:55px}.detail-section h2{margin:0 0 14px;font-family:Georgia,serif;font-size:34px}.detail-section h3{margin:28px 0 8px;font-family:Georgia,serif;font-size:22px}.detail-section.muted{border-top:1px solid var(--shop-line);padding-top:30px}.trailer-modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;overflow-y:auto;background:rgba(6,23,30,.78);padding:24px;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.trailer-dialog{width:min(960px,100%);border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#fdf9f2;padding:clamp(16px,3vw,28px);box-shadow:0 24px 80px rgba(0,0,0,.42)}.trailer-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.trailer-dialog-head p{margin:0 0 4px;color:var(--shop-orange);font-size:11px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.trailer-dialog-head h2{margin:0;font-family:Georgia,serif;font-size:clamp(25px,4vw,38px)}.trailer-close{display:grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border:1px solid var(--shop-line);border-radius:50%;background:#fff;color:var(--shop-ink);font-size:28px;line-height:1}.trailer-close:hover{border-color:var(--shop-orange);color:var(--shop-orange)}.trailer-description{margin:10px 0 16px;color:var(--shop-muted);font-size:12px}.trailer-player{overflow:hidden;width:100%;aspect-ratio:16/9;border-radius:12px;background:#050708}.trailer-video{display:block;width:100%;height:100%;object-fit:contain}.trailer-controls{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:14px}.trailer-controls .action{min-height:42px}@media (max-width:1040px){.header-actions{gap:7px}.header-actions a,.header-actions button{min-width:62px}.category-grid{grid-template-columns:repeat(3,1fr)}.genre-picker{grid-template-columns:1fr}.catalog-filters>.catalog-facet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-shop-section{grid-template-columns:1fr}.steps-list{grid-template-columns:repeat(3,1fr);gap:28px 10px}.steps-list li:not(:last-child):after{display:none}.review-grid{grid-template-columns:repeat(2,1fr)}.shop-footer{grid-template-columns:repeat(3,1fr)}.footer-brand,.subscribe{grid-column:span 3}.cart-layout,.product-detail{grid-template-columns:1fr}.cart-summary{position:static}.account-layout{grid-template-columns:1fr}.account-profile-card{position:static}}@media (max-width:720px){.shop-header{display:grid;grid-template-columns:1fr;gap:8px;padding:9px 14px 11px}.shop-logo{width:175px;margin:0 auto}.header-actions{width:100%;justify-content:space-between;gap:1px}.header-actions a,.header-actions button{min-width:52px;font-size:9px}.header-actions i{width:27px;height:27px;font-size:14px}.header-actions b{right:1px}.store-hero{min-height:570px;background-position:64%}.store-hero:before{background:linear-gradient(90deg,rgba(255,250,241,.98),rgba(255,250,241,.9) 65%,rgba(255,250,241,.35))}.hero-panel{width:auto;padding:65px 34px 110px}.hero-panel h1{font-size:clamp(39px,12vw,55px);letter-spacing:-2.6px}.hero-description{max-width:92%;font-size:14px}.slide-arrow{top:auto;bottom:19px}.slide-dots{bottom:34px;left:50%;transform:translateX(-50%)}.category-section,.custom-shop-section,.popular-section,.reviews-section,.steps-section{width:min(100% - 24px,620px)}.section-title-row{align-items:flex-start}.catalog-title-actions{width:100%;justify-content:space-between}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:170px}.catalog-filters span{width:100%}.catalog-filters>.catalog-facet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:1fr}.product-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:235px}.product-card-actions{grid-template-columns:1fr}.custom-shop-section{padding:32px 22px}.custom-quest-strip{width:min(100% - 24px,620px);align-items:flex-start;flex-direction:column;gap:14px;margin-top:14px;padding:17px}.custom-quest-strip-action{width:100%;align-items:flex-start;flex-direction:column;gap:10px}.custom-quest-strip-action>span{max-width:none;text-align:left}.plan-grid{grid-template-columns:1fr}.plan-card{min-height:230px}.custom-video-overlay{padding:12px}.custom-video-dialog{padding:20px 14px 14px;border-radius:15px}.custom-video-dialog h2{margin-bottom:14px;font-size:28px}.custom-video-close{top:12px;right:12px;width:38px;height:38px;font-size:24px}.review-grid,.steps-list{grid-template-columns:1fr}.shop-footer{grid-template-columns:repeat(2,1fr);padding:45px 22px 25px}.footer-brand,.subscribe{grid-column:1/-1}.inner-page{width:min(100% - 24px,620px);padding:44px 0 58px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.legal-details,.plan-choice-grid{grid-template-columns:1fr}.plan-choice-body{min-height:0}.cart-row{grid-template-columns:92px 1fr auto;gap:12px}.cart-select{align-self:start;justify-self:start;z-index:1;margin:7px}.cart-row>a,.cart-select{grid-row:1;grid-column:1}.cart-product-copy{grid-column:2}.cart-row img{width:92px;height:74px}.cart-row>button{grid-column:2/-1;justify-self:start}.account-card,.account-profile-card{border-radius:15px}.account-profile-card{padding:24px}.account-card{padding:20px}.account-orders li{align-items:flex-start;flex-direction:column;gap:9px}.account-orders li>span{text-align:left}.account-cart-items li{align-items:flex-start}.account-favorite-items li{align-items:flex-start;flex-direction:column}.account-favorite-actions{justify-content:flex-start}.favorites-toolbar,.favorites-toolbar-actions{align-items:stretch;flex-direction:column}}@media (max-width:420px){.header-actions span{display:none}.header-actions a,.header-actions button{min-width:38px}.header-actions b{right:-2px}.hero-panel{padding-right:22px;padding-left:22px}.hero-kicker{font-size:8px}.hero-buttons{display:grid}.action{width:100%}.category-grid{grid-template-columns:1fr}.category-card{min-height:135px}.genre-picker{padding:16px}.genre-pills button{flex-basis:100%}.catalog-filters>.catalog-facet-grid{grid-template-columns:1fr}.section-title-row{display:grid}.shop-footer{grid-template-columns:1fr}.shop-footer form,.shop-footer>div{grid-column:1}.cart-row{grid-template-columns:72px 1fr}.cart-row img{width:72px;height:72px}.cart-row>strong{grid-column:2}.purchase-option-grid,.spec-grid{grid-template-columns:1fr}.detail-actions{display:grid}.detail-actions .action{width:100%}.media-stage-label{top:10px;left:10px}.media-trailer-button{right:10px;bottom:10px;min-height:44px;padding:9px 13px;font-size:11px}.gallery-strip{grid-template-columns:repeat(3,minmax(92px,1fr));overflow-x:auto;padding-bottom:5px}.trailer-modal{place-items:start center;padding:12px}.trailer-dialog{margin:12px 0;border-radius:14px;padding:14px}.trailer-controls{display:grid;grid-template-columns:1fr 1fr}.trailer-controls .action{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.category-section{padding:38px 0 16px}.discovery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.discovery-card{position:relative;display:grid;min-width:0;min-height:126px;grid-template-columns:58px minmax(0,1fr) 18px;align-items:center;gap:11px;overflow:hidden;border:1px solid var(--shop-line);border-radius:16px;padding:14px 12px;background:rgba(255,255,255,.9);color:var(--shop-ink);text-align:left;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.discovery-card:after{content:"";position:absolute;inset:auto -30px -45px auto;width:105px;height:105px;border-radius:50%;background:rgba(163,190,26,.08);pointer-events:none}.discovery-card.active,.discovery-card:focus-visible,.discovery-card:hover{transform:translateY(-3px);border-color:var(--shop-orange);outline:none;box-shadow:0 11px 25px rgba(28,50,58,.1)}.discovery-card img{position:relative;z-index:1;width:58px;height:58px;object-fit:contain}.discovery-card>span{position:relative;z-index:1;display:grid;min-width:0;gap:6px}.discovery-card b{font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.08}.discovery-card small{color:var(--shop-muted);font-size:10px;line-height:1.35}.discovery-card em{position:relative;z-index:1;color:var(--shop-orange);font-size:20px;font-style:normal}.discovery-helper{border-color:rgba(242,90,27,.52);background:linear-gradient(135deg,#fff7ed,#f4f8d8)}.discovery-helper b{color:var(--shop-orange)}.popular-section{padding-top:34px}.catalog-filter-disclosure{margin:0 0 18px;border:1px solid var(--shop-line);border-radius:14px;background:#fffdf9}.catalog-filter-disclosure>summary{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:18px;padding:13px 16px;cursor:pointer;list-style:none}.catalog-filter-disclosure>summary::-webkit-details-marker{display:none}.catalog-filter-disclosure>summary span{display:grid;gap:3px}.catalog-filter-disclosure>summary b{color:var(--shop-ink);font-family:Georgia,Times New Roman,serif;font-size:20px}.catalog-filter-disclosure>summary small{color:var(--shop-muted);font-size:11px}.catalog-filter-disclosure>summary em{color:var(--shop-orange);font-size:11px;font-style:normal;font-weight:900}.catalog-filter-disclosure[open]>summary{border-bottom:1px dashed var(--shop-line)}.catalog-filter-disclosure[open]>summary em{font-size:0}.catalog-filter-disclosure[open]>summary em:after{content:"Свернуть ↑";font-size:11px}.catalog-filter-disclosure .catalog-filters{margin:0;border:0;border-radius:0 0 14px 14px;padding:16px}.catalog-category-filter{display:grid!important;gap:12px!important}.catalog-category-filter>button{width:fit-content}.catalog-category-facet{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.catalog-category-facet>span{display:grid;width:155px;min-width:155px;gap:2px;margin:0;text-transform:none}.catalog-category-facet>span strong{color:var(--shop-teal);font-size:10px;letter-spacing:.45px;text-transform:uppercase}.catalog-category-facet>span small{color:var(--shop-muted);font-size:9px;font-weight:400;letter-spacing:0}.product-content h3 a{color:inherit;text-decoration:none}.product-content h3 a:hover{color:var(--shop-orange)}.product-play-style{display:grid;gap:5px;margin-top:14px;border-left:4px solid var(--shop-lime);border-radius:0 10px 10px 0;padding:11px 12px;background:#f6f8e9}.product-play-style>span{color:var(--shop-teal);font-size:9px;font-weight:900;letter-spacing:.65px;text-transform:uppercase}.product-play-style>strong{color:var(--shop-ink);font-size:13px;line-height:1.3}.product-play-style>p{margin:0;color:#53656d;font-size:10px;line-height:1.45}.detail-play-style>div,.product-play-style>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:3px}.detail-play-style small,.product-play-style small{border-radius:999px;padding:4px 7px;background:#e7efce;color:#45620c;font-size:9px;font-weight:800}.product-price-simple{min-height:54px}.product-price-simple>span{display:flex;align-items:baseline;gap:6px}.product-price-simple>span small{color:var(--shop-muted);font-size:10px}.product-price-simple em{border-radius:999px;padding:5px 8px;background:#edf4ef;color:var(--shop-teal);font-size:9px;font-style:normal;font-weight:900}.product-card-primary-action{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:10px;margin-top:10px;border-radius:8px;background:var(--shop-orange);color:#fff;font-size:12px;font-weight:900}.product-card-primary-action:hover{background:#dc4910}.product-card-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.product-card-quick-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border:1px solid #d7e0de;border-radius:8px;background:#fff;color:var(--shop-teal);font-size:11px;font-weight:900;cursor:pointer}.product-card-quick-actions button:hover{border-color:var(--shop-orange);background:#fff7ef;color:var(--shop-orange)}.product-card-quick-actions span{display:grid;width:20px;height:20px;place-items:center;border:1px solid;border-radius:50%;font-size:12px}.detail-play-style{display:grid;gap:7px;margin:18px 0;border:1px solid #dce5c4;border-radius:14px;padding:16px;background:linear-gradient(135deg,#f7faeb,#fffdf7)}.detail-play-style>p{margin:0;color:var(--shop-teal);font-size:10px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.detail-play-style>h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:23px;line-height:1.1}.detail-play-style>span{color:var(--shop-muted);font-size:12px;line-height:1.55}@media (max-width:1040px){.discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.category-section{padding-top:28px}.discovery-grid{grid-template-rows:repeat(2,126px);grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(270px,82vw);overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity}.discovery-card{min-height:126px;scroll-snap-align:start}.catalog-filter-disclosure>summary{align-items:flex-start;flex-direction:column;gap:8px}.catalog-category-facet>span{width:100%;min-width:100%}}@media (max-width:420px){.discovery-grid{grid-auto-columns:minmax(255px,86vw)}}.store-hero:focus-visible{outline:4px solid var(--shop-lime);outline-offset:-4px}.hero-panel .hero-buttons{align-items:center}.store-hero{min-height:470px}.hero-panel{padding-top:58px;padding-bottom:72px}.hero-slide-position{color:var(--shop-teal);font-size:11px;font-weight:900;letter-spacing:.08em}.launch-link-card:focus-visible,.print-choice-block:focus-visible,.slide-arrow:focus-visible,.slide-dots button:focus-visible{outline:3px solid var(--shop-lime);outline-offset:3px}.print-choice-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(1180px,calc(100% - 40px));margin:18px auto clamp(40px,6vw,72px)}.print-choice-block{position:relative;display:flex;min-width:0;min-height:300px;flex-direction:column;align-items:stretch;gap:16px;padding:22px;border:1px solid #ded5c9;border-radius:18px;background:rgba(255,255,255,.76);color:var(--shop-navy);box-shadow:0 9px 24px rgba(14,48,66,.08);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}button.print-choice-block{width:100%;border:1px solid var(--shop-line);color:inherit;font:inherit;text-align:left;cursor:pointer}.print-choice-block:hover{transform:translateY(-3px);border-color:rgba(242,90,27,.48);box-shadow:0 14px 30px rgba(14,48,66,.12)}.print-choice-block-process{background:linear-gradient(135deg,rgba(242,90,27,.08),rgba(255,255,255,.9) 55%,rgba(0,79,87,.08))}.print-choice-block-articles{background:linear-gradient(135deg,rgba(226,239,214,.86),rgba(255,255,255,.92) 58%,rgba(0,79,87,.07))}.print-choice-cta,.print-choice-grid,.print-choice-heading{position:relative;z-index:1}.print-choice-heading{max-width:none}.print-choice-heading .micro-title{margin-bottom:5px;color:var(--shop-orange);font-size:9px}.print-choice-heading h2{margin:0;color:var(--shop-navy);font-family:Georgia,Times New Roman,serif;font-size:clamp(23px,2vw,29px);font-weight:700;letter-spacing:-.6px}.print-choice-heading>p:last-child{margin:4px 0 0;color:var(--shop-muted);font-size:12px;line-height:1.4}.print-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.print-choice-card{min-height:70px;padding:11px 12px;border:1px solid #d7e1df;border-radius:11px;background:#f3f7f6}.print-choice-card.full{border-color:#d7df93;background:#f8fadf}.print-choice-card h3{margin:0 0 4px;color:var(--shop-teal);font-size:16px}.print-choice-card p{margin:0;color:var(--shop-navy);font-size:11px;font-weight:700;line-height:1.35}.print-choice-cta{display:inline-flex;width:fit-content;min-height:34px;align-items:center;gap:7px;border-radius:8px;border:1px solid rgba(242,90,27,.42);padding:0 11px;color:var(--shop-orange);font-size:11px;font-weight:900;white-space:nowrap;margin-top:auto;align-self:flex-start}.process-choice-play{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--shop-teal);color:#fff;font-size:17px;box-shadow:0 8px 18px rgba(0,79,87,.2)}.articles-choice-topics{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}.articles-choice-topics span{border:1px solid rgba(0,79,87,.2);border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.62);color:var(--shop-teal);font-size:11px;font-weight:800}.launch-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;color:var(--shop-muted);font-size:12px}.launch-breadcrumbs a{color:var(--shop-teal);font-weight:800}.launch-lead{max-width:860px;color:#40545d;font-size:18px;line-height:1.7}.launch-guide-grid,.launch-link-grid,.print-use-cases{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.launch-guide-card,.launch-link-card{border:1px solid var(--shop-line);border-radius:16px;background:#fff;padding:22px}.launch-guide-card h2,.launch-guide-card h3,.print-use-card h2,.print-use-card h3{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:24px}.launch-guide-card p,.print-use-card p{margin:0;color:var(--shop-muted);line-height:1.65}.launch-section{margin-top:30px;scroll-margin-top:24px}.launch-section>h2{margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3vw,39px)}.launch-checklist{display:grid;gap:10px;padding:0;list-style:none}.launch-checklist li{border-left:4px solid var(--shop-lime);background:#fff;padding:12px 15px;color:#40545d;line-height:1.55}.variant-comparison{width:100%;margin-top:22px;border-collapse:collapse;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 0 0 1px var(--shop-line)}.variant-comparison td,.variant-comparison th{padding:15px;border-bottom:1px solid var(--shop-line);text-align:left;vertical-align:top}.variant-comparison th{background:#0b5260;color:#fff}.variant-comparison th:first-child{background:#123b4a}.variant-comparison td:first-child{width:28%;color:var(--shop-ink);font-weight:900}.print-use-card{border:1px solid var(--shop-line);border-radius:16px;background:#fff;padding:22px}.print-use-card.eco{border-top:6px solid #56676f}.print-use-card.full{border-top:6px solid var(--shop-orange)}.launch-link-card{display:grid;min-height:120px;align-content:center;color:var(--shop-ink);transition:transform .2s ease,border-color .2s ease}.launch-link-card:hover{transform:translateY(-3px);border-color:var(--shop-orange)}.launch-link-card strong{font-family:Georgia,Times New Roman,serif;font-size:22px}.launch-link-card span{margin-top:6px;color:var(--shop-muted);line-height:1.45}.launch-video-frame{width:min(960px,100%);margin:0 auto clamp(36px,5vw,64px);aspect-ratio:16/9;border:1px solid var(--shop-line);border-radius:18px;overflow:hidden;background:#000}.launch-video{width:100%;height:100%;display:block}@media (max-width:1040px){.print-choice-section{grid-template-columns:repeat(2,minmax(0,1fr))}.print-choice-block-variants{grid-column:span 2}}@media (max-width:720px){.store-hero{min-height:500px}.hero-panel{padding-top:52px;padding-bottom:96px}.print-choice-section{grid-template-columns:1fr;width:min(100% - 24px,620px);margin-top:12px}.print-choice-block{padding:16px;border-radius:14px}.print-choice-block-variants{grid-column:auto}.launch-guide-grid,.launch-link-grid,.print-use-cases{grid-template-columns:1fr}.print-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.print-choice-card{min-height:0}.hero-panel,.inner-page,.inner-page>*,.launch-guide-grid>*,.launch-link-grid>*,.print-use-cases>*{min-width:0}.inner-page>h1{font-size:clamp(34px,10vw,44px);letter-spacing:-1.5px;line-height:1.04}.hero-description,.inner-page>h1,.launch-guide-card,.launch-lead,.launch-link-card,.print-use-card{max-width:100%;overflow-wrap:break-word}.variant-comparison{font-size:12px}.variant-comparison td,.variant-comparison th{padding:10px 8px}}@media (max-width:420px){.print-choice-cta{width:100%;justify-content:center}.print-choice-grid{grid-template-columns:1fr}.variant-comparison{display:block;overflow-x:auto}}.analytics-consent{position:fixed;z-index:1000;right:24px;bottom:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;width:min(720px,calc(100vw - 48px));padding:22px;border:2px solid #171713;border-radius:18px;background:#fff8e8;color:#171713;box-shadow:8px 8px 0 #171713}.analytics-consent strong{font-size:1.05rem}.analytics-consent p{margin:7px 0 0;line-height:1.45}.analytics-consent a{color:inherit;font-weight:700}.analytics-consent__actions{display:flex;align-items:center;gap:10px}.analytics-consent button{min-height:44px;padding:0 17px;border:2px solid #171713;border-radius:999px;color:#171713;font:inherit;font-weight:800;cursor:pointer}.analytics-consent__decline{background:transparent}.analytics-consent__accept{background:#ffd63d}@media (max-width:680px){.analytics-consent{right:12px;bottom:12px;grid-template-columns:1fr;gap:16px;width:calc(100vw - 24px);padding:18px;box-shadow:5px 5px 0 #171713}.analytics-consent__actions{justify-content:stretch}.analytics-consent button{flex:1 1}}