html { scroll-behavior: smooth; }

.collection-seo-page { display: block; width: 100%; padding: 10px 0 0px; }
.container-seo { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.container-seo__inner { max-width: 1290px; margin: 0 auto; }

.seo-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: all .2s ease; border: none; cursor: pointer; }
.seo-btn--primary { background: #e53935; color: #fff; }
.seo-btn--primary:hover { background: #c62025; transform: translateY(-1px); }
.seo-btn--outline { background: #fff; color: #222; border: 1px solid #ddd; }
.seo-btn--outline:hover { border-color: #e53935; color: #e53935; transform: translateY(-1px); }
.seo-btn--small { padding: 10px 16px; font-size: 13px; }

.seo-section-title { margin-bottom: 18px; }
.seo-section-title h2 { margin: 0 0 8px; font-size: 34px; font-weight: 800; color: #111; text-transform: uppercase; }
.seo-section-title h2 span { color: #e53935; }
.seo-section-title p { margin: 0; color: #666; font-size: 15px; line-height: 1.6; }

.seo-badge { position: absolute; top: 12px; left: 12px; background: #e53935; color: #fff; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; z-index: 2; }

.seo-hero { display: flex; flex-wrap: wrap; position: relative; background: radial-gradient(circle at top left, rgba(255, 120, 120, .12) 0%, transparent 28%), radial-gradient(circle at right center, rgba(255, 200, 120, .14) 0%, transparent 24%), linear-gradient(135deg, #fffaf2 0%, #fff5e8 48%, #fff9f4 100%); border: 1px solid #f5d9c9; border-radius: 28px; overflow: hidden; box-shadow: 0 14px 34px rgba(223, 124, 74, .10); margin-bottom: 20px; }
.seo-hero:before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 5px; border-radius: 0 0 14px 14px; background: linear-gradient(90deg, #ffb36a 0%, #ff6a5a 42%, #ff4747 72%, #ff9a63 100%); box-shadow: 0 0 18px rgba(255, 106, 90, .22); z-index: 3; }
.seo-hero__content { width: 50%; padding: 48px 44px 42px; position: relative; z-index: 2; }
.seo-hero__media { width: 50%; min-height: 480px; padding: 18px 18px 18px 0; position: relative; z-index: 2; }
.seo-hero__badge { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 999px; background: linear-gradient(180deg, #fff7ef 0%, #fff0e3 100%); border: 1px solid #ffd5bf; color: #f04e3e; font-size: 13px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; margin-bottom: 18px; box-shadow: 0 6px 14px rgba(255, 125, 84, .10); }
.seo-hero__title { font-size: 48px; line-height: 1.08; margin: 0 0 20px; font-weight: 900; text-transform: uppercase; letter-spacing: -.8px; color: #f23636; }
.seo-hero__title:after { content: ""; display: block; width: 92px; height: 4px; margin-top: 14px; border-radius: 999px; background: linear-gradient(90deg, #ffb36a 0%, #ff4b4b 100%); box-shadow: 0 0 12px rgba(255, 106, 90, .18); }
.seo-hero__desc { font-size: 17px; line-height: 1.75; color: #6b5c52; margin-bottom: 20px; text-align: justify; text-justify: inter-word; }
.seo-hero__list { display: flex; flex-wrap: wrap; margin: 0 -8px 20px; }
.seo-hero__item { width: 50%; padding: 8px; font-size: 14px; font-weight: 700; color: #3f372f; }
.seo-hero__item:before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; margin-right: 8px; border-radius: 50%; background: linear-gradient(180deg, #ffe39a 0%, #ffc86a 100%); color: #9d3d18; font-size: 12px; font-weight: 900; box-shadow: 0 4px 10px rgba(255, 180, 90, .16); }
.seo-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 800; transition: all .28s cubic-bezier(.22, .61, .36, 1); }
.seo-btn--primary { background: linear-gradient(180deg, #ff5f52 0%, #f23636 100%); color: #fff; box-shadow: 0 12px 24px rgba(242, 54, 54, .18); }
.seo-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(242, 54, 54, .24); color: #fff; }
.seo-btn--outline { background: #fff; border: 1px solid #f4cdbd; color: #56473d; box-shadow: 0 8px 16px rgba(226, 145, 92, .08); }
.seo-btn--outline:hover { background: #fff7f2; border-color: #f04e3e; color: #f04e3e; }
.seo-hero__image { height: 100%; min-height: 440px; border-radius: 22px; position: relative; overflow: hidden; border: 1px solid #f3d7c7; box-shadow: 0 14px 28px rgba(216, 138, 89, .12); isolation: isolate; transform: translateZ(0); }
.seo-hero__image:before { content: ""; position: absolute; inset: 0; background-image: inherit; background-size: cover; background-position: center center; background-repeat: no-repeat; transform: scale(1); transform-origin: center center; transition: transform 1.35s cubic-bezier(.16, 1, .3, 1), filter .9s ease; will-change: transform; z-index: 0; }
.seo-hero__image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(0,0,0,.04) 100%), linear-gradient(135deg, rgba(255, 140, 100, .08) 0%, transparent 45%); opacity: .9; transition: opacity .8s ease; z-index: 1; pointer-events: none; }
.seo-hero__media:hover .seo-hero__image:before { transform: scale(1.065); }
.seo-hero__media:hover .seo-hero__image:after { opacity: 1; }
.seo-hero__pricebox { position: absolute; left: 22px; top: 22px; background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,247,238,.94) 100%); border: 1px solid #ffd7c5; border-radius: 18px; padding: 14px 18px; box-shadow: 0 12px 20px rgba(218, 137, 88, .14); z-index: 2; transition: transform .45s cubic-bezier(.22, .61, .36, 1), box-shadow .45s ease; }
.seo-hero__media:hover .seo-hero__pricebox { transform: translateY(-2px); box-shadow: 0 16px 24px rgba(218, 137, 88, .16); }
.seo-hero__pricebox span { display: block; font-size: 12px; font-weight: 800; color: #8f7565; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .45px; }
.seo-hero__pricebox strong { font-size: 32px; font-weight: 900; line-height: 1; color: #f23636; }

.seo-usp { margin-bottom: 20px; }
.seo-usp__grid { display: flex; flex-wrap: wrap; gap: 16px; }
.seo-usp__item { flex: 1; min-width: 220px; padding: 26px 18px; background: #fff; border-radius: 20px; box-shadow: 0 8px 24px rgba(0,0,0,.05); text-align: center; border: 1px solid #f0f0f0; opacity: 0; transform: translateY(28px); transition: opacity .5s ease, transform .5s ease, box-shadow .25s ease; }
.seo-usp__item.is-visible { opacity: 1; transform: translateY(0); }
.seo-usp__item:hover { box-shadow: 0 14px 36px rgba(229,57,53,.12); transform: translateY(-4px); }
.seo-usp__item.is-visible:hover { transform: translateY(-4px); }
.seo-usp__icon { width: 64px; height: 64px; line-height: 64px; background: #fff1f1; color: #e53935; border-radius: 16px; margin: 0 auto 14px; font-weight: 800; font-size: 20px; transition: transform .3s ease, background .3s ease; }
.seo-usp__item:hover .seo-usp__icon { background: #e53935; color: #fff; transform: scale(1.1) rotate(-4deg); }
.seo-usp__item h3 { font-size: 20px; margin: 0 0 10px; color: #111; }
.seo-usp__item p { margin: 0; font-size: 14px; line-height: 1.6; color: #666; }

.seo-featured__mobile-track { display: none; }
.seo-featured__desktop { display: block; }

.seo-articles, .seo-videos, .seo-product-listing, .seo-readmore { background: #fff; border-radius: 24px; padding: 20px; box-shadow: 0 8px 30px rgba(0,0,0,.05); margin-bottom: 20px; }

.seo-featured { position: relative; background: linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%); border: 1px solid #e3eaf3; border-radius: 28px; padding: 24px 20px 0px; box-shadow: 0 12px 30px rgba(25, 46, 82, .05); margin-bottom: 20px; }
.seo-featured:before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 4px; border-radius: 0 0 12px 12px; background: linear-gradient(90deg, #274472 0%, #3e649f 55%, #7da2d6 100%); box-shadow: 0 0 14px rgba(46, 84, 146, .14); }
.seo-featured__head, .seo-featured__header, .seo-featured__title-wrap { position: relative; z-index: 2; }
.seo-featured h2, .seo-featured__title { color: #1d3258; font-weight: 800; letter-spacing: -.3px; }
.seo-featured p, .seo-featured__desc { color: #6a7890; }
.seo-featured__wrap { position: relative; }
.seo-featured__slide { display: block; }
.seo-featured__slide.is-hidden { display: none; }
.seo-featured__row { display: flex; flex-wrap: nowrap; margin: 0 -9px 18px; }
.seo-product-card { flex: 0 0 25%; width: 25%; padding: 0 5px; }
.seo-featured__nav { display: none; justify-content: center; align-items: center; gap: 12px; margin-top: -5px; margin-bottom: 10px; }
.seo-featured--has-slider .seo-featured__nav { display: flex; }
.seo-featured__arrow { display: none !important; }
.seo-featured__dots { display: flex; gap: 10px; align-items: center; }
.seo-featured__dot { width: 36px; height: 10px; border-radius: 99px; background: #ddd; cursor: pointer; transition: background .2s, width .2s; }
.seo-featured__dot.is-active { background: #e53935; width: 56px; }

.seo-product-card__img { display: block; position: relative; background: linear-gradient(180deg, #f9fbff 0%, #eef3fa 100%); border: 1px solid #e7edf6; border-bottom: none; border-radius: 16px 16px 0 0; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.seo-product-card__img:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(18, 36, 68, .03) 100%); pointer-events: none; }
.seo-product-card__img img { display: block; width: 100%; height: auto; transition: transform .8s cubic-bezier(.22, .61, .36, 1); }
.seo-product-card:hover .seo-product-card__img img { transform: scale(1.045); }
.seo-product-card__body { background: #fff; border: 1px solid #e7edf6; border-top: none; border-radius: 0 0 16px 16px; padding: 12px 12px 14px; box-shadow: 0 10px 22px rgba(26, 45, 78, .05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.seo-product-card:hover .seo-product-card__body { transform: translateY(-2px); border-color: #d7e2f1; box-shadow: 0 14px 28px rgba(26, 45, 78, .08); }
.seo-product-card__body h3 { font-size: 18px; line-height: 1.4; margin: 0 0 8px; min-height: 56px; font-weight: 700; }
.seo-product-card__body h3 a { color: #1e2f4d; text-decoration: none; transition: color .2s ease; }
.seo-product-card__body h3 a:hover { color: #315496; }
.seo-product-card__meta { font-size: 14px; color: #69788f; min-height: 44px; margin-bottom: 10px; line-height: 1.55; }
.seo-product-card__price { font-size: 20px; color: #1f3f77; font-weight: 800; margin-bottom: 14px; letter-spacing: -.2px; }
.seo-product-card__price:before { content: "💰"; display: inline-block; margin-right: 5px; font-size: 18px; vertical-align: middle; transform: translateY(-1px); }
.seo-product-card__actions { display: flex; align-items: center; gap: 10px; }
.seo-product-card__actions .seo-btn { min-width: 0; justify-content: center; text-align: center; font-size: 14px; white-space: nowrap; padding-left: 10px; padding-right: 10px; }
.seo-product-card__actions .seo-btn--primary { flex: 0 0 calc(66.666% - 5px); max-width: calc(66.666% - 5px); }
.seo-product-card__btn--desktop { flex: 0 0 calc(33.333% - 5px); max-width: calc(33.333% - 5px); background: #fff; border: 1px solid #ffd4cf; color: #e53935; box-shadow: none; font-size: 13px; }
.seo-product-card__btn--desktop:hover { background: #fff5f4; border-color: #ffb1a8; color: #d62f2b; }

.seo-banner-cta { margin-bottom: 20px; }
.seo-banner-cta__content { display: flex; flex-wrap: wrap; background: linear-gradient(135deg,#161616,#2b2b2b); border-radius: 24px; overflow: hidden; }
.seo-banner-cta__text { width: 42%; padding: 40px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.seo-banner-cta__text h2 { margin: 0 0 12px; font-size: 40px; font-weight: 800; text-transform: uppercase; }
.seo-banner-cta__text p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.85); margin: 0 0 20px; text-align: justify; text-justify: inter-word; }
.seo-banner-cta__image { width: 58%; min-height: 320px; background-size: 100%; background-position: center; background-repeat: no-repeat; transition: background-size .95s cubic-bezier(.22,.61,.36,1), transform .95s cubic-bezier(.22,.61,.36,1); will-change: background-size, transform; backface-visibility: hidden; transform: translateZ(0); }
.seo-banner-cta__content:hover .seo-banner-cta__image { background-size: 106%; transform: scale(1.01); }

.seo-articles__wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.seo-article-main { width: 52%; }
.seo-article-main > a { display: block; background: #111; border-radius: 22px; overflow: hidden; color: #fff; text-decoration: none; height: 100%; }
.seo-article-main__image { height: 360px; background-size: contain; background-repeat: round; }
.seo-article-main__content { padding: 22px; }
.seo-article-main__content h3 { font-size: 30px; line-height: 1.35; margin: 0 0 10px; font-weight: 800; }
.seo-article-main__content p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.86); margin: 0; }
.seo-article-list { width: calc(48% - 20px); display: flex; flex-direction: column; gap: 10px; }
.seo-article-item > a { display: flex; background: #fafafa; border: 1px solid #eee; border-radius: 18px; overflow: hidden; text-decoration: none; color: #111; height: 100%; transition: box-shadow .2s; }
.seo-article-item > a:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.seo-article-item__thumb { width: 200px; min-width: 200px; background-size: contain; background-repeat: round; }
.seo-article-item__info { padding: 12px 14px; }
.seo-article-item__info h4 { font-size: 16px; line-height: 1.4; margin: 0 0 6px; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.seo-article-item__info p { margin: 0; font-size: 13px; line-height: 1.5; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.seo-article-tag { display: inline-block; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: #fff1f1; color: #e53935; font-size: 12px; font-weight: 700; }

.seo-video-grid { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.seo-video-card { display: block; width: 25%; padding: 0 8px; margin-bottom: 16px; text-decoration: none; }
.seo-video-card__thumb { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 16/9; background-size: cover; background-position: center; transition: transform .3s; }
.seo-video-card:hover .seo-video-card__thumb { transform: scale(1.02); }
.seo-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; background: rgba(229,57,53,.92); color: #fff; font-size: 24px; font-weight: 700; transition: background .2s; }
.seo-video-card:hover .seo-video-play { background: #c62025; }
.seo-video-card__title { font-size: 18px; font-weight: 700; line-height: 1.5; color: #111; margin-top: 12px; }

.seo-product-listing__top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; gap: 16px; }
.seo-product-listing__title h2 { margin: 0 0 8px; font-size: 34px; font-weight: 800; color: #111; text-transform: uppercase; }
.seo-product-listing__title p { margin: 0; color: #666; font-size: 15px; }
.seo-product-grid { display: flex; flex-wrap: wrap; }
.seo-empty { width: 100%; text-align: center; padding: 30px 15px; font-size: 16px; color: #666; }
.seo-pagination { margin-top: 20px; }

.browse-tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.browse-tags span { font-size: 14px; color: #444; font-weight: 600; }
.custom-dropdown__select { height: 42px; padding: 0 14px; border: 1px solid #ddd; border-radius: 999px; background: #fff; font-size: 14px; color: #333; outline: none; cursor: pointer; transition: border-color .18s; }
.custom-dropdown__select:hover, .custom-dropdown__select:focus { border-color: #e53935; }

.seo-readmore__body { position: relative; overflow: visible; }
.seo-readmore__content { font-size: 15px; line-height: 1.85; color: #555; max-height: 120px; overflow: hidden; transition: max-height .5s cubic-bezier(.4,0,.2,1); }
.seo-readmore__content.is-expanded { max-height: 10000px; overflow: visible; }
.seo-readmore__content h2 { font-size: 22px; font-weight: 700; color: #111; margin: 18px 0 8px; text-transform: uppercase; }
.seo-readmore__content h3 { font-size: 18px; font-weight: 700; color: #222; margin: 14px 0 6px; }
.seo-readmore__content p { margin-bottom: 12px; }
.seo-readmore__content ul, .seo-readmore__content ol { padding-left: 20px; margin-bottom: 12px; }
.seo-readmore__content li { margin-bottom: 6px; }
.seo-readmore__content a { color: #e53935; text-decoration: none; pointer-events: auto; position: relative; z-index: 3; }
.seo-readmore__content a:hover { text-decoration: underline; }
.seo-readmore__fade { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(transparent, #fff); pointer-events: none; opacity: 1; transition: opacity .4s; }
.seo-readmore__fade.is-hidden { opacity: 0; visibility: hidden; }
.seo-readmore__actions { margin-top: 16px; }
.seo-readmore__btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border: 2px solid #e53935; border-radius: 999px; background: transparent; color: #e53935; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; }
.seo-readmore__btn:hover { background: #e53935; color: #fff; }
.seo-readmore__btn-icon { transition: transform .35s cubic-bezier(.4,0,.2,1); }
.seo-readmore__btn.is-expanded .seo-readmore__btn-icon { transform: rotate(180deg); }