.smart-content-view{width:100%}.canvas{width:100%}.canvas__content{width:100%}.component-wrapper{position:relative;transition:all .2s}.component-wrapper--selected{outline:3px solid #1976d2;outline-offset:-1px}.component-wrapper>*{height:100%}.canvas__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#999}.canvas__empty p{margin-bottom:20px;font-size:16px}.canvas__add-button{display:flex;justify-content:center;margin:30px 0}.btn-add-component{padding:12px 24px;background:#1976d2;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-add-component:hover{background:#1565c0}.btn{display:inline-block;padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:500;transition:all .2s}.btn--primary{background:#1976d2;color:#fff}.btn--primary:hover{background:#1565c0}.btn--secondary{background:#757575;color:#fff}.btn--secondary:hover{background:#616161}.btn--outline{background:rgba(0,0,0,0);border:2px solid #1976d2;color:#1976d2}.btn--outline:hover{background:#1976d2;color:#fff}.smart-content-view{--black: #030303;--dark: #1a1a1a;--body: #5d5d5d;--label: #a9a9a9;--border: #e7e7e7;--bg-light: #f7f7f7;--white: #ffffff;--accent: #2d6a4f;--accent-light: #d8f3dc;font-family:"Open Sans",sans-serif}.smart-content-view .section-label{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var(--label);margin-bottom:16px}
.smart-content-view .default-text{margin-bottom:1em}.smart-content-view .default-text p{margin-bottom:1em;line-height:inherit}
.smart-content-view .heading-2{font-size:clamp(32px,4vw,52px);font-weight:500;color:var(--black);line-height:1.25;margin-bottom:1em;text-align:left}.smart-content-view .heading-3{font-size:clamp(24px,3vw,32px);font-weight:600;color:var(--black);margin-bottom:1em}
.smart-content-view .full-image{width:100%;height:420px;margin:0;background-size:cover;background-position:center;background-attachment:fixed}@supports(-webkit-touch-callout: none){.smart-content-view .full-image{background-attachment:scroll}}.smart-content-view .full-image-overlay{width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));display:flex;align-items:flex-end;padding:48px 0}.smart-content-view .full-image-overlay .overlay-inner{max-width:1440px;width:100%;margin:0 auto;padding:0 64px}.smart-content-view .full-image-overlay p{color:#fff;font-size:28px;font-weight:500;max-width:600px;line-height:1.4;margin:0}@media(max-width: 900px){.smart-content-view .full-image-overlay .overlay-inner{padding:0 24px}}
.smart-content-view .articles{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}.smart-content-view .articles .item{background:var(--white);border-radius:12px;padding:28px 32px;display:flex;flex-direction:column;gap:10px;transition:transform .25s,box-shadow .25s;text-decoration:none}.smart-content-view .articles .item:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.06)}.smart-content-view .articles img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:16px;display:block}.smart-content-view .articles .item__tag{display:inline-block;padding:4px 12px;background:var(--accent-light);color:var(--accent);border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:fit-content}.smart-content-view .articles .item__title{font-size:18px;font-weight:600;color:var(--black);line-height:1.3}.smart-content-view .articles .item__desc{font-size:15px;line-height:1.55;color:var(--body)}@media(max-width: 768px){.smart-content-view .articles{grid-template-columns:1fr}.smart-content-view .articles .item{padding:20px}}
.smart-content-view .button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--white);color:var(--black);border:2px solid var(--black);border-radius:40px;font-size:16px;font-weight:500;text-decoration:none;transition:all .25s;cursor:pointer}.smart-content-view .button.filled{background:var(--black);color:var(--white);border-color:var(--black)}.smart-content-view .button.filled:hover{background:#333}
.smart-content-view .card{border-radius:12px;padding:32px 24px;background:#fff}.smart-content-view .card--center{text-align:center}.smart-content-view .card .card__title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px;color:var(--accent)}.smart-content-view .card p{font-size:15px;line-height:1.5;color:var(--body)}.smart-content-view .card .card__number{width:56px;height:56px;border-radius:50%;border:2px solid hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--white);margin:0 auto 20px;letter-spacing:-0.5px}
.smart-content-view .grid{display:grid;grid-template-columns:repeat(var(--cols), 1fr);gap:24px}@media(max-width: 992px){.smart-content-view .grid{grid-template-columns:repeat(min(2, var(--cols)), 1fr)}}@media(max-width: 768px){.smart-content-view .grid{grid-template-columns:1fr}}
.smart-content-view .hero{display:flex;align-items:center;gap:64px;margin-bottom:100px}.smart-content-view .hero .title{font-family:inherit;text-align:left;font-size:clamp(41px,5.95vw,85px);line-height:1.15;font-weight:700;margin-bottom:24px;max-width:700px;color:var(--black)}.smart-content-view .hero .perex{font-size:22px;line-height:1.5;color:var(--body);max-width:580px;margin-bottom:32px}.smart-content-view .hero .hero-content{flex:1}.smart-content-view .hero .hero-image{flex:1;height:520px;border-radius:12px;background-size:cover;background-position:center;box-shadow:0 20px 60px rgba(0,0,0,.08)}.smart-content-view .hero .cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:var(--white);color:var(--black);border:2px solid var(--black);border-radius:40px;font-size:16px;font-weight:500;text-decoration:none;transition:all .25s;cursor:pointer}.smart-content-view .hero .cta-btn:hover{background:var(--black);color:var(--white)}.smart-content-view .hero .cta-btn.filled{background:var(--black);color:var(--white);border-color:var(--black)}.smart-content-view .hero .cta-btn.filled:hover{background:#333}@media(max-width: 992px){.smart-content-view .hero{flex-direction:column;min-height:auto;margin-bottom:60px}.smart-content-view .hero .hero-image{width:100%;height:300px;flex:none;border-radius:12px}}
.smart-content-view .list.default{list-style-type:none;padding:0;margin:0}.smart-content-view .list.default li{display:flex;align-items:baseline;font-size:17px;line-height:1.5;color:var(--body);margin-bottom:.5em}.smart-content-view .list.default li:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--accent);margin-top:8px;flex-shrink:0;margin-right:14px}.smart-content-view .list.lined li{border-bottom:1px solid var(--border);padding-top:1em;padding-bottom:1em}.smart-content-view .list.lined li:first-child{border-top:1px solid var(--border)}
.smart-content-view .c-note{border-left:solid 4px #6c4c8a;background-color:#f0eaf7;padding:2em;font-size:15px;line-height:1.55;margin:2em 0}.smart-content-view .c-note p{margin-bottom:1em}.smart-content-view .c-note p:last-child{margin-bottom:0}.smart-content-view .c-note b,.smart-content-view .c-note strong{color:#6c4c8a}
.smart-content-view .product-reviews .review{background:var(--bg-light);border-radius:12px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.smart-content-view .product-reviews .review blockquote{font-size:16px;line-height:1.6;color:var(--body);font-style:italic;margin-bottom:16px}.smart-content-view .product-reviews .review .stars{height:28px;display:flex;align-items:center;margin-bottom:12px}.smart-content-view .product-reviews .review__top{flex:1}.smart-content-view .product-reviews .review__meta{margin-top:16px;display:flex;flex-direction:column;gap:6px}.smart-content-view .product-reviews .review__author{font-size:14px;font-weight:600;color:var(--black)}.smart-content-view .product-reviews .review__product{font-size:13px;font-weight:500;color:var(--accent);text-decoration:none;letter-spacing:.3px;display:inline-flex;align-items:baseline;gap:4px}.smart-content-view .product-reviews .review__product:before{content:"→";font-size:12px}
.smart-content-view .slider{overflow:hidden;position:relative;margin-top:48px}.smart-content-view .slider .items{display:flex;gap:var(--gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.smart-content-view .slider .items>*{flex:0 0 var(--item-width)}.smart-content-view .slider-controls{display:flex;align-items:center;gap:16px;margin-top:32px}.smart-content-view .slider-controls .slider-btn{width:44px;height:44px;border-radius:50%;border:2px solid var(--border);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s;color:var(--black);flex-shrink:0}.smart-content-view .slider-controls .slider-btn:disabled{opacity:.3;cursor:default;pointer-events:none}.smart-content-view .slider-controls .slider-dots{display:flex;gap:8px}.smart-content-view .slider-controls .slider-dot{width:8px;height:8px;border-radius:50%;background:var(--border);cursor:pointer;transition:background .2s;border:none;padding:0}.smart-content-view .slider-controls .slider-dot.active{background:var(--black)}
.smart-content-view .products .product-item{margin:0}
.smart-content-view .section-default{padding-top:100px;padding-bottom:100px}.smart-content-view .section-default .section-default__title{font-size:clamp(32px,4vw,52px);font-weight:500;color:var(--black);line-height:1.25;margin-bottom:24px}.smart-content-view .section-default .section-default__desc{font-size:20px;line-height:1.65;color:var(--body);max-width:640px;margin-bottom:1em}.smart-content-view .section-default .section-default__desc strong,.smart-content-view .section-default .section-default__desc b{color:var(--white)}.smart-content-view .section-default.dark{background:var(--dark);color:var(--white)}.smart-content-view .section-default.dark .section-default__title{color:var(--white)}.smart-content-view .section-default.dark .section-default__desc{color:#ccc}.smart-content-view .section-default.dark .card{background:hsla(0,0%,100%,.08);color:#aaa}.smart-content-view .section-default.dark .card .card__title{color:var(--white)}.smart-content-view .section-default.dark .card p{color:#aaa}.smart-content-view .section-default.gray{background-color:var(--bg-light)}.smart-content-view .section-default.center .section-label,.smart-content-view .section-default.center .section-default__title,.smart-content-view .section-default.center .section-default__desc{text-align:center;margin-left:auto;margin-right:auto}.smart-content-view .section-default .grid{margin-top:48px}.smart-content-view .section-default .articles{margin-top:32px}@media(max-width: 900px){.smart-content-view .section-default{padding-top:60px;padding-bottom:60px}}
.smart-content-view .section-comparison{margin-top:100px;margin-bottom:100px}.smart-content-view .section-comparison .title{font-size:clamp(32px,4vw,52px);font-weight:500;color:var(--black);line-height:1.25;margin-bottom:24px;text-align:left}.smart-content-view .section-comparison .comparison{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px}.smart-content-view .section-comparison .compare-col{border-radius:12px;padding:40px}.smart-content-view .section-comparison .compare-col.green{background:#f0fdf4;border:2px solid #86efac}.smart-content-view .section-comparison .compare-col.gray{background:var(--bg-light);border:2px solid var(--border)}.smart-content-view .section-comparison .compare-col .col-title{font-size:18px;font-weight:600;color:var(--black);margin-bottom:24px}.smart-content-view .section-comparison .compare-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;font-size:16px;line-height:1.5;color:var(--body)}.smart-content-view .section-comparison .compare-item .icon{font-size:18px;flex-shrink:0;margin-top:2px}@media(max-width: 900px){.smart-content-view .section-comparison{margin-top:60px;margin-bottom:60px}.smart-content-view .section-comparison .comparison{grid-template-columns:1fr}}
.smart-content-view .section-two-cols{background:var(--bg-light);padding-top:100px;padding-bottom:100px}.smart-content-view .section-two-cols .top{text-align:center;max-width:700px;margin:0 auto 48px}.smart-content-view .section-two-cols .top .title{font-size:clamp(32px,4vw,52px);font-weight:500;color:var(--black);line-height:1.25;margin-bottom:16px}.smart-content-view .section-two-cols .top .desc{font-size:20px;line-height:1.65;color:var(--body);max-width:640px;margin:0 auto}.smart-content-view .section-two-cols .items{display:flex;gap:32px;margin-top:48px}.smart-content-view .section-two-cols .items .item{flex:1;position:relative;padding:24px}.smart-content-view .section-two-cols .items .item .title{font-size:18px;font-weight:600;color:var(--black);margin-bottom:8px;text-align:left}.smart-content-view .section-two-cols .items .item p{font-size:15px;line-height:1.55;color:var(--body);margin:0}@media(max-width: 900px){.smart-content-view .section-two-cols{padding-top:60px;padding-bottom:60px}.smart-content-view .section-two-cols .items{flex-direction:column}}
.smart-content-view .section-with-image{margin-top:100px;margin-bottom:100px}.smart-content-view .section-with-image .top{display:flex;gap:4rem}.smart-content-view .section-with-image .top.v-center{align-items:center}.smart-content-view .section-with-image .top>*{flex:1}.smart-content-view .section-with-image .top .img-block{border-radius:12px;background-size:cover;background-position:center;box-shadow:0 12px 40px rgba(0,0,0,.06)}.smart-content-view .section-with-image .top .img-block.fixed{height:480px}.smart-content-view .section-with-image .top .img{border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.06)}.smart-content-view .section-with-image .bottom{margin-top:3rem}.smart-content-view .section-with-image .title{font-size:clamp(32px,4vw,52px);font-weight:500;color:var(--black);line-height:1.25;margin-bottom:24px;text-align:left}.smart-content-view .section-with-image .perex,.smart-content-view .section-with-image .default-text{font-size:20px;line-height:1.65;color:var(--body);max-width:640px}.smart-content-view .section-with-image .perex strong,.smart-content-view .section-with-image .perex b,.smart-content-view .section-with-image .default-text strong,.smart-content-view .section-with-image .default-text b{color:var(--black)}.smart-content-view .section-with-image .perex p,.smart-content-view .section-with-image .default-text p{margin-bottom:1em}.smart-content-view .section-with-image .perex p:last-child,.smart-content-view .section-with-image .default-text p:last-child{margin-bottom:0}.smart-content-view .section-with-image>*{flex:1}@media(max-width: 900px){.smart-content-view .section-with-image{margin-top:60px;margin-bottom:60px}.smart-content-view .section-with-image .top{flex-direction:column}.smart-content-view .section-with-image .top .img-block{width:100%;flex:none;height:280px}.smart-content-view .section-with-image .top .img-block.fixed{height:280px}}
.smart-content-view .toc-box{padding-top:40px;padding-bottom:40px}.smart-content-view .toc-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--label);margin-bottom:20px}.smart-content-view .toc-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4, auto);grid-auto-flow:column;gap:8px 24px;counter-reset:toc;padding:0;margin:0}.smart-content-view .toc-list li{counter-increment:toc;margin:0}.smart-content-view .toc-list li a{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:var(--bg-light);text-decoration:none;color:var(--black);font-size:15px;font-weight:500;border:1px solid var(--border);transition:background .2s,color .2s,border-color .2s}.smart-content-view .toc-list li a::before{content:counter(toc, decimal-leading-zero);font-size:12px;font-weight:700;color:var(--accent);flex-shrink:0;min-width:22px}.smart-content-view .toc-list li a:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}@media(max-width: 900px){.smart-content-view .toc-list{grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row}.smart-content-view .toc-box{padding:32px 24px}}
.smart-content-view .video{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:9/16;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .25s,box-shadow .25s}.smart-content-view .video video{height:100%;width:100%;object-fit:cover}.smart-content-view .video .play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:52px;height:52px;border-radius:50%;background:hsla(0,0%,100%,.25);backdrop-filter:blur(4px);border:2px solid hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;padding-left:3px;transition:background .2s,transform .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M8 5v14l11-7z%27/%3E%3C/svg%3E");background-size:28px;background-repeat:no-repeat;background-position:center}.smart-content-view .video .overlay{position:absolute;bottom:0;left:0;right:0;padding:36px 16px 14px;background:linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);display:flex;flex-direction:row;align-items:center;gap:6px}.smart-content-view .video .label{color:#fff;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:lowercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-content-view .video .icon{width:16px;height:16px;color:#fff;opacity:.85;flex-shrink:0}.smart-content-view .video.playing .play{opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M6 19h4V5H6v14zm8-14v14h4V5h-4z%27/%3E%3C/svg%3E")}.smart-content-view .video.playing:hover .play{opacity:1;background-color:rgba(0,0,0,.35)}
.topic-page .topic-content{padding-top:32px}
