/* ============================================================
   ctem PRODUCT PAGE 2026 — CSS
   Mobile-first · min-width breakpoints
   Fonts: Darker Grotesque, Onest
   Primary: #4D30FF  |  Blue: #3652F3
   ============================================================ */

/* ---------- base reset ---------- */
.crq-2026.base-css {
    overflow-x: hidden;
    margin-top: 0 !important;
    background: #fff;
}

.crq-2026 * {
    box-sizing: border-box;
}

.crq-2026 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.crq-2026 a {
    text-decoration: none;
}

.crq-2026 iframe {
    border: 0;
}

/* ---------- container ---------- */
.crq-2026 .crq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

/* ---------- responsive visibility helpers (base = mobile) ---------- */
br.mobile-only {
    display: block !important;
}

br.desktop-only {
    display: none !important;
}

br.tablet-only {
    display: none !important;
}

.crq-2026 .latest-from-safe .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

/* ---------- shared typography (mobile base) ---------- */
.crq-2026 .crq-section-title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 44px;
    color: #181c22;
    text-align: center;
    letter-spacing: -1px;
    margin: 0 0 12px;
}

.crq-2026 .crq-section-sub {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #4D30FF;
    text-align: center;
    letter-spacing: -0.96px;
    margin: 0;
}

/* ---------- shared buttons ---------- */
.crq-2026 .sf-btn-primary-purple span {
    font-weight: 500;
    font-size: 14px !important;
}

.crq-2026 .crq-btn-purple {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #4D30FF;
    border-radius: 9999px;
    padding: 11px 24px;
    line-height: 27px;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

.crq-2026 .crq-btn-purple:hover {
    background: #3a20e0;
    box-shadow: none;
}

.crq-2026 .crq-btn-purple:active {
    background: #2909F7;
    transform: scale(0.96);
    box-shadow: none;
}

.crq-2026 .crq-btn-purple:focus-visible {
    background: #4D30FF;
    box-shadow: 0 0 1px 3px rgba(77, 48, 255, 0.25);
    outline: none;
}

.crq-2026 .crq-btn-outline {
    display: inline-block;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #050209;
    border: 2px solid #050209;
    border-radius: 12px;
    padding: 7px 12px;
    line-height: 30px;
    letter-spacing: 0;
    transition: background .2s, color .2s, border-color .2s;
}

.crq-2026 .crq-btn-outline:hover {
    border: 2px solid #4D30FF;
    background: rgba(77, 48, 255, 0.02);
    box-shadow: none;
    color: #4D30FF;
}

.crq-2026 .crq-btn-outline:active {
    border: 2px solid #2909F7;
    background: rgba(77, 48, 255, 0.02);
    box-shadow: none;
    transform: scale(0.96);
}

.crq-2026 .crq-btn-outline:focus-visible {
    color: #050209;
    border: 2px solid #050209;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 1px 3px rgba(77, 48, 255, 0.25);
    outline: none;
}

.crq-2026 .crq-btn-white {
    display: inline-block;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 14px 24px;
    line-height: 1.25;
    transition: background .2s, color .2s;
}

.crq-2026 .crq-btn-white:hover {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.10);
}

.crq-2026 .crq-btn-white:active {
    border: 2px solid rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    transform: scale(0.96);
}

.crq-2026 .crq-btn-white:focus-visible {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.30);
    outline: none;
}

.crq-2026 .crq-link-arrow {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #4D30FF;
    text-transform: uppercase;
    letter-spacing: .44px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s;
}

.crq-2026 .crq-link-arrow:hover {
    color: #3a20e0;
}

.crq-2026 .crq-link-arrow .crq-arrow-icon {
    flex-shrink: 0;
    transition: transform .2s;
    transform: translateY(2px);
}

.crq-2026 .crq-link-arrow:hover .crq-arrow-icon {
    transform: translate(4px, 2px);
}

/* ============ HERO (mobile: stacked) ============ */
.crq-2026 .crq-hero {
    padding: 100px 0 40px;
    background-image: url('/wp-content/uploads/ctem-hero-section-bg-2026.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.crq-2026 .crq-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

.crq-2026 .crq-hero__text {
    text-align: center;
}

.crq-2026 .crq-hero__title {
    color: #333;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.014px;
    margin-bottom: 24px;
}

.crq-2026 .crq-hero__description {
    color: #06050C;
    font-family: "Onest", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 26px;
}

.crq-2026 .crq-hero .sf-btn-primary-purple span {
    font-size: 14px !important;
}

.crq-2026 .crq-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.crq-2026 .crq-hero__visual {
    width: 100%;
    min-width: 0;
}

.crq-2026 .crq-hero__box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 16px;
    box-shadow: 0 4px 139px 0 #4D30FF;
    position: relative;
    overflow: hidden;
}

.crq-2026 .crq-hero__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/* ============ PROPERTIES / PLUG AI (mobile: stacked) ============ */
.crq-2026 .crq-properties {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.crq-2026 .crq-properties__header {
    text-align: center;
    margin-bottom: 48px;
}

.crq-2026 .crq-properties__heading {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 44px;
    color: #181c22;
    letter-spacing: -1px;
    margin: 0 0 12px;
}

.crq-2026 .crq-properties__sub {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #4D30FF;
    letter-spacing: -0.96px;
    margin: 0;
}

.crq-2026 .crq-properties__cards {
    background: linear-gradient(168.49deg, #f9f8fd 0%, #f4f2fb 50%, #efe9fa 100%);
    border-radius: 24px;
    box-shadow:
        0px 1px 2px 0px rgba(77, 48, 255, 0.04),
        0px 24px 64px -8px rgba(77, 48, 255, 0.06);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.crq-2026 .crq-properties__cards-border {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
}

.crq-2026 .crq-properties__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crq-2026 .crq-properties__icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(123, 92, 255, 0.08) 0%, rgba(77, 48, 255, 0.12) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.crq-2026 .crq-properties__icon-glow {
    position: absolute;
    inset: -7px;
    border-radius: 14px;
    background: radial-gradient(circle at center, rgba(77, 48, 255, 0.2) 0%, rgba(77, 48, 255, 0) 70%);
    filter: blur(24px);
    opacity: 0.5;
    pointer-events: none;
}

.crq-2026 .crq-properties__icon-svg {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    z-index: 1;
}

.crq-2026 .crq-properties__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #06050c;
    letter-spacing: -0.26px;
    margin: 0;
}

.crq-2026 .crq-properties__desc {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #666;
    margin: 0;
    max-width: 340px;
}

/* ============ LIFECYCLE INFOGRAPHIC ============ */
.crq-2026 .crq-lifecycle-infographic {
    padding: 40px 0 60px;
    position: relative;
    z-index: 1;
}

.crq-2026 .crq-lifecycle-infographic::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    width: 700px;
    height: 550px;
    transform: rotate(84deg);
    border-radius: 832.5px;
    background: rgba(224, 218, 255, 0.80);
    filter: blur(200px);
}

.crq-2026 .crq-infographic__header {
    text-align: center;
    margin-bottom: 40px;
}

.crq-2026 .crq-infographic__header .crq-properties__heading {
    margin: 0;
}

.crq-2026 .crq-infographic__image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.crq-2026 .crq-infographic__image img {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: block;
    object-fit: contain;
    border-radius: 16px;
    margin: 0 auto;
}

/* ============ PUT AI TO WORK / WORKFLOW ============ */
.crq-2026 .crq-workflow {
    padding: 40px 0 60px;
    background: #fff;
    display: none;
}

.crq-2026 .crq-workflow__header {
    text-align: center;
    margin-bottom: 32px;
}

.crq-2026 .crq-workflow__box {
    width: 100%;
    aspect-ratio: 1440 / 824;
    background: #1b1b1b;
    border: 2px solid rgba(77, 48, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 80px 0 #4D30FF;
}

/* ============ ctem LIFECYCLE / USECASES (mobile: stacked) ============ */
.crq-2026 .crq-lifecycle {
    padding: 40px 0;
    background: transparent;
}

.crq-2026 .crq-lifecycle .crq-section-title {
    margin-bottom: 48px;
}

.crq-2026 .crq-lifecycle__items {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.crq-2026 .crq-lifecycle__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
}

.crq-2026 .crq-lifecycle__row--reverse {
    flex-direction: column;
}

.crq-2026 .crq-lifecycle__visual {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: -1;
}

.crq-2026 .crq-lifecycle__img-box {
    width: 100%;
    background: rgba(224, 218, 255, 0.8);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 120px 0 rgba(77, 48, 255, 0.2);
    overflow: hidden;
}

.crq-2026 .crq-lifecycle__img-box video {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.crq-2026 .crq-lifecycle__content {
    width: 100%;
    order: 1;
    min-width: 0;
}

.crq-2026 .crq-lifecycle__label {
    display: block;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #3652F3;
    text-transform: uppercase;
    letter-spacing: 0.72px;
    margin: 0 0 20px;
}

.crq-2026 .crq-lifecycle__desc {
    color: #06050C;
    font-family: "Darker Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    letter-spacing: -0.28px;
    margin-bottom: 24px;
}

.crq-2026 .crq-lifecycle__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-left: 20px;
}

.crq-2026 .crq-lifecycle__list li {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #06050c;
    letter-spacing: -0.22px;
    position: relative;
}

.crq-2026 .crq-lifecycle__list li::marker {
    color: #3652F3;
}

/* ============ PURPOSE-BUILT STANDARDS + FAIR-MAM (Figma after lifecycle) ============ */
.crq-2026 .crq-standards {
    padding: 48px 0 0;
    background: transparent;
    position: relative;
}

.crq-2026 .crq-standards__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.11;
    letter-spacing: -1.5px;
    text-align: center;
    color: #181c22;
    margin: 0 auto 40px;
    max-width: 900px;
}

.crq-2026 .crq-standards__card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: rgba(249, 250, 251, 0.5);
    min-height: 240px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
}

.crq-2026 .crq-standards__glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}

.crq-2026 .crq-standards__glow--left {
    width: min(55vw, 420px);
    height: min(45vw, 340px);
    left: -12%;
    top: 50%;
    transform: translateY(-50%) rotate(27deg);
    background: radial-gradient(ellipse at center, rgba(77, 48, 255, 0.35) 0%, rgba(224, 218, 255, 0.2) 45%, transparent 70%);
}

.crq-2026 .crq-standards__glow--right {
    width: min(60vw, 480px);
    height: min(50vw, 380px);
    right: -15%;
    top: 50%;
    transform: translateY(-50%) rotate(27deg);
    background: radial-gradient(ellipse at center, rgba(77, 48, 255, 0.28) 0%, rgba(224, 218, 255, 0.25) 50%, transparent 72%);
}

.crq-2026 .crq-standards__inner {
    position: relative;
    z-index: 1;
    padding: 40px 24px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
}

.crq-2026 .crq-standards__quote {
    margin: 0;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: clamp(22px, 3.5vw, 36px);
    line-height: 0.95;
    letter-spacing: -0.36px;
    color: #06050c;
    max-width: 1000px;
}

.crq-2026 .crq-standards__accent-line {
    width: 53px;
    height: 4px;
    border-radius: 999px;
    background: #4d30ff;
    opacity: 0.5;
}

.crq-2026 .crq-standards__report-link {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.5;
    letter-spacing: -0.22px;
    color: #4d30ff;
    text-decoration: none;
    max-width: 700px;
    transition: color 0.2s, text-decoration 0.2s;
}

.crq-2026 .crq-standards__report-link:hover {
    color: #3a20e0;
    text-decoration: underline;
}

.crq-2026 .crq-fair-mam {
    padding: 56px 0 64px;
    background: transparent;
}

.crq-2026 .crq-fair-mam .crq-container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.crq-2026 .crq-fair-mam__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
}

.crq-2026 .crq-fair-mam__visual {
    order: -1;
    width: 100%;
    min-width: 0;
}

.crq-2026 .crq-fair-mam__text {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.crq-2026 .crq-fair-mam__label {
    margin: 0;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1.1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #3652f3;
}

.crq-2026 .crq-fair-mam__body {
    margin: 0;
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.18px;
    color: #06050c;
}

.crq-2026 .crq-fair-mam__link {
    align-self: flex-start;
    font-size: 18px;
    letter-spacing: 0.44px;
}

.crq-2026 .crq-fair-mam__img-box {
    width: 100%;
    background: rgba(224, 218, 255, 0.8);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
}

.crq-2026 .crq-fair-mam__img-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* ============ MEASURABLE IMPACT (mobile: stacked) ============ */
.crq-2026 .crq-impact {
    padding: 40px 0;
}

.crq-2026 .crq-impact__header {
    text-align: center;
    margin-bottom: 32px;
}

.crq-2026 .crq-impact__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto;
}

/* stat card (shared by impact + ai trust) */
.crq-2026 .crq-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    width: 100%;
    margin: 0 auto;
}

.crq-2026 .crq-stat-card__num {
    display: block;
    font-family: 'Onest', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #111;
    letter-spacing: -1.5px;
}

.crq-2026 .crq-stat-card__divider {
    width: 60px;
    height: 2px;
    background: #4D30FF;
    opacity: 0.4;
    margin: 20px 0;
}

.crq-2026 .crq-stat-card__label {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6b7280;
    margin: 0;
    max-width: 250px;
}

/* ============ ENTERPRISE AI TRUST (mobile: stacked) ============ */
.crq-2026 .crq-ai-trust {
    padding: 40px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.crq-2026 .crq-ai-trust .crq-section-title {
    margin-bottom: 32px;
}

.crq-2026 .crq-ai-trust__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

/* ============ CUSTOMER STORIES — Figma 2637:7780 ============ */
.crq-2026 .crq-stories {
    padding: 40px 0;
    background: transparent;
}

.crq-2026 .crq-stories .crq-section-title {
    margin-bottom: 48px;
    text-align: center;
}

.crq-2026 .crq-stories__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.crq-2026 .crq-stories__row--quotes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}

.crq-2026 .crq-stories__row--stat {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
}

.crq-2026 .crq-story-card {
    background: #fff;
    border: 0.947px solid #ececec;
    border-radius: 15px;
    padding: 31px 27px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
    min-height: 0;
}

.crq-2026 .crq-story-card__quote {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
    margin: 0;
}

.crq-2026 .crq-story-card__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
}

.crq-2026 .crq-story-card__author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-width: 0;
}

.crq-2026 .crq-story-card__name {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #1a1a1a;
}

.crq-2026 .crq-story-card__role {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #434853;
    line-height: 1.4;
}

.crq-2026 .crq-story-card__company {
    flex-shrink: 0;
    width: auto;
    max-width: 138px;
    max-height: 40px;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

.crq-2026 .crq-story-stat {
    background: #fff;
    border: 0.947px solid #ececec;
    border-radius: 15px;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 9px;
    min-height: 200px;
}

.crq-2026 .crq-story-stat__num {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 12vw, 72px);
    line-height: 1;
    letter-spacing: -1.81px;
    color: #1a1a1a;
}

.crq-2026 .crq-story-stat__label {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    color: #1a1a1a;
    margin: 0;
}

@media (min-width: 480px) {
    .crq-2026 .crq-story-stat__label {
        font-size: 22px;
        line-height: 1.22;
    }
}

.crq-2026 .crq-story-stat__line {
    display: block;
}

.crq-2026 .crq-stories__cta {
    text-align: center;
    margin-top: 48px;
}

.crq-2026 .crq-stories__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #07010d;
    background: transparent;
    border: 1.5px solid #050209;
    border-radius: 16px;
    padding: 14px 16px 18px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.crq-2026 .crq-stories__btn:hover {
    border-color: #4d30ff;
    color: #4d30ff;
    background: rgba(77, 48, 255, 0.02);
}

.crq-2026 .crq-stories__btn:active {
    transform: scale(0.98);
}

.crq-2026 .crq-stories__btn:focus-visible {
    outline: 2px solid #4d30ff;
    outline-offset: 2px;
}

/* ============ CUSTOMER STORY FEATURE (mobile: stacked) ============ */
.crq-2026 .crq-story-feature {
    padding: 40px 0;
}

.crq-2026 .crq-story-feature__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.crq-2026 .crq-story-feature__left {
    flex: none;
    width: 100%;
    min-width: 0;
}

.crq-2026 .crq-story-feature__logo {
    width: 120px;
    height: 34px;
    object-fit: contain;
    margin-bottom: 6px;
}

.crq-2026 .crq-story-feature__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #06050c;
    letter-spacing: -0.5px;
    margin: 0 0 20px;
    max-width: 100%;
}

.crq-2026 .crq-story-feature__tags {
    display: flex;
    align-items: center;
    gap: 16px;
}

.crq-2026 .crq-story-feature__tag {
    display: flex;
    align-items: center;
    gap: 5px;
}

.crq-2026 .crq-story-feature__tag svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.crq-2026 .crq-story-feature__tag span {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #6b6b6b;
}

.crq-2026 .crq-story-feature__dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6b6b6b;
    flex-shrink: 0;
}

.crq-2026 .crq-story-feature__cards {
    flex: none;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.crq-2026 .crq-story-feature__card {
    background: rgba(245, 243, 255, 0.5);
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    padding: 24px;
    overflow: hidden;
    min-height: auto;
}

.crq-2026 .crq-story-feature__card--challenge {
    flex: none;
    min-width: 0;
}

.crq-2026 .crq-story-feature__card--results {
    flex: none;
    min-width: 0;
}

.crq-2026 .crq-story-feature__card-heading {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #06050c;
    text-transform: uppercase;
    letter-spacing: 0.319px;
    margin: 0 0 24px;
}

.crq-2026 .crq-story-feature__card--results .crq-story-feature__card-heading {
    margin-bottom: 20px;
}

.crq-2026 .crq-story-feature__card-text {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
    margin: 0;
    max-width: 100%;
}

.crq-2026 .crq-story-feature__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.crq-2026 .crq-story-feature__stat {
    flex: 1 1 calc(50% - 12px);
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.crq-2026 .crq-story-feature__stat-value {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.crq-2026 .crq-story-feature__stat-num,
.crq-2026 .crq-story-feature__stat-unit {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    color: #4a4a4a;
}

.crq-2026 .crq-story-feature__stat-desc {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    margin: 0;
}

.crq-2026 .crq-story-feature__ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.crq-2026 .crq-story-feature .crq-link-arrow {
    font-size: 18px;
    letter-spacing: 0.36px;
}

/* ============ LOGO CAROUSEL BAR ============ */
.crq-2026 .crq-logo-bar {
    text-align: center;
    padding: 60px 0px;
}

.crq-2026 .crq-logo-bar__heading {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    line-height: 1.4;
    color: #06050c;
}

.crq-2026 .crq-logo-bar__carousel {
    padding: 20px 0;
    overflow: hidden;
}

.crq-2026 .crq-logo-bar__track {
    -webkit-mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
}

.crq-2026 .crq-logo-bar__list {
    align-items: center !important;
}

.crq-2026 .crq-logo-bar__slide img {
    max-height: 120px;
    width: auto;
}

/* ============ RANKED #1 (mobile: stacked) ============ */
.crq-2026 .crq-ranked {
    padding: 40px 0;
    background: #f2f3ff;
}

.crq-2026 .crq-ranked__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.crq-2026 .crq-ranked__text {
    flex: none;
}

.crq-2026 .crq-ranked__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 80%;
    color: #06050c;
    margin: 0 0 32px;
    letter-spacing: -0.5px;
}

.crq-2026 .crq-ranked__subtitle {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    color: #4a5565;
    margin: 0 0 32px;
}

.crq-2026 .crq-ranked__visual {
    width: 100%;
    min-width: 0;
}

.crq-2026 .crq-ranked__visual img {
    width: 100%;
    border-radius: 16px;
}

/* ============ TEST DRIVE CTA ============ */
.crq-2026 .crq-cta {
    position: relative;
    padding: 55px 0;
    background: #0a0814;
    text-align: center;
    overflow: hidden;
}

.crq-2026 .crq-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.crq-2026 .crq-cta__grid {
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 220px;
    object-fit: cover;
    opacity: 0.5;
}

.crq-2026 .crq-cta__grid-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.crq-2026 .crq-cta__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.crq-2026 .crq-cta__glow--top {
    width: 600px;
    height: 600px;
    top: -208px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(77, 48, 255, 0.25) 0%, rgba(77, 48, 255, 0) 70%);
    filter: blur(40px);
}

.crq-2026 .crq-cta__glow--mid {
    width: 500px;
    height: 400px;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(77, 48, 255, 0.3) 0%, rgba(77, 48, 255, 0) 60%);
    filter: blur(60px);
    opacity: 0.5;
}

.crq-2026 .crq-cta__glow--inner {
    width: 450px;
    height: 450px;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(130, 100, 255, 0.15) 0%, rgba(130, 100, 255, 0) 70%);
    filter: blur(40px);
}

.crq-2026 .crq-cta__btn:hover~.crq-cta__glow--mid,
.crq-2026 .crq-cta:has(.crq-cta__btn:hover) .crq-cta__glow--mid {
    transform: translateX(-50%) scale(1.01);
    background: radial-gradient(circle, rgba(77, 48, 255, 0.3) 0%, rgba(77, 48, 255, 0.1) 60%);
}

.crq-2026 .crq-cta__btn:hover~.crq-cta__glow--inner,
.crq-2026 .crq-cta:has(.crq-cta__btn:hover) .crq-cta__glow--inner {
    transform: translateX(-50%) scale(1.01);
    background: radial-gradient(circle, rgba(130, 100, 255, 0.12) 0%, rgba(130, 100, 255, 0.03) 70%);
}

.crq-2026 .crq-cta__btn:hover {
    transform: scale(1.01);
}

.crq-2026 .crq-cta .crq-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.crq-2026 .crq-cta__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

.crq-2026 .crq-cta__gradient {
    background: linear-gradient(157deg, rgb(139, 127, 255) 8.5%, rgb(177, 166, 255) 50%, rgb(197, 186, 255) 91.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.crq-2026 .crq-cta__btn {
    display: inline-block;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0.3px;
    color: #fff;
    background: #4d30ff;
    border: none;
    border-radius: 56px;
    padding: 14px 32px;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(77, 48, 255, 0.4), 0 6px 20px rgba(77, 48, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.crq-2026 .crq-cta__btn:active {
    transform: scale(0.97);
}

/* ============ INTERACTIVE DEMO (mobile: stacked) ============ */
.crq-2026 .crq-demo {
    padding: 40px 0;
    background: #fff;
}

.crq-2026 .crq-demo__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
}

.crq-2026 .crq-demo__text {
    flex: none;
    max-width: 100%;
    text-align: left;
}

.crq-2026 .crq-demo__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    color: #06050c;
    letter-spacing: -0.56px;
    margin: 0 0 24px;
}

.crq-2026 .crq-faq__list a {
    color: #0066A8;
}

.crq-2026 .crq-demo__desc {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #06050c;
    letter-spacing: -0.22px;
    margin: 0;
}

.crq-2026 .crq-demo__visual {
    flex: none;
    width: 100%;
    min-width: 0;
}

.crq-2026 .crq-demo__box {
    width: 100%;
}

.crq-2026 .crq-demo__box iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
}

/* ============ VIDEOS SECTION (mobile: 1 column) ============ */
.crq-2026 .crq-videos {
    padding: 40px 0 60px;
    background-image: url('/wp-content/uploads/ctem-hero-section-bg-2026.png');
    position: relative;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.crq-2026 .crq-videos__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.crq-2026 .crq-videos__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.crq-2026 .crq-videos__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #111;
    text-align: center;
    letter-spacing: -1px;
    margin: 0;
}

.crq-2026 .crq-videos__box {
    width: 100%;
    aspect-ratio: 666 / 389;
    background: #000;
    border-radius: 16px;
    box-shadow: 0 4px 139px 0 #4D30FF;
    position: relative;
    overflow: hidden;
}

.crq-2026 .crq-videos__box iframe,
.crq-2026 .crq-videos__box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 16px;
    object-fit: cover;
}

/* ============ FAQ ============ */
.crq-2026 .crq-faq {
    padding: 40px 0;
    background: transparent;
}

.crq-2026 .faq-and-latest-from-safe-section-bg-wrapper {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}

.crq-2026 .faq-and-latest-from-safe-section-bg-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    width: 1200px;
    height: 700px;
    transform: rotate(-27.54deg);
    border-radius: 1557.84px;
    background: rgba(224, 218, 255, 0.80);
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}

.crq-2026 .crq-faq .crq-section-title {
    margin-bottom: 32px;
}

.crq-2026 .crq-faq__list {
    max-width: 1196px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.crq-2026 .crq-faq__item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.crq-2026 .crq-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    gap: 20px;
    margin: 0;
}

.crq-2026 .crq-faq__question h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #06050c;
    letter-spacing: -0.26px;
    margin: 0;
}

.crq-2026 .crq-faq__icon {
    flex-shrink: 0;
    transition: transform .3s;
    color: #06050c;
}

.crq-2026 .crq-faq__item.is-open .crq-faq__icon {
    transform: rotate(180deg);
}

.crq-2026 .crq-faq__answer {
    padding: 0 20px 18px;
    display: none;
    margin: 0;
}

.crq-2026 .crq-faq__item.is-open .crq-faq__answer {
    display: block;
}

.crq-2026 .crq-faq__answer p {
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #4a5565;
    margin: 0;
}

/* ============ LATEST FROM SAFE (mobile: 1 column) ============ */
.crq-2026 .latest-from-safe {
    padding: 40px 0 60px;
    background: transparent;
}

.crq-2026 .latest-from-safe__header {
    text-align: center;
    margin-bottom: 40px;
}

.crq-2026 .latest-from-safe h2 {
    color: #101828;
    text-align: center;
    font-family: "Darker Grotesque";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02px;
}

.crq-2026 .latest-from-safe__desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5565;
    margin: 0 auto;
}

.crq-2026 .latest-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.crq-2026 .latest-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12.5px 18.75px -3.75px rgba(0, 0, 0, .1), 0 5px 7.5px -5px rgba(0, 0, 0, .1);
    transition: transform 150ms ease-in;
    color: inherit;
    text-decoration: none;
}

.crq-2026 .latest-card:hover {
    transform: scale(1.01);
}

.crq-2026 .latest-card:active {
    transform: scale(0.96);
}

.crq-2026 .latest-card__img {
    overflow: hidden;
    position: relative;
}

.crq-2026 .latest-card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.crq-2026 .latest-card__badge-wrap {
    margin-bottom: 20px;
}

.crq-2026 .latest-card__badge {
    background: #4D30FF;
    color: rgba(255, 255, 255, .8);
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .75px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 20px;
    display: inline-block;
}

.crq-2026 .latest-card__body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.crq-2026 .latest-card__title {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #101828;
    line-height: 1.22;
    letter-spacing: -.275px;
    margin: 0 0 12px;
}

.crq-2026 .latest-card__excerpt {
    font-family: 'Onest', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4a5565;
    line-height: 1.7;
    letter-spacing: -.19px;
    margin: 0 0 15px;
}

.crq-2026 .latest-card__cta {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4D30FF;
    text-transform: uppercase;
    letter-spacing: .36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap .2s;
    align-self: flex-start;
    margin-top: auto;
}

.crq-2026 .latest-card__cta svg {
    flex-shrink: 0;
    transition: transform .2s;
    transform: translateY(2px);
}

.crq-2026 .latest-card:hover .latest-card__cta svg {
    transform: translate(4px, 2px);
}

.crq-2026 .latest-from-safe__cta {
    text-align: center;
    margin-top: 40px;
}

.crq-2026 .latest-section-btn {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #06050C;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .36px;
    transition: gap .2s;
}

.crq-2026 .latest-section-btn:hover svg {
    transform: translateX(4px);
}

.crq-2026 .latest-section-btn svg {
    transition: transform .2s;
}

/* Ellipse background images */

.crq-lifecycle {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.crq-lifecycle::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 393%;
    height: 100%;
    background-image: url('/wp-content/uploads/gradient.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}

.crq-impact {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blobs-section {
    position: relative;
    overflow: hidden;
}

.blobs-section .blob-1 {
    position: absolute;
    right: 0;
    top: 15%;
    width: 1200px;
    height: 700px;
    transform: rotate(200deg);
    border-radius: 1557.84px;
    background: rgba(224, 218, 255, 0.80);
    filter: blur(200px);
}

.crq-stories {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.crq-stories::before {
    content: '';
    position: absolute;
    left: 0%;
    top: 10%;
    z-index: -1;
    width: 700px;
    height: 400px;
    transform: rotate(0deg);
    border-radius: 832.5px;
    background: rgba(224, 218, 255, 0.80);
    filter: blur(100px);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (mobile-first)
   ============================================================ */

@media (min-width: 768px) {

    /* Tablet: visibility helpers */
    br.mobile-only {
        display: none !important;
    }

    br.tablet-only {
        display: block !important;
    }

    /* Typography - tablet */
    .crq-2026 .crq-section-title {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.6px;
    }

    .crq-2026 .crq-section-sub {
        font-size: 36px;
        line-height: 36px;
    }

    /* Hero - tablet: still stacked, center text */
    .crq-2026 .crq-hero {
        padding: 100px 0 60px;
    }

    .crq-2026 .crq-hero__inner {
        align-items: center;
        gap: 48px;
    }

    .crq-2026 .crq-hero__text {
        text-align: center;
    }

    .crq-2026 .crq-hero__title {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 25px;
    }

    .crq-2026 .crq-hero__description {
        font-size: 22px;
    }

    .crq-2026 .crq-hero__ctas {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .crq-2026 .crq-hero__visual {
        max-width: 700px;
        margin: 0 auto;
    }

    .crq-2026 .crq-btn-purple {
        font-size: 18px;
        padding: 13px 36px;
    }

    .crq-2026 .crq-link-arrow {
        font-size: 22px;
    }

    .crq-2026 .crq-btn-outline {
        font-size: 24px;
        padding: 14px 18px 18px;
        border-radius: 16px;
    }

    /* Properties - tablet */
    .crq-2026 .crq-properties__heading {
        font-size: 48px;
        line-height: 52px;
    }

    .crq-2026 .crq-properties__sub {
        font-size: 36px;
        line-height: 40px;
    }

    .crq-2026 .crq-properties__cards {
        flex-direction: row;
        gap: 32px;
        padding: 40px;
    }

    .crq-2026 .crq-properties__card {
        flex: 1;
    }

    .crq-2026 .crq-properties__title {
        font-size: 24px;
    }

    .crq-2026 .crq-properties__desc {
        font-size: 16px;
    }

    /* Lifecycle Infographic - tablet */
    .crq-2026 .crq-lifecycle-infographic {
        padding: 48px 0 72px;
    }

    .crq-2026 .crq-infographic__header {
        margin-bottom: 48px;
    }

    /* Workflow */
    .crq-2026 .crq-workflow {
        padding: 60px 0 80px;
    }

    .crq-2026 .crq-workflow__header {
        margin-bottom: 48px;
    }

    .crq-2026 .crq-workflow__box {
        border-radius: 24px;
        box-shadow: 0 4px 200px 0 #4D30FF;
    }

    /* Lifecycle - tablet: still stacked */
    .crq-2026 .crq-lifecycle {
        padding: 60px 0;
    }

    .crq-2026 .crq-lifecycle .crq-section-title {
        margin-bottom: 48px;
    }

    .crq-2026 .crq-lifecycle__items {
        gap: 60px;
    }

    .crq-2026 .crq-lifecycle__label {
        font-size: 30px;
    }

    .crq-2026 .crq-lifecycle__desc {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .crq-2026 .crq-lifecycle__list li {
        font-size: 16px;
    }

    .crq-2026 .crq-lifecycle__img-box {
        padding: 28px;
    }

    .crq-2026 .crq-standards {
        padding: 64px 0 0;
    }

    .crq-2026 .crq-standards__title {
        margin-bottom: 48px;
        font-size: 48px;
    }

    .crq-2026 .crq-standards__inner {
        padding: 48px 40px 52px;
    }

    .crq-2026 .crq-fair-mam {
        padding: 72px 0 80px;
    }

    .crq-2026 .crq-fair-mam .crq-container {
        gap: 72px;
    }

    .crq-2026 .crq-fair-mam__body {
        font-size: 18px;
    }

    /* Impact / AI Trust - tablet: 2-col wrap */
    .crq-2026 .crq-impact,
    .crq-2026 .crq-ai-trust {
        padding: 60px 0;
        padding-top: 20px;
    }

    .crq-2026 .crq-impact__header {
        margin-bottom: 48px;
    }

    .crq-2026 .crq-impact__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .crq-2026 .crq-stat-card {
        padding: 25px;
    }

    .crq-2026 .crq-stat-card__num {
        font-size: 56px;
        line-height: 56px;
    }

    .crq-2026 .crq-stat-card__label {
        font-size: 18px;
    }

    .crq-2026 .crq-ai-trust .crq-section-title {
        margin-bottom: 48px;
    }

    /* Stories - tablet: still stacked (side-by-side only on desktop) */
    .crq-2026 .crq-stories {
        padding: 60px 0;
    }

    .crq-2026 .crq-stories .crq-section-title {
        margin-bottom: 48px;
    }

    .crq-2026 .crq-story-card {
        padding: 31px 29px;
        gap: 28px;
    }

    .crq-2026 .crq-story-card__quote {
        font-size: 22px;
        line-height: 34px;
    }

    .crq-2026 .crq-story-card__company {
        max-width: 140px;
        max-height: 40px;
    }

    .crq-2026 .crq-stories__row--quotes,
    .crq-2026 .crq-stories__row--stat {
        gap: 24px;
    }

    /* Story Feature - tablet: still stacked */
    .crq-2026 .crq-story-feature {
        padding: 48px 0;
    }

    .crq-2026 .crq-story-feature__content {
        gap: 32px;
    }

    .crq-2026 .crq-story-feature__logo {
        width: 149px;
        height: 42px;
    }

    .crq-2026 .crq-story-feature__title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 28px;
    }

    .crq-2026 .crq-story-feature__tag span {
        font-size: 18px;
    }

    .crq-2026 .crq-story-feature__cards {
        flex-direction: row;
        gap: 24px;
    }

    .crq-2026 .crq-story-feature__card {
        padding: 28px;
        min-height: 306px;
    }

    .crq-2026 .crq-story-feature__card--challenge {
        flex: 356;
    }

    .crq-2026 .crq-story-feature__card--results {
        flex: 571;
    }

    .crq-2026 .crq-story-feature__card-heading {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .crq-2026 .crq-story-feature__card--results .crq-story-feature__card-heading {
        margin-bottom: 28px;
    }

    .crq-2026 .crq-story-feature__card-text {
        font-size: 18px;
        line-height: 23.94px;
    }

    .crq-2026 .crq-story-feature__stats {
        flex-wrap: nowrap;
        gap: 32px;
    }

    .crq-2026 .crq-story-feature__stat {
        flex: none;
        min-width: 0;
    }

    .crq-2026 .crq-story-feature__stat-num,
    .crq-2026 .crq-story-feature__stat-unit {
        font-size: 32px;
        line-height: 26px;
    }

    .crq-2026 .crq-story-feature__stat-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .crq-2026 .crq-story-feature__ctas {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 36px;
    }

    .crq-story-feature .sf-btn-primary-purple {
        margin-top: 0 !important;
    }

    /* Logo Bar */
    .crq-2026 .crq-logo-bar__heading {
        font-size: 36px;
    }

    .crq-2026 .crq-logo-bar__slide img {
        max-height: 120px;
    }

    /* Ranked - tablet: still stacked */
    .crq-2026 .crq-ranked {
        padding: 60px 0;
    }

    .crq-2026 .crq-ranked__title {
        font-size: 48px;
        line-height: 44px;
    }

    .crq-2026 .crq-ranked__subtitle {
        font-size: 36px;
        line-height: 100%;
    }

    /* CTA */
    .crq-2026 .crq-cta {
        padding: 60px 0;
    }

    .crq-2026 .crq-cta .crq-container {
        gap: 40px;
    }

    .crq-2026 .crq-cta__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.6px;
    }

    .crq-2026 .crq-cta__btn {
        font-size: 14px;
        padding: 14px 38px;
        border-radius: 9999px;
    }

    /* Demo - tablet: still stacked */
    .crq-2026 .crq-demo {
        padding: 60px 0;
    }

    .crq-2026 .crq-demo__inner {
        gap: 48px;
    }

    .crq-2026 .crq-demo__text {
        text-align: center;
    }

    .crq-2026 .crq-demo__title {
        font-size: 44px;
        margin-bottom: 40px;
    }

    .crq-2026 .crq-demo__desc {
        font-size: 18px;
    }

    /* Videos - tablet: still 1 column */
    .crq-2026 .crq-videos {
        padding: 60px 0;
    }

    .crq-2026 .crq-videos__grid {
        gap: 60px;
    }

    .crq-2026 .crq-videos__title {
        font-size: 36px;
        line-height: 44px;
    }

    .crq-2026 .crq-videos__col {
        gap: 48px;
    }

    /* FAQ */
    .crq-2026 .crq-faq {
        padding: 60px 0;
    }

    .crq-2026 .crq-faq .crq-section-title {
        margin-bottom: 60px;
    }

    .crq-2026 .crq-faq__question {
        padding: 25px 29px;
    }

    .crq-2026 .crq-faq__question h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .crq-2026 .crq-faq__answer {
        padding: 0 29px 25px;
    }

    .crq-2026 .crq-faq__answer p {
        font-size: 16px;
    }

    /* Latest - tablet: 2 columns */
    .crq-2026 .latest-from-safe {
        padding: 60px 0;
        padding-top: 10px;
    }

    .crq-2026 .latest-from-safe__header {
        margin-bottom: 48px;
    }

    .crq-2026 .latest-from-safe h2 {
        font-size: 48px;
        line-height: 1.1;
    }

    .crq-2026 .latest-from-safe__desc {
        font-size: 18px;
    }

    .crq-2026 .latest-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .crq-2026 .latest-card__body {
        padding: 34px;
    }

    .crq-2026 .latest-card__badge {
        font-size: 18px;
        padding: 9px 16px;
    }

    .crq-2026 .latest-card__title {
        font-size: clamp(22px, 2vw, 28px);
        margin-bottom: 24px;
    }

    .crq-2026 .latest-card__excerpt {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .crq-2026 .latest-card__cta {
        font-size: 22px;
    }

    .crq-2026 .latest-section-btn {
        font-size: 22px;
    }

    .crq-2026 .latest-from-safe__cta {
        margin-top: 56px;
    }

    /* sf-navbar-container - keep as-is per instructions */
    .sf-navbar-container {
        padding: 0 15rem;
        height: 9rem;
    }

    .crq-2026 .crq-ranked__visual img {
        width: 100%;
        border-radius: 16px;
        max-width: 500px;
        margin: 0 auto;
    }

    .crq-2026 .crq-stories__row--quotes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crq-2026 .crq-stories__row--stat {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }
}

@media (min-width: 1024px) {

    /* Desktop: visibility helpers */
    br.desktop-only {
        display: block !important;
    }

    br.tablet-only {
        display: none !important;
    }

    /* Typography - desktop */
    .crq-2026 .crq-section-title {
        font-size: 72px;
        line-height: 80px;
    }

    .crq-2026 .crq-section-sub {
        font-size: 48px;
        line-height: 48px;
    }

    /* Hero - desktop: side-by-side */
    .crq-2026 .crq-hero {
        padding: 100px 0 100px;
    }

    .crq-2026 .crq-hero__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .crq-2026 .crq-hero .sf-btn-primary-purple span {
        font-size: 14px !important;
    }

    .crq-2026 .crq-hero__text {
        text-align: left;
    }

    .crq-2026 .crq-hero__title {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .crq-2026 .crq-hero__description {
        font-size: 24px;
        line-height: 24px;
    }

    .crq-2026 .crq-hero__ctas {
        justify-content: flex-start;
    }

    .crq-2026 .crq-hero__visual {
        flex: 1;
        max-width: none;
        margin: 0;
    }

    .crq-2026 .crq-logo-bar__heading {
        font-size: 48px !important;
    }

    /* Lifecycle - desktop: side-by-side rows */
    .crq-2026 .crq-lifecycle {
        padding: 100px 0;
    }

    .crq-2026 .crq-lifecycle .crq-section-title {
        margin-bottom: 80px;
    }

    .crq-2026 .crq-lifecycle__items {
        gap: 80px;
    }

    .crq-2026 .crq-lifecycle__row {
        flex-direction: row;
        align-items: center;
        gap: 55px;
    }

    .crq-2026 .crq-lifecycle__row--reverse {
        flex-direction: row;
    }

    .crq-2026 .crq-lifecycle__visual {
        flex: 0 0 57.6%;
        max-width: 830px;
        order: unset;
    }

    .crq-2026 .crq-lifecycle__content {
        flex: 1;
        order: unset;
    }

    .crq-2026 .crq-lifecycle__label {
        font-size: 36px;
    }

    .crq-2026 .crq-lifecycle__desc {
        font-size: 28px;
    }

    .crq-2026 .crq-lifecycle__list li {
        font-size: 18px;
    }

    .crq-2026 .crq-standards {
        padding: 80px 0 0;
    }

    .crq-2026 .crq-standards-bg {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .crq-2026 .crq-standards-bg::before {
        content: '';
        position: absolute;
        left: -23%;
        top: 17%;
        z-index: -1;
        width: 1557.84px;
        height: 600px;
        transform: rotate(153deg);
        border-radius: 1557.84px;
        background: rgba(224, 218, 255, 0.80);
        filter: blur(200px);
    }

    .crq-2026 .crq-standards__title {
        margin-bottom: 64px;
        font-size: 72px;
        line-height: 72px;
    }

    .crq-2026 .crq-standards__card {
        min-height: 283px;
    }

    .crq-2026 .crq-standards__inner {
        padding: 52px 48px 56px;
        gap: 36px;
    }

    .crq-2026 .crq-fair-mam {
        padding: 88px 0 100px;
    }

    .crq-2026 .crq-fair-mam .crq-container {
        gap: 88px;
    }

    .crq-2026 .crq-fair-mam__row {
        flex-direction: row;
        align-items: center;
        gap: 55px;
    }

    .crq-2026 .crq-fair-mam__row--reverse {
        flex-direction: row-reverse;
    }

    .crq-2026 .crq-fair-mam__visual {
        order: unset;
        flex: 0 0 57.6%;
        max-width: 830px;
    }

    .crq-2026 .crq-fair-mam__text {
        flex: 1;
    }

    .crq-2026 .crq-fair-mam__img-box {
        padding: 28px;
    }

    .crq-2026 .crq-fair-mam__link {
        font-size: 22px;
    }

    /* Impact / AI Trust - desktop: 3-col flex */
    .crq-2026 .crq-impact {
        padding: 60px 0;
    }

    .crq-2026 .crq-impact__header {
        margin-bottom: 70px;
    }

    .crq-2026 .crq-ai-trust__grid {
        gap: 40px;
    }

    .crq-2026 .crq-stat-card {
        flex: 1;
    }

    .crq-2026 .crq-stat-card__num {
        font-size: 56px;
        line-height: 56px;
    }

    .crq-2026 .crq-properties {
        padding: 100px 0;
    }

    .crq-2026 .crq-properties__header {
        margin-bottom: 64px;
    }

    .crq-2026 .crq-properties__heading {
        font-size: 60px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .crq-2026 .crq-properties__sub {
        font-size: 40px;
        line-height: 44px;
    }

    .crq-2026 .crq-properties__cards {
        padding: 56px 64px;
        gap: 48px;
    }

    .crq-2026 .crq-properties__title {
        font-size: 26px;
    }

    .crq-2026 .crq-properties__desc {
        font-size: 16px;
    }

    /* Lifecycle Infographic - desktop */
    .crq-2026 .crq-lifecycle-infographic {
        padding: 60px 0 80px;
    }

    .crq-2026 .crq-infographic__header {
        margin-bottom: 56px;
    }

    .crq-2026 .crq-ai-trust .crq-section-title {
        margin-bottom: 88px;
    }

    /* Stories — Figma asymmetric grid */
    .crq-2026 .crq-stories {
        padding: 80px 0;
    }

    .crq-2026 .crq-stories .crq-section-title {
        margin-bottom: 88px;
    }

    .crq-2026 .crq-stories__layout {
        gap: 24px;
    }

    .crq-2026 .crq-stories__row--quotes {
        grid-template-columns: minmax(0, 586fr) minmax(0, 822fr);
        gap: 24px;
    }

    .crq-2026 .crq-stories__row--stat {
        grid-template-columns: minmax(0, 369fr) minmax(0, 1045fr);
        gap: 25px;
    }

    .crq-2026 .crq-story-card__quote {
        font-size: 22px;
        line-height: 34px;
    }

    .crq-2026 .crq-story-stat {
        min-height: 259px;
    }

    .crq-2026 .crq-story-card--booz {
        min-height: 260px;
    }

    .crq-2026 .crq-story-card--booz .crq-story-card__role {
        max-width: none;
    }

    .crq-2026 .crq-stories__btn {
        font-size: 24px;
    }

    .crq-2026 .crq-stories__cta {
        margin-top: 48px;
    }

    /* Story Feature - desktop: side-by-side */
    .crq-2026 .crq-story-feature {
        padding: 72px 0;
    }

    .crq-2026 .crq-story-feature__content {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .crq-2026 .crq-story-feature__left {
        flex: 451;
    }

    .crq-2026 .crq-story-feature__title {
        font-size: 40px;
        line-height: 40px;
    }

    .crq-2026 .crq-story-feature__cards {
        flex: 971;
        gap: 24px;
    }

    .crq-2026 .crq-story-feature__stat-num,
    .crq-2026 .crq-story-feature__stat-unit {
        font-size: 32px;
        line-height: 26px;
    }

    .crq-2026 .crq-story-feature__stats {
        gap: 32px;
    }

    /* Ranked - desktop: side-by-side */
    .crq-2026 .crq-ranked {
        padding: 60px 0;
    }

    .crq-2026 .crq-ranked__inner {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 60px;
    }

    .crq-2026 .crq-ranked__text {
        flex: 0 0 58%;
    }

    .crq-2026 .crq-ranked__title {
        font-size: 68px;
    }

    .crq-2026 .crq-ranked__subtitle {
        font-size: 44px;
    }

    .crq-2026 .crq-ranked__visual {
        flex: 1;
    }

    /* CTA */
    .crq-2026 .crq-cta {
        padding: 83px 0;
    }

    .crq-2026 .crq-cta__title {
        font-size: 72px;
        line-height: 73.6px;
    }

    /* Demo - desktop: side-by-side */
    .crq-2026 .crq-demo {
        padding: 100px 0;
    }

    .crq-2026 .crq-demo__inner {
        flex-direction: row;
        align-items: center;
        gap: 75px;
    }

    .crq-2026 .crq-demo__text {
        flex: 0 0 420px;
        max-width: 420px;
        text-align: left;
    }

    .crq-2026 .crq-demo__title {
        font-size: 44px;
        line-height: 0.95;
    }

    .crq-2026 .crq-demo__desc {
        font-size: 18px;
    }

    .crq-2026 .crq-demo__visual {
        flex: 1;
    }

    /* Videos - desktop: 2 columns */
    .crq-2026 .crq-videos {
        padding: 88px 0 100px;
    }

    .crq-2026 .crq-videos__grid {
        gap: 60px;
        max-width: 60%;
        margin: 0 auto;
    }

    .crq-2026 .crq-videos__title {
        font-size: 40px;
        line-height: 48px;
    }

    /* Latest - desktop: 3 columns */
    .crq-2026 .latest-from-safe {
        padding: 80px 0;
    }

    .crq-2026 .latest-from-safe__header {
        margin-bottom: 75px;
    }

    .crq-2026 .latest-from-safe h2 {
        font-size: 72px;
        line-height: 100%;
    }

    .crq-2026 .latest-from-safe__desc {
        font-size: 20px;
    }

    .crq-2026 .latest-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .crq-2026 .crq-story-feature__ctas {
        justify-content: flex-start;
    }

    .crq-properties::before {
        content: '';
        position: absolute;
        left: 0%;
        bottom: 20%;
        z-index: -1;
        width: 700px;
        height: 400px;
        transform: rotate(0deg);
        border-radius: 832.5px;
        background: rgba(224, 218, 255, 0.80);
        filter: blur(100px);
    }

    .crq-2026 .crq-story-feature {
        background-image: url('/wp-content/uploads/CTEM-Customer-Story-Card-BG.png');
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .crq-2026 .crq-story-feature .crq-link-arrow {
        font-size: 20px !important;
    }

    .crq-2026 .crq-story-card__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1280px) {

    /* Large desktop: full desktop values */
    .crq-2026 .crq-hero {
        padding: 150px 0 100px;
    }

    .crq-2026 .crq-hero__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .crq-2026 .crq-hero__title {
        font-size: 76px;
        line-height: 66px;
        margin-bottom: 26px !important;
    }

    .crq-2026 .crq-hero .sf-btn-primary-purple {
        padding: 18px 24px !important;
    }

    .crq-2026 .crq-hero .sf-btn-primary-purple span {
        font-size: 18px !important;
    }

    .crq-2026 .crq-properties__header {
        margin-bottom: 65px;
    }

    .crq-2026 .crq-properties__heading {
        font-size: 72px;
        line-height: 68px;
    }

    .crq-2026 .crq-properties__sub {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.96px;
    }

    .crq-2026 .crq-lifecycle__items {
        gap: 128px;
    }

    .crq-2026 .crq-ai-trust__grid {
        gap: 72px;
    }

    .crq-2026 .crq-stat-card {
        flex-shrink: 0;
    }

    .crq-2026 .crq-stat-card__num {
        font-size: 72px;
        line-height: 72px;
    }

    .crq-2026 .crq-videos__grid {
        gap: 109px;
    }

    .crq-2026 .crq-videos__title {
        font-size: 48px;
        line-height: 80px;
    }

    .crq-2026 .crq-demo__text {
        flex: 0 0 535px;
        max-width: 535px;
    }

    .crq-2026 .crq-demo__title {
        font-size: 56px;
    }

    .crq-2026 .crq-story-feature__title {
        font-size: 48px;
        line-height: 46.2px;
        letter-spacing: -0.84px;
        max-width: 429px;
    }

    .crq-2026 .crq-story-feature__cards {
        gap: 30px;
    }

    .crq-2026 .crq-story-feature__stats {
        gap: 25px;
    }

    .crq-2026 .crq-story-feature__stat-num,
    .crq-2026 .crq-story-feature__stat-unit {
        font-size: 40px;
        line-height: 30px;
    }

    .crq-2026 .crq-story-feature__card {
        padding: 25px;
        min-height: 306px;
    }

    .crq-2026 .crq-logo-bar__heading {
        font-size: 48px;
    }

    .crq-2026 .crq-story-feature__stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .crq-2026 .crq-story-feature__stat-value {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .crq-2026 .crq-impact {
        padding-top: 10px !important;
    }

    .crq-2026 .crq-stories {
        padding-top: 60px !important;
    }

    .crq-2026 .crq-lifecycle {
        padding-top: 10px !important;
    }

    .crq-2026 .sf-btn-primary-purple span {
        font-weight: 500;
        font-size: 17px !important;
    }

    .crq-2026 .crq-cta__btn {
        font-size: 17px;
        padding: 14px 38px;
        border-radius: 9999px;
    }

    .crq-2026 .crq-faq__question h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .crq-2026 .crq-faq__answer p {
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    .crq-2026 .crq-hero {
        padding: 170px 0 100px;
    }

    .crq-2026 .crq-story-feature__stats {
        gap: 20px;
    }

    .crq-2026 .crq-faq__question h3 {
        font-size: 28px;
        line-height: 28px;
    }
}