body.page-template-page-crypto-regulations .cl-wrapper {
    background:
        radial-gradient(circle at top right, rgba(191, 161, 97, 0.10), transparent 32%),
        linear-gradient(180deg, #fffdf9 0%, #ffffff 28%, #fbfaf7 100%);
}

body.page-template-page-crypto-regulations .cl-wrapper p,
body.page-template-page-crypto-regulations .cl-wrapper li,
body.page-template-page-crypto-regulations .cl-wrapper td,
body.page-template-page-crypto-regulations .cl-wrapper th {
    color: var(--color-text) !important;
}

.reg-section {
    position: relative;
}

.reg-section--soft {
    background: linear-gradient(180deg, rgba(251, 246, 237, 0.72) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.reg-hero {
    position: relative;
    padding: 56px 0 44px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    overflow: clip;
}

.reg-hero__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(1200px 620px at 14% -8%, rgba(56, 189, 248, 0.22), transparent 52%),
        radial-gradient(980px 520px at 90% 115%, rgba(251, 191, 36, 0.18), transparent 58%),
        linear-gradient(135deg, #060c16 0%, #091527 52%, #140f0b 100%);
}

.reg-hero-layout {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    padding: 36px;
    border: 1px solid rgba(252, 188, 52, 0.20);
    box-shadow: 0 26px 72px rgba(2, 6, 23, 0.36);
    background: linear-gradient(165deg, rgba(8, 16, 30, 0.94) 0%, rgba(10, 23, 40, 0.91) 46%, rgba(29, 23, 13, 0.88) 100%);
    color: #fff;
}

.reg-hero-layout--editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
    gap: 28px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 14px 0 0;
    max-width: 1260px;
    margin: 0 auto;
    align-items: center;
}

.reg-hero-main {
    min-width: 0;
}

.reg-hero-meta-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.reg-hero-meta-pills--center {
    justify-content: center;
}

.reg-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.78);
    color: #111827;
}

.reg-pill--gold {
    background: rgba(252, 188, 52, 0.14);
    border-color: rgba(252, 188, 52, 0.26);
    color: #fceab6;
}

.reg-pill--dark {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
}

.reg-hero h1,
body.page-template-page-crypto-regulations .cl-wrapper .reg-hero h1 {
    color: #f4d48a !important;
    max-width: 930px;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em;
    font-size: clamp(2rem, 4.5vw, 3.4rem) !important;
    line-height: 1.08 !important;
}

body.page-template-page-crypto-regulations .cl-wrapper .reg-hero-subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 760px;
    font-size: 1.07rem !important;
    line-height: 1.62 !important;
    text-wrap: pretty;
}

.reg-hero-subtitle-mobile {
    display: none;
}

.reg-hero-disclaimer-mobile {
    display: none;
}

body.page-template-page-crypto-regulations .cl-wrapper .reg-hero-disclaimer {
    margin-top: 18px !important;
    max-width: 860px;
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0.81rem !important;
    line-height: 1.45 !important;
}

.reg-hero-layout--editorial .reg-hero-main h1,
.reg-hero-layout--editorial .reg-hero-main .reg-hero-subtitle,
.reg-hero-layout--editorial .reg-hero-main .reg-hero-disclaimer {
    text-align: left !important;
}

.reg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.reg-hero-layout--editorial .reg-hero-actions {
    margin-top: 34px;
}

.reg-hero-disclaimer--editorial-inline {
    margin-top: 18px !important;
}

.reg-hero-actions--center {
    justify-content: center;
}

.reg-hero-rail {
    align-self: stretch;
    display: grid;
    gap: 10px;
}

.reg-hero-rail--with-map {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;
    padding: 14px 14px 12px 18px;
    border: 1px solid rgba(244, 212, 138, 0.18);
    background: linear-gradient(165deg, rgba(10, 19, 34, 0.72) 0%, rgba(13, 27, 48, 0.58) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.reg-country-map {
    position: absolute;
    top: -2px;
    right: -36px;
    bottom: -8px;
    width: min(74%, 250px);
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
    filter: drop-shadow(0 10px 30px rgba(6, 10, 18, 0.55));
}

.reg-country-map svg {
    display: block;
    width: 100%;
    height: 100%;
}

.reg-country-map__fill {
    fill: rgba(252, 188, 52, 0.16);
}

.reg-country-map__outline {
    fill: none;
    stroke: rgba(244, 212, 138, 0.78);
    stroke-width: 1.1;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.reg-country-map__point {
    fill: #fbbf24;
    stroke: none;
}

.reg-hero-rail-item {
    border-radius: 0;
    padding: 10px 0 12px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.reg-hero-rail-item span {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 8px;
}

.reg-hero-rail-item strong {
    font-size: 1.02rem;
    line-height: 1.32;
    color: #fff;
}

.reg-hero-layout--editorial .reg-hero-rail {
    gap: 6px;
}

.reg-hero-layout--editorial .reg-hero-rail-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 12px;
}

/* Map label variants */
.reg-hero-rail--with-map[class*="reg-hero-meta--"] {
    position: relative;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding: 0;
}

.reg-hero-rail--with-map[class*="reg-hero-meta--"]::before {
    content: none;
}

.reg-hero-rail--with-map[class*="reg-hero-meta--"] .reg-hero-rail-item {
    position: relative;
    z-index: 2;
    border: 0;
    padding: 0;
}

.reg-hero-rail--with-map[class*="reg-hero-meta--"] .reg-hero-rail-item::before {
    content: none;
}

.reg-hero-rail--with-map[class*="reg-hero-meta--"] .reg-hero-rail-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.reg-hero-rail--with-map.reg-hero-meta--strip {
    display: grid;
    gap: 12px;
    padding: 8px 0 4px 22px;
}

.reg-hero-rail--with-map.reg-hero-meta--strip::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background: linear-gradient(180deg, rgba(244, 212, 138, 0.84), rgba(80, 181, 255, 0.38));
}

.reg-hero-rail--with-map.reg-hero-meta--strip .reg-hero-rail-item {
    padding: 6px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.reg-hero-rail--with-map.reg-hero-meta--strip .reg-hero-rail-item::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #f4d48a;
    box-shadow: 0 0 0 3px rgba(244, 212, 138, 0.2);
}

/* Typography experiments for strip */
.reg-strip-typo--elegant .reg-hero-rail-item span {
    font-family: "Montserrat", "Nunito", sans-serif;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
    color: rgba(244, 212, 138, 0.76);
}

.reg-strip-typo--elegant .reg-hero-rail-item strong {
    font-family: "Nunito", "Montserrat", sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #fdf6e2;
}


.reg-hero-rail--timeline {
    position: relative;
    gap: 14px;
    padding-left: 20px;
}

.reg-hero-rail--timeline::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: linear-gradient(180deg, rgba(252, 188, 52, 0.6), rgba(56, 189, 248, 0.36));
}

.reg-hero-rail--timeline .reg-hero-rail-item {
    position: relative;
    z-index: 2;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.reg-hero-rail--timeline .reg-hero-rail-item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fbbf24;
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.reg-hero-timeline--minimal::before {
    background: rgba(255, 255, 255, 0.28);
}

.reg-hero-timeline--minimal .reg-hero-rail-item::before {
    background: rgba(255, 255, 255, 0.76);
    box-shadow: none;
    width: 6px;
    height: 6px;
}

.reg-hero-timeline--numbered {
    counter-reset: regTimeline;
}

.reg-hero-timeline--numbered .reg-hero-rail-item {
    counter-increment: regTimeline;
    padding-left: 8px;
}

.reg-hero-timeline--numbered .reg-hero-rail-item::before {
    content: counter(regTimeline);
    width: 18px;
    height: 18px;
    top: 9px;
    left: -26px;
    font-size: 0.68rem;
    font-weight: 800;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4d48a;
    box-shadow: 0 0 0 3px rgba(244, 212, 138, 0.22);
}

.reg-hero-timeline--boxed .reg-hero-rail-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 12px 12px 14px;
    background: rgba(10, 20, 34, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.reg-hero-timeline--boxed .reg-hero-rail-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
}

.reg-hero-rail--corners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.reg-hero-rail--corners .reg-hero-rail-item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px;
}

.reg-hero-rail--corners .reg-hero-rail-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 12px;
}

.reg-hero-rail--corners .reg-hero-rail-item::before,
.reg-hero-rail--corners .reg-hero-rail-item::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-color: rgba(252, 188, 52, 0.72);
}

.reg-hero-rail--corners .reg-hero-rail-item::before {
    top: -1px;
    left: -1px;
    border-top: 2px solid rgba(252, 188, 52, 0.72);
    border-left: 2px solid rgba(252, 188, 52, 0.72);
}

.reg-hero-rail--corners .reg-hero-rail-item::after {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid rgba(56, 189, 248, 0.68);
    border-bottom: 2px solid rgba(56, 189, 248, 0.68);
}

.reg-hero-rail--chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}

.reg-hero-rail--chips .reg-hero-rail-item {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.reg-hero-rail--chips .reg-hero-rail-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-top: 10px;
}

.reg-hero-rail--chips .reg-hero-rail-item span {
    margin-bottom: 4px;
}

.reg-hero-actions .btn-premium {
    box-shadow: 0 8px 22px rgba(251, 191, 36, 0.24);
}

.reg-hero .btn-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #f6ddab 0%, #d7b26f 100%);
    color: #111827 !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(191, 161, 97, 0.75);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.reg-hero .btn-premium::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.96);
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
    z-index: 0;
}

.reg-hero .btn-premium:hover {
    transform: translateY(-3px);
    color: #f9e9c5 !important;
    border-color: #f6ddab;
    box-shadow: 0 18px 46px rgba(191, 161, 97, 0.22);
}

.reg-hero .btn-premium:hover::before {
    width: 300px;
    height: 300px;
}

.reg-hero .btn-premium span {
    position: relative;
    z-index: 1;
}

.reg-hero .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: rgba(255, 255, 255, 0.75);
    color: #111827 !important;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid rgba(191, 161, 97, 0.35);
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.reg-hero .btn-secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(420px 160px at 20% 0%, rgba(191, 161, 97, 0.16), transparent 65%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 0;
}

.reg-hero .btn-secondary span {
    position: relative;
    z-index: 1;
}

.reg-hero .btn-secondary:hover {
    background: #111827;
    border-color: rgba(191, 161, 97, 0.75);
    color: #f6ddab !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.16);
}

.reg-hero .btn-secondary:hover::before {
    opacity: 1;
}

/* MAP */
.reg-hero-layout--map {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
}

.reg-hero--map .reg-hero__ambient {
    background:
        radial-gradient(760px 360px at 80% 48%, rgba(45, 212, 191, 0.28), transparent 62%),
        radial-gradient(560px 260px at 75% 50%, rgba(59, 130, 246, 0.28), transparent 70%),
        repeating-linear-gradient(60deg, rgba(148, 163, 184, 0.08) 0 2px, transparent 2px 14px),
        linear-gradient(145deg, #050914 0%, #091224 42%, #0a192d 100%);
}

.reg-hero--map .reg-hero-layout {
    background: linear-gradient(135deg, rgba(8, 14, 28, 0.84) 0%, rgba(10, 23, 40, 0.80) 100%);
}

.reg-hero-map-panel {
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 18px;
    padding: 16px;
    background: rgba(12, 25, 44, 0.72);
}

.reg-map-canvas {
    height: 190px;
    border-radius: 12px;
    margin-bottom: 14px;
    position: relative;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(135deg, #0b1a31 0%, #112743 100%);
    background-size: 26px 26px, 26px 26px, 100% 100%;
}

.reg-map-canvas i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #67e8f9;
    box-shadow: 0 0 0 7px rgba(103, 232, 249, 0.16);
}

.reg-map-canvas i.is-a { top: 18%; left: 24%; }
.reg-map-canvas i.is-b { top: 48%; left: 62%; background: #f59e0b; box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.18); }
.reg-map-canvas i.is-c { top: 68%; left: 36%; }
.reg-map-canvas i.is-d { top: 34%; left: 78%; }

.reg-map-legend {
    display: grid;
    gap: 10px;
}

.reg-map-legend div {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 8px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
    padding-bottom: 8px;
}

.reg-map-legend span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.6);
}

.reg-map-legend strong {
    font-size: 0.95rem;
    color: #fff;
}

.reg-hero-disclaimer--outside {
    margin-top: 12px !important;
    max-width: 840px;
}

/* GLASS */
.reg-hero-layout--glass {
    text-align: center;
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(160deg, rgba(17, 24, 39, 0.56) 0%, rgba(15, 23, 42, 0.44) 100%);
    backdrop-filter: blur(10px);
}

.reg-hero-main--centered {
    max-width: 940px;
    margin: 0 auto;
}

.reg-hero-cards {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.reg-hero-cards--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reg-hero-card {
    border-radius: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.reg-hero-card span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 6px;
}

.reg-hero-card strong {
    color: #fff;
    font-size: 1rem;
}

.reg-hero-disclaimer--center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.reg-hero--glass .reg-hero__ambient {
    background:
        radial-gradient(920px 520px at 12% -10%, rgba(192, 132, 252, 0.30), transparent 58%),
        radial-gradient(760px 460px at 86% 108%, rgba(56, 189, 248, 0.30), transparent 60%),
        linear-gradient(150deg, #090b16 0%, #10172f 55%, #1a1e36 100%);
}

/* BRUTAL */
.reg-hero-layout--brutal {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.94);
    background: #0a0f18;
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.45), 0 22px 50px rgba(0, 0, 0, 0.45);
}

.reg-brutal-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.reg-brutal-head span {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
}

.reg-brutal-head strong {
    color: #facc15;
    font-size: 0.9rem;
}

.reg-brutal-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.reg-brutal-stamp {
    font-size: clamp(2.6rem, 7vw, 5.2rem);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.16);
}

.reg-hero-cards--brutal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.reg-hero-card--line {
    border-radius: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    background: transparent;
    padding: 10px 0 0;
}

.reg-hero--brutal .reg-hero__ambient {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(132deg, #050505 0%, #0b0f17 55%, #1b1109 100%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
}

.reg-hero--brutal .reg-hero h1 {
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

/* LIGHT */
.reg-hero-layout--light {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 20px;
    color: #0f172a;
    border-color: rgba(17, 24, 39, 0.14);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.reg-light-snapshot {
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: linear-gradient(180deg, #fffdf7 0%, #f6f8fc 100%);
    display: grid;
    gap: 10px;
}

.reg-light-snapshot h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    color: #0f172a;
}

.reg-light-snapshot article {
    display: grid;
    gap: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.09);
}

.reg-light-snapshot article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.reg-light-snapshot span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.62);
}

.reg-light-snapshot strong {
    font-size: 0.96rem;
    color: #0f172a;
}

.reg-hero--light .reg-hero__ambient {
    background:
        radial-gradient(900px 620px at 0% 0%, rgba(191, 161, 97, 0.22), transparent 58%),
        radial-gradient(880px 540px at 100% 100%, rgba(56, 189, 248, 0.15), transparent 62%),
        linear-gradient(180deg, #fff9ef 0%, #f4f8ff 100%);
}

.reg-hero--light .reg-pill {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(17, 24, 39, 0.12);
}

.reg-hero--light .reg-pill--dark,
.reg-hero--light .reg-pill--gold {
    color: #111827;
}

body.page-template-page-crypto-regulations .reg-hero--light h1,
body.page-template-page-crypto-regulations .cl-wrapper .reg-hero--light .reg-hero-subtitle,
body.page-template-page-crypto-regulations .cl-wrapper .reg-hero--light .reg-hero-disclaimer {
    color: #f4d48a !important;
}

.reg-hero--light .reg-hero-actions .btn-premium {
    box-shadow: 0 8px 22px rgba(191, 161, 97, 0.22);
}

.reg-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

.reg-section-head.is-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.reg-kicker {
    margin-bottom: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold-dark);
}

.reg-lead {
    color: var(--color-text-light) !important;
}

.reg-snapshot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: stretch;
}

.reg-summary-shell {
    display: grid;
    gap: 28px;
}

.reg-summary-shell.has-sequence {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
    align-items: start;
}

.reg-summary-copy {
    padding: 28px 30px;
}

.reg-summary-copy p + p {
    margin-top: 18px !important;
}

.reg-summary-panel {
    position: sticky;
    top: 96px;
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.reg-panel-label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 12px;
    background: rgba(191, 161, 97, 0.12);
    color: var(--color-gold-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.reg-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-md);
}

.reg-card--panel,
.reg-card--assessment,
.reg-reference-box,
.reg-callout {
    padding: 24px;
}

.reg-card--assessment {
    background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
    color: #fff;
}

.reg-card--assessment h3,
body.page-template-page-crypto-regulations .reg-card--assessment h3 {
    color: #fff !important;
}

.reg-card--assessment .reg-check-list li {
    color: #f8fafc !important;
    opacity: 1 !important;
}

body.page-template-page-crypto-regulations .cl-wrapper .reg-card--assessment .reg-check-list li,
body.page-template-page-crypto-regulations .cl-wrapper .reg-card--assessment .reg-check-list li p {
    color: #f8fafc !important;
}

.reg-glance-list,
.reg-mini-timeline,
.reg-check-list,
.reg-warning-list,
.reg-link-list,
.reg-sequence,
.reg-checklist {
    display: grid;
    gap: 16px;
}

.reg-fact-row {
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-fact-row:last-child {
    border-bottom: 0;
}

.reg-fact-row strong,
.reg-timeline-row__body strong {
    display: block;
    margin-bottom: 6px;
    color: var(--color-dark);
}

.reg-timeline-row {
    display: grid;
    grid-template-columns: 124px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-timeline-row:last-child {
    border-bottom: 0;
}

.reg-timeline-row__date {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--color-gold-dark);
}

.reg-check-list,
.reg-warning-list,
.reg-link-list,
.reg-sequence {
    padding-left: 0;
    list-style: none;
}

.reg-check-list li,
.reg-warning-list li,
.reg-sequence li {
    position: relative;
    padding-left: 28px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.reg-card--assessment .reg-check-list li:hover {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}

.reg-check-list li::before,
.reg-warning-list li::before,
.reg-sequence li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}

.reg-check-list li::before,
.reg-sequence li::before {
    content: "✓";
    color: var(--color-gold-dark);
}

.reg-check-list--priority li {
    padding-left: 34px;
}

.reg-check-list__priority-icon {
    position: absolute;
    left: 0;
    top: 0.05em;
    width: 20px;
    text-align: center;
    color: #f4d48a;
    font-weight: 700;
}

.reg-check-list--priority li.is-high .reg-check-list__priority-icon,
.reg-check-list--priority li.is-medium .reg-check-list__priority-icon,
.reg-check-list--priority li.is-low .reg-check-list__priority-icon {
    color: #f4d48a;
}

/* Snapshot variants: At a Glance */
.reg-snapshot-block--keyline .reg-glance-keyline {
    margin: 0;
    display: grid;
    gap: 12px;
}

.reg-snapshot-block--keyline .reg-glance-keyline__row {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-snapshot-block--keyline dt {
    font-weight: 700;
    color: var(--color-dark);
}

.reg-snapshot-block--keyline dd {
    margin: 0;
}

.reg-snapshot-block--chips .reg-glance-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reg-snapshot-block--chips .reg-glance-chip {
    flex: 1 1 280px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.72);
}

.reg-snapshot-block--track .reg-glance-track {
    position: relative;
    display: grid;
    gap: 14px;
    padding-left: 22px;
}

.reg-snapshot-block--track .reg-glance-track::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(191, 161, 97, 0.7), rgba(17, 24, 39, 0.2));
}

.reg-snapshot-block--track .reg-glance-track__item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
}

.reg-snapshot-block--track .reg-glance-track__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 99px;
    background: #f4d48a;
    color: #111827;
    font-size: 0.67rem;
    font-weight: 700;
    margin-top: 2px;
}

.reg-snapshot-block--accordion .reg-glance-accordion {
    display: grid;
    gap: 10px;
}

.reg-snapshot-block--accordion .reg-glance-accordion__item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 12px;
}

.reg-snapshot-block--accordion .reg-glance-accordion__item summary {
    cursor: pointer;
    font-weight: 700;
}

.reg-snapshot-block--accordion .reg-glance-accordion__item p {
    margin-top: 8px;
}

/* Snapshot variants: Timeline */
.reg-snapshot-block--milestones .reg-timeline-milestones {
    display: grid;
    gap: 12px;
}

.reg-snapshot-block--milestones .reg-timeline-milestone {
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.75);
}

.reg-snapshot-block--milestones .reg-timeline-milestone > span {
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-gold-dark);
    margin-bottom: 6px;
}

.reg-snapshot-block--calendar .reg-timeline-calendar {
    display: grid;
    gap: 10px;
}

.reg-snapshot-block--calendar .reg-timeline-calendar__row {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 12px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.7);
}

.reg-snapshot-block--calendar .reg-timeline-calendar__date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--color-gold-dark);
    background: rgba(191, 161, 97, 0.14);
}

.reg-snapshot-block--steps .reg-timeline-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: snapSteps;
    display: grid;
    gap: 12px;
}

.reg-snapshot-block--steps .reg-timeline-steps li {
    counter-increment: snapSteps;
    position: relative;
    padding: 10px 12px 10px 42px;
    border-radius: 12px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
}

.reg-snapshot-block--steps .reg-timeline-steps li::before {
    content: counter(snapSteps);
    position: absolute;
    left: 12px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background: #f4d48a;
    color: #111827;
    font-size: 0.72rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reg-snapshot-block--table .reg-timeline-table {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.reg-snapshot-block--table .reg-timeline-table__head,
.reg-snapshot-block--table .reg-timeline-table__row {
    display: grid;
    grid-template-columns: 80px 1fr 1.2fr;
    gap: 10px;
    padding: 10px 12px;
}

.reg-snapshot-block--table .reg-timeline-table__head {
    background: rgba(17, 24, 39, 0.05);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
}

.reg-snapshot-block--table .reg-timeline-table__row + .reg-timeline-table__row {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-snapshot-block--table .reg-timeline-table__row p {
    margin: 0;
}

/* Snapshot variants: Quick Assessment */
.reg-snapshot-block--cards .reg-points-cards {
    display: grid;
    gap: 10px;
}

.reg-point-card {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.reg-point-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.11);
}

.reg-point-card__icon {
    color: #f4d48a;
    font-weight: 800;
}

.reg-point-card.is-high .reg-point-card__icon { color: #fca5a5; }
.reg-point-card.is-medium .reg-point-card__icon { color: #fcd34d; }
.reg-point-card.is-low .reg-point-card__icon { color: #93c5fd; }

.reg-point-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.72);
}

.reg-point-card p {
    margin: 0;
}

.reg-snapshot-block--bars .reg-points-bars {
    display: grid;
    gap: 10px;
}

.reg-point-bar {
    display: grid;
    gap: 6px;
}

.reg-point-bar__track {
    display: block;
    height: 6px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.16);
    position: relative;
    overflow: hidden;
}

.reg-point-bar__track::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 99px;
    width: 55%;
    background: #93c5fd;
}

.reg-point-bar.is-medium .reg-point-bar__track::before { width: 72%; background: #fcd34d; }
.reg-point-bar.is-high .reg-point-bar__track::before { width: 92%; background: #fca5a5; }

.reg-point-bar__label {
    font-size: 0.96rem;
    color: #f8fafc;
}

.reg-snapshot-block--tree .reg-points-tree {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.reg-snapshot-block--tree .reg-points-tree li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    padding-left: 14px;
    position: relative;
}

.reg-snapshot-block--tree .reg-points-tree li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -5px;
    bottom: -5px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.reg-snapshot-block--tree .reg-points-tree li span { color: #f4d48a; font-weight: 700; }
.reg-snapshot-block--tree .reg-points-tree li.is-high span { color: #fca5a5; }
.reg-snapshot-block--tree .reg-points-tree li.is-medium span { color: #fcd34d; }
.reg-snapshot-block--tree .reg-points-tree li.is-low span { color: #93c5fd; }
.reg-snapshot-block--tree .reg-points-tree li p { margin: 0; }

.reg-snapshot-block--audit .reg-points-audit {
    display: grid;
    gap: 8px;
}

.reg-point-audit-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: start;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.reg-point-audit-row__priority {
    font-family: "IBM Plex Mono", "Courier New", monospace;
    font-size: 0.73rem;
    letter-spacing: 0.1em;
    color: #f4d48a;
}

.reg-point-audit-row.is-high .reg-point-audit-row__priority { color: #fca5a5; }
.reg-point-audit-row.is-medium .reg-point-audit-row__priority { color: #fcd34d; }
.reg-point-audit-row.is-low .reg-point-audit-row__priority { color: #93c5fd; }

.reg-point-audit-row p {
    margin: 0;
    font-family: "IBM Plex Mono", "Courier New", monospace;
    font-size: 0.9rem;
}

.reg-warning-list li::before {
    content: "!";
    color: #b45309;
}

.reg-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
}

.reg-chip-card {
    padding: 18px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-chip-card span {
    display: block;
    margin-top: 8px;
    color: var(--color-text-light);
}

.reg-chip-card.is-positive {
    border-color: rgba(191, 161, 97, 0.3);
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.reg-matrix {
    margin-top: 24px;
}

.reg-matrix--dense .reg-matrix__table td {
    line-height: 1.55;
}

.reg-matrix__table-wrap {
    display: block;
}

.reg-matrix__cards {
    display: none;
}

.reg-matrix__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

.reg-matrix__table th,
.reg-matrix__table td {
    padding: 16px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-matrix__table th {
    background: #111827;
    color: #fff !important;
    font-size: 0.85rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.reg-matrix__table tbody tr:last-child td {
    border-bottom: 0;
}

.reg-reference-box,
.reg-callout {
    margin-top: 24px;
}

.reg-reference-box {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    border: 1px solid rgba(191, 161, 97, 0.14);
    box-shadow: 0 18px 32px rgba(17, 24, 39, 0.05);
}

.reg-link-list li + li {
    margin-top: 10px;
}

.reg-link-list a,
.reg-link-card {
    text-decoration: none;
}

.reg-flow-grid,
.reg-risk-grid,
.reg-link-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.reg-flow-card,
.reg-risk-card,
.reg-link-card,
.reg-control-card,
.reg-timeline-card,
.reg-step-card,
.reg-matrix-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-sm);
}

.reg-flow-card,
.reg-risk-card,
.reg-link-card,
.reg-control-card,
.reg-timeline-card {
    padding: 22px;
}

.reg-flow-card p span {
    color: var(--color-gold-dark);
    font-weight: 700;
}

.reg-timeline {
    display: grid;
    gap: 18px;
}

.reg-timeline-card h3,
.reg-step-card h3,
.reg-risk-card h3 {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
}

.reg-subsection-card h3 {
    margin-bottom: 10px !important;
}

.reg-subsection-card__lead {
    color: var(--color-text-light) !important;
    margin-bottom: 14px !important;
}

.reg-process-grid,
.reg-control-grid,
.reg-two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reg-process-support,
.reg-aml-stack {
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

.reg-process-support {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    align-items: start;
}

.reg-subsection-card--warning {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.reg-step-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 22px;
}

.reg-step-card__index {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, #111827 0%, #3f2f15 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
}

.reg-control-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 18px;
}

.reg-control-card::before {
    content: "•";
    color: var(--color-gold-dark);
    font-size: 1.4rem;
    line-height: 1;
}

.reg-risk-card__top,
.reg-checklist__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.reg-signal {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reg-signal.is-high {
    background: #fff1f2;
    color: #be123c;
}

.reg-signal.is-medium {
    background: #fff7ed;
    color: #b45309;
}

.reg-signal.is-low {
    background: #f0fdf4;
    color: #15803d;
}

.reg-checklist__item {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.reg-checklist__mark {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    margin-top: 6px;
    background: linear-gradient(135deg, #bfa161 0%, #8b6f47 100%);
}

.reg-checklist-groups {
    display: grid;
    gap: 24px;
}

.reg-checklist-group {
    display: grid;
    gap: 18px;
}

.reg-checklist-group__head {
    max-width: 760px;
}

.reg-checklist-group__head h3 {
    margin-bottom: 10px !important;
}

.reg-checklist-group__head p {
    color: var(--color-text-light) !important;
}

.reg-link-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reg-link-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.reg-link-card span {
    color: var(--color-text-light);
}

.reg-callout {
    border-radius: 24px;
    border: 1px solid rgba(191, 161, 97, 0.18);
}

.reg-callout--warning {
    background: linear-gradient(180deg, #fff8eb 0%, #fffdf7 100%);
}

.reg-callout--gold {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

body.page-template-page-crypto-regulations .cl-faq-wrapper {
    display: grid;
    gap: 16px;
}

body.page-template-page-crypto-regulations .cl-faq-item {
    margin: 0;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

body.page-template-page-crypto-regulations .cl-faq-item summary {
    padding: 18px 22px;
    cursor: pointer;
    font-weight: 700;
    background: #fbfaf7;
    outline: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.page-template-page-crypto-regulations .cl-faq-item summary::-webkit-details-marker {
    display: none;
}

body.page-template-page-crypto-regulations .cl-faq-item__icon {
    color: var(--color-gold-main);
    font-size: 1.35rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

body.page-template-page-crypto-regulations .cl-faq-item[open] .cl-faq-item__icon {
    transform: rotate(45deg);
}

body.page-template-page-crypto-regulations .cl-faq-item__answer {
    padding: 22px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--color-text-light);
}

.reg-final-cta__inner {
    background:
        radial-gradient(circle at top right, rgba(191, 161, 97, 0.18), transparent 34%),
        linear-gradient(180deg, #fffdfa 0%, #fff8ec 100%);
    border: 1px solid rgba(191, 161, 97, 0.18);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.08);
}

.reg-final-cta__inner .cl-cta-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(191, 161, 97, 0.12);
    color: var(--color-gold-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .reg-snapshot,
    .reg-flow-grid,
    .reg-risk-grid,
    .reg-link-card-grid {
        grid-template-columns: 1fr 1fr;
    }

    .reg-summary-shell.has-sequence,
    .reg-process-support {
        grid-template-columns: 1fr;
    }

    .reg-summary-panel {
        position: static;
    }
}

@media (max-width: 900px) {
    .reg-snapshot,
    .reg-process-grid,
    .reg-control-grid,
    .reg-two-col,
    .reg-chip-grid,
    .reg-flow-grid,
    .reg-risk-grid,
    .reg-link-card-grid {
        grid-template-columns: 1fr;
    }

    .reg-hero-layout {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 30px 24px;
        border-radius: 24px;
    }

    .reg-hero-rail,
    .reg-hero-cards--three,
    .reg-hero-cards--brutal {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reg-hero-rail--timeline,
    .reg-hero-rail--chips {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .reg-hero-rail--with-map {
        padding-right: 18px;
    }

    .reg-hero-rail--with-map .reg-country-map {
        right: -18px;
        width: min(60%, 220px);
        opacity: 0.34;
    }

    .reg-hero-rail--corners {
        grid-template-columns: 1fr 1fr;
    }

    .reg-hero-rail--with-map.reg-hero-meta--strip {
        min-height: 0;
    }

    .reg-brutal-body {
        grid-template-columns: 1fr;
    }

    .reg-brutal-stamp {
        display: none;
    }

    .reg-step-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .reg-hero {
        padding: 18px 0 26px;
    }

    .reg-hero-subtitle--desktop {
        display: none;
    }

    .reg-hero-subtitle-mobile {
        display: block;
        margin: 12px 0 0 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.98rem !important;
        line-height: 1.55 !important;
    }

    .reg-hero-subtitle-mobile--details summary {
        list-style: none;
        cursor: pointer;
    }

    .reg-hero-subtitle-mobile--details summary::-webkit-details-marker {
        display: none;
    }

    .reg-hero-subtitle-mobile__toggle {
        display: inline-flex;
        margin-left: 6px;
        color: #f4d48a;
        font-size: 0.84rem;
        font-weight: 700;
    }

    .reg-hero-subtitle-mobile__toggle .is-less {
        display: none;
    }

    .reg-hero-subtitle-mobile--details[open] .reg-hero-subtitle-mobile__toggle .is-more {
        display: none;
    }

    .reg-hero-subtitle-mobile--details[open] .reg-hero-subtitle-mobile__toggle .is-less {
        display: inline;
    }

    .reg-hero-subtitle-mobile__rest {
        display: none;
    }

    .reg-hero-subtitle-mobile--details[open] .reg-hero-subtitle-mobile__rest {
        display: inline;
    }

    .reg-hero-disclaimer--desktop {
        display: none;
    }

    .reg-hero-disclaimer-mobile {
        display: block;
        margin-top: 10px;
    }

    .reg-hero-disclaimer-mobile summary {
        list-style: none;
        cursor: pointer;
        color: rgba(244, 212, 138, 0.95);
        font-size: 0.83rem;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-align: center;
    }

    .reg-hero-disclaimer-mobile summary::-webkit-details-marker {
        display: none;
    }

    .reg-hero-disclaimer-mobile span {
        display: block;
        margin-top: 8px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .reg-hero-meta-pills {
        margin-bottom: 12px;
    }

    .reg-hero-rail,
    .reg-hero-cards--three,
    .reg-hero-cards--brutal {
        grid-template-columns: 1fr;
    }

    .reg-hero-rail--corners {
        grid-template-columns: 1fr;
    }

    .reg-hero-rail--with-map.reg-hero-meta--strip {
        padding-left: 14px;
    }

    .reg-hero-rail--with-map .reg-country-map {
        display: none;
    }

    .reg-hero-layout--light,
    .reg-hero-layout--map {
        grid-template-columns: 1fr;
    }

    .reg-hero-layout--glass {
        text-align: left;
    }

    .reg-hero-layout--glass .reg-hero-meta-pills--center,
    .reg-hero-layout--glass .reg-hero-actions--center {
        justify-content: flex-start;
    }

    .reg-hero-layout--editorial .reg-hero-actions {
        justify-content: center;
    }

    .reg-matrix__table-wrap {
        display: none;
    }

    .reg-matrix__cards {
        display: grid;
        gap: 14px;
    }

    .reg-matrix-card {
        padding: 18px;
    }

    .reg-matrix-card__row + .reg-matrix-card__row {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(17, 24, 39, 0.08);
    }

    .reg-matrix-card__label {
        font-size: 0.8rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--color-gold-dark);
        margin-bottom: 4px;
    }

    .reg-timeline-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
