/**
 * Verflab Core Plugin — Gutenberg ACF Blocks Stylesheet
*/

.verflab-hero-banner-v1 {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 20px 80px 20px;
    box-sizing: border-box;
    font-family: 'GT America', sans-serif;
    overflow: hidden;
}

.verflab-hero-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center top;
    opacity: 0.85;
    z-index: 1;
}

.verflab-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.verflab-hero-v1-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0 0 16px 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.verflab-hero-v1-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: var(--verflab-dark-black, #111111);
    margin: 0 0 40px 0;
}

.verflab-hero-banner-v1 .verflab-hero-card {
    background-color: #ffffff;
    border-radius: var(--verflab-radius-lg, 24px);
    padding: 32px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
    max-width: 920px;
    margin: 0 auto;
}

.verflab-hero-banner-v1 .card-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.verflab-hero-banner-v1 .sparkle-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    stroke: #313a29 !important;
}

.verflab-hero-banner-v1 .card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0;
}

.verflab-hero-banner-v1 .hero-card-form {
    margin-bottom: 24px;
}

.verflab-hero-banner-v1 .input-action-row {
    position: relative;
    display: flex;
    align-items: center;
}

.verflab-hero-banner-v1 .input-action-row input {
    width: 100%;
    padding: 16px 60px 16px 0px;
    border: none;
    border-bottom: 1px solid #e2e0d8;
    font-size: 17px;
    color: var(--verflab-dark-black, #111111);
    background: transparent;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.verflab-hero-banner-v1 .input-action-row input:focus,
.verflab-hero-banner-v1 .input-action-row input:active,
.verflab-hero-banner-v1 .input-action-row input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-bottom-color: var(--verflab-primary-petrol, #313a29) !important;
}

.verflab-hero-banner-v1 .input-action-row input::placeholder {
    color: #9e9a90;
}

.verflab-hero-banner-v1 .submit-circle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--verflab-dark-black, #111111);
    color: #ffffff;
    border: none;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.verflab-hero-banner-v1 .submit-circle-btn:hover {
    background-color: var(--verflab-primary-petrol, #313a29);
    transform: translateY(-50%) scale(1.05);
}

.verflab-hero-banner-v1 .btn-arrow-symbol {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.verflab-hero-banner-v1 .card-pills-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.verflab-hero-banner-v1 .try-label {
    font-size: 12px;
    font-weight: 700;
    color: #9e9a90;
    letter-spacing: 0.02em;
}

.verflab-hero-banner-v1 .pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.verflab-hero-banner-v1 .pill-item-btn {
    background-color: #ffffff;
    border: 1px solid #e2e0d8;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--verflab-dark-black, #111111);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.verflab-hero-banner-v1 .pill-item-btn:hover {
    border-color: var(--verflab-primary-petrol, #313a29);
    background-color: var(--verflab-white, #f4efec);
    transform: translateY(-1px);
}

.verflab-hero-banner-v1 .pill-sparkle {
    font-size: 12px;
}

@media (max-width: 768px) {
    .verflab-hero-v1-title {
        font-size: 36px;
    }

    .verflab-hero-banner-v1 .verflab-hero-card {
        padding: 24px 20px;
    }
}

.verflab-hero-card-block {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    font-family: 'GT America', sans-serif;
}

.verflab-hero-card-block .verflab-hero-card {
    background-color: #ffffff;
    border-radius: var(--verflab-radius-lg, 24px);
    padding: 32px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.verflab-hero-card-block .card-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.verflab-hero-card-block .sparkle-icon {
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    stroke: #313a29 !important;
}

.verflab-hero-card-block .card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0;
}

.verflab-hero-card-block .hero-card-form {
    margin-bottom: 24px;
}

.verflab-hero-card-block .input-action-row {
    position: relative;
    display: flex;
    align-items: center;
}

.verflab-hero-card-block .input-action-row input {
    width: 100%;
    padding: 16px 60px 16px 0px;
    border: none;
    border-bottom: 1px solid #e2e0d8;
    font-size: 17px;
    color: var(--verflab-dark-black, #111111);
    background: transparent;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.verflab-hero-card-block .input-action-row input:focus,
.verflab-hero-card-block .input-action-row input:active,
.verflab-hero-card-block .input-action-row input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-bottom-color: var(--verflab-primary-petrol, #313a29) !important;
}

.verflab-hero-card-block .input-action-row input::placeholder {
    color: #9e9a90;
}

.verflab-hero-card-block .submit-circle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--verflab-dark-black, #111111);
    color: #ffffff;
    border: none;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.verflab-hero-card-block .submit-circle-btn:hover {
    background-color: var(--verflab-primary-petrol, #313a29);
    transform: translateY(-50%) scale(1.05);
}

.verflab-hero-card-block .btn-arrow-symbol {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.verflab-hero-card-block .card-pills-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.verflab-hero-card-block .try-label {
    font-size: 12px;
    font-weight: 700;
    color: #9e9a90;
    letter-spacing: 0.02em;
}

.verflab-hero-card-block .pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.verflab-hero-card-block .pill-item-btn {
    background-color: #ffffff;
    border: 1px solid #e2e0d8;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--verflab-dark-black, #111111);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.verflab-hero-card-block .pill-item-btn:hover {
    border-color: var(--verflab-primary-petrol, #313a29);
    background-color: var(--verflab-white, #f4efec);
    transform: translateY(-1px);
}

.verflab-hero-card-block .pill-sparkle {
    font-size: 12px;
}

.verflab-ai-coach-section {
    margin: 25px 0 !important;
    max-width: 1280px;
    font-family: 'GT America', sans-serif;
}

.verflab-ai-banner-card {
    background-color: var(--verflab-primary-petrol, #313a29);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1.35fr 0.65fr;
    gap: 32px;
    align-items: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.ai-banner-col-left {
    color: #ffffff;
}

.ai-tagline {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ai-main-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.ai-sub-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.ai-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-benefits-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}

.ai-primary-cta {
    background-color: #ffffff;
    color: var(--verflab-dark-black, #111111);
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.ai-primary-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #111111;
}

.ai-preview-white-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr 1px 1.1fr;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.preview-card-heading {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 20px 0;
}

.timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.timeline-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f4efec;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313a29;
    flex-shrink: 0;
}

.timeline-label {
    font-size: 12px;
    color: #6B6862;
    display: block;
}

.timeline-val {
    font-size: 14px;
    color: #111111;
    font-weight: 700;
    display: block;
}

.preview-divider {
    background-color: #EAE7E1;
    width: 1px;
    height: 100%;
    min-height: 200px;
}

.plan-steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.plan-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.plan-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f4efec;
    color: #111111;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.plan-info strong {
    font-size: 14px;
    color: #111111;
    display: block;
    line-height: 1.2;
}

.plan-info p {
    font-size: 12px;
    color: #6B6862;
    margin: 2px 0 0 0;
    line-height: 1.3;
}

.ai-plan-btn {
    background-color: var(--verflab-primary-petrol, #313a29);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: opacity 0.2s ease;
}

.ai-plan-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

.ai-banner-col-right {
    display: flex;
    justify-content: center;
}

.ai-phone-img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
    .verflab-ai-banner-card {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .ai-preview-white-card {
        grid-template-columns: 1fr;
    }

    .preview-divider {
        display: none;
    }
}

.verflab-color-slider-block {
    margin: 48px auto 64px auto;
    max-width: 1280px;
    font-family: 'GT America', sans-serif;
}

.color-slider-layout-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: flex-start;
    margin-top: 20px !important;
}

.color-slider-intro-col {
    padding-top: 28px;
}

.verflab-slider-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.verflab-slider-subtitle {
    font-size: 14px;
    color: var(--verflab-warm-grey, #6B6862);
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.verflab-intro-btn {
    background-color: var(--verflab-primary-petrol, #313a29);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.verflab-intro-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

.color-slider-carousel-col {
    position: relative;
    min-width: 0;
    width: 100%;
}

.verflab-color-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    gap: 16px !important;
    padding-bottom: 12px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100% !important;
}

.verflab-color-cards::-webkit-scrollbar {
    display: none;
}

.verflab-color-card {
    flex: 0 0 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    scroll-snap-align: start !important;
    background: #ffffff;
    border: 1px solid #eae7e1 !important;
    border-radius: 20px;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.verflab-color-card-image-link {
    display: block;
    height: 240px;
    border-radius: 0 !important;
    border: none !important;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.verflab-color-card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0 !important;
    border: none !important;
    transition: transform 0.4s ease;
}

.verflab-color-card:hover .verflab-color-card-image {
    transform: scale(1.05);
}

.verflab-color-card-info {
    padding: 16px 20px 20px 20px;
}

.verflab-color-card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: var(--verflab-dark-black, #111111);
}

.verflab-color-card-title a {
    color: inherit;
    text-decoration: none;
}

.verflab-color-card-count {
    font-size: 13px;
    color: var(--verflab-warm-grey, #6B6862);
    display: block;
}

.color-slider-nav-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 25;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #e7e3dc;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.color-slider-nav-btn.prev-btn {
    left: -20px;
}

.color-slider-nav-btn.next-btn {
    right: -20px;
}

.color-slider-nav-btn:hover {
    background-color: var(--verflab-primary-petrol, #313a29);
    color: #ffffff;
    border-color: var(--verflab-primary-petrol, #313a29);
    transform: translateY(-50%) scale(1.08);
}

@media (max-width: 992px) {
    .color-slider-layout-grid {
        grid-template-columns: 1fr;
    }
}

.verflab-project-grid-block {
    margin: 48px auto 64px auto;
    max-width: 1280px;
    font-family: 'GT America', sans-serif;
    position: relative;
}

.verflab-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px !important;
}

.verflab-grid-header h2,
.verflab-grid-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0 !important;
}

.verflab-grid-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--verflab-primary-petrol, #0E3D46);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease;
}

.verflab-grid-link:hover {
    opacity: 0.8;
}

.verflab-project-slider-wrapper {
    position: relative;
    min-width: 0;
    width: 100%;
}

.verflab-project-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    gap: 20px !important;
    padding-bottom: 16px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100% !important;
}

.verflab-project-cards::-webkit-scrollbar {
    display: none;
}

.verflab-project-card {
    flex: 0 0 calc(25% - 15px) !important;
    min-width: 280px !important;
    scroll-snap-align: start !important;
    background-color: #ffffff;
    border: 1px solid #eae7e1 !important;
    border-radius: var(--verflab-radius-md, 16px);
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.verflab-project-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--verflab-shadow-medium, 0 8px 30px rgba(17, 17, 17, 0.08));
}

.verflab-project-card-image-link {
    display: block;
    height: 220px;
    border-radius: 0 !important;
    border: none !important;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}

.verflab-project-card-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border: none !important;
    position: relative;
    transition: transform 0.4s ease;
}

.verflab-project-card:hover .verflab-project-card-image {
    transform: scale(1.05);
}

.verflab-project-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: var(--verflab-primary-petrol, #313a29);
    color: #ffffff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.verflab-project-card-body {
    padding: 24px;
    position: relative;
}

.verflab-project-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.verflab-project-card-title a {
    color: var(--verflab-dark-black, #111111);
    text-decoration: none;
}

.side-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    border: 1px solid #e7e3dc;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.side-nav-btn.prev-btn {
    left: -22px;
}

.side-nav-btn.next-btn {
    right: -22px;
}

.side-nav-btn:hover {
    background-color: var(--verflab-primary-petrol, #313a29);
    color: #ffffff;
    border-color: var(--verflab-primary-petrol, #313a29);
    transform: translateY(-50%) scale(1.08);
}

.verflab-project-slider-wrapper {
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .verflab-project-slider-wrapper,
    .color-slider-carousel-col {
        position: relative !important;
        padding: 0 36px !important;
        box-sizing: border-box !important;
    }

    .side-nav-btn.prev-btn,
    .color-slider-nav-btn.prev-btn {
        left: 0 !important;
    }

    .side-nav-btn.next-btn,
    .color-slider-nav-btn.next-btn {
        right: 0 !important;
    }

    .side-nav-btn,
    .color-slider-nav-btn {
        width: 32px !important;
        height: 32px !important;
        z-index: 30 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }
}

@media (max-width: 576px) {
    .verflab-project-slider-wrapper,
    .color-slider-carousel-col {
        padding: 0 28px !important;
    }

    .side-nav-btn,
    .color-slider-nav-btn {
        width: 28px !important;
        height: 28px !important;
    }

    .side-nav-btn svg,
    .color-slider-nav-btn svg {
        width: 14px !important;
        height: 14px !important;
    }

    .verflab-color-cards,
    .verflab-project-cards {
        scroll-padding-left: 0 !important;
        scroll-snap-type: x mandatory !important;
        gap: 0 !important;
    }

    .verflab-color-card,
    .verflab-project-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: center !important;
    }
}

.verflab-project-meta-row1,
.verflab-project-meta-row2 {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #6b6862;
    margin-bottom: 8px;
}



.verflab-product-card-block {
    margin: 24px 0;
    font-family: 'GT America', sans-serif;
    max-width: 320px;
}

.verflab-catalog-card {
    background-color: #ffffff;
    border: 1px solid var(--verflab-greige, #A69E95);
    border-radius: var(--verflab-radius-md, 16px);
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.verflab-catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--verflab-shadow-medium, 0 8px 30px rgba(17, 17, 17, 0.08));
    border-color: var(--verflab-primary-petrol, #0E3D46);
}

.verflab-catalog-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.verflab-catalog-image-wrapper {
    background-color: var(--verflab-white, #F8F7F4);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}

.verflab-catalog-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.verflab-catalog-card:hover .verflab-catalog-img {
    transform: scale(1.04);
}

.verflab-catalog-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.verflab-catalog-brand {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--verflab-warm-grey, #6B6862);
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.verflab-catalog-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--verflab-dark-black, #111111);
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.verflab-catalog-excerpt {
    font-size: 14px;
    color: var(--verflab-warm-grey, #6B6862);
    margin: 0 0 20px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.verflab-catalog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #f1f0ec;
    padding-top: 16px;
}

.verflab-catalog-price {
    font-weight: 700;
    font-size: 16px;
    color: var(--verflab-dark-black, #111111);
}

.verflab-catalog-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--verflab-primary-petrol, #0E3D46);
    transition: opacity 0.2s ease;
}

.verflab-catalog-card:hover .verflab-catalog-btn {
    opacity: 0.8;
}

.verflab-project-steps-section {
    margin: 48px auto;
    max-width: 1280px;
    font-family: 'GT America', sans-serif;
}

.steps-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.project-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.step-card {
    background: #ffffff;
    border: 1px solid #eae7e1;
    border-radius: 16px;
    padding: 24px;
    position: relative;
}

.step-num-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #313a29;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 16px;
}

.step-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.step-card-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #6b6862;
    margin: 0;
}

.home .verflab-project-grid-block,
.home .verflab-project-grid-section,
.home .verflab-color-slider-block,
.home .verflab-color-slider-section,
.front-page .verflab-project-grid-block,
.front-page .verflab-project-grid-section,
.front-page .verflab-color-slider-block,
.front-page .verflab-color-slider-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.verflab-product-actions {
    display: flex;
    gap: 16px;
    margin: 24px 0;
    flex-wrap: wrap;
}

.verflab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--verflab-radius-sm, 8px);
    font-family: 'GT America', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.verflab-btn .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.verflab-btn-primary {
    background-color: var(--verflab-primary-petrol, #0E3D46);
    color: #ffffff;
    border: 2px solid var(--verflab-primary-petrol, #0E3D46);
}

.verflab-btn-primary:hover {
    background-color: var(--verflab-dark-black, #111111);
    border-color: var(--verflab-dark-black, #111111);
    color: #ffffff;
}

.verflab-btn-secondary {
    background-color: transparent;
    color: var(--verflab-dark-black, #111111);
    border: 2px solid var(--verflab-greige, #A69E95);
}

.verflab-btn-secondary:hover {
    background-color: var(--verflab-white, #F8F7F4);
    border-color: var(--verflab-dark-black, #111111);
}

body,
#primary,
.site-main,
.verflab-inspiration-page-v2,
.verflab-inspiration-posts-v2,
.verflab-styles-category-section,
.styles-category-container,
.posts-v2-container,
.verflab-projects-archive-page,
.verflab-colours-archive-page,
.verflab-brands-archive-page,
.verflab-knowledge-archive-page {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

.verflab-store-locator-fullwidth {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.verflab-store-locator-fullwidth [data-block] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.verflab-store-locator-fullwidth .ct-container-full {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}