/* Configurateur direct — visual language shared with the refreshed homepage. */
:root {
    --config-refresh-ink: #221a4c;
    --config-refresh-blue: #2f4770;
    --config-refresh-blue-dark: #263a5c;
    --config-refresh-blue-soft: #edf3f6;
    --config-refresh-lime: #d9fab1;
    --config-refresh-lime-strong: #bde883;
    --config-refresh-canvas: #f5f4ef;
    --config-refresh-surface: #ffffff;
    --config-refresh-muted: rgba(34, 26, 76, 0.64);
    --config-refresh-line: rgba(34, 26, 76, 0.12);
    --config-refresh-shadow: 0 20px 52px rgba(34, 26, 76, 0.09);
    --shop-violet: var(--config-refresh-blue);
    --shop-lime: var(--config-refresh-lime);
    --shop-canvas: var(--config-refresh-canvas);
}

body {
    background: var(--config-refresh-canvas);
}

.config-shop-page,
.selection-tray,
.module-modal {
    font-family: "Geist", "Inter", var(--body-font, sans-serif);
}

.config-shop-page {
    min-height: 100vh !important;
    height: auto !important;
    padding: 0 0 138px !important;
    overflow: visible !important;
    background: var(--config-refresh-canvas);
}

.config-shop-page :is(button, a, summary):focus-visible {
    outline: 3px solid rgba(47, 71, 112, 0.3);
    outline-offset: 3px;
}

/* Compact decision area */
.config-direct-hero {
    position: relative;
    padding: 24px 0 22px !important;
    border-bottom: 1px solid var(--config-refresh-line);
    background:
        radial-gradient(circle at 86% 4%, rgba(47, 71, 112, 0.11), transparent 29%),
        radial-gradient(circle at 12% 92%, rgba(217, 250, 177, 0.22), transparent 24%),
        linear-gradient(155deg, #eeeae3 0%, #f7f5f0 58%, #ffffff 100%) !important;
}

.config-direct-hero .config-shell {
    width: min(1180px, calc(100% - 40px));
    display: block !important;
    text-align: left !important;
}

.config-direct-hero .config-hero-copy {
    max-width: 760px !important;
    display: grid;
    justify-items: start;
    margin: 0 !important;
}

.config-direct-hero .eyebrow {
    min-height: 27px;
    margin: 0 0 8px !important;
    padding: 4px 10px;
    border: 1px solid rgba(47, 71, 112, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--config-refresh-blue);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    box-shadow: 0 7px 20px rgba(34, 26, 76, 0.04);
}

.config-direct-hero .eyebrow::before {
    width: 7px !important;
    height: 7px !important;
    margin-right: 7px;
    background: #52b66f !important;
    box-shadow: 0 0 0 4px rgba(82, 182, 111, 0.12) !important;
}

.config-direct-hero h1 {
    max-width: none !important;
    margin: 0;
    color: var(--config-refresh-ink);
    font-size: clamp(32px, 3.2vw, 44px) !important;
    font-weight: 680;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    text-wrap: balance;
}

.config-direct-hero .config-hero-copy > p {
    max-width: 650px !important;
    margin: 8px 0 0 !important;
    color: var(--config-refresh-muted);
    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* One configurator, two clearly separated buying intentions. */
.config-mode-picker {
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 17px;
}

.config-mode-option {
    position: relative;
    min-width: 0;
    min-height: 76px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    padding: 11px 12px;
    border: 1px solid rgba(47, 71, 112, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--config-refresh-ink);
    text-align: left;
    box-shadow: 0 10px 26px rgba(34, 26, 76, 0.05);
    backdrop-filter: blur(9px);
    transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.config-mode-option:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 71, 112, 0.34);
    background: #ffffff;
    box-shadow: 0 15px 32px rgba(34, 26, 76, 0.09);
}

.config-mode-option.is-selected,
.config-mode-option.is-selected:hover {
    border-color: var(--config-refresh-blue);
    background: var(--config-refresh-blue);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(47, 71, 112, 0.2);
}

.config-mode-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--config-refresh-blue-soft);
    color: var(--config-refresh-blue);
}

.config-mode-option.is-selected .config-mode-icon {
    background: var(--config-refresh-lime);
    color: #294714;
}

.config-mode-icon svg {
    width: 19px;
    height: 19px;
}

.config-mode-copy,
.config-mode-copy > * {
    min-width: 0;
    display: block;
}

.config-mode-label {
    margin-bottom: 3px;
    color: rgba(34, 26, 76, 0.53);
    font-size: 9px;
    font-weight: 820;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.config-mode-label b {
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 999px;
    background: var(--config-refresh-lime);
    color: #355c20;
    font-size: 7px;
    letter-spacing: 0.04em;
}

.config-mode-option.is-selected .config-mode-label {
    color: rgba(255, 255, 255, 0.68);
}

.config-mode-copy strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 780;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.config-mode-copy small {
    margin-top: 4px;
    color: rgba(34, 26, 76, 0.55);
    font-size: 10px;
    font-weight: 650;
}

.config-mode-option.is-selected .config-mode-copy small {
    color: rgba(255, 255, 255, 0.68);
}

.config-mode-check {
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 71, 112, 0.2);
    border-radius: 50%;
    color: transparent;
}

.config-mode-option.is-selected .config-mode-check {
    border-color: var(--config-refresh-lime);
    background: var(--config-refresh-lime);
    color: #294714;
}

.config-mode-check svg {
    width: 11px;
    height: 11px;
    stroke-width: 3;
}

.config-entry-grid {
    display: grid;
    grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
    gap: 14px;
    align-items: stretch;
    margin-top: 18px;
}

.direct-volume-section {
    min-width: 0;
    padding: 16px !important;
    scroll-margin-top: 94px !important;
    border: 1px solid rgba(34, 26, 76, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 14px 34px rgba(34, 26, 76, 0.06);
    backdrop-filter: blur(10px);
}

.compact-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compact-section-heading > span,
.catalog-intro-step {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--config-refresh-blue);
    color: #ffffff;
    font-size: 11px;
    font-weight: 850;
    box-shadow: 0 7px 16px rgba(47, 71, 112, 0.18);
}

.compact-section-heading small,
.compact-section-heading strong {
    display: block;
}

.compact-section-heading small {
    margin-bottom: 2px;
    color: rgba(34, 26, 76, 0.47);
    font-size: 9px;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.compact-section-heading strong {
    color: var(--config-refresh-ink);
    font-size: 14px;
    line-height: 1.2;
}

.direct-volume-section .volume-picker {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px;
    margin: 12px 0 0 !important;
    padding: 5px;
    border: 1px solid rgba(47, 71, 112, 0.1);
    border-radius: 11px;
    background: rgba(47, 71, 112, 0.08);
}

.direct-volume-section .volume-option {
    position: relative;
    min-height: 69px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 6px !important;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(34, 26, 76, 0.68);
    text-align: center;
    box-shadow: none;
    transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.direct-volume-section .volume-option:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.78);
}

.direct-volume-section .volume-option.is-selected,
.direct-volume-section .volume-option.is-selected:hover {
    background: var(--config-refresh-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(47, 71, 112, 0.24) !important;
}

.volume-option-plan {
    display: flex !important;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    font-size: 22px !important;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.04em !important;
}

.volume-option-plan small {
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0;
    opacity: 0.72;
}

.volume-option-price {
    display: block !important;
    max-width: 100%;
    overflow: hidden;
    font-size: 9px;
    font-weight: 740;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.76;
}

.volume-option-check {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 17px;
    height: 17px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--config-refresh-lime);
    color: var(--config-refresh-ink);
    opacity: 0;
    transform: scale(0.76);
    transition: opacity 160ms ease, transform 160ms ease;
}

.volume-option-check svg {
    width: 10px;
    height: 10px;
    stroke-width: 3;
}

.volume-option.is-selected .volume-option-check {
    opacity: 1;
    transform: scale(1);
}

/* The regulatory block is information, never another choice. */
.regulatory-core {
    position: relative;
    min-width: 0;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(47, 71, 112, 0.15);
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 250, 177, 0.34), transparent 38%),
        linear-gradient(135deg, rgba(237, 243, 246, 0.98), rgba(255, 255, 255, 0.98));
    box-shadow: 0 14px 34px rgba(34, 26, 76, 0.06);
}

.regulatory-core-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.regulatory-core-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--config-refresh-lime);
    color: #294714;
    box-shadow: inset 0 0 0 1px rgba(41, 71, 20, 0.08);
}

.regulatory-core-icon svg {
    width: 19px;
    height: 19px;
}

.regulatory-core-kicker {
    display: block;
    margin-bottom: 2px;
    color: var(--config-refresh-blue);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.regulatory-core h2 {
    margin: 0;
    color: var(--config-refresh-ink);
    font-size: 18px;
    font-weight: 760;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.regulatory-core-status {
    min-height: 27px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border: 1px solid rgba(41, 71, 20, 0.12);
    border-radius: 999px;
    background: rgba(217, 250, 177, 0.72);
    color: #355c20;
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
}

.regulatory-core-status svg {
    width: 12px;
    height: 12px;
    stroke-width: 3;
}

.regulatory-core-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 11px 0 0;
    padding: 0;
    list-style: none;
}

.regulatory-core-topics li {
    min-width: 0;
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(47, 71, 112, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--config-refresh-ink);
    font-size: 10px;
    font-weight: 770;
}

.regulatory-core-topics li > svg {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    color: #478657;
    stroke-width: 3;
}

.regulatory-core-topic-wide {
    grid-column: 1 / -1;
}

.regulatory-core-topic-wide span,
.regulatory-core-topic-wide strong,
.regulatory-core-topic-wide small {
    display: block;
}

.regulatory-core-topic-wide small {
    margin-top: 1px;
    color: rgba(34, 26, 76, 0.55);
    font-size: 8px;
    font-weight: 620;
    line-height: 1.25;
}

.regulatory-core-choice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(47, 71, 112, 0.11);
}

.regulatory-core-choice > div:first-child > strong,
.regulatory-core-choice > div:first-child > span {
    display: block;
}

.regulatory-core-choice > div:first-child > strong {
    color: var(--config-refresh-ink);
    font-size: 10px;
    font-weight: 790;
    line-height: 1.3;
}

.regulatory-core-choice > div:first-child > span {
    margin-top: 2px;
    color: rgba(34, 26, 76, 0.55);
    font-size: 8px;
    font-weight: 620;
    line-height: 1.35;
}

.core-choice-buttons {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 4px;
    padding: 3px;
    border: 1px solid rgba(47, 71, 112, 0.11);
    border-radius: 9px;
    background: rgba(47, 71, 112, 0.08);
}

.core-choice-buttons button {
    min-height: 29px;
    padding: 0 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(34, 26, 76, 0.64);
    font-size: 8px;
    font-weight: 790;
    white-space: nowrap;
    transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.core-choice-buttons button:hover {
    color: var(--config-refresh-blue);
    background: rgba(255, 255, 255, 0.74);
}

.core-choice-buttons button.is-selected {
    background: #ffffff;
    color: var(--config-refresh-blue);
    box-shadow: 0 5px 12px rgba(34, 26, 76, 0.09);
}

.regulatory-core.is-declared-complete {
    border-color: rgba(47, 71, 112, 0.11);
    background: linear-gradient(135deg, rgba(244, 246, 245, 0.98), rgba(255, 255, 255, 0.98));
}

.regulatory-core.is-declared-complete .regulatory-core-icon {
    background: var(--config-refresh-blue-soft);
    color: var(--config-refresh-blue);
}

.regulatory-core.is-declared-complete .regulatory-core-status {
    border-color: rgba(47, 71, 112, 0.12);
    background: var(--config-refresh-blue-soft);
    color: var(--config-refresh-blue);
}

.unit-entry-card {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    background:
        radial-gradient(circle at 94% 0%, rgba(217, 250, 177, 0.2), transparent 34%),
        linear-gradient(135deg, var(--config-refresh-blue), var(--config-refresh-blue-dark));
    color: #ffffff;
    box-shadow: 0 17px 36px rgba(47, 71, 112, 0.2);
}

.unit-entry-card[hidden] {
    display: none !important;
}

.unit-entry-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--config-refresh-lime);
    color: #294714;
}

.unit-entry-icon svg {
    width: 23px;
    height: 23px;
}

.unit-entry-copy small {
    display: block;
    margin-bottom: 3px;
    color: var(--config-refresh-lime);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.unit-entry-copy h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 740;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.unit-entry-copy p {
    max-width: 610px;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    line-height: 1.45;
}

.unit-entry-facts {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
}

.unit-entry-facts span {
    min-height: 44px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 5px;
    align-content: center;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
    font-size: 7px;
    font-weight: 700;
    white-space: nowrap;
}

.unit-entry-facts svg {
    grid-row: 1 / 3;
    width: 14px;
    height: 14px;
    align-self: center;
    color: var(--config-refresh-lime);
}

.unit-entry-facts strong {
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
}

/* Direct access to the blocks */
.config-catalog-direct {
    padding: 24px 0 46px !important;
    scroll-margin-top: 88px;
    background: var(--config-refresh-canvas);
}

.config-catalog-direct .config-shell {
    width: min(1180px, calc(100% - 40px));
}

.catalog-intro {
    display: flex;
    align-items: center;
    gap: 12px;
}

.catalog-intro .section-label {
    display: block;
    margin: 0 0 4px;
    color: var(--config-refresh-blue);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.09em;
}

.catalog-intro h2 {
    margin: 0;
    color: var(--config-refresh-ink);
    font-size: clamp(25px, 2.7vw, 34px);
    font-weight: 680;
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.catalog-intro p {
    margin: 5px 0 0;
    color: var(--config-refresh-muted);
    font-size: 12px;
    line-height: 1.4;
}

.config-catalog-direct .catalog-toolbar {
    min-width: 0;
    margin: 15px 0 17px !important;
    padding: 10px 0;
    border-top: 1px solid var(--config-refresh-line);
    border-bottom: 1px solid var(--config-refresh-line);
}

.filter-pill {
    min-height: 32px;
    border-color: rgba(47, 71, 112, 0.18);
    background: rgba(255, 255, 255, 0.58);
    color: var(--config-refresh-ink);
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.filter-pill:hover {
    transform: translateY(-1px);
    border-color: rgba(47, 71, 112, 0.36);
    background: #ffffff;
    color: var(--config-refresh-blue);
}

.filter-pill.is-active,
.filter-pill.is-active:hover {
    border-color: var(--config-refresh-blue);
    background: var(--config-refresh-blue);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(47, 71, 112, 0.16);
}

.config-catalog-direct .catalog-toolbar p {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--config-refresh-blue-soft);
    color: var(--config-refresh-blue);
    font-size: 10px;
    font-weight: 780;
    white-space: nowrap;
}

.module-shelves {
    gap: 26px;
}

.module-shelf {
    min-width: 0;
    padding-bottom: 22px;
    scroll-margin-top: 96px;
    border-bottom: 1px solid var(--config-refresh-line);
}

.module-shelf:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.module-shelf-head {
    margin-bottom: 10px;
}

.module-shelf-head h3 {
    color: var(--config-refresh-ink);
    font-size: 17px;
}

.module-shelf-head span {
    color: rgba(34, 26, 76, 0.52);
}

.module-shelf-track {
    gap: 14px;
    padding: 4px 4px 14px;
    scrollbar-color: rgba(47, 71, 112, 0.34) transparent;
}

.module-tile {
    flex-basis: 212px;
    aspect-ratio: 0.82;
    border-color: rgba(34, 26, 76, 0.13);
    border-radius: 14px;
    background: var(--config-refresh-blue-dark);
    box-shadow: 0 12px 28px rgba(34, 26, 76, 0.11);
}

.module-tile:hover {
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(47, 71, 112, 0.58);
    box-shadow: 0 20px 38px rgba(34, 26, 76, 0.17);
}

.module-tile::after {
    background: linear-gradient(180deg, rgba(22, 34, 52, 0.02) 18%, rgba(22, 34, 52, 0.88) 100%);
}

.module-tile.is-selected {
    border-color: var(--config-refresh-blue);
    box-shadow: 0 0 0 3px rgba(47, 71, 112, 0.24), 0 18px 34px rgba(34, 26, 76, 0.18);
}

.module-tile.is-selected::before {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--config-refresh-lime);
    color: #294714;
    box-shadow: 0 7px 16px rgba(22, 34, 52, 0.22);
    font-size: 12px;
    font-weight: 900;
}

.module-tile-duration {
    background: rgba(255, 255, 255, 0.9);
    color: var(--config-refresh-ink);
    backdrop-filter: blur(7px);
}

.module-tile-body h4 {
    text-wrap: balance;
}

.module-tile-select:hover,
.module-tile.is-selected .module-tile-select {
    background: var(--config-refresh-lime);
    color: var(--config-refresh-ink);
}

.module-tile-select:disabled {
    background: rgba(255, 255, 255, 0.74);
    color: rgba(34, 26, 76, 0.5);
    cursor: not-allowed;
}

.module-tile.is-locked:not(:hover) > img {
    filter: saturate(0.72);
    opacity: 0.72;
}

.module-tile-core {
    background: var(--config-refresh-blue-dark);
}

.module-core-art {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 12%, rgba(217, 250, 177, 0.32), transparent 28%),
        radial-gradient(circle at 16% 44%, rgba(132, 199, 228, 0.2), transparent 31%),
        linear-gradient(145deg, #314d78, #1f314d);
    color: #ffffff;
}

.module-core-art::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
}

.module-core-art > span {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--config-refresh-lime);
    color: #294714;
    box-shadow: 0 16px 30px rgba(18, 31, 48, 0.24);
    transform: translateX(-50%);
}

.module-core-art svg {
    width: 20px;
    height: 20px;
}

.module-core-art b,
.module-core-art small {
    display: none;
}

.module-scroll-meter b {
    background: var(--config-refresh-blue) !important;
}

.module-scroll-button {
    border-color: rgba(47, 71, 112, 0.16) !important;
    color: var(--config-refresh-blue) !important;
}

.module-scroll-hint[hidden] {
    display: none !important;
}

/* Persistent summary */
.selection-tray {
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px !important;
    background: var(--config-refresh-blue-dark);
    box-shadow: 0 20px 52px rgba(30, 45, 70, 0.32);
}

.tray-icon,
.tray-button:not(:disabled) {
    background: var(--config-refresh-lime);
    color: var(--config-refresh-ink);
}

.tray-button:not(:disabled):hover {
    background: var(--config-refresh-lime-strong);
}

.tray-status div > span {
    color: rgba(255, 255, 255, 0.64) !important;
}

.tray-core-fill {
    background: #84c7e4 !important;
}

.tray-progress-fill {
    background: var(--config-refresh-lime) !important;
}

.selection-tray.is-unit-mode .tray-progress > span {
    margin-bottom: 0 !important;
}

.selection-tray.is-unit-mode .tray-progress i {
    display: none;
}

/* Modal accents follow the same blue/ivory palette. */
.module-modal-head {
    background: #f7f8f6;
}

.module-modal-hero,
.module-modal-hero-copy {
    background-color: var(--config-refresh-blue-dark);
}

.module-modal-hero-copy {
    background-image: radial-gradient(circle at 100% 0%, rgba(217, 250, 177, 0.22), transparent 42%);
}

.module-video-stage {
    background: #18263d;
}

.module-video-fallback {
    background: linear-gradient(135deg, rgba(47, 71, 112, 0.78), rgba(24, 38, 61, 0.98));
}

.module-modal-kicker,
.module-program-head span,
.module-program-item summary span,
.module-program-item[open] summary i,
.module-quality-list strong,
.module-modal-return {
    color: var(--config-refresh-blue);
}

.module-program-head,
.module-qualiopi-panel {
    border-color: rgba(47, 71, 112, 0.14);
    background: linear-gradient(135deg, var(--config-refresh-blue-soft), #ffffff);
}

.module-program-item[open] {
    border-color: rgba(47, 71, 112, 0.34);
}

.module-modal-add {
    background: var(--config-refresh-blue);
}

.module-modal-add:hover:not(:disabled) {
    background: var(--config-refresh-blue-dark);
}

.module-modal-add:disabled {
    background: #dfe3e6;
    color: rgba(34, 26, 76, 0.46);
    cursor: not-allowed;
}

@media (max-width: 920px) {
    .config-entry-grid {
        grid-template-columns: 1fr;
    }

    .regulatory-core-topics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .regulatory-core-topic-wide {
        grid-column: auto;
    }

    .unit-entry-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .unit-entry-facts {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .unit-entry-facts span {
        justify-content: center;
    }
}

@media (max-width: 760px) {
    .config-shop-page {
        padding-bottom: 126px !important;
    }

    .config-direct-hero {
        padding: 15px 0 14px !important;
    }

    .config-direct-hero .config-shell,
    .config-catalog-direct .config-shell {
        width: min(100% - 28px, 1180px);
    }

    .config-direct-hero .eyebrow {
        min-height: 24px;
        margin-bottom: 6px !important;
        font-size: 9px;
    }

    .config-direct-hero h1 {
        font-size: 29px !important;
    }

    .config-direct-hero .config-hero-copy > p {
        margin-top: 6px !important;
        font-size: 12px !important;
    }

    .config-mode-picker {
        gap: 6px;
        margin-top: 12px;
    }

    .config-mode-option {
        min-height: 71px;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        align-content: center;
        padding: 9px 28px 9px 10px;
    }

    .config-mode-icon {
        display: none;
    }

    .config-mode-check {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 17px;
        height: 17px;
    }

    .config-mode-label {
        font-size: 8px;
    }

    .config-mode-label b {
        display: none;
    }

    .config-mode-copy strong {
        font-size: 13px;
        white-space: normal;
    }

    .config-mode-copy small {
        font-size: 9px;
        line-height: 1.2;
    }

    .config-entry-grid {
        gap: 9px;
        margin-top: 12px;
    }

    .direct-volume-section,
    .regulatory-core {
        padding: 12px !important;
        border-radius: 12px;
    }

    .direct-volume-section .volume-picker {
        margin-top: 9px !important;
    }

    .direct-volume-section .volume-option {
        min-height: 64px !important;
        padding: 7px 3px !important;
    }

    .volume-option-plan {
        font-size: 19px !important;
    }

    .volume-option-price {
        font-size: 8px;
    }

    .volume-option-check {
        top: 5px;
        right: 5px;
        width: 15px;
        height: 15px;
    }

    .regulatory-core-status {
        min-height: 23px;
    }

    .regulatory-core-topics {
        grid-template-columns: 1fr 1fr;
        margin-top: 9px;
    }

    .regulatory-core-topic-wide {
        grid-column: 1 / -1;
    }

    .regulatory-core-choice {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .core-choice-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .core-choice-buttons button {
        padding-inline: 6px;
    }

    .unit-entry-card {
        gap: 11px;
        padding: 13px;
        border-radius: 12px;
    }

    .unit-entry-icon {
        width: 39px;
        height: 39px;
        border-radius: 10px;
    }

    .unit-entry-copy h2 {
        font-size: 17px;
    }

    .unit-entry-copy p {
        font-size: 9px;
    }

    .unit-entry-facts span {
        min-height: 40px;
        padding-inline: 5px;
    }

    .config-catalog-direct {
        padding: 18px 0 38px !important;
    }

    .catalog-intro {
        align-items: flex-start;
        gap: 9px;
    }

    .catalog-intro-step {
        width: 27px;
        height: 27px;
        margin-top: 1px;
    }

    .catalog-intro h2 {
        font-size: 24px;
    }

    .catalog-intro p {
        font-size: 11px;
    }

    .config-catalog-direct .catalog-toolbar {
        display: block;
        margin: 12px 0 14px !important;
        padding: 9px 0;
    }

    .config-catalog-direct .filters-pills {
        min-width: 0;
        flex-wrap: nowrap;
        gap: 6px;
        padding: 1px 1px 4px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .config-catalog-direct .filters-pills::-webkit-scrollbar {
        display: none;
    }

    .filter-pill {
        flex: 0 0 auto;
        min-height: 29px;
        padding-inline: 10px;
        font-size: 10px;
    }

    .config-catalog-direct .catalog-toolbar p {
        position: absolute;
        width: 1px;
        height: 1px;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .module-shelf-head h3 {
        font-size: 15px;
    }

    .module-shelves {
        gap: 21px;
    }

    .module-shelf {
        padding-bottom: 17px;
        scroll-margin-top: 82px;
    }

    .module-shelf-track {
        gap: 11px;
        margin-inline: -14px;
        padding-inline: 14px;
        scroll-padding-inline: 14px;
    }

    .module-tile {
        flex-basis: 184px;
        border-radius: 12px;
    }

    .selection-tray {
        border-radius: 10px !important;
    }

    .selection-tray.is-unit-mode .tray-progress > span {
        margin: 0 !important;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .config-mode-option {
        padding-left: 9px;
    }

    .config-mode-label {
        letter-spacing: 0.045em;
    }

    .compact-section-heading > span {
        width: 27px;
        height: 27px;
    }

    .compact-section-heading strong {
        font-size: 13px;
    }

    .regulatory-core-icon {
        width: 33px;
        height: 33px;
    }

    .regulatory-core h2 {
        font-size: 16px;
    }

    .module-shelf-head span {
        display: none;
    }

    .unit-entry-facts svg {
        display: none;
    }

    .unit-entry-facts span {
        display: flex;
        flex-direction: column;
        gap: 2px;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .regulatory-core-head {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .regulatory-core-status {
        grid-column: 2;
        justify-self: start;
        margin-top: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .direct-volume-section .volume-option,
    .config-mode-option,
    .volume-option-check,
    .filter-pill,
    .module-tile {
        transition: none;
    }
}

/* Premium polish pass — calmer hierarchy, unified surfaces and stronger shelves. */
:root {
    --config-refresh-ink: #18243d;
    --config-refresh-blue: #31527e;
    --config-refresh-blue-dark: #213754;
    --config-refresh-blue-soft: #edf3f6;
    --config-refresh-muted: rgba(24, 36, 61, 0.62);
    --config-refresh-line: rgba(24, 36, 61, 0.1);
    --config-refresh-shadow: 0 22px 54px rgba(24, 36, 61, 0.1);
}

.config-shop-page {
    --shop-ink: var(--config-refresh-ink);
    --shop-violet: var(--config-refresh-blue);
}

.config-direct-hero {
    padding: 32px 0 30px !important;
    background:
        radial-gradient(circle at 9% 90%, rgba(217, 250, 177, 0.22), transparent 27%),
        radial-gradient(circle at 92% 8%, rgba(49, 82, 126, 0.1), transparent 31%),
        linear-gradient(155deg, #f0ede7 0%, #faf9f5 60%, #ffffff 100%) !important;
}

.config-direct-hero h1 {
    max-width: 900px !important;
    font-size: clamp(36px, 3.5vw, 48px) !important;
    font-weight: 710;
    line-height: 1.01 !important;
}

.config-direct-hero .config-hero-copy > p {
    max-width: 730px !important;
    margin-top: 10px !important;
    font-size: 15px !important;
}

.config-mode-picker {
    width: min(780px, 100%);
    gap: 4px;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid rgba(24, 36, 61, 0.09);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 34px rgba(24, 36, 61, 0.07);
    backdrop-filter: blur(16px);
}

.config-mode-option {
    min-height: 74px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.config-mode-option:hover {
    transform: none;
    border-color: transparent;
    background: rgba(237, 243, 246, 0.72);
    box-shadow: none;
}

.config-mode-option.is-selected,
.config-mode-option.is-selected:hover {
    border-color: transparent;
    background: var(--config-refresh-blue);
    box-shadow: 0 9px 22px rgba(49, 82, 126, 0.22);
}

.config-mode-copy strong {
    font-size: 15px;
    letter-spacing: -0.015em;
}

.config-entry-grid {
    gap: 7px;
    margin-top: 14px;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(24, 36, 61, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--config-refresh-shadow);
    backdrop-filter: blur(16px);
}

.config-shop-page[data-mode="pack"] .direct-volume-section {
    padding: 15px !important;
    border: 0;
    border-radius: 12px;
    background: transparent !important;
    box-shadow: none;
    backdrop-filter: none;
}

.config-shop-page[data-mode="pack"] .regulatory-core {
    padding: 15px;
    border: 0;
    border-radius: 12px;
    background:
        radial-gradient(circle at 100% 0%, rgba(217, 250, 177, 0.22), transparent 35%),
        var(--config-refresh-blue-soft);
    box-shadow: none;
}

.direct-volume-section .volume-picker {
    gap: 4px;
    padding: 4px;
    border: 0;
    border-radius: 12px;
    background: rgba(49, 82, 126, 0.09);
}

.direct-volume-section .volume-option {
    min-height: 72px !important;
    border-radius: 9px;
}

.regulatory-core-choice {
    padding-top: 11px;
}

.regulatory-core-choice > div:first-child > strong {
    font-size: 11px;
}

.regulatory-core-choice > div:first-child > span {
    max-width: 520px;
    font-size: 9px;
}

.core-choice-buttons {
    padding: 4px;
    border: 0;
    border-radius: 10px;
    background: rgba(49, 82, 126, 0.09);
}

.core-choice-buttons button {
    min-height: 31px;
    border-radius: 7px;
    font-size: 9px;
}

.config-shop-page[data-mode="unit"] .config-entry-grid {
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.unit-entry-card {
    padding: 20px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 93% 0%, rgba(217, 250, 177, 0.18), transparent 31%),
        var(--config-refresh-blue-dark);
    box-shadow: 0 18px 38px rgba(33, 55, 84, 0.2);
}

.unit-entry-copy h2 {
    font-size: 21px;
}

.unit-entry-copy p {
    font-size: 11px;
}

.config-catalog-direct {
    padding: 34px 0 76px !important;
    background: linear-gradient(180deg, #f7f7f3 0%, #fbfaf7 100%);
}

.catalog-intro {
    gap: 14px;
}

.catalog-intro h2 {
    font-size: clamp(29px, 2.8vw, 38px);
}

.catalog-intro p {
    margin-top: 7px;
    font-size: 13px;
}

.config-catalog-direct .catalog-toolbar {
    position: sticky;
    top: 82px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 22px 0 4px !important;
    padding: 7px 8px !important;
    border: 1px solid rgba(24, 36, 61, 0.09);
    border-radius: 14px;
    background: rgba(250, 250, 247, 0.86);
    box-shadow: 0 10px 28px rgba(24, 36, 61, 0.07);
    backdrop-filter: blur(18px) saturate(1.05);
}

.config-catalog-direct .filters-pills {
    gap: 4px;
}

.filter-pill {
    min-height: 34px;
    padding-inline: 12px;
    border: 0;
    background: transparent;
    font-size: 10px;
}

.filter-pill:hover {
    transform: none;
    border-color: transparent;
    background: var(--config-refresh-blue-soft);
}

.filter-pill.is-active,
.filter-pill.is-active:hover {
    border-color: transparent;
    box-shadow: none;
}

.config-catalog-direct .catalog-toolbar p {
    background: rgba(237, 243, 246, 0.92);
}

.module-shelves {
    gap: 0;
}

.module-shelf {
    padding: 27px 0 30px;
    scroll-margin-top: 148px;
}

.module-shelf-head {
    margin-bottom: 16px;
}

.module-shelf-heading {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
}

.module-shelf-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(49, 82, 126, 0.1);
    border-radius: 11px;
    background: var(--config-refresh-blue-soft);
    color: var(--config-refresh-blue) !important;
}

.module-shelf-icon svg {
    width: 18px;
    height: 18px;
}

.module-shelf-head h3 {
    font-size: 19px;
    font-weight: 780;
    letter-spacing: -0.03em;
}

.module-shelf-heading p {
    margin: 3px 0 0;
    color: var(--config-refresh-muted);
    font-size: 10px;
    font-weight: 610;
    line-height: 1.35;
}

.module-shelf-count {
    min-height: 26px;
    display: inline-flex !important;
    align-items: center;
    gap: 3px;
    padding: 0 9px;
    border: 1px solid rgba(49, 82, 126, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(24, 36, 61, 0.54) !important;
    font-size: 9px !important;
    font-weight: 750 !important;
}

.module-shelf-track {
    gap: 16px;
    padding: 4px 4px 14px;
    scrollbar-width: none;
}

.module-shelf-track::-webkit-scrollbar {
    display: none;
}

.module-tile {
    flex: 0 0 238px;
    flex-basis: 238px;
    aspect-ratio: 0.78;
    border: 1px solid rgba(24, 36, 61, 0.13);
    border-radius: 16px;
    box-shadow: 0 13px 30px rgba(24, 36, 61, 0.12);
}

.module-tile:hover {
    transform: translateY(-4px) scale(1.012);
    border-color: rgba(49, 82, 126, 0.48);
    box-shadow: 0 21px 42px rgba(24, 36, 61, 0.18);
}

.module-tile::after {
    background: linear-gradient(180deg, rgba(18, 31, 48, 0.01) 18%, rgba(18, 31, 48, 0.38) 48%, rgba(18, 31, 48, 0.96) 100%);
}

.config-shop-page .module-tile-body {
    top: auto !important;
    right: 13px;
    bottom: 13px;
    left: 13px;
    display: flex !important;
}

.config-shop-page .module-tile-body h4 {
    font-size: 19px;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.config-shop-page .module-tile-body p {
    margin: 7px 0 9px !important;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.35;
}

.config-shop-page .module-tile-details {
    width: auto !important;
    min-height: 24px !important;
    align-self: flex-start;
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 10px !important;
    backdrop-filter: none;
}

.config-shop-page .module-tile-details:hover {
    color: var(--config-refresh-lime) !important;
}

.config-shop-page .module-tile-details svg {
    width: 13px;
    height: 13px;
}

.config-shop-page .module-tile-select {
    min-height: 37px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 7px 18px rgba(11, 21, 34, 0.16);
    font-size: 11px;
}

.module-tile-duration {
    min-height: 25px;
    padding-inline: 8px;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(18, 31, 48, 0.12);
}

.selection-tray {
    right: auto !important;
    left: 50% !important;
    width: min(1180px, calc(100% - 32px));
    overflow: hidden;
    border-radius: 16px !important;
    background: rgba(33, 55, 84, 0.97);
    box-shadow: 0 20px 48px rgba(24, 36, 61, 0.3);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
}

.selection-tray-inner {
    min-height: 64px !important;
    padding: 10px 12px !important;
}

.tray-button {
    min-height: 42px !important;
    border-radius: 10px;
}

@media (max-width: 920px) {
    .config-entry-grid {
        gap: 0;
        padding: 6px;
    }

    .config-shop-page[data-mode="pack"] .direct-volume-section {
        padding-bottom: 17px !important;
        border-bottom: 1px solid var(--config-refresh-line);
        border-radius: 12px 12px 0 0;
    }

    .config-shop-page[data-mode="pack"] .regulatory-core {
        margin-top: 6px;
    }
}

@media (max-width: 760px) {
    .config-direct-hero {
        padding: 18px 0 17px !important;
    }

    .config-direct-hero h1 {
        font-size: 31px !important;
    }

    .config-direct-hero .config-hero-copy > p {
        font-size: 12px !important;
        line-height: 1.48 !important;
    }

    .config-mode-picker {
        gap: 3px;
        margin-top: 13px;
        padding: 4px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: none;
    }

    .config-mode-option {
        min-height: 72px;
        border-radius: 10px;
    }

    .config-entry-grid {
        margin-top: 10px;
        border-radius: 15px;
    }

    .config-shop-page[data-mode="pack"] .direct-volume-section,
    .config-shop-page[data-mode="pack"] .regulatory-core {
        padding: 13px !important;
    }

    .unit-entry-card {
        padding: 15px;
        border-radius: 14px;
    }

    .config-catalog-direct {
        padding: 24px 0 54px !important;
    }

    .catalog-intro h2 {
        font-size: 27px;
    }

    .config-catalog-direct .catalog-toolbar {
        top: 70px;
        display: block;
        margin: 17px 0 2px !important;
        padding: 6px !important;
        border-radius: 12px;
        background: rgba(250, 250, 247, 0.98);
        backdrop-filter: none;
    }

    .config-catalog-direct .filters-pills {
        gap: 3px;
        padding: 0;
    }

    .filter-pill {
        min-height: 32px;
        padding-inline: 11px;
    }

    .module-shelf {
        padding: 23px 0 25px;
        scroll-margin-top: 128px;
    }

    .module-shelf-head {
        margin-bottom: 13px;
    }

    .module-shelf-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .module-shelf-head h3 {
        font-size: 18px;
    }

    .module-shelf-heading p {
        max-width: 265px;
        font-size: 9px;
    }

    .module-shelf-count {
        display: none !important;
    }

    .module-shelf-track {
        gap: 12px;
        margin-inline: -14px;
        padding: 4px 14px 13px;
        scroll-padding-inline: 14px;
    }

    .module-tile {
        flex-basis: min(72vw, 258px);
        border-radius: 15px;
    }

    .config-shop-page .module-tile-body {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .config-shop-page .module-tile-body h4 {
        font-size: 20px;
    }

    .config-shop-page .module-tile-body p {
        font-size: 11px;
    }

    .selection-tray {
        right: 10px !important;
        left: 10px !important;
        width: auto;
        border-radius: 13px !important;
        background: var(--config-refresh-blue-dark);
        transform: none;
        backdrop-filter: none;
    }
}

@media (max-width: 480px) {
    .module-shelf-heading p {
        max-width: 240px;
    }

    .config-shop-page .module-tile-details {
        min-height: 23px !important;
        font-size: 10px !important;
    }

    .config-shop-page .module-tile-select {
        min-height: 38px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .config-mode-option,
    .module-tile {
        transition: none;
    }
}

/* Simplified top flow — one decision at a time, no repeated explanations. */
.config-direct-hero {
    padding: 20px 0 18px !important;
}

.config-direct-hero .eyebrow {
    min-height: 24px;
    margin-bottom: 6px !important;
    padding: 3px 9px;
    font-size: 9px;
}

.config-direct-hero h1 {
    font-size: clamp(32px, 3.2vw, 42px) !important;
}

.config-direct-hero .config-hero-copy > p {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.config-mode-picker {
    width: min(680px, 100%);
    gap: 3px;
    margin-top: 12px;
    padding: 4px;
    border-radius: 14px;
}

.config-mode-option {
    min-height: 58px;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 10px;
}

.config-mode-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
}

.config-mode-icon svg {
    width: 17px;
    height: 17px;
}

.config-mode-copy strong {
    font-size: 14px;
}

.config-mode-copy small {
    margin-top: 2px;
    font-size: 9px;
}

.config-mode-check {
    width: 19px;
    height: 19px;
}

.config-entry-grid {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 6px;
    margin-top: 10px;
    padding: 6px;
    border-radius: 14px;
}

.config-entry-grid[hidden] {
    display: none !important;
}

.config-shop-page[data-mode="pack"] .direct-volume-section,
.config-shop-page[data-mode="pack"] .regulatory-core {
    padding: 11px !important;
    border-radius: 10px;
}

.compact-section-heading {
    min-height: 18px;
}

.compact-section-heading strong {
    font-size: 12px;
    font-weight: 800;
}

.direct-volume-section .volume-picker {
    gap: 3px;
    margin-top: 7px !important;
    padding: 3px;
    border-radius: 10px;
}

.direct-volume-section .volume-option {
    min-height: 55px !important;
    padding: 6px 4px !important;
    border-radius: 7px;
}

.volume-option-plan {
    font-size: 20px !important;
}

.volume-option-price {
    font-size: 9px;
}

.regulatory-core-head {
    gap: 9px;
}

.regulatory-core-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
}

.regulatory-core-icon svg {
    width: 17px;
    height: 17px;
}

.regulatory-core h2 {
    font-size: 16px;
}

.regulatory-core-topics-inline {
    margin: 3px 0 0;
    color: rgba(24, 36, 61, 0.58);
    font-size: 9px;
    font-weight: 670;
    line-height: 1.25;
}

.regulatory-core-status {
    min-height: 24px;
    padding-inline: 8px;
    font-size: 8px;
}

.regulatory-core-choice {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    margin-top: 8px;
    padding-top: 8px;
}

.regulatory-core-choice > div:first-child > strong {
    font-size: 9px;
}

.core-choice-buttons {
    gap: 3px;
    padding: 3px;
    border-radius: 8px;
}

.core-choice-buttons button {
    min-width: 42px;
    min-height: 26px;
    padding-inline: 8px;
    border-radius: 6px;
    font-size: 9px;
}

@media (max-width: 920px) {
    .config-entry-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 5px;
    }

    .config-shop-page[data-mode="pack"] .direct-volume-section {
        padding-bottom: 11px !important;
    }

    .config-shop-page[data-mode="pack"] .regulatory-core {
        margin-top: 5px;
    }
}

@media (max-width: 760px) {
    .config-direct-hero {
        padding: 13px 0 12px !important;
    }

    .config-direct-hero .eyebrow {
        min-height: 22px;
        margin-bottom: 4px !important;
        font-size: 8px;
    }

    .config-direct-hero h1 {
        font-size: 28px !important;
    }

    .config-direct-hero .config-hero-copy > p {
        margin-top: 4px !important;
        font-size: 11px !important;
    }

    .config-mode-picker {
        margin-top: 9px;
    }

    .config-mode-option {
        min-height: 57px;
        padding: 8px 24px 8px 9px;
    }

    .config-mode-copy strong {
        font-size: 12px;
    }

    .config-mode-copy small {
        font-size: 8px;
    }

    .config-entry-grid {
        margin-top: 8px;
        border-radius: 12px;
    }

    .config-shop-page[data-mode="pack"] .direct-volume-section,
    .config-shop-page[data-mode="pack"] .regulatory-core {
        padding: 10px !important;
    }

    .direct-volume-section .volume-option {
        min-height: 52px !important;
    }

    .volume-option-plan {
        font-size: 18px !important;
    }

    .regulatory-core-choice {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 7px;
    }

    .core-choice-buttons {
        grid-template-columns: repeat(2, 42px);
    }
}

@media (max-width: 360px) {
    .config-direct-hero h1 {
        font-size: 26px !important;
    }

    .config-mode-copy strong {
        font-size: 11px;
    }

    .config-mode-copy small {
        font-size: 7px;
    }

    .regulatory-core-status {
        grid-column: auto;
        justify-self: end;
        margin-top: 0;
    }
}
