/* =============================================================
   COLORLAB PRIVATE LABEL — HOMEPAGE STYLES
   ============================================================= */

/* --- Full-width override for North theme container on front page --- */
body.home #content.site-content {
    padding: 0;
}
body.home #content.site-content > .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

/* --- Full-width + zero-gap layout for interior PB pages --- */
body.page-id-3648 #content.site-content {
    padding: 0;
}
body.page-id-3648 #content.site-content > .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
/* Remove SiteOrigin's default inter-row margin and inter-cell gutter */
body.page-id-3648 .panel-layout .panel-grid {
    margin-bottom: 0 !important;
}
body.page-id-3648 .panel-layout .panel-grid-cell {
    padding: 0 !important;
}
/* Rows 2–5: force true 50/50 split with zero gutter */
#pgc-3648-1-0,
#pgc-3648-1-1,
#pgc-3648-2-0,
#pgc-3648-2-1,
#pgc-3648-3-0,
#pgc-3648-3-1,
#pgc-3648-4-0,
#pgc-3648-4-1 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 50% !important;
}

/* --- Topbar / Announcement Bar --- */
#topbar {
    background-color: #165322 !important;
    color: #fff;
    border: none;
}
#topbar .container,
#topbar-widgets.container {
    max-width: 100%;
    text-align: center;
    padding: 11px 20px;
}
#topbar a,
#topbar .textwidget a,
#topbar .custom-html-widget a {
    color: #fff;
    text-decoration: underline;
}
#topbar .textwidget,
#topbar .custom-html-widget {
    text-align: center;
}
.cl-announcement p {
    margin: 0;
    font-family: 'Questrial', sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
.cl-announcement a {
    color: #fff !important;
    text-decoration: underline !important;
    white-space: nowrap;
}

/* --- Global Typography --- */
.cl-home {
    font-family: 'Questrial', sans-serif;
    color: #000;
}
.cl-home h1,
.cl-home h2,
.cl-home h3,
.cl-home h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-top: 0;
}

/* --- Buttons --- */
.cl-btn {
    display: inline-block;
    padding: 13px 36px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    transition: background 0.25s ease, color 0.25s ease;
}
.cl-btn:hover,
.cl-btn:focus {
    background: transparent;
    color: #000;
    text-decoration: none;
}
.cl-btn--outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.cl-btn--outline:hover,
.cl-btn--outline:focus {
    background: #fff;
    color: #000;
}
.cl-link {
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    transition: opacity 0.2s;
}
.cl-link:hover {
    opacity: 0.6;
    color: #000;
    text-decoration: none;
}

/* =============================================================
   1. HERO VIDEO
   ============================================================= */
.cl-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background: #111;
}
.cl-hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.cl-hero__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px;
}
.cl-hero__content {
    text-align: center;
}

/* =============================================================
   2. SERVICE CARDS
   ============================================================= */
.cl-services {
    padding: 0;
}
.cl-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.cl-service-card {
    overflow: hidden;
}
.cl-service-card__image {
    overflow: hidden;
}
.cl-service-card__image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.cl-service-card:hover .cl-service-card__image img {
    transform: scale(1.04);
}
.cl-service-card__body {
    padding: 28px 32px 36px;
    background: #fff;
    border-top: 3px solid #000;
}
.cl-service-card__body h3 {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cl-service-card__body p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 20px;
}

/* =============================================================
   3. HOW IT WORKS
   ============================================================= */
.cl-how-it-works {
    padding: 80px 40px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.cl-how-it-works > h2 {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #000;
}
.cl-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
}
.cl-step__number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.cl-step h3 {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.cl-step p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
}

/* =============================================================
   4. DUPES
   ============================================================= */
.cl-dupes {
    background: #fff;
}
.cl-dupes__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
}
.cl-dupes__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cl-dupes__content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cl-dupes__content h2 {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 28px;
    line-height: 1;
}
.cl-dupes__content p {
    font-size: 14px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 16px;
}
.cl-dupes__content .cl-btn {
    margin-top: 16px;
    align-self: flex-start;
}

/* =============================================================
   5. CLOUD DANCER TREND SPOTLIGHT
   ============================================================= */
.cl-cloud-dancer {
    background: #fff;
    border-top: 1px solid #ebebeb;
}
.cl-cloud-dancer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}
.cl-cloud-dancer__content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}
.cl-cloud-dancer__image {
    order: 2;
    overflow: hidden;
}
.cl-cloud-dancer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cl-cloud-dancer__content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.1;
}
.cl-cloud-dancer__content p {
    font-size: 14px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 16px;
}
.cl-cloud-dancer__content .cl-btn {
    margin-top: 16px;
    align-self: flex-start;
}

/* =============================================================
   6. LATEST BEAUTY NEWS (BLOG)
   ============================================================= */
.cl-blog {
    padding: 80px 40px;
    background: #fff;
    border-top: 1px solid #ebebeb;
}
.cl-blog > h2 {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 48px;
    text-align: center;
}
.cl-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.cl-blog-card a {
    text-decoration: none;
    color: #000;
    display: block;
}
.cl-blog-card__image {
    overflow: hidden;
    aspect-ratio: 3/2;
}
.cl-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.cl-blog-card:hover .cl-blog-card__image img {
    transform: scale(1.04);
}
.cl-blog-card__body {
    padding: 18px 0 0;
}
.cl-blog-card__date {
    font-size: 11px;
    color: #888;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.cl-blog-card__body h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

/* =============================================================
   7. TESTIMONIALS
   ============================================================= */
.cl-testimonials {
    padding: 80px 40px;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
}
.cl-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
}
.cl-testimonial {
    margin: 0;
    padding: 0;
    border: none;
}
.cl-testimonial p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.3px;
    color: #333;
    margin-bottom: 24px;
    font-style: italic;
}
.cl-testimonial cite {
    font-style: normal;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    font-family: 'Questrial', sans-serif;
}

/* =============================================================
   8. WHY COLORLAB
   ============================================================= */
.cl-why {
    background: #FCF1F3;
}
.cl-why__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
}
.cl-why__content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cl-why__content h2 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.3;
}
.cl-why__content p {
    font-size: 14px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 32px;
}
.cl-why__image {
    overflow: hidden;
}
.cl-why__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =============================================================
   9. FEATURED PRODUCTS
   ============================================================= */
.cl-featured-products {
    padding: 80px 40px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    text-align: center;
}
.cl-featured-products > h2 {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.cl-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.cl-product-tile a {
    text-decoration: none;
    color: #000;
    display: block;
}
.cl-product-tile__image {
    overflow: hidden;
    aspect-ratio: 1;
    background: #f5f5f5;
}
.cl-product-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.cl-product-tile:hover .cl-product-tile__image img {
    transform: scale(1.05);
}
.cl-product-tile p {
    margin: 12px 0 0;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
}

/* =============================================================
   10. RESOURCE BUTTONS
   ============================================================= */
.cl-resources {
    padding: 40px 40px 80px;
    background: #fff;
    border-top: 1px solid #ebebeb;
}
.cl-resources__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.cl-resource-btn {
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.cl-resource-btn__image {
    overflow: hidden;
    aspect-ratio: 4/3;
}
.cl-resource-btn__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.cl-resource-btn:hover .cl-resource-btn__image img {
    transform: scale(1.04);
}
.cl-resource-btn span {
    display: block;
    text-align: center;
    padding: 14px 0 0;
    font-family: 'Questrial', sans-serif;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #000;
}

/* =============================================================
   HOME PAGE — 3RD ROW (grid 2) flush against row 2, no gap
   SO generates margin-bottom:30px on all grids; zero it on grid 1.
   ============================================================= */
#pg-3640-1,
#pg-3640-2,
#pg-3640-3,
#pg-3640-4,
#pg-3640-5,
#pg-3640-6,
#pg-3640-7,
#pg-3640-8,
#pg-3640-9 {
    margin-bottom: 0 !important;
}

/* =============================================================
   HOME PAGE — 3-COLUMN ROW (grid 1) EQUAL HEIGHT
   Override SO's align-items:flex-start so cells stretch to match the tallest.
   ============================================================= */
#pg-3640-1.panel-no-style,
#pg-3640-1.panel-has-style > .panel-row-style {
    align-items: stretch !important;
}
#pgc-3640-1-0 .panel-cell-style,
#pgc-3640-1-1 .panel-cell-style,
#pgc-3640-1-2 .panel-cell-style {
    height: 100%;
}

/* =============================================================
   HOME PAGE — 3-COLUMN ROW (grid 1) GAP FIX
   SO generates calc(33.3333% - 20px) per cell (30px global gutter × 0.6667),
   leaving 60px distributed as gaps by justify-content: space-between.
   Override to exact thirds so there's nothing left to distribute.
   ============================================================= */
#pgc-3640-1-0,
#pgc-3640-1-1,
#pgc-3640-1-2 {
    width: 33.3333% !important;
}

/* =============================================================
   LATEST BEAUTY NEWS CAROUSELS — Row 5 (pg-3640-5)
   ============================================================= */

/* Shrink both carousel panels by 25% */
#panel-3640-5-0-1,
#panel-3640-5-0-2 {
    zoom: 0.75;
}

/* Image: 75% opacity on black background */
#pg-3640-5 .sow-carousel-item-image {
    background: #000;
}
#pg-3640-5 .sow-carousel-item-image img {
    opacity: 0.75;
    display: block;
    width: 100%;
}

/* Remove any residual card chrome from SiteOrigin's generated CSS */
#pg-3640-5 .sow-post-carousel-theme-cards .sow-carousel-item {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Overlay .sow-carousel-item-inner (title wrapper) on top of the image */
#pg-3640-5 .sow-carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    padding: 0 !important;
    z-index: 2;
}

/* Title: centered, white, bright pink on hover */
#pg-3640-5 .sow-carousel-item-title {
    text-align: center;
    padding: 0 15px;
    margin: 0;
    line-height: 1.3;
}
#pg-3640-5 .sow-carousel-item-title a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
#pg-3640-5 .sow-carousel-item-title a:hover {
    color: #ec008c !important;
}

/* =============================================================
   PRIVATE LABEL PAGE (ID 3652)
   ============================================================= */
body.page-id-3652 #content.site-content { padding: 0; }
body.page-id-3652 #content.site-content > .container {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
body.page-id-3652 .panel-layout .panel-grid { margin-bottom: 0 !important; }
body.page-id-3652 .panel-layout .panel-grid-cell { padding: 0 !important; }

/* Grid 3 — 2-col: 50/50 */
#pgc-3652-3-0, #pgc-3652-3-1 {
    width: 50% !important; margin: 0 !important;
    padding: 0 !important; flex: 0 0 50% !important;
}
/* Grids 5, 6, 7, 10 — 3-col: 33.33% each */
#pgc-3652-5-0, #pgc-3652-5-1, #pgc-3652-5-2,
#pgc-3652-6-0, #pgc-3652-6-1, #pgc-3652-6-2,
#pgc-3652-7-0, #pgc-3652-7-1, #pgc-3652-7-2,
#pgc-3652-10-0, #pgc-3652-10-1, #pgc-3652-10-2 {
    width: 33.3333% !important; margin: 0 !important;
    padding: 0 !important; flex: 0 0 33.3333% !important;
}

/* =============================================================
   GET STARTED — REGISTER FORM (Grid 10 / Widget 14)
   ============================================================= */

/* Two-column form layout */
body.page-id-3648 .cl-reg-form-layout {
    display: flex;
    gap: 40px;
    max-width: 750px;
    margin: 0 auto;
    align-items: flex-start;
}
body.page-id-3648 .cl-reg-form-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
body.page-id-3648 .cl-reg-form-right {
    flex: none;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 4px;
}

/* Text / email / password inputs */
body.page-id-3648 .cl-reg-form-left .wpcf7-form-control-wrap input[type="text"],
body.page-id-3648 .cl-reg-form-left .wpcf7-form-control-wrap input[type="email"],
body.page-id-3648 .cl-reg-form-left .wpcf7-form-control-wrap input[type="password"] {
    width: 100%;
    border: 1px solid #405d6d;
    border-radius: 3px;
    padding: 12px 16px;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #405d6d;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}
body.page-id-3648 .cl-reg-form-left .wpcf7-form-control-wrap input:focus {
    border-color: #ec008c;
}

/* Select dropdown */
body.page-id-3648 .cl-select-wrap select {
    width: 100%;
    border: 1px solid #405d6d;
    border-radius: 3px;
    padding: 12px 16px;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #405d6d;
    background: #ffffff;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23405d6d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    outline: none;
}

/* Checkbox */
body.page-id-3648 .cl-checkbox-wrap .wpcf7-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #405d6d;
    cursor: pointer;
}
body.page-id-3648 .cl-checkbox-wrap input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #405d6d;
    accent-color: #ec008c;
    flex-shrink: 0;
    cursor: pointer;
}

/* Submit button */
body.page-id-3648 .cl-reg-form-left .wpcf7-submit {
    align-self: flex-start;
    border: none;
    cursor: pointer;
    display: inline-block;
    background: #ec008c;
    color: #ffffff;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85em 2.2em;
    border-radius: 0.25em;
    transition: background 0.2s, color 0.2s;
}
body.page-id-3648 .cl-reg-form-left .wpcf7-submit:hover {
    background: #ffffff;
    color: #ec008c;
    border: 1px solid #ec008c;
}

/* Strip default <p> margins from wpautop-wrapped file inputs */
body.page-id-3648 .cl-reg-form-right > p:not(.cl-file-label) {
    margin: 0 !important;
    padding: 0 !important;
}

/* File upload labels */
body.page-id-3648 .cl-reg-form-right .cl-file-label {
    margin: 30px 0 4px !important;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #405d6d;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/* First label needs no top gap */
body.page-id-3648 .cl-reg-form-right .cl-file-label:first-child {
    margin-top: 0 !important;
}

/* File upload button */
body.page-id-3648 .cl-reg-form-right input[type="file"]::file-selector-button {
    background: #ec008c;
    color: #ffffff;
    border: 1px solid #ec008c;
    padding: 10px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.2s, color 0.2s;
    margin-right: 10px;
}
body.page-id-3648 .cl-reg-form-right input[type="file"]::file-selector-button:hover {
    background: #ffffff;
    color: #ec008c;
    border: 1px solid #ec008c;
}
body.page-id-3648 .cl-reg-form-right input[type="file"] {
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 13px;
    color: #405d6d;
    width: 280px;
    max-width: 100%;
}

/* CF7 validation messages */
body.page-id-3648 .wpcf7-not-valid-tip {
    color: #ec008c;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
}
body.page-id-3648 .wpcf7-response-output {
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    border-color: #405d6d;
}

/* Responsive: stack columns on mobile */
@media (max-width: 768px) {
    body.page-id-3648 .cl-reg-form-layout {
        flex-direction: column;
        gap: 32px;
    }
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1024px) {
    .cl-services__grid        { grid-template-columns: 1fr; }
    .cl-dupes__inner          { grid-template-columns: 1fr; }
    .cl-cloud-dancer__inner   { grid-template-columns: 1fr; }
    .cl-why__inner            { grid-template-columns: 1fr; }
    .cl-testimonials__grid    { grid-template-columns: 1fr; gap: 48px; }
    .cl-products__grid        { grid-template-columns: repeat(2, 1fr); }
    .cl-cloud-dancer__content { order: 2; }
    .cl-cloud-dancer__image   { order: 1; }
}
@media (max-width: 768px) {
    .cl-hero                  { height: 70vh; }
    .cl-blog__grid            { grid-template-columns: 1fr; }
    .cl-steps                 { grid-template-columns: 1fr; gap: 48px; }
    .cl-resources__grid       { grid-template-columns: 1fr; }
    .cl-dupes__content,
    .cl-cloud-dancer__content,
    .cl-why__content          { padding: 48px 32px; }
    .cl-dupes__content h2     { font-size: 3rem; }
    .cl-how-it-works,
    .cl-blog,
    .cl-testimonials,
    .cl-featured-products,
    .cl-resources             { padding-left: 20px; padding-right: 20px; }
}

/* =============================================================
   SHARED PINK BUTTON (used across interior pages)
   ============================================================= */
.cl-dark-btn {
    display: inline-block;
    background: #405d6d;
    color: #ffffff !important;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85em 2.2em;
    border-radius: 0.25em;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}
.cl-dark-btn:hover {
    background: #ffffff;
    color: #405d6d !important;
    text-decoration: none !important;
}

.cl-pink-btn {
    display: inline-block;
    background: #ec008c;
    color: #ffffff !important;
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85em 2.2em;
    border-radius: 0.25em;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}
.cl-pink-btn:hover {
    background: #ffffff;
    color: #ec008c !important;
    text-decoration: none !important;
}
