* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: #08080c;
    background: var(--page-bg, #fff5f7);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.icon {
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
}

.icon.is-rotated {
    transform: rotate(180deg);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    height: 76px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 clamp(18px, 4vw, 72px);
    background: var(--primary, #7c6df0);
    transition: transform .22s ease;
}

.site-header.is-hidden {
    transform: translateY(-100%);
}

.brand {
    justify-self: center;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .75);
    padding: 8px 18px;
    border-radius: 4px;
    line-height: 1;
}

.brand img {
    max-height: 42px;
}

.brand picture {
    display: block;
}

.brand span {
    display: block;
    font-size: clamp(16px, 2vw, 24px);
}

.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.header-nav a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 10px;
    border-radius: 8px;
}

.header-nav a:hover {
    background: rgba(255, 255, 255, .16);
}

.icon-button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    color: #111;
    background: rgba(255, 255, 255, .92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-menu {
    justify-self: start;
}

.header-search {
    justify-self: end;
    background: transparent;
}

.drawer-overlay,
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(0, 0, 0, .48);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.drawer-overlay.is-active,
.modal-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    width: min(480px, 88vw);
    background: #fff7f8;
    transform: translateX(-100%);
    transition: transform .22s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 20px 0 60px rgba(0, 0, 0, .2);
}

.drawer.is-active {
    transform: translateX(0);
}

.drawer-head {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    border-bottom: 1px solid #eadfe7;
    font-size: 32px;
}

.drawer-nav {
    padding: 24px 28px;
    display: grid;
    gap: 8px;
}

.drawer-nav a {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #111;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}

.drawer-nav .icon {
    color: #7d7d89;
    width: 28px;
    height: 28px;
}

.drawer-foot {
    margin-top: auto;
    padding: 22px 28px;
    border-top: 1px solid #eadfe7;
    color: #85808d;
}

.search-panel {
    position: fixed;
    top: 86px;
    right: clamp(16px, 4vw, 72px);
    z-index: 65;
    width: min(560px, calc(100vw - 32px));
    padding: 14px;
    background: #fff;
    border: 1px solid #eadff4;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: .18s ease;
}

.search-panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.search-panel form,
.inline-search {
    display: flex;
    gap: 10px;
}

.search-panel input,
.inline-search input {
    flex: 1;
    min-height: 48px;
    border: 1px solid #ded3e7;
    border-radius: 12px;
    padding: 0 14px;
    font: inherit;
}

body.has-modal {
    overflow: hidden;
}

.search-panel {
    inset: 0;
    top: 0;
    right: 0;
    z-index: 120;
    width: auto;
    display: grid;
    place-items: start center;
    padding: min(7vh, 72px) 18px 18px;
    background: rgba(0, 0, 0, .52);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.search-panel.is-active {
    transform: none;
}

.search-dialog {
    width: min(840px, 100%);
    overflow: hidden;
    border-radius: 12px;
    background: #fff7f8;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.search-dialog header {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    border-bottom: 1px solid #eadfe7;
}

.search-dialog h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(22px, 3vw, 28px);
}

.search-dialog h2 .icon,
.search-input-wrap .icon {
    color: var(--primary, #7c6df0);
}

.search-dialog form {
    display: block;
    padding: 22px;
}

.search-input-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 22px;
    border: 3px solid var(--primary, #7c6df0);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary, #7c6df0) 22%, transparent);
}

.search-input-wrap input {
    width: 100%;
    min-height: 70px;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 20px;
    background: transparent;
}

.search-help {
    margin: 22px;
    text-align: center;
    color: #74707c;
    font-size: 19px;
}

.search-results {
    max-height: min(48vh, 460px);
    overflow: auto;
    display: grid;
    gap: 10px;
    padding: 0 22px 24px;
}

.search-result,
.search-result-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid #eadfe7;
    border-radius: 14px;
    background: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.search-result img,
.search-result-card img,
.search-placeholder {
    width: 74px;
    height: 74px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
}

.search-result small,
.search-result-card span {
    display: block;
    color: var(--primary, #7c6df0);
    font-weight: 900;
}

.search-result strong,
.search-result-card strong {
    display: block;
    color: #111;
    font-size: 17px;
    line-height: 1.3;
}

.site-main {
    min-height: 60vh;
}

.hero {
    max-width: 1460px;
    margin: 0 auto;
    padding: clamp(64px, 7vw, 116px) clamp(20px, 4vw, 64px) clamp(42px, 5vw, 72px);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    color: var(--primary, #7c6df0);
    background: rgba(255, 255, 255, .58);
    border: 1px solid #e6d9fb;
    border-radius: 999px;
    font-weight: 800;
}

.hero h1 {
    max-width: 940px;
    margin: 30px 0 18px;
    font-size: clamp(48px, 6vw, 96px);
    line-height: .98;
    font-weight: 950;
}

.hero h1 span {
    color: var(--primary, #7c6df0);
}

.hero p {
    max-width: 760px;
    margin: 0;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.45;
}

.featured-slider,
.content-section,
.article-page,
.site-footer {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: clamp(18px, 4vw, 64px);
    padding-right: clamp(18px, 4vw, 64px);
}

.featured-slider {
    position: relative;
    min-height: min(680px, 62vw);
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.featured-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    background: #211b2d;
}

.featured-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.featured-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .82));
}

.featured-content {
    position: absolute;
    left: clamp(36px, 5vw, 72px);
    bottom: clamp(36px, 5vw, 70px);
    max-width: 980px;
    color: #fff;
}

.featured-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: #eee;
    font-weight: 800;
}

.featured-meta span {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--primary, #7c6df0);
    color: #fff;
}

.featured-content h2 {
    margin: 0 0 30px;
    max-width: 1000px;
    font-size: clamp(38px, 5.4vw, 82px);
    line-height: 1.08;
    font-weight: 950;
}

.slider-arrow,
.circle-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .76);
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .16);
}

.slider-arrow.prev {
    left: 22px;
}

.slider-arrow.next {
    right: 22px;
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 0 22px;
    border: 1px solid transparent;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.button-white {
    color: #111;
    background: #fff;
}

.button-primary {
    color: #fff;
    background: var(--primary, #7c6df0);
}

.button-buy {
    color: #111;
    background: var(--accent, #ffd51f);
    box-shadow: 0 8px 18px rgba(206, 153, 0, .24);
}

.button-outline {
    color: #101014;
    background: transparent;
    border-color: #e2d8ef;
}

.content-section {
    padding-top: 76px;
    padding-bottom: 44px;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e7dce7;
    padding-bottom: 22px;
    margin-bottom: 34px;
}

.section-head h2,
.related-section h2,
.faq-section h2,
.experts-section h2,
.product-featured h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
    font-weight: 950;
}

.section-head h2 .icon {
    color: var(--primary, #7c6df0);
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.post-card {
    min-height: 520px;
    overflow: hidden;
    border: 1px solid #e5d8ea;
    border-radius: 24px;
    background: rgba(255, 255, 255, .55);
    box-shadow: 0 4px 18px rgba(91, 67, 115, .08);
}

.post-card-image {
    position: relative;
    height: 300px;
    display: block;
    background: #fff;
    overflow: hidden;
}

.post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-tag {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 247, 248, .92);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    font-weight: 900;
}

.post-card-body {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.date-line,
.article-meta,
.review-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    font-weight: 800;
}

.post-card h3 {
    margin: 20px 0 26px;
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.22;
    font-weight: 950;
}

.post-card h3 a {
    text-decoration: none;
}

.text-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary, #7c6df0);
    font-weight: 950;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-top: 54px;
    color: #667085;
    font-weight: 800;
}

.page-button {
    min-width: 128px;
    min-height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #d8e2ec;
    border-radius: 10px;
    color: #233044;
    background: #fff;
    text-decoration: none;
}

.site-footer {
    padding-top: 86px;
    padding-bottom: 46px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 70px;
    padding-bottom: 54px;
    border-bottom: 1px solid #eadfe7;
}

.site-footer h2 {
    font-size: 32px;
    margin: 0 0 18px;
}

.site-footer h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.site-footer a {
    display: block;
    margin-bottom: 14px;
    color: #7f7b89;
    text-decoration: none;
}

.site-footer p,
.site-footer blockquote {
    color: #7f7b89;
    line-height: 1.7;
}

.site-footer blockquote {
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 3px solid #ddd2fb;
}

.social-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.social-links a {
    min-width: 52px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #eadfe7;
    border-radius: 14px;
    background: rgba(255, 255, 255, .45);
}

.footer-disclaimer {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid #eadfe7;
    border-radius: 16px;
    background: rgba(255, 255, 255, .34);
}

.copyright {
    margin-top: 34px;
    font-weight: 800;
}

.narrow-page,
.article-page {
    max-width: 1280px;
    margin: 0 auto;
    width: min(100%, 1280px);
}

.narrow-page {
    padding: 72px clamp(20px, 4vw, 64px);
}

.article-header {
    padding: 56px 0 70px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    color: #807a8d;
}

.breadcrumb a {
    color: #807a8d;
    text-decoration: none;
}

.article-header h1 {
    max-width: 1120px;
    margin: 0 0 28px;
    font-size: clamp(42px, 5.5vw, 78px);
    line-height: 1.04;
    font-weight: 950;
}

.author-line img {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
}

.article-meta {
    gap: 12px 20px;
}

.author-line,
.article-meta > span:not(.author-line) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.author-line {
    min-width: 0;
}

.article-meta-author {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.article-meta-author img {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
    flex: 0 0 auto;
}

.article-meta-author > div {
    display: grid;
    gap: 3px;
}

.article-meta-author strong {
    font-size: 18px;
    line-height: 1.2;
}

.article-meta-author span {
    color: #342e3a;
    font-weight: 700;
}

.product-featured {
    padding: 28px 0 60px;
}

.product-carousel {
    position: relative;
    margin-top: 34px;
    border: 3px solid #e1d8ff;
    border-radius: 34px;
    padding: 52px 74px;
    background: rgba(255, 255, 255, .28);
    box-shadow: 0 10px 30px rgba(91, 67, 115, .05);
    overflow: hidden;
}

.product-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, calc((100% - 108px) / 4));
    gap: 36px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    min-width: 0;
}

.product-strip::-webkit-scrollbar {
    display: none;
}

.mini-product {
    scroll-snap-align: center;
    text-align: center;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.mini-product img,
.product-placeholder {
    width: 230px;
    height: 230px;
    margin: 0 auto 22px;
    border: 8px solid #e3e5fb;
    border-radius: 999px;
    object-fit: contain;
    background: #fff;
}

.product-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 26px;
    font-weight: 900;
}

.mini-product h3 {
    min-height: 64px;
    margin: 0 0 22px;
    color: #2f80ff;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: underline;
}

.mini-product h3 a,
.review-info h3 a {
    color: inherit;
}

.mini-product-actions {
    margin-top: auto;
    display: grid;
    gap: 8px;
    width: min(100%, 260px);
}

.mini-product .button {
    width: 100%;
}

.product-carousel .circle-nav {
    top: 50%;
}

.product-carousel .circle-nav:first-child {
    left: 14px;
    transform: translateY(-50%);
}

.product-carousel .circle-nav:last-child {
    right: 14px;
    transform: translateY(-50%);
}

.toc-card {
    margin: 48px 0 80px;
    border: 1px solid #e0d5ef;
    border-radius: 16px;
    background: rgba(255, 255, 255, .32);
    box-shadow: 0 5px 15px rgba(91, 67, 115, .07);
}

.toc-toggle {
    width: 100%;
    min-height: 100px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    font: inherit;
    font-size: 34px;
    font-weight: 950;
    cursor: pointer;
}

.toc-body {
    display: grid;
    gap: 22px;
    padding: 28px 32px 34px;
    border-top: 1px solid #e0d5ef;
}

.toc-body.is-collapsed {
    display: none;
}

.toc-body a,
.toc-body a:visited {
    color: var(--primary, #7c6df0);
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    color: var(--primary, #7c6df0) !important;
}

.toc-body .toc-sub {
    padding-left: 28px;
}

.article-content {
    font-size: clamp(21px, 2.2vw, 30px);
    line-height: 1.72;
}

.article-content h2 {
    margin: 80px 0 28px;
    font-size: clamp(40px, 4vw, 64px);
    line-height: 1.12;
    font-weight: 950;
}

.article-content h3 {
    margin: 54px 0 18px;
    font-size: clamp(30px, 3vw, 42px);
}

.article-content a {
    color: #111;
    font-weight: 800;
    text-decoration-color: var(--primary, #7c6df0);
    text-decoration-thickness: 2px;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
}

.article-content th,
.article-content td {
    padding: 14px;
    border: 1px solid #e0d5ef;
}

.article-summary {
    margin: 0 0 34px;
    max-width: 980px;
    font-size: clamp(21px, 2.2vw, 30px);
    line-height: 1.58;
}

.article-summary p {
    margin: 0;
}

.notice-box {
    margin: 42px 0;
    padding: 28px;
    border: 1px solid #dcccf3;
    border-radius: 12px;
    background: #f4ebfa;
    box-shadow: 0 5px 14px rgba(91, 67, 115, .08);
}

.notice-box p {
    margin: 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.6;
}

.article-content .editor-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 999px;
    color: #fff;
    background: var(--primary, #7c6df0);
    font-weight: 950;
    text-decoration: none;
}

.article-content .editor-buy-button {
    color: #111;
    background: var(--accent, #ffd51f);
}

.article-content .editor-notice,
.article-content .editor-tabs,
.article-content .editor-comparison,
.article-content .editor-faq,
.article-content .editor-expert,
.article-content .editor-related {
    margin: 36px 0;
    padding: 24px;
    border: 1px solid #dcccf3;
    border-radius: 14px;
    background: rgba(255, 255, 255, .42);
}

.article-content .editor-separator {
    margin: 46px 0;
    border: 0;
    border-top: 1px solid #e2d8ef;
}

.article-content .editor-checklist {
    list-style: none;
    padding-left: 0;
}

.article-content .editor-checklist li {
    margin-bottom: 10px;
}

.article-content .editor-video iframe,
.article-content .editor-iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 16px;
}

.article-content .editor-product-card {
    position: relative;
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 28px;
    margin: 44px 0;
    padding: 26px;
    border: 1px solid #ffc981;
    border-radius: 16px;
    background: rgba(255, 255, 255, .46);
    box-shadow: 0 12px 36px rgba(91, 67, 115, .12);
}

.article-content .editor-product-card img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
    background: #fff;
}

.article-content .editor-product-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px;
    border-radius: 0 16px 0 16px;
    color: #fff;
    background: var(--primary, #7c6df0);
    font-size: 14px;
    text-transform: uppercase;
}

.article-content .editor-pros-cons-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 42px 0;
}

.article-content .editor-pros-cons-block > div {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e2d8ef;
    background: rgba(255, 255, 255, .42);
}

.shortcode-product-ranking {
    display: grid;
    gap: 34px;
    margin: 46px 0;
}

.shortcode-product-card {
    display: grid;
    grid-template-columns: minmax(240px, 36%) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #ffc981;
    border-radius: 16px;
    background: rgba(255, 255, 255, .44);
    box-shadow: 0 12px 36px rgba(91, 67, 115, .12);
}

.shortcode-product-media {
    min-height: 260px;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #fff;
}

.shortcode-product-media img {
    max-height: 250px;
    object-fit: contain;
}

.shortcode-product-info {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.shortcode-product-info h3 {
    margin: 0 0 16px;
    color: #2f80ff;
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.14;
    text-decoration: underline;
}

.shortcode-product-card > .pros-cons {
    grid-column: 1 / -1;
    margin: 0 32px 32px;
}

.product-analysis {
    margin: 34px 0 0;
}

.shortcode-product-card > .product-analysis {
    grid-column: 1 / -1;
    margin: 32px 32px 0;
}

.product-review {
    margin: 84px 0;
}

.product-review > h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 34px;
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.2;
}

.product-review > h2 .product-review-marker {
    width: 8px;
    flex: 0 0 8px;
    height: 46px;
    border-radius: 999px;
    background: var(--primary, #7c6df0);
}

.product-review-title-text {
    min-width: 0;
}

.review-card {
    position: relative;
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
    border: 1px solid #ffc981;
    border-radius: 16px;
    background: rgba(255, 255, 255, .44);
    box-shadow: 0 12px 36px rgba(91, 67, 115, .12);
}

.corner-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 16px 0 16px;
    text-transform: uppercase;
}

.review-image {
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    padding: 28px;
}

.review-image img {
    max-height: 290px;
    object-fit: contain;
}

.review-image a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.review-image small {
    position: absolute;
    right: 24px;
    bottom: 20px;
    color: #98a0b3;
}

.review-info {
    padding: 42px;
    display: flex;
    flex-direction: column;
}

.recommended {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    color: #fff;
    background: #10c95a;
    border-radius: 6px;
    font-weight: 900;
}

.review-info h3 {
    margin: 18px 0 16px;
    color: #2f80ff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    text-decoration: underline;
}

.review-info p,
.review-description {
    font-size: 20px;
    line-height: 1.55;
}

.review-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin-top: auto;
    padding-top: 28px;
}

.review-actions .button {
    min-width: 0;
    text-align: center;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-top: 54px;
}

.pros-cons > div {
    min-height: 300px;
    padding: 42px;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(91, 67, 115, .08);
}

.pros {
    border: 1px solid #a8efc4;
    background: linear-gradient(135deg, #ecfff2, rgba(255, 255, 255, .34));
}

.cons {
    border: 1px solid #ffc5c5;
    background: linear-gradient(135deg, #fff0f0, rgba(255, 255, 255, .34));
}

.pros-cons h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 28px;
    font-size: 32px;
}

.pros h3 .icon {
    color: #0fd060;
}

.cons h3 .icon {
    color: #ff3e4d;
}

.pros-cons li {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.55;
}

.faq-section,
.experts-section,
.related-section {
    margin: 90px 0;
}

.related-section h2,
.faq-section h2,
.experts-section h2,
.product-featured h2 {
    margin-bottom: 34px;
}

.product-featured-intro {
    margin: -18px 0 26px;
    max-width: 860px;
    font-size: 20px;
    line-height: 1.5;
}

.faq-intro {
    max-width: 980px;
    margin: -12px 0 24px;
    color: #342e3a;
    font-size: 20px;
    line-height: 1.65;
}

.faq-intro p {
    margin: 0;
}

.related-section .post-grid {
    margin-top: 36px;
}

.faq-section details {
    border-bottom: 1px solid #e2d8e6;
}

.faq-section summary {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 26px;
    font-weight: 900;
    cursor: pointer;
}

.faq-section details > div {
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 1.6;
}

.expert-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 34px;
    align-items: center;
    margin-top: 34px;
    padding: 34px;
    border: 1px solid #ded7df;
    border-radius: 14px;
    background: rgba(255, 255, 255, .28);
}

.expert-card-no-media {
    grid-template-columns: 1fr;
}

.expert-card-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.expert-card img {
    width: 130px;
    height: 130px;
    border-radius: 999px;
    object-fit: cover;
}

.expert-badge {
    display: inline-flex;
    margin-top: -22px;
    padding: 8px 14px;
    border-radius: 8px;
    color: #111;
    background: var(--primary, #7c6df0);
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(124, 109, 240, .18);
}

.expert-role {
    display: block;
    margin-bottom: 8px;
}

.expert-card h3 {
    margin: 10px 0 12px;
    font-size: 28px;
}

.expert-card p {
    font-size: 22px;
    line-height: 1.55;
}

.vote-box {
    max-width: 920px;
    margin: 70px auto;
    padding: 42px;
    text-align: center;
    border: 1px solid #ded7df;
    border-radius: 16px;
    background: rgba(255, 255, 255, .28);
}

.vote-box h2 {
    font-size: 30px;
    margin: 0 0 28px;
}

.vote-box div {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.vote-box button {
    min-width: 180px;
    min-height: 64px;
    border: 1px solid #e2d8ef;
    border-radius: 10px;
    background: transparent;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.vote-counts {
    display: none;
}

.vote-modal {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.vote-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.vote-modal-card {
    width: min(940px, 100%);
    padding: 48px 32px;
    text-align: center;
    border: 1px solid #ded7df;
    border-radius: 16px;
    background: #fff7f8;
    box-shadow: 0 14px 38px rgba(91, 67, 115, .14);
}

.vote-modal-card > span {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #009c4f;
    background: #d8ffe6;
}

.vote-modal-card > span .icon {
    width: 44px;
    height: 44px;
}

.vote-modal-card h2 {
    margin: 24px 0 10px;
    font-size: 28px;
}

.vote-modal-card p {
    margin: 0 0 28px;
    font-size: 22px;
}

.search-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
    margin: 20px 0 48px;
}

.floating-bar {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 50;
    transform: translateX(-50%) translateY(140%);
    min-width: 360px;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid #e2d8ef;
    border-radius: 999px;
    background: rgba(255, 250, 252, .96);
    box-shadow: 0 8px 28px rgba(91, 67, 115, .16);
    transition: transform .22s ease;
}

.floating-bar.is-visible {
    transform: translateX(-50%) translateY(0);
}

.floating-bar a,
.floating-bar button {
    position: relative;
    min-height: 56px;
    border: 0;
    border-radius: 24px;
    background: transparent;
    color: #6b6874;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.floating-bar button {
    color: #fff;
    background: var(--primary, #7c6df0);
}

.floating-bar strong {
    position: absolute;
    top: -3px;
    right: 20px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ff3e4d;
    color: #fff;
    font-size: 12px;
}

.products-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 90;
    width: min(430px, calc(100vw - 28px));
    max-height: 78vh;
    transform: translate(-50%, -45%) scale(.96);
    opacity: 0;
    pointer-events: none;
    background: #fff7f8;
    border-radius: 10px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
    overflow: hidden;
    transition: .18s ease;
}

.products-modal.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.products-modal header {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid #eadfe7;
}

.products-modal h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.modal-products {
    max-height: calc(78vh - 64px);
    overflow-y: auto;
    padding: 14px;
}

.modal-products article {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #eadfe7;
    border-radius: 14px;
    background: rgba(255, 255, 255, .46);
    box-shadow: 0 4px 12px rgba(91, 67, 115, .08);
}

.modal-product-media {
    width: 88px;
    min-height: 88px;
    display: grid;
    place-items: center;
}

.modal-product-media a {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 88px;
}

.modal-products img,
.modal-product-media .product-placeholder {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border: 1px solid #e0d9e0;
    border-radius: 8px;
    background: #fff;
}

.modal-product-media .product-placeholder {
    display: grid;
    place-items: center;
    padding: 6px;
    color: #15151d;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.modal-product-info {
    min-width: 0;
}

.modal-products h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.35;
}

.modal-products h3 a {
    color: inherit;
    text-decoration: none;
}

.mini-product h3,
.shortcode-product-info h3,
.product-review-title-text,
.review-info h3,
.modal-products h3,
.article-content .editor-product-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modal-products p,
.modal-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.mini-buy,
.mini-view {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

.mini-buy {
    min-width: 126px;
    color: #111;
    background: var(--accent, #ffd51f);
}

.mini-view {
    border: 1px solid #eadfe7;
    color: #111;
}

.modal-product-actions .mini-buy,
.modal-product-actions .mini-view {
    flex: 1 1 126px;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-card {
        grid-template-columns: 1fr;
    }

    .footer-grid,
    .pros-cons,
    .article-content .editor-pros-cons-block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .site-header {
        height: 70px;
        padding: 0 14px;
    }

    .brand span {
        font-size: 14px;
    }

    .header-nav {
        display: none;
    }

    .hero {
        padding-top: 52px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .featured-slider {
        min-height: 560px;
        border-radius: 0 0 16px 16px;
    }

    .featured-content {
        left: 22px;
        right: 22px;
        bottom: 28px;
    }

    .featured-content h2 {
        font-size: 38px;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }

    .post-card {
        min-height: auto;
    }

    .post-card-image {
        height: 260px;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-page {
        padding-left: 18px;
        padding-right: 18px;
    }

    .article-header {
        padding-top: 42px;
    }

    .article-header h1 {
        font-size: 42px;
    }

    .article-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-line img {
        width: 48px;
        height: 48px;
    }

    .product-carousel {
        padding: 34px 18px;
    }

    .product-strip {
        grid-auto-columns: 82%;
    }

    .toc-toggle {
        min-height: 76px;
        padding: 0 20px;
        font-size: 28px;
    }

    .toc-body a {
        font-size: 22px;
    }

    .article-content {
        font-size: 21px;
    }

    .article-content h2 {
        font-size: 38px;
    }

    .review-info,
    .pros-cons > div {
        padding: 24px;
    }

    .review-actions {
        grid-template-columns: 1fr;
    }

    .article-content .editor-product-card {
        grid-template-columns: 1fr;
    }

    .shortcode-product-card {
        grid-template-columns: 1fr;
    }

    .shortcode-product-info {
        padding: 24px;
    }

    .article-content .editor-video iframe,
    .article-content .editor-iframe {
        min-height: 260px;
    }

    .expert-card {
        grid-template-columns: 1fr;
    }

    .floating-bar {
        width: min(380px, calc(100vw - 24px));
        min-width: 0;
    }

    .modal-products article {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .modal-product-media,
    .modal-product-media a {
        width: 76px;
        min-height: 76px;
    }

    .modal-products img,
    .modal-product-media .product-placeholder {
        width: 68px;
        height: 68px;
    }

    .modal-product-actions .mini-buy,
    .modal-product-actions .mini-view {
        flex-basis: 100%;
    }

    .vote-box div {
        flex-direction: column;
    }
}
