/* ============================================
   marketing-extras.css
   Careers (cr-) + Press (pr-) marketing pages
   Loaded alongside marketing.css
   ============================================ */

/* ============ SHARED BUTTONS ============ */

.cr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    line-height: 1.2;
}
.cr-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(21, 0, 109, 0.18); }
.cr-btn:active { transform: translateY(0); }

.cr-btn--royal { background: #15006D; color: #ffffff; }
.cr-btn--royal:hover { background: #1c0a8a; color: #ffffff; }

.cr-btn--royal-outline {
    background: transparent;
    color: #15006D;
    border: 1.5px solid #15006D;
}
.cr-btn--royal-outline:hover { background: #15006D; color: #ffffff; }


/* ============================================
   CAREERS  (cr-)
   ============================================ */

/* ---- Hero strip (mint full-bleed) ---- */

.cr-hero {
    background: #5BE6C9;
    padding: 3.5rem 0 3rem;
}

.cr-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
    align-items: center;
}

.cr-hero__copy { color: #15006D; }

.cr-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: #15006D;
    margin: 0 0 0.875rem;
    letter-spacing: -0.01em;
}

.cr-hero__lede {
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #0A4A3D;
    margin: 0 0 1.5rem;
    max-width: 540px;
}

.cr-hero__ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.cr-hero__lockup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.cr-hero__mark {
    background: #15006D;
    width: 110px;
    height: 110px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cr-hero__lockup-text {
    color: #15006D;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

/* ---- Intro "Hi. We're Ratecrest." ---- */

.cr-intro {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.cr-intro__visual { display: flex; justify-content: center; }

.cr-intro__card {
    position: relative;
    width: 100%;
    max-width: 380px;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 100%);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-intro__card-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(91, 230, 201, 0.18);
    border-radius: 50%;
    top: -40px;
    right: -40px;
    pointer-events: none;
}

.cr-intro__card-star {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.25));
}

.cr-intro__card-caption {
    position: absolute;
    bottom: 1.25rem;
    left: 1.5rem;
    color: #ffffff;
    z-index: 2;
}
.cr-intro__card-caption strong {
    display: block;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.125rem;
}
.cr-intro__card-caption span {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.02em;
}

.cr-intro__copy h2.cr-intro__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

.cr-intro__copy p {
    color: #4a4d63;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 0.875rem;
}
.cr-intro__copy p:last-child { margin-bottom: 0; }

/* ---- Open jobs ---- */

.cr-jobs__title {
    text-align: center;
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
}

.cr-jobs {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

.cr-jobs__header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    padding: 0.875rem 1.5rem;
    background: #15006D;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cr-jobs__row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}
.cr-jobs__row:hover { background: #F0F3FF; }
.cr-jobs__row:last-child { border-bottom: none; }

.cr-jobs__role { color: #15006D; font-weight: 600; font-size: 0.9375rem; }
.cr-jobs__team,
.cr-jobs__loc  { color: #4a4d63; font-size: 0.9375rem; }

.cr-jobs__empty {
    padding: 3rem 1.5rem;
    text-align: center;
}

.cr-jobs__empty-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: #F0F3FF;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.cr-jobs__empty-title {
    color: #15006D;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.cr-jobs__empty-desc {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto 1.25rem;
}

/* ---- Alternating tile / prose blocks ---- */

.cr-alts {
    display: grid;
    gap: 1rem;
}

.cr-alt {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

.cr-alt--left  { grid-template-columns: 0.8fr 1.2fr; }
.cr-alt--right { grid-template-columns: 1.2fr 0.8fr; }
.cr-alt--right .cr-alt__tile  { order: 2; }
.cr-alt--right .cr-alt__prose { order: 1; }

.cr-alt__tile {
    position: relative;
    border-radius: 18px;
    padding: 1.75rem 1.5rem;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #ffffff;
}

.cr-alt__tile--royal  { background: #15006D; }
.cr-alt__tile--aurora { background: #3A43D1; }
.cr-alt__tile--mint   { background: #5BE6C9; color: #15006D; }
.cr-alt__tile--purple { background: #7c3aed; }

.cr-alt__tile-shape {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    top: -30px;
    right: -30px;
    pointer-events: none;
}
.cr-alt__tile--mint .cr-alt__tile-shape { background: rgba(21, 0, 109, 0.10); }

.cr-alt__tile-text {
    position: relative;
    z-index: 1;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;
}

.cr-alt__prose {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.25rem;
}

.cr-alt__prose-title {
    color: #15006D;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
}

.cr-alt__prose-body {
    color: #4a4d63;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

/* ---- Values "We walk the talk" ---- */

.cr-values__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2rem;
}

.cr-values__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;
}

.cr-values__lede {
    color: #4a4d63;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.cr-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.cr-value {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cr-value:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(21, 0, 109, 0.08);
}

.cr-value__chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    border-radius: 12px;
    color: #ffffff;
    margin-bottom: 0.875rem;
}

.cr-value__chip-star { flex-shrink: 0; display: inline-flex; }

.cr-value__chip-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.cr-value__desc {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

/* ---- Closing mint band ---- */

.cr-close {
    background: #5BE6C9;
    padding: 3rem 0;
}

.cr-close__inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.cr-close__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;
}

.cr-close__lede {
    color: #0A4A3D;
    font-size: 1.0625rem;
    line-height: 1.55;
    margin: 0 0 1.5rem;
}

/* ============================================
   PRESS  (pr-)
   ============================================ */

/* ---- Thin header ---- */

.pr-header {
    background: #ffffff;
    border-bottom: 1px solid #E5E7EB;
    padding: 2rem 0 1.75rem;
}

.pr-header__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.pr-header__eyebrow {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #F0F3FF;
    color: #15006D;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 0.625rem;
}

.pr-header__title {
    color: #15006D;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin: 0 0 0.375rem;
    letter-spacing: -0.01em;
}

.pr-header__meta {
    color: #6B7280;
    font-size: 0.875rem;
    margin: 0;
}

/* ---- Above-the-fold: boilerplate + facts ---- */

.pr-fold {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

.pr-boiler {
    background: #F8F9FF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 1.5rem 1.5rem 1.25rem;
}

.pr-boiler__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.875rem;
}

.pr-boiler__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pr-boiler__copy {
    background: #ffffff;
    color: #15006D;
    border: 1px solid #E5E7EB;
    padding: 0.3125rem 0.75rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.pr-boiler__copy:hover { border-color: #3A43D1; }
.pr-boiler__copy.is-copied,
.pr-boiler__copy-label.is-copied { color: #16a34a; border-color: #16a34a; }

.pr-boiler__text {
    color: #15171f;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.pr-facts {
    background: linear-gradient(140deg, #F0F3FF 0%, #E8ECFF 100%);
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.pr-facts__eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    color: #15006D;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.875rem;
}

.pr-facts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    flex: 1;
    align-content: center;
}

.pr-fact { text-align: left; }

.pr-fact__number {
    font-size: clamp(1.375rem, 2.2vw, 1.625rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.pr-fact__label {
    color: #4a4d63;
    font-size: 0.8125rem;
    font-weight: 500;
}

/* ---- Generic press block heads ---- */

.pr-block__head { margin-bottom: 1.25rem; }

.pr-block__title {
    color: #15006D;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    margin: 0 0 0.375rem;
    letter-spacing: -0.01em;
}

.pr-block__lede {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.55;
    margin: 0;
}

/* ---- Brand assets ---- */

.pr-assets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.pr-asset {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pr-asset__preview {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.pr-asset__preview img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.pr-asset__placeholder {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.pr-asset__body { padding: 1rem 1.25rem 1.25rem; }

.pr-asset__title {
    color: #15006D;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.pr-asset__desc {
    color: #4a4d63;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}

.pr-asset__download {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #3A43D1;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}
.pr-asset__download:hover { color: #15006D; text-decoration: underline; }

.pr-asset__pending {
    color: #6B7280;
    font-size: 0.875rem;
    font-style: italic;
}

/* ---- Palette ---- */

.pr-palette {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.pr-swatch {
    background: #F8F9FF;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.pr-swatch__chip {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    flex-shrink: 0;
}

.pr-swatch__meta {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pr-swatch__name {
    color: #15006D;
    font-size: 0.9375rem;
    font-weight: 700;
}

.pr-swatch__hex {
    background: transparent;
    border: none;
    padding: 0;
    color: #4a4d63;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 0.8125rem;
    cursor: pointer;
    text-align: left;
    transition: color 0.15s ease;
}
.pr-swatch__hex:hover { color: #3A43D1; }
.pr-swatch__hex.is-copied { color: #16a34a; }

/* ---- Brand kit ---- */

.pr-kit {
    margin-top: 1.5rem;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.pr-kit__title {
    color: #15006D;
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.pr-kit__desc {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
}

/* ---- In the press ---- */

.pr-mentions__empty {
    background: #F8F9FF;
    border: 1px dashed #d4d8e8;
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    color: #6B7280;
    font-size: 0.9375rem;
}
.pr-mentions__empty p { margin: 0; }

.pr-mentions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.pr-mention {
    display: block;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.pr-mention:hover { border-color: #3A43D1; transform: translateY(-2px); }

.pr-mention__outlet {
    height: 24px;
    margin-bottom: 0.75rem;
    color: #6B7280;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.pr-mention__outlet img { max-height: 24px; width: auto; }

.pr-mention__headline {
    color: #15006D;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.625rem;
}

.pr-mention__meta {
    color: #6B7280;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 960px) {
    .cr-hero__inner { grid-template-columns: 1fr; text-align: center; }
    .cr-hero__copy  { margin: 0 auto; }
    .cr-hero__lede  { margin-left: auto; margin-right: auto; }
    .cr-hero__ctas  { justify-content: center; }
    .cr-hero__lockup { justify-content: center; }

    .cr-intro { grid-template-columns: 1fr; gap: 2rem; }
    .cr-intro__card { max-width: 320px; }

    .cr-alt, .cr-alt--left, .cr-alt--right { grid-template-columns: 1fr; }
    .cr-alt--right .cr-alt__tile  { order: 0; }
    .cr-alt--right .cr-alt__prose { order: 0; }

    .cr-values    { grid-template-columns: repeat(2, 1fr); }
    .pr-fold      { grid-template-columns: 1fr; }
    .pr-assets    { grid-template-columns: 1fr; }
    .pr-palette   { grid-template-columns: 1fr; }
    .pr-mentions  { grid-template-columns: 1fr; }
    .pr-kit       { flex-direction: column; align-items: flex-start; text-align: left; }
    .pr-header__inner { align-items: flex-start; }
}

@media (max-width: 560px) {
    .cr-jobs__header,
    .cr-jobs__row { grid-template-columns: 1fr; gap: 0.25rem; }
    .cr-jobs__header { display: none; }
    .cr-jobs__row { padding: 1rem 1.25rem; }
    .cr-jobs__team::before { content: 'Team: '; color: #6B7280; }
    .cr-jobs__loc::before  { content: 'Location: '; color: #6B7280; }

    .cr-values { grid-template-columns: 1fr; }
    .pr-facts__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   CAREERS HERO ANCHOR (replaces lockup)
   ============================================ */

.cr-hero__anchor {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.cr-hero__anchor svg {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 14px 36px rgba(21, 0, 109, 0.22));
}

.cr-hero__anchor-glow {
    position: absolute;
    inset: 50% 50% auto auto;
    width: 260px;
    height: 260px;
    transform: translate(50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}


/* ============================================
   CAREER DETAIL PAGE (job-)
   ============================================ */

.mkt--job { background: #ffffff; }

.job-hero {
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 60%, #3A43D1 100%);
    color: #ffffff;
    padding: 2rem 0 3rem;
}

.job-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.job-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
    transition: color 0.15s ease;
}
.job-hero__back:hover { color: #5BE6C9; }

.job-hero__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
}

.job-hero__eyebrow {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(91, 230, 201, 0.18);
    color: #5BE6C9;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 0.875rem;
}

.job-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 0.875rem;
    letter-spacing: -0.01em;
}

.job-hero__summary {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.5rem;
    max-width: 640px;
}

.job-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-bottom: 1.5rem;
}

.job-hero__meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}
.job-hero__meta-item strong {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.job-hero__meta-item span {
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
}

.job-hero__mark {
    flex-shrink: 0;
    filter: drop-shadow(0 12px 30px rgba(91, 230, 201, 0.25));
}

/* ---- Body two-column ---- */

.job-body {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.job-body__content {
    color: #15171f;
    font-size: 1rem;
    line-height: 1.7;
}

.job-body__content h2 {
    color: #15006D;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 2rem 0 0.875rem;
    letter-spacing: -0.01em;
}
.job-body__content h2:first-child { margin-top: 0; }

.job-body__content p {
    margin: 0 0 1rem;
    color: #4a4d63;
}

.job-body__content ul {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
    color: #4a4d63;
}

.job-body__content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.job-body__content li::marker { color: #3A43D1; }

/* ---- Aside cards ---- */

.job-body__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 1.5rem;
}

.job-aside-card {
    background: #F8F9FF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 1.5rem;
}

.job-aside-card--quiet {
    background: #ffffff;
}

.job-aside-card__title {
    color: #15006D;
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
}

.job-aside-card__body {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.55;
    margin: 0 0 1.125rem;
}

.job-aside-card__meta {
    color: #6B7280;
    font-size: 0.8125rem;
    margin: 0.75rem 0 0;
    text-align: center;
}

.cr-btn--block {
    display: flex;
    width: 100%;
}

/* ---- Related roles section ---- */

.job-related__title {
    text-align: center;
    color: #15006D;
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
}

/* ---- Mobile ---- */

@media (max-width: 960px) {
    .job-hero__row { grid-template-columns: 1fr; }
    .job-hero__mark { display: none; }
    .job-body { grid-template-columns: 1fr; gap: 1.75rem; }
    .job-body__aside { position: static; }
    .cr-hero__anchor { min-height: 140px; }
    .cr-hero__anchor svg { width: 130px; height: 130px; }
    .cr-hero__anchor-glow { width: 200px; height: 200px; }
}

/* ============================================
   DETAIL PAGE v2 (Lever-style) + APPLY FLOW
   ============================================ */

/* ---- Button extensions ---- */

.cr-btn--mint {
    background: #5BE6C9;
    color: #15006D;
}
.cr-btn--mint:hover { background: #7defd6; color: #15006D; }

.cr-btn--lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

/* ---- Inner narrow wrapper for form pages ---- */

.mkt__inner--narrow {
    max-width: 760px;
}

/* ---- Detail hero v2 ---- */

.job-hero__head {
    padding-top: 0.5rem;
}

.job-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 1.75rem;
}

.job-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

.job-hero__pill i {
    font-size: 0.875rem;
    color: #5BE6C9;
}

.job-hero__cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.job-hero__cta-meta {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}

/* ---- Body two-column v2 (Lever-style) ---- */

.job-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 3rem;
    align-items: start;
}

.job-body__content {
    max-width: 720px;
    color: #15171f;
    font-size: 1rem;
    line-height: 1.7;
}

.job-body__summary {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #15006D;
    font-weight: 500;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
}

.job-body__content h2 {
    color: #15006D;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 2rem 0 0.875rem;
    letter-spacing: -0.01em;
}
.job-body__content h2:first-of-type { margin-top: 0; }

.job-body__content p {
    margin: 0 0 1rem;
    color: #4a4d63;
}

.job-body__content ul {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
    color: #4a4d63;
}

.job-body__content li {
    margin-bottom: 0.5rem;
    line-height: 1.65;
}
.job-body__content li::marker { color: #3A43D1; }

.job-body__cta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #E5E7EB;
}

.job-body__cta-meta {
    color: #6B7280;
    font-size: 0.875rem;
    margin: 0.75rem 0 0;
}

/* ---- Sticky aside card ---- */

.job-body__aside {
    position: sticky;
    top: 1.5rem;
}

.job-stickycard {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(21, 0, 109, 0.04);
}

.job-stickycard__head {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #F0F3FF;
}

.job-stickycard__eyebrow {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    background: #F0F3FF;
    color: #3A43D1;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 0.625rem;
}

.job-stickycard__title {
    color: #15006D;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.job-stickycard__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.job-stickycard__meta li {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.job-stickycard__meta strong {
    color: #6B7280;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.job-stickycard__meta span {
    color: #15171f;
    font-size: 0.9375rem;
    font-weight: 500;
}

.job-stickycard__meta-line {
    color: #6B7280;
    font-size: 0.8125rem;
    text-align: center;
    margin: 0.75rem 0 0;
}

.job-stickycard__divider {
    height: 1px;
    background: #F0F3FF;
    margin: 1.25rem 0;
}

.job-stickycard__alt {
    color: #4a4d63;
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.job-stickycard__alt a {
    display: block;
    color: #3A43D1;
    font-weight: 600;
    text-decoration: none;
    margin-top: 0.25rem;
}
.job-stickycard__alt a:hover { text-decoration: underline; }

/* ---- Apply page hero ---- */

.apply-hero {
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 60%, #3A43D1 100%);
    color: #ffffff;
    padding: 2rem 0 2.5rem;
}

.apply-hero__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.apply-hero__eyebrow {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(91, 230, 201, 0.18);
    color: #5BE6C9;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    margin: 1rem 0 0.875rem;
}

.apply-hero__title {
    font-size: clamp(1.5rem, 3.5vw, 2.125rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

.apply-hero__meta {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9375rem;
    margin: 0;
}

/* ---- Apply form ---- */

.apply-alert {
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
}

.apply-alert--error {
    background: #fff5f5;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.apply-form {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 2rem 2rem 1.75rem;
    box-shadow: 0 8px 24px rgba(21, 0, 109, 0.04);
}

.apply-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.apply-form__field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.apply-form__row .apply-form__field {
    margin-bottom: 0;
}

.apply-form__label {
    color: #15006D;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.apply-form__req {
    color: #dc2626;
    font-weight: 400;
}

.apply-form__opt {
    color: #6B7280;
    font-weight: 400;
    font-size: 0.8125rem;
}

.apply-form__input,
.apply-form__textarea {
    width: 100%;
    padding: 0.75rem 0.875rem;
    background: #F8F9FF;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #15171f;
    font-family: inherit;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.apply-form__input:focus,
.apply-form__textarea:focus {
    outline: none;
    border-color: #3A43D1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(58, 67, 209, 0.12);
}

.apply-form__input--error {
    border-color: #dc2626;
    background: #fff5f5;
}

.apply-form__textarea {
    resize: vertical;
    min-height: 160px;
    line-height: 1.55;
}

.apply-form__hint {
    color: #6B7280;
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    display: block;
}

.apply-form__error {
    color: #b91c1c;
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    display: block;
}

.apply-form__file-wrap {
    background: #F8F9FF;
    border: 1.5px dashed #d4d8e8;
    border-radius: 10px;
    padding: 1rem;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.apply-form__file-wrap:hover {
    border-color: #3A43D1;
    background: #ffffff;
}

.apply-form__file {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    color: #4a4d63;
    cursor: pointer;
}

.apply-form__file::file-selector-button {
    background: #15006D;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8125rem;
    cursor: pointer;
    margin-right: 0.875rem;
    transition: background 0.15s ease;
}

.apply-form__file::file-selector-button:hover {
    background: #1c0a8a;
}

.apply-form__submit {
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #F0F3FF;
}

.apply-form__legal {
    color: #6B7280;
    font-size: 0.8125rem;
    margin: 0.875rem 0 0;
    line-height: 1.5;
}

.apply-form__legal a {
    color: #3A43D1;
    text-decoration: none;
}
.apply-form__legal a:hover { text-decoration: underline; }

/* ---- Success page ---- */

.apply-success {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
}

.apply-success__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #d4f7e6, #ffffff);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 8px 24px rgba(22, 163, 74, 0.12));
}

.apply-success__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.875rem;
    letter-spacing: -0.01em;
}

.apply-success__lede {
    color: #4a4d63;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 auto 1.5rem;
    max-width: 540px;
}

.apply-success__ref {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #F0F3FF;
    color: #15006D;
    font-size: 0.875rem;
    border-radius: 999px;
    margin-bottom: 2rem;
}

.apply-success__ref strong {
    font-family: 'SFMono-Regular', Consolas, monospace;
    margin-left: 0.25rem;
}

.apply-success__ctas {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* ---- Mobile ---- */

@media (max-width: 960px) {
    .job-body { grid-template-columns: 1fr; gap: 2rem; }
    .job-body__aside { position: static; }
    .apply-form__row { grid-template-columns: 1fr; gap: 0; }
    .apply-form__row .apply-form__field { margin-bottom: 1.25rem; }
}

@media (max-width: 560px) {
    .apply-form { padding: 1.25rem; }
    .apply-success { padding: 2rem 1.25rem; }
    .job-stickycard { padding: 1.25rem; }
}

/* ============================================
   DETAIL v3 — hero visual fill + 90 days strip
   ============================================ */

/* ---- Two-column hero grid ---- */

.job-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    margin-top: 0.5rem;
}

.job-hero__summary-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0.875rem 0 1.25rem;
    max-width: 580px;
}

/* ---- Right-side visual card ---- */

.job-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-hero__visual-card {
    position: relative;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 5 / 4;
    background: linear-gradient(160deg, rgba(91, 230, 201, 0.16) 0%, rgba(124, 58, 237, 0.20) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.job-hero__visual-bg {
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(91, 230, 201, 0.32) 0%, rgba(91, 230, 201, 0) 65%);
    border-radius: 50%;
    top: -60px;
    right: -60px;
    pointer-events: none;
}

.job-hero__visual-star {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 14px 36px rgba(91, 230, 201, 0.35));
}

.job-hero__visual-tag {
    position: absolute;
    bottom: 1.125rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.job-hero__visual-tag-dot {
    width: 8px;
    height: 8px;
    background: #5BE6C9;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(91, 230, 201, 0.25);
    animation: jh-pulse 2.2s ease-in-out infinite;
}

@keyframes jh-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(91, 230, 201, 0.25); }
    50%      { box-shadow: 0 0 0 8px rgba(91, 230, 201, 0.08); }
}

/* ---- First 90 days strip ---- */

.job-body__h2-first {
    color: #15006D;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 1.125rem;
    letter-spacing: -0.01em;
}

.job-90days {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
    margin: 0 0 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E5E7EB;
}

.job-90days__tile {
    background: linear-gradient(160deg, #F8F9FF 0%, #ffffff 100%);
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    padding: 1.125rem 1rem 1.25rem;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.job-90days__tile:hover {
    transform: translateY(-2px);
    border-color: #3A43D1;
    box-shadow: 0 12px 28px rgba(21, 0, 109, 0.08);
}

.job-90days__num {
    display: block;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3A43D1;
    margin-bottom: 0.5rem;
    letter-spacing: 0.06em;
}

.job-90days__week {
    display: inline-block;
    padding: 0.1875rem 0.5rem;
    background: #F0F3FF;
    color: #15006D;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 999px;
    margin-bottom: 0.625rem;
}

.job-90days__title {
    color: #15006D;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.375rem;
    line-height: 1.3;
}

.job-90days__body {
    color: #4a4d63;
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
}

/* ---- Captcha row spacing inside apply form ---- */

.apply-form__field--captcha {
    margin-bottom: 1.25rem;
}

/* ---- Mobile-only CTA card in aside ---- */

.job-mobile-cta {
    display: none;
}

.job-mobile-cta__meta {
    color: #6B7280;
    font-size: 0.8125rem;
    text-align: center;
    margin: 0.625rem 0 0;
}

/* ---- Mobile ---- */

@media (max-width: 960px) {
    .job-hero__grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .job-hero__visual { display: none; }

    .job-90days { grid-template-columns: 1fr; gap: 0.625rem; padding-bottom: 1.5rem; margin-bottom: 1.75rem; }

    .job-stickycard { display: none; }
    .job-mobile-cta {
        display: block;
        background: #ffffff;
        border: 1px solid #E5E7EB;
        border-radius: 14px;
        padding: 1.25rem;
    }
}

/* ---- Apply hero header stacking fix ---- */
.apply-hero__inner { display: flex; flex-direction: column; align-items: flex-start; }
.apply-hero__inner .job-hero__back { margin-bottom: 1rem; }

/* ============================================
   WRITE A REVIEW marketing page (wr-)
   ============================================ */

.mkt--write-review { background: #ffffff; }

/* ---- Hero ---- */

.wr-hero {
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 55%, #3A43D1 100%);
    color: #ffffff;
    padding: 3rem 0 3.5rem;
    overflow: hidden;
}

.wr-hero__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

.wr-hero__eyebrow {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    background: rgba(91, 230, 201, 0.18);
    color: #5BE6C9;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.wr-hero__title {
    font-size: clamp(1.875rem, 4.5vw, 2.875rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 1rem;
    letter-spacing: -0.015em;
    max-width: 620px;
}

.wr-hero__lede {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.0625rem;
    line-height: 1.55;
    margin: 0 0 1.75rem;
    max-width: 580px;
}

.wr-hero__search { margin: 0 0 0.875rem; max-width: 580px; }

.wr-hero__search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    padding: 0.375rem 0.375rem 0.375rem 1.25rem;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
}

.wr-hero__search-icon {
    color: #6B7280;
    font-size: 1.125rem;
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.wr-hero__search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    color: #15171f;
    padding: 0.625rem 0.5rem;
    min-width: 0;
}

.wr-hero__search-input::placeholder { color: #9CA3AF; }

.wr-hero__search-btn {
    background: #15006D;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.wr-hero__search-btn:hover { background: #1c0a8a; transform: translateX(2px); }

.wr-hero__alt {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9375rem;
    margin: 0 0 1.5rem;
}

.wr-hero__alt a {
    color: #5BE6C9;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.25rem;
}
.wr-hero__alt a:hover { text-decoration: underline; }

.wr-hero__popular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.wr-hero__popular-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-right: 0.375rem;
}

.wr-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.4375rem 0.875rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.wr-hero__chip:hover {
    background: rgba(91, 230, 201, 0.18);
    border-color: rgba(91, 230, 201, 0.4);
    color: #ffffff;
}

.wr-hero__chip i {
    color: #5BE6C9;
    font-size: 0.875rem;
}

.wr-hero__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wr-why {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
}

.wr-why__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.875rem;
    letter-spacing: -0.01em;
}

.wr-why__lede {
    color: #4a4d63;
    font-size: 1.0625rem;
    line-height: 1.6;
    margin: 0;
}

.wr-why__stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wr-why__stat {
    background: linear-gradient(140deg, #F0F3FF 0%, #ffffff 100%);
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.wr-why__stat-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: #15006D;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.wr-why__stat-label {
    color: #4a4d63;
    font-size: 0.9375rem;
}

.wr-tips__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2rem;
}

.wr-tips__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.625rem;
    letter-spacing: -0.01em;
}

.wr-tips__lede {
    color: #4a4d63;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
}

.wr-tips__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.wr-tip {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 1.5rem 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.wr-tip:hover {
    transform: translateY(-3px);
    border-color: #3A43D1;
    box-shadow: 0 12px 28px rgba(21, 0, 109, 0.08);
}

.wr-tip__num {
    display: inline-block;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #3A43D1;
    background: #F0F3FF;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.875rem;
    letter-spacing: 0.06em;
}

.wr-tip__title {
    color: #15006D;
    font-size: 1.0625rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.wr-tip__body {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.55;
    margin: 0;
}

.wr-rules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.wr-rules__title {
    color: #16a34a;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.wr-rules__title--red { color: #dc2626; }

.wr-rules__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.wr-rules__list li {
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.55;
    padding-left: 1.5rem;
    position: relative;
}

.wr-rules__list--green li::before {
    content: "\F26B";
    font-family: 'bootstrap-icons';
    color: #16a34a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    font-weight: bold;
}

.wr-rules__list--red li::before {
    content: "\F62A";
    font-family: 'bootstrap-icons';
    color: #dc2626;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    font-weight: bold;
}

.wr-rules__list li strong { color: #15006D; }

.wr-rules__more {
    text-align: center;
    color: #6B7280;
    font-size: 0.9375rem;
    margin: 1.5rem 0 0;
}

.wr-rules__more a {
    color: #3A43D1;
    text-decoration: none;
    font-weight: 600;
}
.wr-rules__more a:hover { text-decoration: underline; }

.wr-faq__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2rem;
}

.wr-faq__title {
    color: #15006D;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.01em;
}

.wr-faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.wr-faq__item {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.15s ease;
}
.wr-faq__item[open] { border-color: #3A43D1; }

.wr-faq__q {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.25rem;
    color: #15006D;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wr-faq__q::-webkit-details-marker { display: none; }
.wr-faq__q::after {
    content: "+";
    font-size: 1.25rem;
    font-weight: 400;
    color: #6B7280;
    transition: transform 0.2s ease;
}
.wr-faq__item[open] .wr-faq__q::after { content: "-"; color: #3A43D1; }

.wr-faq__a {
    padding: 0 1.25rem 1.125rem;
    color: #4a4d63;
    font-size: 0.9375rem;
    line-height: 1.65;
}
.wr-faq__a a {
    color: #3A43D1;
    text-decoration: none;
    font-weight: 600;
}
.wr-faq__a a:hover { text-decoration: underline; }

.wr-close {
    background: linear-gradient(135deg, #5BE6C9 0%, #7defd6 100%);
    padding: 3.5rem 0;
}

.wr-close__inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.wr-close__title {
    color: #15006D;
    font-size: clamp(1.625rem, 3.5vw, 2.25rem);
    font-weight: 700;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;
}

.wr-close__lede {
    color: #0A4A3D;
    font-size: 1.0625rem;
    line-height: 1.55;
    margin: 0 0 1.75rem;
}

.wr-hero__search--mint { margin: 0 auto 1rem; }

.wr-hero__search--mint .wr-hero__search-wrap {
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(21, 0, 109, 0.12);
}

.wr-close__alt {
    color: #0A4A3D;
    font-size: 0.9375rem;
}

.wr-close__alt a {
    color: #15006D;
    text-decoration: none;
    font-weight: 600;
}
.wr-close__alt a:hover { text-decoration: underline; }

@media (max-width: 960px) {
    .wr-hero__inner { grid-template-columns: 1fr; gap: 2rem; }
    .wr-hero__visual { order: -1; max-width: 320px; margin: 0 auto; }
    .wr-why { grid-template-columns: 1fr; gap: 1.75rem; }
    .wr-tips__grid { grid-template-columns: repeat(2, 1fr); }
    .wr-rules { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 560px) {
    .wr-hero__search-wrap { flex-wrap: wrap; padding: 0.5rem; border-radius: 16px; }
    .wr-hero__search-icon { display: none; }
    .wr-hero__search-input { flex: 1 1 100%; padding: 0.625rem 0.75rem; }
    .wr-hero__search-btn { width: 100%; justify-content: center; }
    .wr-tips__grid { grid-template-columns: 1fr; }
}

/* ============================================
   wr-hero__review — lifted review card mock in hero visual column
   ============================================ */
.wr-hero__review-preamble {
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    margin: 0 auto 0.5rem;
    max-width: 520px;
    padding-left: 0.25rem;
}
.wr-hero__review-bizlink {
    color: #5BE6C9;
    text-decoration: underline;
    text-decoration-color: rgba(91,230,201,0.45);
    text-underline-offset: 3px;
}
.wr-hero__review-bizlink:hover { color: #ffffff; text-decoration-color: #ffffff; }
.wr-hero__review { max-width: 520px; margin: 0 auto; }
.wr-hero__review .box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 60px -20px rgba(0,0,0,0.45), 0 4px 12px rgba(21,0,109,0.15);
}
@media (max-width: 991px) {
    .wr-hero__review, .wr-hero__review-preamble { max-width: 100%; }
}

/* Stack fix: ensure preamble + card stack vertically inside hero visual */
.wr-hero__visual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
}
.wr-hero__review-preamble,
.wr-hero__review { width: 100%; }

/* ============================================
   PRESS RELEASES — listing cards (used on /press + detail "more" section)
   ============================================ */
.pr-releases {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.pr-release-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(21,0,109,0.10);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.pr-release-card__thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f6fb;
}
.pr-release-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pr-release-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.5rem;
    flex: 1;
}
.pr-release-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -22px rgba(21,0,109,0.30);
    border-color: rgba(58,67,209,0.30);
    color: inherit;
}
.pr-release-card__date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3A43D1;
}
.pr-release-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #15006D;
    margin: 0;
    line-height: 1.35;
}
.pr-release-card__dek {
    font-size: 14px;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
}
.pr-release-card__cta {
    margin-top: auto;
    padding-top: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 14px;
    font-weight: 600;
    color: #3A43D1;
}
.pr-release-card:hover .pr-release-card__cta { color: #15006D; }

/* ============================================
   PRESS RELEASE DETAIL PAGE (pr-rel-*)
   ============================================ */
.mkt--press-release { background: #ffffff; }

.pr-rel-hero {
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 55%, #3A43D1 100%);
    color: #ffffff;
    padding: 2.5rem 0 3rem;
}
.pr-rel-hero__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.pr-rel-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 1.5rem;
    transition: color 0.18s ease;
}
.pr-rel-hero__back:hover { color: #5BE6C9; }
.pr-rel-hero__eyebrow {
    display: inline-block;
    background: rgba(91,230,201,0.15);
    color: #5BE6C9;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.pr-rel-hero__title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.85rem;
    color: #ffffff;
}
.pr-rel-hero__dek {
    font-size: 1.1rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.85);
    margin: 0 0 1.5rem;
}
.pr-rel-hero__meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.pr-rel-hero__date {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.10);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}
.pr-rel-hero__inquiries {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #5BE6C9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.pr-rel-hero__inquiries:hover { color: #ffffff; }

.pr-rel-body {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: #1f2937;
}
.pr-rel-body p {
    margin: 0 0 1.25rem;
}
.pr-rel-body p:last-child { margin-bottom: 0; }
.pr-rel-body strong { color: #15006D; }

.pr-rel-more {
    background: #f5f6fb;
}

.pr-rel-footer {
    background: linear-gradient(135deg, #15006D 0%, #1c0a8a 60%, #2a1ba8 100%);
    color: #ffffff;
    padding: 2.5rem 0;
    position: relative;
    overflow: hidden;
}
.pr-rel-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,230,201,0.20) 0%, rgba(91,230,201,0) 70%);
    pointer-events: none;
}
.pr-rel-footer::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,230,201,0.20) 0%, rgba(91,230,201,0) 70%);
    pointer-events: none;
}
.pr-rel-footer .pr-rel-footer__inner { position: relative; z-index: 1; }
.pr-rel-footer .cr-btn--mint {
    background: #5BE6C9;
    color: #15006D;
    border: none;
    font-weight: 700;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pr-rel-footer .cr-btn--mint:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px -10px rgba(91,230,201,0.55);
    color: #15006D;
}
.pr-rel-footer__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}
.pr-rel-footer__line {
    font-size: 1.05rem;
    margin: 0 0 1.25rem;
    color: rgba(255,255,255,0.88);
}

@media (max-width: 640px) {
    .pr-rel-hero__title { font-size: 1.55rem; }
    .pr-rel-hero__dek { font-size: 1rem; }
    .pr-rel-body { font-size: 16px; line-height: 1.7; }
}


/* ============================================
   PRESS RELEASE — featured image (detail page hero media)
   ============================================ */
.pr-rel-media {
    padding: 2.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf7 50%, #ffffff 100%);
    position: relative;
}
.pr-rel-media::before,
.pr-rel-media::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,230,201,0.35) 0%, rgba(91,230,201,0) 70%);
    pointer-events: none;
    z-index: 0;
}
.pr-rel-media::before { top: -60px; left: -60px; }
.pr-rel-media::after  { bottom: -60px; right: -60px; }
.pr-rel-media__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}
.pr-rel-media__img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 24px 50px -24px rgba(21,0,109,0.30), 0 0 0 1px rgba(91,230,201,0.25);
    background: #ffffff;
}
@media (max-width: 640px) {
    .pr-rel-media__img { max-height: 280px; }
    .pr-rel-media::before, .pr-rel-media::after { display: none; }
}
