/* --- VERFLAB CORE & BASE STYLES --- */
:root {
  --verflab-primary-petrol: #313a29;
  --verflab-dark-black: #111111;
  --verflab-warm-grey: #6B6862;
  --verflab-greige: #A69E95;
  --verflab-white: #f4efec;
  --verflab-surface: #faf7f2;
  --verflab-border: #e7e3dc;
  --verflab-border-md: #e2e0d8;
  --verflab-text-muted: #6b6862;
  --verflab-teal: #0E3D46;
  --verflab-radius-xs: 4px;
  --verflab-radius-sm: 8px;
  --verflab-radius-md: 16px;
  --verflab-radius-lg: 24px;
  --verflab-radius-full: 9999px;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --font-xs: 11px;
  --font-sm: 13px;
  --font-base: 15px;
  --font-md: 16px;
  --font-lg: 18px;
  --font-xl: 22px;
  --font-2xl: 28px;
  --font-3xl: 34px;
  --font-4xl: 42px;
  --shadow-xs: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.14);
}

body {
  color: var(--verflab-dark-black, #111111) !important;
  -webkit-font-smoothing: antialiased;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: var(--theme-normal-container-max-width, 1290px) !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.verflab-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.verflab-content-container--wide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.verflab-pagination-wrap {
  margin-top: var(--space-2xl);
  text-align: center;
}

.verflab-empty-state__heading {
  font-size: var(--font-lg);
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-xs) 0;
}

.verflab-empty-state__body {
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  margin: 0;
}

.verflab-results-count-bar {
  margin-bottom: var(--space-lg);
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  font-weight: 600;
}

/* GT America Font */
@font-face {
  font-family: 'GT America';
  src: url('../../fonts/GTAmericaTrial-Rg.woff2') format('woff2'),
    url('../../fonts/GTAmericaTrial-Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('../../fonts/GTAmericaTrial-RgIt.woff2') format('woff2'),
    url('../../fonts/GTAmericaTrial-RgIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('../../fonts/GTAmericaTrial-Md.woff2') format('woff2'),
    url('../../fonts/GTAmericaTrial-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('../../fonts/GTAmericaTrial-Bd.woff2') format('woff2'),
    url('../../fonts/GTAmericaTrial-Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Global Font Fallback */
body,
html,
#primary,
#main,
.site-main {
  overflow-x: hidden !important;
}

/* Overlap Row */
.verflab-overlap-row,
.wp-block-columns.verflab-overlap-row {
  position: relative !important;
  z-index: 100 !important;
}

.wp-block-columns.verflab-fullwidth-usps-bar {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
  padding-left: max(24px, calc((100vw - 1280px) / 2)) !important;
  padding-right: max(24px, calc((100vw - 1280px) / 2)) !important;
}

.verflab-sticky-jump-bar {
  background-color: #ffffff;
  border-bottom: 1px solid var(--verflab-border);
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: var(--shadow-sm);
}

.jump-link:hover {
  color: var(--verflab-primary-petrol);
  background-color: var(--verflab-surface);
}

.jump-link:hover svg {
  transform: translateY(-1px);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px 0;
}

.section-subtitle {
  font-size: 15px;
  color: #6b6862;
  margin: 0 0 32px 0;
}

.verflab-pro-tips-section {
  margin-bottom: 64px;
}

.pro-tip-photo-container {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.pro-tip-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.shade-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.shade-dot.dot-1 {
  background-color: #d0c8b9;
}

.shade-dot.dot-2 {
  background-color: #a99f90;
}

.section-header-wrap {
  margin-bottom: 24px;
}

.section-header-wrap .section-subtitle {
  margin-bottom: 0 !important;
}

.shade-box {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.shade-title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 2px 0;
}

.shade-code {
  font-size: 12px;
  color: #77746d;
}

.dual-circle-wrap {
  position: relative;
  width: 90px;
  height: 60px;
  margin: 0 auto 16px auto;
}

.room-img-wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.room-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 2px 0;
}

.trust-subtitle {
  font-size: 12.5px;
  color: #77746d;
}

.verflab-footer-trust-bar {
  width: 100%;
  background-color: #faf7f2;
  border-top: 1px solid #e7e3dc;
  border-bottom: 1px solid #e7e3dc;
  padding: 22px 0;
  margin-top: 56px;
  box-sizing: border-box;
}

.line-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.line-title {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px 0;
}

.app-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.day-label {
  font-weight: 500;
}

.time-label {
  font-weight: 600;
  color: #111111;
}

.contact-row a {
  color: #111111;
  text-decoration: none;
  font-weight: 500;
}

.contact-row a:hover {
  text-decoration: underline;
}

.social-desc {
  font-size: 13px;
  color: #6b6862;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.specialist-avatar-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}

.specialist-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialist-name {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
}

.specialist-role {
  font-size: 12px;
  font-weight: 600;
  color: #77746d;
  margin-bottom: 10px;
}

.review-quote {
  font-size: 13.5px;
  color: #111111;
  line-height: 1.45;
  margin: 0 0 6px 0;
  font-style: italic;
}

.review-author {
  font-size: 12px;
  color: #77746d;
  font-weight: 600;
}

.link-more-reviews {
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

.link-more-reviews:hover {
  text-decoration: underline;
}

.why-us-photo-wrap {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.why-us-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbs-stack::-webkit-scrollbar {
  display: none;
}

.thumb-item.active {
  border-color: #111111;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main-prod-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.review-count {
  color: #77746d;
}

.price-header {
  margin-bottom: 12px;
}

.main-price {
  font-size: 36px;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.tax-label {
  font-size: 12px;
  color: #77746d;
}

.dot-green {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #313a29;
}

.help-title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 4px 0;
}

.verflab-specs-section {
  background: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 28px 32px;
  margin-bottom: 48px;
}

.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 2px 0;
}

.feature-desc {
  font-size: 12.5px;
  color: #6b6862;
  margin: 0;
  line-height: 1.4;
}

.apps-text-side {
  padding: 24px 28px;
}

.apps-photo-side {
  height: 100%;
}

.apps-photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-advice-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.ai-advice-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 18px 0;
  line-height: 1.4;
}

.mini-phone-graphic {
  width: 140px;
  height: 200px;
  background-color: #152019;
  border-radius: 20px;
  padding: 8px;
  border: 3px solid #3d4a36;
  margin: 0 auto;
}

.p-app-title {
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}

.p-app-label {
  font-size: 11px;
  font-weight: 600;
}

.article-row-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.link-read-article {
  font-size: 12.5px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

.link-read-article:hover {
  text-decoration: underline;
}

.cat-breadcrumbs {
  font-size: 12.5px;
  color: #77746d;
  margin-bottom: 16px;
}

.cat-breadcrumbs a {
  color: #77746d;
  text-decoration: none;
}

.cat-breadcrumbs a:hover {
  color: #111111;
}

.verflab-usps-trust-bar-section {
  background-color: #faf7f2;
  border-bottom: 1px solid #e7e3dc;
  padding: 18px 0;
}

.usps-trust-bar-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.trust-text-wrap strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
}

.trust-text-wrap span {
  display: block;
  font-size: 12px;
  color: #6b6862;
}

.verflab-cat-main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
}

.verflab-all-categories-section {
  margin-bottom: 48px;
}

.cat-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.cat-header-link {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

.cat-header-link:hover {
  text-decoration: underline;
}

.verflab-catalog-layout-section {
  margin-bottom: 64px;
}

.catalog-count-pill strong {
  font-weight: 800;
  font-size: 14.5px;
}

.catalog-sort-wrap label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--verflab-dark-black);
  margin: 0;
}

.catalog-select-field {
  padding: 8px 14px;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-sm);
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  color: var(--verflab-dark-black);
  cursor: pointer;
  white-space: nowrap;
}

.price-num-input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-sm);
  font-size: 12px;
  color: var(--verflab-dark-black);
  box-sizing: border-box;
}

.price-num-input:focus {
  outline: none;
  border-color: var(--verflab-dark-black);
}

.link-clear-all {
  font-size: 12px;
  font-weight: 700;
  color: #c0392b;
  text-decoration: none;
}

.link-clear-all:hover {
  text-decoration: underline;
}

.catalog-load-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.verflab-articles-row-section {
  margin-bottom: 64px;
}

.phone-mockup-graphic {
  width: 200px;
  height: 280px;
  background-color: #111111;
  border-radius: 28px;
  padding: 12px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.screen-title {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.screen-sub {
  font-size: 11px;
  color: #6b6862;
  font-weight: 600;
}

.no-prod-title {
  font-size: 20px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px 0;
}

.no-prod-desc {
  font-size: 14px;
  color: #6b6862;
  margin: 0 0 24px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.gallery-thumbs-stack::-webkit-scrollbar {
  display: none;
}

.thumb-item {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #e7e3dc;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #faf7f2;
  transition: all 0.2s ease;
}

.thumb-item.active,
.thumb-item:hover {
  border-color: #111111;
  transform: scale(1.03);
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main-container img.main-prod-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.featured-img-col {
  position: relative;
  min-height: 380px;
}

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

.palette-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #111111;
}

.palette-dot,
.palette-dot-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.palette-dot-small {
  width: 16px;
  height: 16px;
}

.story-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-meta-text strong {
  font-size: 14px;
  color: #111111;
}

.author-meta-text span {
  font-size: 12px;
  color: #6b6862;
}

.lead-intro-text {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  line-height: 1.6;
  margin-bottom: 24px;
}

.rich-text-entry h2 {
  font-size: 24px;
  font-weight: 800;
  color: #111111;
  margin: 32px 0 14px 0;
}

.rich-text-entry p {
  font-size: 15px;
  color: #44413c;
  line-height: 1.65;
  margin-bottom: 18px;
}

.prod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prod-details strong {
  font-size: 12.5px;
  color: #111111;
  line-height: 1.2;
}

.prod-price {
  font-size: 12px;
  font-weight: 800;
  color: #1f2d24;
}

.sidebar-ai-widget {
  background-color: #1f2d24;
  color: #ffffff;
  border: none;
}

.sidebar-ai-widget p {
  font-size: 12.5px;
  color: #d1dcd4;
  margin: 0 0 16px 0;
  line-height: 1.45;
}

.sidebar-ai-widget h4 {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.related-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 24px 0;
}

.verflab-styles-category-section {
  background-color: #ffffff;
  padding: 32px 24px 8px 24px;
}

.styles-category-container {
  max-width: 1280px;
  margin: 0 auto;
}

.posts-v2-container {
  max-width: 1280px;
  margin: 0 auto;
}

.article-main-title {
  font-size: 34px !important;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin-bottom: var(--space-xs);
  color: var(--verflab-dark-black);
}

.article-main-subtitle {
  font-size: var(--font-base);
  line-height: 1.5;
  margin-bottom: var(--space-lg);
  color: #55524d;
}

.verflab-catalog-notice {
  background-color: #faf7f2;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: var(--space-2xl);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: var(--verflab-shadow-sm);
}

.verflab-catalog-notice h2 {
  font-size: var(--font-xl);
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-xs) 0;
}

.verflab-catalog-notice p {
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  margin: 0 0 var(--space-lg) 0;
  line-height: 1.5;
}

.onboarding-inner-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.onboarding-inner-wrap h3 {
  font-size: var(--font-xl);
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-xs) 0;
  letter-spacing: -0.01em;
}

.onboarding-inner-wrap p {
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  margin: 0 0 var(--space-xl) 0;
  line-height: 1.6;
}

.onboarding-sample-prompts {
  border-top: 1px solid var(--verflab-border);
  padding-top: var(--space-md);
}

.onboarding-sample-prompts .prompts-heading {
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--verflab-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: var(--space-xs);
}

.prompt-pill-link {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  color: var(--verflab-dark-black);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: var(--font-xs);
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.prompt-pill-link:hover {
  background-color: var(--verflab-surface);
  color: var(--verflab-dark-black);
}

.dashboard-section-block {
  margin-bottom: var(--space-2xl);
}

.dashboard-section-block h3 {
  font-size: var(--font-lg);
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0;
}

.dashboard-advice-list {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  overflow: hidden;
}

.advice-list-item-row:last-child {
  border-bottom: none;
}

.advice-list-item-row:hover {
  background-color: #faf7f2;
}

.advice-item-left strong {
  font-size: var(--font-sm);
  font-weight: 700;
  color: var(--verflab-dark-black);
}

.advice-item-right span {
  font-size: var(--font-xs);
  color: var(--verflab-text-muted);
}

.dashboard-pdf-empty-state p {
  font-size: var(--font-xs);
  color: var(--verflab-text-muted);
  margin: 0;
}

/* AI Advice Page */
.verflab-ai-advice-page {
  background-color: var(--verflab-surface);
  overflow-x: hidden;
}

.ai-advice-subtitle {
  margin-bottom: var(--space-md);
}

.user-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-box-text h4 {
  font-size: var(--font-sm);
  font-weight: 700;
  color: var(--verflab-dark-black);
  margin: 0 0 4px 0;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.user-box-text span {
  font-size: var(--font-xs);
  color: var(--verflab-text-muted);
  display: block;
  word-wrap: break-word;
}

.ai-analysis-box {
  background-color: #ffffff;
  border: 1px solid var(--verflab-border);
  border-radius: var(--verflab-radius-md);
  padding: var(--space-xl);
  box-shadow: var(--verflab-shadow-md);
}

.ai-analysis-box h4 {
  font-size: var(--font-base);
  font-weight: 800;
  color: var(--verflab-dark-black);
  margin: 0 0 var(--space-2xs) 0;
}

.ai-analysis-box p {
  font-size: var(--font-sm);
  color: var(--verflab-text-muted);
  line-height: 1.5;
  margin: 0;
}

.ai-advice-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-lg);
}

.ai-advice-text-block {
  margin-top: var(--space-xl);
}

.calc-header-row h3 {
  font-size: var(--font-lg);
  font-weight: 700;
  margin: 0;
  color: var(--verflab-dark-black);
}

.calc-header-row span {
  font-size: var(--font-xs);
  color: var(--verflab-text-muted);
}

.calc-input-group label {
  font-size: var(--font-sm);
  font-weight: 600;
  color: var(--verflab-dark-black);
}

.calc-input-group input {
  width: 90px;
  padding: 8px 12px;
  border-radius: var(--verflab-radius-sm);
  border: 1px solid var(--verflab-border);
  font-weight: 700;
  font-size: var(--font-sm);
}

.calc-result-display {
  background-color: #FAFAFA;
  border: 1px solid var(--verflab-border);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: var(--font-sm);
  color: var(--verflab-primary-petrol);
  font-weight: 700;
}

.buy-map-wrap-col iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
  border-radius: var(--verflab-radius-md);
}

.dealer-details-body {
  padding: var(--space-lg);
}

.subcategories-section-wrap {
  background-color: #ffffff;
  padding: var(--space-xl) 0;
  border-bottom: 1px solid var(--verflab-border);
}

.bottom-usps-top-bar {
  max-width: 1280px;
  margin: 0 auto 56px auto;
  padding: 0;
}

.usp-text-v2 strong {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
}

.usp-text-v2 span {
  display: block;
  font-size: 12px;
  color: #6b6862;
}

.bottom-trust-bar-v2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.style-checkmarks-list li strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
}

.style-checkmarks-list li span {
  display: block;
  font-size: 12.5px;
  color: #6b6862;
  line-height: 1.35;
}

.palette-split-right {
  position: relative;
  top: 0;
}

.section-header-compact {
  margin-bottom: 24px;
}

.section-title-md {
  font-size: 24px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
}

.section-subtitle-sub {
  font-size: 14px;
  color: #6b6862;
  margin: 0;
}

.verflab-color-palette-section {
  margin-bottom: 48px;
}

.verflab-recommended-prods-section {
  margin-bottom: 48px;
}

.verflab-more-interiors-section {
  margin-bottom: 32px;
}

.ai-advice-title {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px 0;
}

.ai-advice-desc {
  font-size: 13px;
  color: #55524d;
  line-height: 1.45;
  margin: 0 0 20px 0;
}

.ai-answer-content-col {
  padding: 40px;
}

.ai-answer-header h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.ai-answer-text {
  font-size: 15px;
  color: #55524d;
  line-height: 1.55;
  margin: 0 0 24px 0;
}

.ai-answer-img-col {
  height: 100%;
  min-height: 240px;
}

.ai-answer-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-title-sm {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 20px 0;
}

.popular-more-link {
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

.popular-more-link:hover {
  text-decoration: underline;
}

.article-inner-container {
  max-width: 1280px;
  margin: 0 auto;
}

.article-meta-top {
  font-size: 13.5px;
  color: #8c8881;
  font-weight: 600;
  margin-bottom: 14px;
}

.meta-separator {
  margin: 0 8px;
}

.article-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin: 0 0 16px 0;
  letter-spacing: -0.8px;
}

.article-main-subtitle {
  font-size: 16px;
  color: #55524d;
  line-height: 1.6;
  margin: 0 0 32px 0;
}

.article-tag-pill {
  font-size: 12px;
  font-weight: 700;
  color: #55524d;
  background-color: #faf7f2;
  border: 1px solid #e7e3dc;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.article-tag-pill:hover {
  background-color: #1f2d24;
  color: #ffffff;
  border-color: #1f2d24;
}

.toc-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.toc-pill:hover {
  border-color: #111111;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.article-section-block {
  margin-bottom: 56px;
  border-bottom: 1px solid #e7e3dc;
  padding-bottom: 48px;
}

.article-section-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article-section-block h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 18px 0;
  letter-spacing: -0.4px;
}

.article-section-block p {
  font-size: 15.5px;
  color: #55524d;
  line-height: 1.65;
  margin: 0 0 24px 0;
}

.article-checkmarks-list-v2 li span {
  font-size: 14.5px;
  color: #55524d;
  line-height: 1.5;
}

.sidebar-widget-box {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}

.sidebar-widget-box h3 {
  font-size: 15.5px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.widget-subtitle {
  font-size: 12.5px;
  color: #8c8881;
  margin: -10px 0 16px 0;
}

.r-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-post-body h4 {
  font-size: 13px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 4px 0;
  line-height: 1.35;
}

.r-post-body h4 a {
  color: #111111;
  text-decoration: none;
}

.r-post-body h4 a:hover {
  text-decoration: underline;
}

.r-post-body span {
  font-size: 11px;
  color: #8c8881;
  font-weight: 600;
}

.verflab-ai-advice-page {
  background-color: #ffffff !important;
  padding: 0 !important;
}

.ai-advice-inner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.ai-advice-title {
  font-size: 42px;
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin: 0 0 12px 0;
  letter-spacing: -0.8px;
}

.ai-advice-subtitle {
  font-size: 16px;
  color: #55524d;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.ai-analysis-status-inline span {
  font-size: 14.5px;
  color: #55524d;
  font-weight: 600;
}

.ai-analysis-box {
  position: absolute;
  right: 24px;
  bottom: 32px;
  width: 380px;
  z-index: 5;
}

.user-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-box-text h4 {
  font-size: 14.5px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 4px 0;
}

.user-box-text span {
  font-size: 11.5px;
  color: #6b6862;
  font-weight: 600;
}

.ai-analysis-box {
  right: 32px;
  bottom: 32px;
  width: 360px;
}

.ai-box-text h4 {
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px 0;
}

.ai-box-text p {
  font-size: 13px;
  color: #55524d;
  line-height: 1.45;
  margin: 0;
}

.status-left span {
  font-size: 14px;
  font-weight: 700;
  color: #1f2d24;
}

.ai-advice-text-block {
  margin-bottom: 56px;
}

.ai-advice-text-block p {
  font-size: 16.5px;
  color: #55524d;
  line-height: 1.65;
  max-width: 900px;
  margin: 0;
}

.ai-step-plan-section {
  margin-bottom: 56px;
}

.step-plan-header-row h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.step-time-duration {
  font-size: 11.5px;
  color: #8c8881;
  font-weight: 700;
  margin-top: auto;
  border-top: 1px dashed #e7e3dc;
  padding-top: 10px;
}

.ai-recommended-materials-section {
  margin-bottom: 56px;
}

.ai-recommended-materials-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #e7e3dc;
  padding-bottom: 12px;
}

.material-img-wrap {
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.material-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.material-title {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.material-price-val {
  font-size: 14.5px;
  font-weight: 800;
  color: #111111;
}

.ai-color-advice-section {
  margin-bottom: 56px;
}

.ai-color-advice-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
}

.color-advice-tagline {
  font-size: 14px;
  color: #6b6862;
  margin: 0 0 24px 0;
}

.promo-fan-wheel {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.wheel-color {
  position: absolute;
  width: 50%;
  height: 50%;
}

.wheel-color.red {
  top: 0;
  left: 0;
  background-color: #e57373;
}

.wheel-color.yellow {
  top: 0;
  right: 0;
  background-color: #fff176;
}

.wheel-color.green {
  bottom: 0;
  left: 0;
  background-color: #81c784;
}

.wheel-color.blue {
  bottom: 0;
  right: 0;
  background-color: #64b5f6;
}

.promo-text strong {
  font-size: 13.5px;
  font-weight: 800;
  color: #111111;
  display: block;
}

.promo-text span {
  font-size: 11.5px;
  color: #6b6862;
}

.ai-where-to-buy-section {
  margin-bottom: 80px;
}

.ai-where-to-buy-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 6px 0;
}

.buy-section-subtitle {
  font-size: 14px;
  color: #6b6862;
  margin: 0 0 24px 0;
}

.dealer-details-body h3 {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 4px 0;
}

.dealer-desc {
  font-size: 13.5px;
  color: #55524d;
  line-height: 1.45;
  margin: 0 0 16px 0;
}

.dashboard-section-block {
  margin-bottom: 56px;
}

.section-block-header h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.dashboard-advice-list {
  background-color: #ffffff;
  border: 1px solid #e7e3dc;
  border-radius: 20px;
  overflow: hidden;
}

.advice-list-item-row:last-child {
  border-bottom: none;
}

.advice-list-item-row:hover {
  background-color: #faf7f2;
}

.advice-item-left strong {
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
}

.advice-item-right span {
  font-size: 12px;
  color: #8c8881;
}

.channel-text strong {
  font-size: 13px;
  display: block;
}

.channel-text span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.select-wrapper-col label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9e9a90;
  letter-spacing: 0.05em;
}

.select-wrapper-col select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e0d8;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23686862' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}

.select-wrapper-col select:focus {
  border-color: #0E3D46;
  box-shadow: 0 0 0 3px rgba(14, 61, 70, 0.08);
}

.check-circle.active {
  background-color: #2e5933;
}

.price-cell {
  line-height: 1.2;
  background-color: #ffffff;
}

.price-cell.highlight-cell {
  background-color: #f3f5f0 !important;
}

.price-cell strong {
  color: #2e5933;
  font-size: 11.5px;
}

.price-cell span {
  color: #2e5933;
  font-size: 11px;
}

.price-title {
  font-size: 11px;
  color: #111111;
  font-weight: 600;
}

.price-tier {
  font-size: 11.5px;
  color: #111111;
  font-weight: 700;
}

.comparison-footnote {
  font-size: 11px;
  color: #6b6862;
  margin: 0 0 16px 2px;
}