/*
 * Novák Noel Stúdióközpont 4.0.1
 * Célzott, komponensszintű UI-réteg. Nem írja felül a webhely más elemeit.
 */

body.nnbk-booking-active {
    overflow-x: clip;
    background: #f4f6fb;
}

.nnbk-v3,
.nnbk-v3 * {
    box-sizing: border-box;
}

.nnbk-v3 {
    --nnbk-ui-ink: #141619;
    --nnbk-ui-muted: #687086;
    --nnbk-ui-blue: #2856ca;
    --nnbk-ui-blue-dark: #183d9e;
    --nnbk-ui-purple: #6f46e8;
    --nnbk-ui-purple-dark: #4d2bbd;
    --nnbk-ui-purple-soft: #f2edff;
    --nnbk-ui-line: #e3e7f0;
    --nnbk-ui-surface: #fff;
    --nnbk-ui-soft: #f7f8fc;
    width: 100%;
    max-width: 100%;
    color: var(--nnbk-ui-ink);
}

.nnbk-v3 :where(h1, h2, h3, p, span, small, strong, label, li, a, button) {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: break-word;
}

.nnbk-v3 :where(button, a, input, select, textarea) {
    font: inherit;
}

.nnbk-v3 :where(button, a) {
    white-space: normal !important;
}

.nnbk-v3 .nnbk-shell {
    width: min(1360px, calc(100% - 40px));
}

.nnbk-v3 .nnbk-main {
    background:
        radial-gradient(circle at 85% 5%, rgba(111, 70, 232, .08), transparent 27%),
        radial-gradient(circle at 4% 65%, rgba(40, 86, 202, .08), transparent 24%),
        #f4f6fb;
}

.nnbk-v3 .nnbk-layout {
    align-items: start;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 22px;
}

.nnbk-v3 .nnbk-sidebar,
.nnbk-v3 .nnbk-panel {
    border: 1px solid rgba(221, 226, 238, .92);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 70px rgba(31, 42, 78, .08);
}

.nnbk-v3 .nnbk-sidebar {
    top: calc(var(--nn-header-height, 84px) + 20px);
    border-radius: 28px;
}

.nnbk-v3 .nnbk-progress-button {
    min-width: 0;
    border-radius: 17px !important;
}

.nnbk-v3 .nnbk-progress-button[aria-current="step"] {
    color: var(--nnbk-ui-ink);
    background: linear-gradient(135deg, #edf3ff, #f2edff);
    box-shadow: inset 0 0 0 1px rgba(80, 96, 210, .08);
}

.nnbk-v3 .nnbk-progress-copy {
    min-width: 0;
}

.nnbk-v3 .nnbk-sidebar-summary {
    border-radius: 21px;
    background:
        radial-gradient(circle at 100% 0, rgba(117, 148, 255, .18), transparent 40%),
        #18223d;
}

.nnbk-v3 .nnbk-wizard,
.nnbk-v3 .nnbk-panel,
.nnbk-v3 .nnbk-panel > * {
    min-width: 0;
}

.nnbk-v3 .nnbk-panel {
    min-height: 0 !important;
    padding: clamp(24px, 4vw, 46px) !important;
    border-radius: 30px;
}

.nnbk-v3 .nnbk-panel-head {
    align-items: flex-start;
    gap: 18px;
}

.nnbk-v3 .nnbk-panel-heading {
    min-width: 0;
}

.nnbk-v3 .nnbk-panel-heading h2 {
    margin-top: 8px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.052em;
}

.nnbk-v3 .nnbk-panel-intro {
    max-width: 740px;
    line-height: 1.65;
}

/* Szolgáltatásnavigáció */

.nnbk-v3 .nnbk-service-rail-wrap {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    margin-top: 26px;
    padding: 8px;
    gap: 8px;
    border: 1px solid var(--nnbk-ui-line);
    border-radius: 22px;
    background: #f7f8fc;
}

.nnbk-v3 .nnbk-service-rail {
    min-width: 0;
    overscroll-behavior-inline: contain;
}

.nnbk-v3 .nnbk-rail-arrow {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    padding: 0 !important;
    border: 1px solid #dfe4ee !important;
    border-radius: 15px !important;
    color: #33405c !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(25, 40, 75, .07);
}

.nnbk-v3 .nnbk-service-chip {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 10px 16px !important;
    border: 1px solid transparent !important;
    border-radius: 15px !important;
    color: #586177 !important;
    background: transparent !important;
    font-weight: 730 !important;
}

.nnbk-v3 .nnbk-service-chip[aria-selected="true"] {
    color: #fff !important;
    background: linear-gradient(135deg, var(--nnbk-ui-blue), #416fe2) !important;
    box-shadow: 0 10px 24px rgba(40, 86, 202, .22);
}

.nnbk-v3 .nnbk-service-indicators {
    margin: 13px 0 4px;
}

.nnbk-v3 .nnbk-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    margin-top: 22px;
}

.nnbk-v3 .nnbk-service-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 470px;
    height: auto !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    border-radius: 27px !important;
    background: #20242c !important;
    box-shadow: 0 18px 46px rgba(22, 31, 55, .13);
    text-align: left !important;
    white-space: normal !important;
    cursor: pointer;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.nnbk-v3 .nnbk-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 58px rgba(22, 31, 55, .18);
}

.nnbk-v3 .nnbk-service-card[aria-pressed="true"] {
    border-color: #5f85ed !important;
    box-shadow: 0 0 0 3px rgba(40, 86, 202, .16), 0 28px 58px rgba(22, 31, 55, .18);
}

.nnbk-v3 .nnbk-service-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    height: 100% !important;
}

.nnbk-v3 .nnbk-service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 20, .02) 26%, rgba(8, 12, 20, .4) 58%, rgba(8, 12, 20, .94) 100%);
}

.nnbk-v3 .nnbk-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .8, .2, 1);
}

.nnbk-v3 .nnbk-service-card:hover .nnbk-service-media img {
    transform: scale(1.035);
}

.nnbk-v3 .nnbk-service-index,
.nnbk-v3 .nnbk-service-arrow {
    position: absolute;
    z-index: 2;
    top: 18px;
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    color: #fff;
    background: rgba(15, 19, 29, .48);
    backdrop-filter: blur(12px);
}

.nnbk-v3 .nnbk-service-index {
    left: 18px;
}

.nnbk-v3 .nnbk-service-arrow {
    right: 18px;
}

.nnbk-v3 .nnbk-service-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    min-height: 470px;
    margin-top: auto;
    padding: 230px 24px 25px;
    color: #fff;
    background: transparent !important;
}

.nnbk-v3 .nnbk-service-copy > * {
    min-width: 0;
}

.nnbk-v3 .nnbk-service-price-label {
    align-self: flex-start;
    display: inline-flex;
    max-width: 100%;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #fff;
    background: rgba(12, 17, 27, .42);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
}

.nnbk-v3 .nnbk-service-copy > strong {
    display: block;
    margin: 13px 0 0;
    color: #fff !important;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.nnbk-v3 .nnbk-service-copy > small {
    display: block;
    align-self: auto;
    margin: 11px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, .76) !important;
    background: transparent;
    backdrop-filter: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

/* Csomagok */

.nnbk-v3 .nnbk-package-grid {
    align-items: stretch;
    overflow-y: hidden !important;
    overscroll-behavior-y: none;
}

.nnbk-v3 .nnbk-package-card {
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 25px !important;
    white-space: normal !important;
}

.nnbk-v3 .nnbk-package-card > * {
    min-width: 0;
}

.nnbk-v3 .nnbk-package-card :where(h3, p, li, strong, small) {
    white-space: normal !important;
}

.nnbk-v3 .nnbk-package-select,
.nnbk-v3 .nnbk-package-select:hover,
.nnbk-v3 .nnbk-package-select:focus,
.nnbk-v3 .nnbk-package-select:focus-visible,
.nnbk-v3 .nnbk-package-select:active {
    border: 1px solid rgba(40, 86, 202, .24) !important;
    color: var(--nnbk-ui-blue) !important;
    background: #edf3ff !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(40, 86, 202, .14);
}

.nnbk-v3 .nnbk-package-card[aria-pressed="true"] .nnbk-package-select,
.nnbk-v3 .nnbk-package-card[aria-pressed="true"] .nnbk-package-select:hover,
.nnbk-v3 .nnbk-package-card[aria-pressed="true"] .nnbk-package-select:focus,
.nnbk-v3 .nnbk-package-card[aria-pressed="true"] .nnbk-package-select:active {
    border-color: var(--nnbk-ui-blue) !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nnbk-ui-blue), #416fe2) !important;
    box-shadow: 0 11px 25px rgba(40, 86, 202, .22) !important;
}

.nnbk-v3 .nnbk-package-card[data-hot="true"]:not([aria-pressed="true"]) .nnbk-package-select,
.nnbk-v3 .nnbk-package-card[data-hot="true"]:not([aria-pressed="true"]) .nnbk-package-select:hover,
.nnbk-v3 .nnbk-package-card[data-hot="true"]:not([aria-pressed="true"]) .nnbk-package-select:focus,
.nnbk-v3 .nnbk-package-card[data-hot="true"]:not([aria-pressed="true"]) .nnbk-package-select:active {
    border-color: rgba(255, 255, 255, .82) !important;
    color: #145db6 !important;
    background: rgba(255, 255, 255, .95) !important;
}

/* Időpont */

.nnbk-v3 .nnbk-time-grid {
    align-items: stretch;
    margin-top: 30px;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid #e3e0f1;
    border-radius: 26px;
    background: linear-gradient(145deg, #faf9ff, #f7f8fc);
}

.nnbk-v3 .nnbk-date-picker-button,
.nnbk-v3 .nnbk-fancy-time {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    border-radius: 18px !important;
}

.nnbk-v3 .nnbk-date-picker-button {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 9px;
    padding: 12px 16px !important;
    text-align: left !important;
}

.nnbk-v3 .nnbk-date-picker-button--primary,
.nnbk-v3 .nnbk-fancy-time--primary {
    border: 1px solid rgba(111, 70, 232, .55) !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nnbk-ui-purple), var(--nnbk-ui-purple-dark)) !important;
    box-shadow: 0 13px 30px rgba(95, 57, 205, .23);
}

.nnbk-v3 .nnbk-fancy-time--primary select {
    color: #fff !important;
}

.nnbk-v3 .nnbk-fancy-time--primary select option {
    color: #171923;
    background: #fff;
}

.nnbk-v3 .nnbk-date-picker-button--alternative,
.nnbk-v3 .nnbk-fancy-time--alternative {
    border: 1px solid #dce1eb !important;
    color: #33405a !important;
    background: #fff !important;
    box-shadow: 0 9px 23px rgba(28, 39, 66, .06);
}

.nnbk-v3 .nnbk-date-picker-button:focus-visible,
.nnbk-v3 .nnbk-fancy-time:focus-within {
    outline: 3px solid rgba(111, 70, 232, .22);
    outline-offset: 3px;
}

/* Helyszínek */

.nnbk-v3 .nnbk-choice-grid--locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 27px;
}

.nnbk-v3 .nnbk-choice {
    position: relative;
    isolation: isolate;
    display: block !important;
    min-width: 0;
    min-height: 158px !important;
    height: auto !important;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e0e5ee !important;
    border-radius: 23px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(25, 37, 67, .055);
    cursor: pointer;
}

.nnbk-v3 .nnbk-choice > input[type="radio"] {
    position: absolute !important;
    z-index: 2;
    top: 18px;
    right: 18px;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    accent-color: var(--nnbk-ui-blue);
}

.nnbk-v3 .nnbk-choice-copy {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 158px;
    padding: 23px 54px 22px 23px;
    color: var(--nnbk-ui-ink);
}

.nnbk-v3 .nnbk-choice-copy strong {
    font-size: 20px;
    line-height: 1.15;
}

.nnbk-v3 .nnbk-choice-copy small {
    margin-top: 9px;
    color: var(--nnbk-ui-muted);
    font-size: 13px;
    line-height: 1.5;
}

.nnbk-v3 .nnbk-choice:has(input:checked) {
    border-color: #6d8fe9 !important;
    background: linear-gradient(145deg, #f7faff, #fff) !important;
    box-shadow: 0 0 0 3px rgba(40, 86, 202, .11), 0 17px 36px rgba(40, 86, 202, .11);
}

.nnbk-v3 .nnbk-choice:has(input:focus-visible) {
    outline: 3px solid rgba(40, 86, 202, .2);
    outline-offset: 3px;
}

.nnbk-v3 .nnbk-choice--studio {
    border-color: rgba(201, 155, 54, .56) !important;
    background:
        linear-gradient(115deg, rgba(255, 249, 224, .98), rgba(255, 255, 255, .98), rgba(245, 225, 158, .65)) !important;
    background-size: 220% 220% !important;
    animation: nnbkStudioGlow 7s ease-in-out infinite;
}

.nnbk-v3 .nnbk-choice--studio:has(input:checked) {
    border-color: #c69a35 !important;
    box-shadow: 0 0 0 3px rgba(203, 159, 55, .14), 0 18px 42px rgba(142, 104, 23, .15);
}

.nnbk-v3 .nnbk-location-badge {
    display: inline-flex !important;
    margin-bottom: 11px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #71510e;
    background: rgba(210, 169, 72, .2);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.nnbk-v3 .nnbk-location-address {
    margin-top: auto;
    padding-top: 12px;
    color: #76622e;
    font-size: 12px;
    font-weight: 750;
}

@keyframes nnbkStudioGlow {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
}

/* Adatok */

.nnbk-v3 .nnbk-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
}

.nnbk-v3 .nnbk-field,
.nnbk-v3 .nnbk-field > * {
    min-width: 0;
}

.nnbk-v3 .nnbk-field :where(input, select, textarea) {
    width: 100%;
    max-width: 100%;
    border: 1px solid #dfe4ed !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(30, 42, 72, .035);
}

.nnbk-v3 .nnbk-field :where(input, select) {
    min-height: 54px;
}

.nnbk-v3 .nnbk-field :where(input, select, textarea):focus {
    border-color: #6b89e7 !important;
    outline: 3px solid rgba(40, 86, 202, .11) !important;
    outline-offset: 1px;
}

.nnbk-v3 .nnbk-field .nnbk-fancy-time select {
    min-width: 0 !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.nnbk-v3 .nnbk-fancy-time--primary select {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.nnbk-v3 .nnbk-fancy-time--alternative select {
    color: #33405a !important;
    -webkit-text-fill-color: #33405a !important;
}

.nnbk-v3 .nnbk-fancy-time select option {
    color: #171923 !important;
    background: #fff !important;
    -webkit-text-fill-color: #171923 !important;
}

.nnbk-v3 .nnbk-date-picker-button > span {
    min-width: 0;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nnbk-v3 .nnbk-date-picker-button > span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.nnbk-v3 .nnbk-field > select {
    min-height: 56px;
    padding-right: 48px !important;
    color: #25304a !important;
    background-color: #fff !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #2856ca 50%),
        linear-gradient(135deg, #2856ca 50%, transparent 50%),
        linear-gradient(135deg, #eef3ff, #eef3ff) !important;
    background-position:
        calc(100% - 22px) calc(50% - 2px),
        calc(100% - 16px) calc(50% - 2px),
        calc(100% - 6px) 50% !important;
    background-size:
        6px 6px,
        6px 6px,
        40px calc(100% - 10px) !important;
    background-repeat: no-repeat !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer;
}

.nnbk-v3 .nnbk-field > select:hover {
    border-color: #b9c7e9 !important;
    background-color: #fbfcff !important;
}

.nnbk-v3 .nnbk-billing-card {
    min-width: 0;
    margin-top: 28px;
    padding: clamp(17px, 3vw, 27px);
    border: 1px solid #dfe5f0;
    border-radius: 25px;
    background: linear-gradient(145deg, #f7f9fd, #fbfcff);
}

.nnbk-v3 .nnbk-billing-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
    padding: 6px;
    border: 1px solid #e0e5ef;
    border-radius: 19px;
    background: #edf1f7;
}

.nnbk-v3 .nnbk-billing-switch label {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}

.nnbk-v3 .nnbk-billing-switch input[type="radio"],
.nnbk-v3 .nnbk-payment-method input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
}

.nnbk-v3 .nnbk-billing-switch span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 52px;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #586177;
    background: transparent;
    font-weight: 780;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
}

.nnbk-v3 .nnbk-billing-switch input:checked + span {
    border-color: rgba(40, 86, 202, .22);
    color: #fff;
    background: linear-gradient(135deg, var(--nnbk-ui-blue), #416fe2);
    box-shadow: 0 10px 22px rgba(40, 86, 202, .2);
}

.nnbk-v3 .nnbk-billing-switch label:has(input:focus-visible) span {
    outline: 3px solid rgba(40, 86, 202, .18);
    outline-offset: 2px;
}

.nnbk-v3 .nnbk-consent-list {
    display: grid;
    gap: 11px;
    margin-top: 22px;
}

.nnbk-v3 .nnbk-check-row {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 12px !important;
    min-width: 0;
    margin: 0;
    padding: 15px 16px;
    border: 1px solid #e0e5ee;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
}

.nnbk-v3 .nnbk-check-row input[type="checkbox"] {
    position: static !important;
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    min-height: 23px !important;
    margin: 0 !important;
    opacity: 1 !important;
    accent-color: var(--nnbk-ui-blue);
}

.nnbk-v3 .nnbk-check-row span {
    display: block;
    min-width: 0;
    color: #4e586f;
    font-size: 14px;
    line-height: 1.55;
}

/* Fizetés */

.nnbk-v3 .nnbk-payment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    align-items: start;
    gap: 22px;
    margin-top: 28px;
}

.nnbk-v3 .nnbk-payment-layout > * {
    min-width: 0;
}

.nnbk-v3 .nnbk-payment-methods {
    display: grid;
    gap: 12px;
}

.nnbk-v3 .nnbk-payment-method {
    position: relative;
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 15px;
    min-width: 0;
    min-height: 88px;
    margin: 0;
    padding: 16px 18px !important;
    border: 1px solid #e0e5ee !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(27, 39, 70, .045);
    cursor: pointer;
}

.nnbk-v3 .nnbk-payment-method:has(input:checked) {
    border-color: #6687e6 !important;
    background: linear-gradient(145deg, #f4f7ff, #fff) !important;
    box-shadow: 0 0 0 3px rgba(40, 86, 202, .1), 0 15px 30px rgba(40, 86, 202, .09);
}

.nnbk-v3 .nnbk-payment-method:has(input:focus-visible) {
    outline: 3px solid rgba(40, 86, 202, .18);
    outline-offset: 3px;
}

.nnbk-v3 .nnbk-payment-icon,
.nnbk-v3 .nnbk-payment-method-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    color: var(--nnbk-ui-blue);
    background: #edf2ff;
    font-size: 21px;
    font-weight: 800;
}

.nnbk-v3 .nnbk-payment-copy,
.nnbk-v3 .nnbk-payment-method > span:nth-of-type(2) {
    min-width: 0;
}

.nnbk-v3 .nnbk-payment-copy strong,
.nnbk-v3 .nnbk-payment-copy small,
.nnbk-v3 .nnbk-payment-method > span:nth-of-type(2) strong,
.nnbk-v3 .nnbk-payment-method > span:nth-of-type(2) small {
    display: block;
    min-width: 0;
}

.nnbk-v3 .nnbk-payment-copy strong,
.nnbk-v3 .nnbk-payment-method > span:nth-of-type(2) strong {
    font-size: 17px;
    line-height: 1.2;
}

.nnbk-v3 .nnbk-payment-copy small,
.nnbk-v3 .nnbk-payment-method > span:nth-of-type(2) small {
    margin-top: 5px;
    color: var(--nnbk-ui-muted);
    line-height: 1.45;
}

.nnbk-v3 .nnbk-payment-check {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #cfd6e2;
    border-radius: 50%;
    color: transparent;
    background: #fff;
}

.nnbk-v3 .nnbk-payment-method:has(input:checked) .nnbk-payment-check {
    border-color: var(--nnbk-ui-blue);
    color: #fff;
    background: var(--nnbk-ui-blue);
}

.nnbk-v3 .nnbk-coupon-box,
.nnbk-v3 .nnbk-payment-summary {
    min-width: 0;
    border: 1px solid #e0e5ee;
    border-radius: 22px;
}

.nnbk-v3 .nnbk-coupon-box {
    margin-top: 16px;
    padding: 20px;
    background: #f8f9fc;
}

.nnbk-v3 .nnbk-coupon-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

.nnbk-v3 .nnbk-coupon-row input {
    min-width: 0;
}

.nnbk-v3 .nnbk-coupon-row button {
    min-height: 50px;
    border: 0 !important;
    border-radius: 14px !important;
    color: #fff !important;
    background: var(--nnbk-ui-blue) !important;
}

.nnbk-v3 .nnbk-payment-summary {
    position: sticky;
    top: calc(var(--nn-header-height, 84px) + 20px);
    padding: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(128, 150, 255, .22), transparent 38%),
        #17213b;
    color: #fff;
    box-shadow: 0 20px 45px rgba(20, 31, 58, .16);
}

.nnbk-v3 .nnbk-payment-summary :where(span, small, strong, p) {
    color: inherit;
}

.nnbk-v3 .nnbk-payment-summary > div {
    min-width: 0;
}

.nnbk-v3 .nnbk-payment-summary strong {
    text-align: right;
}

/* Alsó navigáció */

.nnbk-v3 .nnbk-footer {
    position: relative;
    z-index: 5;
    align-items: center;
    gap: 16px;
    min-width: 0;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #e0e5ee;
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 45px rgba(24, 37, 70, .09);
    backdrop-filter: blur(14px);
}

.nnbk-v3 .nnbk-footer-copy,
.nnbk-v3 .nnbk-footer-actions {
    min-width: 0;
}

.nnbk-v3 .nnbk-footer-actions {
    flex-wrap: wrap;
}

.nnbk-v3 .nnbk-button {
    min-width: 0;
    min-height: 50px;
    border-radius: 15px !important;
}

/* Naptár */

.nnbk-calendar-modal,
.nnbk-calendar-modal * {
    box-sizing: border-box;
}

.nnbk-calendar-modal {
    padding: 18px;
}

.nnbk-calendar-dialog {
    width: min(620px, calc(100vw - 36px));
    max-height: min(820px, calc(100dvh - 36px));
    padding: clamp(19px, 3vw, 30px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(111, 70, 232, .1), transparent 30%),
        #fff;
    box-shadow: 0 34px 110px rgba(14, 20, 40, .26);
}

.nnbk-calendar-dialog > header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 10px;
    margin-bottom: 21px;
}

.nnbk-calendar-dialog > header h2 {
    min-width: 0;
    margin: 0;
    color: #171923;
    font-size: clamp(22px, 3vw, 31px);
    letter-spacing: -.03em;
    text-align: center;
}

.nnbk-calendar-dialog > header button {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    border: 1px solid #dfe4ed !important;
    border-radius: 15px !important;
    color: #34405a !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(24, 35, 61, .07);
}

.nnbk-calendar-weekdays,
.nnbk-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.nnbk-calendar-weekdays {
    margin-bottom: 8px;
}

.nnbk-calendar-weekdays span {
    padding: 6px 2px;
    color: #8a91a1;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.nnbk-calendar-days > * {
    min-width: 0;
    aspect-ratio: 1;
}

.nnbk-calendar-days button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #30384c !important;
    background: #f5f7fb !important;
    font-weight: 740 !important;
}

.nnbk-calendar-days button:hover:not(:disabled) {
    border-color: #cdd8f5 !important;
    background: #edf2ff !important;
}

.nnbk-calendar-modal[data-calendar-kind="primary"] .nnbk-calendar-days button[data-selected="true"] {
    border-color: transparent !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--nnbk-ui-purple), var(--nnbk-ui-purple-dark)) !important;
    box-shadow: 0 9px 20px rgba(101, 60, 213, .25);
}

.nnbk-calendar-modal[data-calendar-kind="alternative"] .nnbk-calendar-days button[data-selected="true"] {
    border-color: #aeb7c9 !important;
    color: #fff !important;
    background: #626d82 !important;
    box-shadow: 0 8px 18px rgba(54, 64, 85, .16);
}

.nnbk-calendar-days button[data-today="true"]:not([data-selected="true"]) {
    border-color: #829bea !important;
    color: var(--nnbk-ui-blue) !important;
    background: #f7f9ff !important;
}

.nnbk-calendar-days button:disabled {
    color: #bbc0ca !important;
    background: #fafbfc !important;
    opacity: .58;
}

.nnbk-calendar-dialog > footer {
    margin-top: 19px;
}

.nnbk-calendar-cancel {
    min-height: 46px;
    border: 1px solid #dfe4ed !important;
    border-radius: 14px !important;
    color: #4c566c !important;
    background: #fff !important;
}

/* Tablet */

@media (max-width: 1120px) {
    .nnbk-v3 .nnbk-shell {
        width: min(100% - 28px, 1360px);
    }

    .nnbk-v3 .nnbk-layout {
        display: block;
    }

    .nnbk-v3 .nnbk-sidebar {
        position: relative;
        top: auto;
        margin-bottom: 15px;
        padding: 14px;
    }

    .nnbk-v3 .nnbk-sidebar-label,
    .nnbk-v3 .nnbk-sidebar-summary {
        display: none;
    }

    .nnbk-v3 .nnbk-progress {
        display: flex;
        gap: 7px;
        margin: 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .nnbk-v3 .nnbk-progress::-webkit-scrollbar {
        display: none;
    }

    .nnbk-v3 .nnbk-progress li {
        flex: 0 0 145px;
        min-width: 0;
    }

    .nnbk-v3 .nnbk-progress-button {
        width: 100%;
        min-height: 64px;
        padding: 8px 10px !important;
    }

    .nnbk-v3 .nnbk-progress-copy small {
        display: none;
    }

    .nnbk-v3 .nnbk-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nnbk-v3 .nnbk-payment-layout {
        grid-template-columns: 1fr;
    }

    .nnbk-v3 .nnbk-payment-summary {
        position: relative;
        top: auto;
    }
}

/* Mobil */

@media (max-width: 767px) {
    .nnbk-v3 {
        padding-top: 70px;
    }

    .nnbk-v3 .nnbk-shell {
        width: min(100% - 18px, 1360px);
    }

    .nnbk-v3 .nnbk-sidebar {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 20px;
    }

    .nnbk-v3 .nnbk-progress li {
        flex-basis: 112px;
    }

    .nnbk-v3 .nnbk-progress-button {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 54px;
        padding: 7px 8px !important;
    }

    .nnbk-v3 .nnbk-progress-number {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .nnbk-v3 .nnbk-progress-copy strong {
        font-size: 12px;
    }

    .nnbk-v3 .nnbk-panel {
        padding: 22px 16px !important;
        border-radius: 23px;
    }

    .nnbk-v3 .nnbk-panel-heading h2 {
        font-size: clamp(34px, 10.7vw, 48px);
    }

    .nnbk-v3 .nnbk-service-rail-wrap {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        padding: 6px;
        gap: 5px;
        border-radius: 18px;
    }

    .nnbk-v3 .nnbk-rail-arrow {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 12px !important;
    }

    .nnbk-v3 .nnbk-service-chip {
        min-height: 39px;
        padding: 8px 13px !important;
        font-size: 12px;
    }

    .nnbk-v3 .nnbk-service-grid {
        display: flex;
        gap: 13px;
        margin-right: -16px;
        margin-left: -16px;
        padding: 2px 16px 15px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .nnbk-v3 .nnbk-service-grid::-webkit-scrollbar {
        display: none;
    }

    .nnbk-v3 .nnbk-service-card {
        flex: 0 0 min(82vw, 330px);
        min-height: 440px;
        scroll-snap-align: center;
    }

    .nnbk-v3 .nnbk-service-copy {
        min-height: 440px;
        padding: 210px 21px 22px;
    }

    .nnbk-v3 .nnbk-service-copy > strong {
        font-size: 27px;
    }

    .nnbk-v3 .nnbk-form-grid,
    .nnbk-v3 .nnbk-choice-grid--locations,
    .nnbk-v3 .nnbk-billing-switch {
        grid-template-columns: 1fr;
    }

    .nnbk-v3 .nnbk-field--full {
        grid-column: auto;
    }

    .nnbk-v3 .nnbk-time-grid,
    .nnbk-v3 .nnbk-billing-card {
        padding: 15px;
        border-radius: 21px;
    }

    .nnbk-v3 .nnbk-date-picker-button,
    .nnbk-v3 .nnbk-fancy-time {
        min-height: 58px;
    }

    .nnbk-v3 .nnbk-choice,
    .nnbk-v3 .nnbk-choice-copy {
        min-height: 145px !important;
    }

    .nnbk-v3 .nnbk-choice-copy {
        padding: 21px 52px 20px 20px;
    }

    .nnbk-v3 .nnbk-billing-switch {
        gap: 6px;
    }

    .nnbk-v3 .nnbk-check-row {
        grid-template-columns: 27px minmax(0, 1fr) !important;
        padding: 14px;
    }

    .nnbk-v3 .nnbk-payment-method {
        grid-template-columns: 46px minmax(0, 1fr) 23px;
        gap: 12px;
        padding: 14px !important;
    }

    .nnbk-v3 .nnbk-payment-icon,
    .nnbk-v3 .nnbk-payment-method-icon {
        width: 46px;
        height: 46px;
    }

    .nnbk-v3 .nnbk-coupon-row {
        grid-template-columns: 1fr;
    }

    .nnbk-v3 .nnbk-coupon-row button {
        width: 100%;
    }

    .nnbk-v3 .nnbk-payment-summary {
        padding: 20px;
        border-radius: 20px;
    }

    .nnbk-v3 .nnbk-footer {
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
        border-radius: 18px;
    }

    .nnbk-v3 .nnbk-footer-copy {
        font-size: 11px;
        line-height: 1.45;
    }

    .nnbk-v3 .nnbk-footer-actions {
        display: grid;
        grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
        gap: 8px;
        width: 100%;
    }

    .nnbk-v3 .nnbk-footer-actions .nnbk-button {
        width: 100%;
        min-width: 0;
        padding: 11px 9px !important;
        font-size: 13px;
    }

    .nnbk-v3 .nnbk-button--submit {
        grid-column: 1 / -1;
    }

    .nnbk-calendar-modal {
        align-items: center;
        padding: 9px;
    }

    .nnbk-calendar-dialog {
        width: min(100%, 520px);
        max-height: calc(100dvh - 18px);
        padding: 17px 13px;
        border-radius: 23px;
    }

    .nnbk-calendar-dialog > header {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .nnbk-calendar-dialog > header button {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
    }

    .nnbk-calendar-weekdays,
    .nnbk-calendar-days {
        gap: 4px;
    }

    .nnbk-calendar-days button {
        border-radius: 11px !important;
        font-size: 13px;
    }
}

@media (max-width: 370px) {
    .nnbk-v3 .nnbk-shell {
        width: min(100% - 12px, 1360px);
    }

    .nnbk-v3 .nnbk-panel {
        padding: 19px 12px !important;
    }

    .nnbk-v3 .nnbk-service-grid {
        margin-right: -12px;
        margin-left: -12px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .nnbk-v3 .nnbk-service-card {
        flex-basis: min(86vw, 310px);
    }

    .nnbk-v3 .nnbk-payment-method {
        grid-template-columns: 42px minmax(0, 1fr) 21px;
        gap: 9px;
        padding: 12px !important;
    }

    .nnbk-v3 .nnbk-payment-icon,
    .nnbk-v3 .nnbk-payment-method-icon {
        width: 42px;
        height: 42px;
    }

    .nnbk-v3 .nnbk-footer-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nnbk-v3 *,
    .nnbk-v3 *::before,
    .nnbk-v3 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
