/* ============================================================
   Celsure redesign demo pages (Options A / B / C)
   Scoped with .cd- prefixes so nothing leaks into the live site.
   ============================================================ */

.cd-banner {
    background: #10272a;
    color: #cfe9e8;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
}
.cd-banner a { color: #7fd6d3; text-decoration: underline; }
.cd-banner-tag {
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: #ed1c24;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    margin-right: 10px;
}

.cd-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 90px;
    font-family: "Open Sans", sans-serif;
    color: #1a1a1a;
}
.cd-crumbs { font-size: 13px; color: #777; margin-bottom: 26px; }
.cd-crumbs a { color: #1fa19d; text-decoration: none; }
.cd-crumbs b { color: #1a1a1a; }

.cd-eyebrow {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #ed1c24;
    margin: 0 0 8px;
}
.cd-h1 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 4.5vw, 46px);
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 14px;
    color: #10272a;
}
.cd-h1 .cd-teal { color: #1fa19d; }
.cd-intro { max-width: 70ch; color: #555; font-size: 16px; line-height: 1.7; margin: 0 0 36px; }

/* ---- share/permalink strip ---- */
.cd-share {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #f2f7f7;
    border: 1px solid #d5e3e2;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 22px 0;
    font-size: 13px;
}
.cd-share .cd-share-label {
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #55716f;
    white-space: nowrap;
}
.cd-share code {
    font-family: Consolas, "Courier New", monospace;
    font-size: 12.5px;
    color: #0e5f5c;
    background: #fff;
    border: 1px solid #d5e3e2;
    border-radius: 5px;
    padding: 4px 10px;
    word-break: break-all;
}
.cd-share button {
    font-family: "Outfit", sans-serif;
    font-size: 11.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #1fa19d;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 6px 14px;
    cursor: pointer;
}
.cd-share button:hover { background: #17807d; }

/* ---- chips ---- */
.cd-tiers { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.cd-tier {
    font-family: "Outfit", sans-serif;
    font-size: 11.5px;
    letter-spacing: .05em;
    padding: 3px 11px;
    border-radius: 99px;
    background: #d7efee;
    color: #0e5f5c;
    white-space: nowrap;
}
.cd-temps { display: flex; gap: 6px; flex-wrap: wrap; }
.cd-temps span {
    font-family: Consolas, monospace;
    font-size: 11.5px;
    border: 1px solid #d5e3e2;
    border-radius: 4px;
    padding: 2px 8px;
    color: #55716f;
    background: #fff;
}

/* ---- CTA buttons ---- */
.cd-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.cd-btn {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    padding: 11px 22px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
}
.cd-btn-red { background: #ed1c24; color: #fff !important; }
.cd-btn-red:hover { background: #c8151c; color: #fff; }
.cd-btn-ghost { border-color: #10272a; color: #10272a !important; background: transparent; }
.cd-btn-ghost:hover { background: #10272a; color: #fff !important; }

/* ---- spec table ---- */
.cd-spec { border: 1px solid #d5e3e2; border-radius: 10px; overflow: hidden; margin-top: 30px; }
.cd-spec-scroll { overflow-x: auto; }
.cd-spec table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 560px; }
.cd-spec th {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    text-align: left;
    background: #45c4c0;
    color: #fff;
    padding: 10px 16px;
}
.cd-spec td { padding: 10px 16px; border-bottom: 1px solid #e8f1f0; color: #444; }
.cd-spec tr:last-child td { border-bottom: 0; }
.cd-spec-note { font-size: 12px; color: #999; padding: 8px 16px 12px; }

/* ============ chooser page ============ */
.cd-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .cd-choices { grid-template-columns: 1fr; } }
.cd-choice {
    border: 1px solid #d5e3e2;
    border-radius: 12px;
    background: #fff;
    padding: 26px 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(16, 39, 42, .05);
}
.cd-choice .cd-letter {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    width: 38px; height: 38px;
    border-radius: 9px;
    background: #10272a;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
}
.cd-choice h3 { font-family: "Outfit", sans-serif; font-size: 20px; margin: 6px 0 0; color: #10272a; }
.cd-choice p { font-size: 14px; color: #555; line-height: 1.65; margin: 0; flex: 1; }
.cd-choice .cd-url-eg {
    font-family: Consolas, monospace;
    font-size: 12px;
    color: #0e5f5c;
    background: #f2f7f7;
    border-radius: 5px;
    padding: 6px 10px;
    word-break: break-all;
}

/* pros / cons on the chooser cards */
.cd-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 6px 0 4px; }
@media (max-width: 540px) { .cd-proscons { grid-template-columns: 1fr; } }
.cd-pc h4 {
    font-family: "Outfit", sans-serif; font-size: 11px; letter-spacing: .1em;
    text-transform: uppercase; margin: 0 0 6px;
}
.cd-pc.pc-pro h4 { color: #1fa19d; }
.cd-pc.pc-con h4 { color: #ed1c24; }
.cd-pc ul {
    margin: 0; padding-left: 16px; font-size: 12.5px; color: #555;
    line-height: 1.5; display: flex; flex-direction: column; gap: 5px;
}
.cd-pc.pc-pro li::marker { color: #1fa19d; }
.cd-pc.pc-con li::marker { color: #ed1c24; }

/* ============ Option A ============ */
.cda-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
@media (max-width: 860px) { .cda-grid { grid-template-columns: 1fr; } }
.cda-seg {
    border: 1px solid #d5e3e2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 39, 42, .05);
}
.cda-seg-head {
    background: #10272a;
    color: #fff;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
}
.cda-seg-head h2 { font-family: "Outfit", sans-serif; font-size: 22px; margin: 0; font-weight: 600; }
.cda-seg-head span { font-size: 12.5px; color: #9fc6c4; }
.cda-prod {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 30px 26px;
    min-height: 340px;
    border-bottom: 1px solid #eef4f4;
    text-decoration: none;
    color: inherit;
    transition: background .15s ease;
}
.cda-prod:last-child { border-bottom: 0; }
.cda-prod:hover { background: #f2f7f7; }
.cda-prod img { width: 210px; height: 210px; object-fit: cover; border-radius: 10px; flex: none; align-self: center; }
.cda-prod-body { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.cda-p-preview { font-size: 14px; color: #555; line-height: 1.6; margin-top: 6px; }
.cda-prod .cda-go { align-self: center; }
@media (max-width: 600px) {
    .cda-prod { flex-direction: column; align-items: flex-start; min-height: 0; text-align: left; }
    .cda-prod img { width: 100%; height: 200px; }
    .cda-prod .cda-go { align-self: flex-start; margin-left: 0; }
}
.cda-prod .cda-p-name { font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 600; color: #10272a; margin: 0 0 4px; }
.cda-prod .cda-p-use { font-size: 12px; color: #ed1c24; font-family: "Outfit", sans-serif; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.cda-prod .cda-go {
    margin-left: auto;
    font-family: "Outfit", sans-serif;
    color: #1fa19d;
    font-size: 13px;
    white-space: nowrap;
    flex: none;
}

/* Option A product page */
.cda-hero { display: flex; gap: 44px; align-items: flex-start; flex-wrap: wrap; }
.cda-hero-img {
    flex: 0 1 380px;
    min-width: 260px;
    border: 1px solid #e3eeed;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.cda-hero-img img { width: 100%; display: block; }
.cda-hero-info { flex: 1 1 380px; min-width: 280px; }
.cda-back { font-size: 13.5px; color: #1fa19d; text-decoration: none; display: inline-block; margin-bottom: 18px; }
.cda-vtabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 8px; }
.cda-vtab {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    padding: 7px 17px;
    border-radius: 99px;
    border: 1px solid #d5e3e2;
    background: #fff;
    color: #55716f;
    cursor: pointer;
}
.cda-vtab[aria-selected="true"] { background: #1fa19d; border-color: #1fa19d; color: #fff; }
.cda-tiernote { font-size: 13.5px; color: #555; min-height: 22px; margin: 0 0 6px; }

/* ============ Option B ============ */
.cdb-sec { margin-bottom: 46px; }
.cdb-sec-label {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #55716f;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.cdb-sec-label::after { content: ""; height: 1px; flex: 1; background: #d5e3e2; }
.cdb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .cdb-row { grid-template-columns: 1fr; } }
.cdb-card {
    border: 1px solid #d5e3e2;
    border-radius: 12px;
    background: #fff;
    padding: 0 0 18px;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
    overflow: hidden;
    font: inherit;
    color: inherit;
}
.cdb-card:hover { border-color: #1fa19d; }
.cdb-card[aria-expanded="true"] { border-color: #1fa19d; box-shadow: 0 0 0 3px #d7efee; }
.cdb-card { display: flex; flex-direction: column; min-height: 440px; }
.cdb-card img { width: 100%; height: 260px; object-fit: cover; display: block; margin-bottom: 14px; }
.cdb-card .cdb-name { font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 600; color: #10272a; display: block; }
.cdb-card .cdb-use { font-size: 11.5px; color: #ed1c24; font-family: "Outfit", sans-serif; letter-spacing: .06em; text-transform: uppercase; display: block; margin: 4px 0 8px; }
.cdb-card .cdb-desc {
    font-size: 12.5px; color: #555; line-height: 1.55; padding: 0 18px; margin-bottom: 12px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.cdb-card .cdb-ind { font-family: "Outfit", sans-serif; font-size: 12px; color: #1fa19d; letter-spacing: .06em; margin-top: auto; padding-bottom: 4px; }
.cdb-detail {
    grid-column: 1 / -1;
    display: none;
    border: 1px solid #1fa19d;
    border-radius: 12px;
    background: #f2f7f7;
    padding: 26px 28px;
}
.cdb-detail.cdb-open { display: block; }
.cdb-detail h3 { font-family: "Outfit", sans-serif; font-size: 22px; margin: 0 0 6px; color: #10272a; }
.cdb-detail .cdb-d-use { font-size: 12px; color: #ed1c24; font-family: "Outfit", sans-serif; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.cdb-detail p { font-size: 14.5px; color: #555; max-width: 75ch; margin: 0 0 14px; line-height: 1.7; }

/* ============ Option C ============ */
.cdc-shell {
    display: grid;
    grid-template-columns: 270px 1fr;
    border: 1px solid #d5e3e2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 39, 42, .05);
    min-height: 520px;
}
@media (max-width: 860px) { .cdc-shell { grid-template-columns: 1fr; } }
.cdc-rail { background: #f2f7f7; border-right: 1px solid #d5e3e2; padding: 18px 0; }
@media (max-width: 860px) { .cdc-rail { border-right: 0; border-bottom: 1px solid #d5e3e2; } }
.cdc-rlabel {
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #55716f;
    padding: 14px 26px 8px;
}
.cdc-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 14.5px;
    color: #1a1a1a;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    cursor: pointer;
    text-align: left;
}
.cdc-item:hover { color: #1fa19d; }
.cdc-item[aria-current="true"] {
    background: #fff;
    border-left-color: #ed1c24;
    font-weight: 600;
}
.cdc-item .cdc-cnt { margin-left: auto; font-size: 11px; color: #999; font-family: Consolas, monospace; }
.cdc-stage { padding: 34px 38px; }
@media (max-width: 600px) { .cdc-stage { padding: 24px 20px; } }
.cdc-stage .cda-hero-img { flex-basis: 300px; }
