/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-version-footer[b-ar7crmg2jo] {
    margin-top: 2rem;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #e0e0e0;
    color: #888;
    font-size: 0.8rem;
    text-align: center;
}

#blazor-error-ui[b-ar7crmg2jo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ar7crmg2jo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingLayout.razor.rz.scp.css */


.mkt-shell[b-3ip1h1rdgh] {
    --pos-bg: #f4efe4;
    --pos-surface: #fffcf6;
    --pos-text: #14211f;
    --pos-text-muted: #59625f;
    --pos-border: #dcd3c1;
    --pos-accent: #123c3c;
    --pos-accent-hover: #0b2a2a;
    --pos-accent-contrast: #f6f1e6;
    --mkt-hot: #b4532a;
    --mkt-hot-soft: #f0dccd;
    --mkt-tint: #ebe4d4;
    --mkt-ink: #0f2b2b;
    --mkt-display: "Literata", Georgia, "Times New Roman", serif;
    --mkt-mono: "JetBrains Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
    --mkt-wrap: 1180px;
    background: var(--pos-bg);
    color: var(--pos-text);
    overflow-wrap: anywhere;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
}

.mkt-shell[b-3ip1h1rdgh]  a:focus-visible,
.mkt-shell a:focus-visible[b-3ip1h1rdgh] {
    outline: 3px solid var(--mkt-hot);
    outline-offset: 3px;
}


.mkt-top[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 16px max(24px, calc((100vw - var(--mkt-wrap)) / 2 + 24px));
    background: color-mix(in srgb, var(--pos-bg) 90%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--pos-border) 70%, transparent);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: saturate(1.2) blur(10px);
}

.mkt-wordmark[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--mkt-display);
    font-size: 1.4rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--pos-text);
}

.mkt-wordmark:hover[b-3ip1h1rdgh] { text-decoration: none; }
.mkt-logo-icon[b-3ip1h1rdgh] { flex-shrink: 0; border-radius: 6px; }

.mkt-links[b-3ip1h1rdgh] { display: flex; gap: 30px; margin-right: auto; }

.mkt-links[b-3ip1h1rdgh]  a {
    position: relative;
    color: var(--pos-text-muted);
    font-weight: 550;
    font-size: 0.93rem;
    padding: 6px 0;
}

.mkt-links[b-3ip1h1rdgh]  a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: var(--mkt-hot);
    transition: right 180ms ease;
}

.mkt-links[b-3ip1h1rdgh]  a:hover,
.mkt-links[b-3ip1h1rdgh]  a.active { color: var(--pos-text); text-decoration: none; }
.mkt-links[b-3ip1h1rdgh]  a:hover::after,
.mkt-links[b-3ip1h1rdgh]  a.active::after { right: 0; }

.mkt-lang[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    padding: 3px;
    border: 1px solid var(--pos-border);
    border-radius: 999px;
    font-family: var(--mkt-mono);
    font-size: 0.72rem;
    white-space: nowrap;
}

.mkt-lang-option[b-3ip1h1rdgh] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    color: var(--pos-text-muted);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.mkt-lang[b-3ip1h1rdgh]  a.mkt-lang-option:hover { color: var(--pos-text); text-decoration: none; }
.mkt-lang-current[b-3ip1h1rdgh] { color: var(--pos-accent-contrast); background: var(--pos-accent); }

.mkt-signin[b-3ip1h1rdgh] { white-space: nowrap; }
.mkt-signin:hover[b-3ip1h1rdgh] { text-decoration: none; }


.mkt-main[b-3ip1h1rdgh] {
    flex: 1;
    width: 100%;
    max-width: var(--mkt-wrap);
    margin: 0 auto;
    padding: 0 24px 104px;
}


.mkt-footer[b-3ip1h1rdgh] {
    background: var(--mkt-ink);
    color: #cfd8d3;
    padding: 64px 24px 28px;
}

.mkt-footer-inner[b-3ip1h1rdgh] {
    max-width: calc(var(--mkt-wrap) - 48px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
}

.mkt-footer-brand[b-3ip1h1rdgh] { max-width: 400px; }

.mkt-wordmark-sm[b-3ip1h1rdgh] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--mkt-display);
    font-size: 1.3rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: #f6f1e6;
}

.mkt-footer-brand p[b-3ip1h1rdgh] { margin: 14px 0 0; color: #9fb0a9; font-size: 0.9rem; line-height: 1.65; }

.mkt-footer-links[b-3ip1h1rdgh] { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 16px 72px; }
.mkt-footer-column[b-3ip1h1rdgh] { display: flex; flex-direction: column; align-items: flex-start; }
.mkt-footer-column h3[b-3ip1h1rdgh] { margin: 0 0 6px; color: #8ea39b; font-family: var(--mkt-mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }

.mkt-footer-links a[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    min-height: 40px;
    color: #cfd8d3;
    font-size: 0.92rem;
    font-weight: 500;
}

.mkt-footer-links a:hover[b-3ip1h1rdgh] { color: #fff; }

.mkt-footer-legal[b-3ip1h1rdgh] {
    max-width: calc(var(--mkt-wrap) - 48px);
    margin: 48px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(246, 241, 230, 0.14);
    color: #7f938b;
    font-size: 0.8rem;
    line-height: 1.6;
}


.mkt-signin.pos-button[b-3ip1h1rdgh],
.mkt-main[b-3ip1h1rdgh]  .pos-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid var(--pos-accent);
    background: var(--pos-accent);
    color: var(--pos-accent-contrast);
    box-shadow: none;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.mkt-signin.pos-button[b-3ip1h1rdgh] { min-height: 40px; padding: 0 18px; font-size: 0.9rem; }

.mkt-signin.pos-button:hover[b-3ip1h1rdgh],
.mkt-main[b-3ip1h1rdgh]  .pos-button:hover { background: var(--pos-accent-hover); text-decoration: none; }
.mkt-main[b-3ip1h1rdgh]  .pos-button:active { transform: translateY(1px); }

.mkt-main[b-3ip1h1rdgh]  .pos-button-ghost {
    background: transparent;
    color: var(--pos-text);
    border-color: color-mix(in srgb, var(--pos-text) 35%, transparent);
}

.mkt-main[b-3ip1h1rdgh]  .pos-button-ghost:hover { background: var(--pos-surface); border-color: var(--pos-text); color: var(--pos-text); }

.mkt-main[b-3ip1h1rdgh]  .mkt-hero { padding: 88px 0 48px; border-bottom: 1px solid var(--pos-border); margin: 0; }

.mkt-main[b-3ip1h1rdgh]  .mkt-hero h1,
.mkt-main[b-3ip1h1rdgh]  .hm-hero h1 {
    font-family: var(--mkt-display);
    font-optical-sizing: auto;
    font-size: clamp(2.5rem, 5.4vw, 4.4rem);
    font-weight: 560;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 0;
    max-width: 18ch;
    text-wrap: balance;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-lead {
    max-width: 56ch;
    margin: 24px 0 0;
    color: var(--pos-text-muted);
    font-size: 1.16rem;
    line-height: 1.6;
    text-wrap: pretty;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.mkt-main[b-3ip1h1rdgh]  .mkt-note { margin-top: 18px; color: var(--pos-text-muted); font-size: 0.84rem; line-height: 1.6; }
.mkt-main[b-3ip1h1rdgh]  .mkt-note-inline { font-size: 0.82rem; opacity: 0.85; }

.mkt-main[b-3ip1h1rdgh]  .mkt-band { margin-top: 72px; }

.mkt-main[b-3ip1h1rdgh]  .mkt-band > h2 {
    font-family: var(--mkt-display);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 560;
    letter-spacing: -0.02em;
    text-transform: none;
    color: var(--pos-text);
    margin: 0;
    text-align: left;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-tint { background: var(--mkt-tint); padding: 44px; border-radius: 16px; }
.mkt-main[b-3ip1h1rdgh]  .mkt-band-lead { max-width: 70ch; margin: 16px auto 0; color: var(--pos-text-muted); line-height: 1.7; }

.mkt-main[b-3ip1h1rdgh]  code {
    background: var(--mkt-tint);
    border-radius: 4px;
    padding: 1px 6px;
    font-family: var(--mkt-mono);
    font-size: 0.86em;
    white-space: normal;
    overflow-wrap: anywhere;
}


.mkt-main[b-3ip1h1rdgh]  .mkt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 16px;
    margin-top: 8px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card {
    position: relative;
    padding: 24px 24px 26px;
    border: 1px solid var(--pos-border);
    border-radius: 14px;
    background: var(--pos-surface);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card h3 {
    margin: 0 0 10px;
    font-family: var(--mkt-mono);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pos-text-muted);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card p { margin: 0; color: var(--pos-text); font-size: 1.02rem; line-height: 1.6; }
.mkt-main[b-3ip1h1rdgh]  .mkt-card a { color: var(--pos-accent); font-weight: 600; }


.mkt-main[b-3ip1h1rdgh]  .mkt-ticks { margin: 0; padding: 0; list-style: none; }
.mkt-main[b-3ip1h1rdgh]  .mkt-ticks li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--pos-border); line-height: 1.5; }
.mkt-main[b-3ip1h1rdgh]  .mkt-ticks li:last-child { border-bottom: 0; }

.mkt-main[b-3ip1h1rdgh]  .mkt-ticks li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 17px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--mkt-hot);
    border-bottom: 2px solid var(--mkt-hot);
    transform: rotate(-45deg);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-arrow-link { display: inline-flex; margin-top: 20px; font-weight: 600; color: var(--pos-accent); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.mkt-main[b-3ip1h1rdgh]  .mkt-arrow-link:hover { color: var(--mkt-hot); text-decoration: none; }


.mkt-main[b-3ip1h1rdgh]  .mkt-closer {
    position: relative;
    margin-top: 112px;
    padding: 72px 56px;
    background: var(--pos-accent);
    color: var(--pos-accent-contrast);
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
}


.mkt-main[b-3ip1h1rdgh]  .mkt-closer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: repeating-linear-gradient(to bottom, transparent 0 39px, rgba(246, 241, 230, 0.06) 39px 40px);
    mask-image: linear-gradient(to left, #000, transparent 70%);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-closer h2 {
    font-family: var(--mkt-display);
    font-size: clamp(1.9rem, 3.8vw, 3rem);
    font-weight: 560;
    letter-spacing: -0.025em;
    line-height: 1.08;
    text-transform: none;
    color: inherit;
    margin: 0;
    max-width: 20ch;
    text-wrap: balance;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-closer p { margin: 18px 0 0; max-width: 52ch; color: color-mix(in srgb, var(--pos-accent-contrast) 78%, transparent); font-size: 1.08rem; line-height: 1.6; }
.mkt-main[b-3ip1h1rdgh]  .mkt-closer .pos-button { background: var(--pos-accent-contrast); color: var(--pos-accent); border-color: var(--pos-accent-contrast); }
.mkt-main[b-3ip1h1rdgh]  .mkt-closer .pos-button:hover { background: #fff; }
.mkt-main[b-3ip1h1rdgh]  .mkt-closer .pos-button-ghost { background: transparent; color: var(--pos-accent-contrast); border-color: rgba(246, 241, 230, 0.45); }
.mkt-main[b-3ip1h1rdgh]  .mkt-closer .pos-button-ghost:hover { background: rgba(246, 241, 230, 0.1); border-color: var(--pos-accent-contrast); }


.mkt-main[b-3ip1h1rdgh]  .mkt-prose { max-width: 72ch; margin: 0 auto; }

.mkt-main[b-3ip1h1rdgh]  .mkt-prose h2 {
    margin-top: 2.4rem;
    padding-top: 24px;
    border-top: 1px solid var(--pos-border);
    font-family: var(--mkt-display);
    font-size: 1.45rem;
    font-weight: 560;
    letter-spacing: -0.015em;
    text-transform: none;
    color: var(--pos-text);
    scroll-margin-top: 90px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose h3 { font-family: var(--mkt-display); font-weight: 560; font-size: 1.15rem; }

.mkt-main[b-3ip1h1rdgh]  .mkt-prose p,
.mkt-main[b-3ip1h1rdgh]  .mkt-prose li,
.mkt-main[b-3ip1h1rdgh]  .mkt-prose ul { color: var(--pos-text-muted); line-height: 1.75; }
.mkt-main[b-3ip1h1rdgh]  .mkt-prose ul { padding-left: 1.25rem; }

.mkt-main[b-3ip1h1rdgh]  .mkt-prose .mkt-placeholder {
    color: var(--pos-text-muted);
    font-size: 0.86rem;
    line-height: 1.6;
    margin: -4px 0 32px;
    padding: 14px 16px;
    background: var(--mkt-tint);
    border-left: 3px solid var(--mkt-hot);
    border-radius: 0 8px 8px 0;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose .mkt-placeholder strong { color: var(--pos-text); font-weight: 700; }

.mkt-main[b-3ip1h1rdgh]  .mkt-table { width: 100%; table-layout: fixed; overflow-wrap: anywhere; border-collapse: collapse; margin: 12px 0 8px; font-size: 0.92rem; }
.mkt-main[b-3ip1h1rdgh]  .mkt-table th,
.mkt-main[b-3ip1h1rdgh]  .mkt-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--pos-border); vertical-align: top; color: var(--pos-text-muted); }
.mkt-main[b-3ip1h1rdgh]  .mkt-table th { color: var(--pos-text); font-weight: 650; background: var(--mkt-tint); }

.mkt-main[b-3ip1h1rdgh]  .mkt-policy-nav { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 24px; }
.mkt-main[b-3ip1h1rdgh]  .mkt-policy-nav a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 600; color: var(--pos-accent); }


.mkt-main[b-3ip1h1rdgh]  .hm-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    align-items: center;
    gap: 56px;
    padding: 80px 0 64px;
}

.mkt-main[b-3ip1h1rdgh]  .hm-kicker {
    margin: 0 0 22px;
    font-family: var(--mkt-mono);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--mkt-hot);
}

.mkt-main[b-3ip1h1rdgh]  .hm-hero h1 { font-size: clamp(2.6rem, 4.8vw, 4.1rem); }

.mkt-main[b-3ip1h1rdgh]  .hm-price-line {
    margin: 28px 0 0;
    color: var(--pos-text-muted);
    font-size: 0.92rem;
}

.mkt-main[b-3ip1h1rdgh]  .hm-price-line strong { font-family: var(--mkt-mono); font-weight: 600; color: var(--pos-text); margin-right: 4px; }


.mkt-main[b-3ip1h1rdgh]  .hm-stage { margin: 0; }
.mkt-main[b-3ip1h1rdgh]  .hm-stage-inner { position: relative; padding: 0 0 160px 0; }
.mkt-main[b-3ip1h1rdgh]  .hm-stage figcaption { margin-top: 6px; font-size: 0.76rem; color: var(--pos-text-muted); text-align: right; }

.mkt-main[b-3ip1h1rdgh]  .till {
    position: relative;
    margin-left: 72px;
    background: #0f1a1c;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 30px 60px -28px rgba(15, 43, 43, 0.55), 0 2px 0 rgba(255, 255, 255, 0.04) inset;
    font-size: 0.8rem;
}

.mkt-main[b-3ip1h1rdgh]  .till-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px 10px;
    color: #9fb2ad;
    font-size: 0.72rem;
}

.mkt-main[b-3ip1h1rdgh]  .till-brand { color: #f6f1e6; font-family: var(--mkt-display); font-weight: 650; font-size: 0.9rem; margin-right: auto; }
.mkt-main[b-3ip1h1rdgh]  .till-clock { font-family: var(--mkt-mono); }

.mkt-main[b-3ip1h1rdgh]  .till-body {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 8px;
    background: #eef1ef;
    border-radius: 10px;
    padding: 8px;
}

.mkt-main[b-3ip1h1rdgh]  .till-cats { display: flex; gap: 5px; margin-bottom: 7px; }
.mkt-main[b-3ip1h1rdgh]  .till-cats span { padding: 4px 9px; border-radius: 999px; background: #fff; color: #56605d; font-size: 0.68rem; font-weight: 600; }
.mkt-main[b-3ip1h1rdgh]  .till-cats .on { background: var(--pos-accent); color: #fff; }

.mkt-main[b-3ip1h1rdgh]  .till-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }

.mkt-main[b-3ip1h1rdgh]  .tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 66px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    border-left: 3px solid var(--c, #cbd5d1);
    color: #1d2a28;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
}

.mkt-main[b-3ip1h1rdgh]  .tile b { font-family: var(--mkt-mono); font-weight: 600; color: #56605d; font-size: 0.7rem; }
.mkt-main[b-3ip1h1rdgh]  .tile.t1 { --c: #e0b04b; }
.mkt-main[b-3ip1h1rdgh]  .tile.t2 { --c: #7a9a3a; }
.mkt-main[b-3ip1h1rdgh]  .tile.t3 { --c: #8a5a3b; }
.mkt-main[b-3ip1h1rdgh]  .tile.t4 { --c: var(--mkt-hot); background: #fbeee6; }
.mkt-main[b-3ip1h1rdgh]  .tile.t5 { --c: #c9a36a; }
.mkt-main[b-3ip1h1rdgh]  .tile.t6 { --c: #4b8fb0; }

.mkt-main[b-3ip1h1rdgh]  .till-basket { display: flex; flex-direction: column; background: #fff; border-radius: 8px; padding: 8px 10px; }
.mkt-main[b-3ip1h1rdgh]  .till-basket ul { list-style: none; margin: 0; padding: 0; flex: 1; }
.mkt-main[b-3ip1h1rdgh]  .till-basket li { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; border-bottom: 1px dashed #dde3e0; font-size: 0.7rem; color: #1d2a28; }
.mkt-main[b-3ip1h1rdgh]  .till-basket li em { font-style: normal; color: #7a8582; }
.mkt-main[b-3ip1h1rdgh]  .till-basket li b { font-family: var(--mkt-mono); font-weight: 500; white-space: nowrap; flex-shrink: 0; }
.mkt-main[b-3ip1h1rdgh]  .till-basket li.new { background: #fbeee6; margin: 0 -10px; padding: 6px 10px; }
.mkt-main[b-3ip1h1rdgh]  .till-total { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0 8px; font-weight: 600; font-size: 0.72rem; }
.mkt-main[b-3ip1h1rdgh]  .till-total strong { font-family: var(--mkt-mono); font-size: 1.35rem; font-weight: 600; letter-spacing: -0.02em; }
.mkt-main[b-3ip1h1rdgh]  .till-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.mkt-main[b-3ip1h1rdgh]  .till-pay span { padding: 9px 4px; border-radius: 7px; text-align: center; font-weight: 700; font-size: 0.72rem; background: #eef1ef; color: #1d2a28; }
.mkt-main[b-3ip1h1rdgh]  .till-pay .on { background: var(--pos-accent); color: #fff; }


.mkt-main[b-3ip1h1rdgh]  .daycard {
    position: absolute;
    left: 0;
    top: 190px;
    width: 258px;
    padding: 18px 18px 14px;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: 14px;
    box-shadow: 0 26px 50px -24px rgba(15, 43, 43, 0.45), 0 2px 6px rgba(15, 43, 43, 0.08);
    font-size: 0.74rem;
}

.mkt-main[b-3ip1h1rdgh]  .daycard p { margin: 0; }
.mkt-main[b-3ip1h1rdgh]  .dc-title { display: flex; justify-content: space-between; gap: 8px; color: var(--pos-text-muted); font-weight: 600; }
.mkt-main[b-3ip1h1rdgh]  .dc-title span + span { font-family: var(--mkt-mono); font-weight: 500; }
.mkt-main[b-3ip1h1rdgh]  .dc-total { margin-top: 10px !important; font-family: var(--mkt-mono); font-size: 1.7rem; font-weight: 600; letter-spacing: -0.03em; color: var(--pos-accent); line-height: 1.1; }
.mkt-main[b-3ip1h1rdgh]  .dc-sub { color: var(--pos-text-muted); font-size: 0.7rem; }
.mkt-main[b-3ip1h1rdgh]  .dc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; list-style: none; margin: 12px 0; padding: 0; }
.mkt-main[b-3ip1h1rdgh]  .dc-split li { display: flex; flex-direction: column; gap: 2px; padding: 8px 10px; background: var(--mkt-tint); border-radius: 8px; color: var(--pos-text-muted); font-size: 0.68rem; font-weight: 600; }
.mkt-main[b-3ip1h1rdgh]  .dc-split b { font-family: var(--mkt-mono); font-weight: 600; font-size: 0.82rem; color: var(--pos-text); }
.mkt-main[b-3ip1h1rdgh]  .dc-vat { width: 100%; border-collapse: collapse; margin: 0; font-size: 0.68rem; background: none; border: 0; border-radius: 0; }
.mkt-main[b-3ip1h1rdgh]  .dc-vat th,
.mkt-main[b-3ip1h1rdgh]  .dc-vat td { padding: 5px 0; border: 0; border-top: 1px solid var(--pos-border); background: none; text-align: right; letter-spacing: 0; text-transform: none; font-size: inherit; }
.mkt-main[b-3ip1h1rdgh]  .dc-vat th { color: var(--pos-text-muted); font-weight: 600; border-top: 0; }
.mkt-main[b-3ip1h1rdgh]  .dc-vat td { font-family: var(--mkt-mono); }
.mkt-main[b-3ip1h1rdgh]  .dc-vat th:first-child,
.mkt-main[b-3ip1h1rdgh]  .dc-vat td:first-child { text-align: left; }
.mkt-main[b-3ip1h1rdgh]  .dc-vat tr:hover { background: none; }


.mkt-main[b-3ip1h1rdgh]  .hm-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--pos-text);
    border-bottom: 1px solid var(--pos-border);
}

.mkt-main[b-3ip1h1rdgh]  .hm-facts li { padding: 22px 22px 24px 0; }
.mkt-main[b-3ip1h1rdgh]  .hm-facts li + li { padding-left: 22px; border-left: 1px solid var(--pos-border); }
.mkt-main[b-3ip1h1rdgh]  .hm-facts b { display: block; font-family: var(--mkt-mono); font-size: 1.05rem; font-weight: 600; color: var(--pos-accent); margin-bottom: 6px; }
.mkt-main[b-3ip1h1rdgh]  .hm-facts span { color: var(--pos-text-muted); font-size: 0.9rem; line-height: 1.5; }

.mkt-main[b-3ip1h1rdgh]  .hm-h2 {
    font-family: var(--mkt-display);
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    font-weight: 560;
    letter-spacing: -0.025em;
    line-height: 1.1;
    text-transform: none;
    color: var(--pos-text);
    margin: 0 0 44px;
    max-width: 24ch;
    text-wrap: balance;
}


.mkt-main[b-3ip1h1rdgh]  .hm-day { margin-top: 112px; }

.mkt-main[b-3ip1h1rdgh]  .hm-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mkt-main[b-3ip1h1rdgh]  .hm-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    border-top: 1px dashed color-mix(in srgb, var(--pos-text) 40%, transparent);
}

.mkt-main[b-3ip1h1rdgh]  .hm-timeline li { position: relative; padding-top: 44px; }

.mkt-main[b-3ip1h1rdgh]  .hm-timeline li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--pos-bg);
    border: 2px solid var(--pos-accent);
}

.mkt-main[b-3ip1h1rdgh]  .hm-timeline li:last-child::before { background: var(--mkt-hot); border-color: var(--mkt-hot); }
.mkt-main[b-3ip1h1rdgh]  .hm-timeline time { font-family: var(--mkt-mono); font-size: 0.85rem; font-weight: 600; color: var(--mkt-hot); }
.mkt-main[b-3ip1h1rdgh]  .hm-timeline h3 { font-family: var(--mkt-display); font-size: 1.55rem; font-weight: 560; letter-spacing: -0.015em; margin: 6px 0 10px; }
.mkt-main[b-3ip1h1rdgh]  .hm-timeline p { margin: 0; color: var(--pos-text-muted); line-height: 1.65; max-width: 38ch; }


.mkt-main[b-3ip1h1rdgh]  .hm-cyprus {
    margin: 120px calc(50% - 50vw) 0;
    padding: 96px 24px;
    background: var(--mkt-ink);
    color: #dfe6e2;
}

.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-inner {
    max-width: calc(var(--mkt-wrap) - 48px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 32px 72px;
}

.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-head h2 {
    font-family: var(--mkt-display);
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 560;
    letter-spacing: -0.025em;
    line-height: 1.06;
    text-transform: none;
    color: #f6f1e6;
    margin: 0;
    text-wrap: balance;
}

.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-head p { margin: 20px 0 0; color: #9fb0a9; font-size: 1.05rem; line-height: 1.6; }

.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; margin: 0; }
.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-list > div { padding: 24px 0 28px; border-top: 1px solid rgba(246, 241, 230, 0.16); }
.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-list dt { font-family: var(--mkt-display); font-size: 1.2rem; font-weight: 560; color: #f6f1e6; margin-bottom: 8px; }
.mkt-main[b-3ip1h1rdgh]  .hm-cyprus-list dd { margin: 0; color: #a9b8b2; line-height: 1.65; font-size: 0.95rem; }


.mkt-main[b-3ip1h1rdgh]  .hm-kinds { margin-top: 120px; }
.mkt-main[b-3ip1h1rdgh]  .hm-kinds-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

.mkt-main[b-3ip1h1rdgh]  .hm-kind {
    padding: 14px 14px 30px;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: 20px;
}

.mkt-main[b-3ip1h1rdgh]  .hm-kind-art {
    display: flex;
    align-items: center;
    min-height: 200px;
    padding: 20px;
    margin-bottom: 26px;
    background: var(--mkt-tint);
    border-radius: 12px;
}

.mkt-main[b-3ip1h1rdgh]  .hm-kind-art > * { width: 100%; }
.mkt-main[b-3ip1h1rdgh]  .hm-kind h3 { font-family: var(--mkt-display); font-size: 1.6rem; font-weight: 560; letter-spacing: -0.015em; margin: 0 14px 10px; }
.mkt-main[b-3ip1h1rdgh]  .hm-kind p { margin: 0 14px; color: var(--pos-text-muted); line-height: 1.65; max-width: 46ch; }

.mkt-main[b-3ip1h1rdgh]  .mock-stock { list-style: none; margin: 0; padding: 6px 16px; background: var(--pos-surface); border-radius: 10px; font-size: 0.84rem; }
.mkt-main[b-3ip1h1rdgh]  .mock-stock li { display: grid; grid-template-columns: minmax(0, 1.3fr) 1fr 70px; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 1px dashed var(--pos-border); }
.mkt-main[b-3ip1h1rdgh]  .mock-stock li:last-child { border-bottom: 0; }
.mkt-main[b-3ip1h1rdgh]  .mock-stock i { height: 6px; border-radius: 3px; background: linear-gradient(to right, var(--pos-accent) var(--w), var(--mkt-tint) var(--w)); }
.mkt-main[b-3ip1h1rdgh]  .mock-stock b { font-family: var(--mkt-mono); font-weight: 500; font-size: 0.78rem; text-align: right; white-space: nowrap; }
.mkt-main[b-3ip1h1rdgh]  .mock-stock .low i { background: linear-gradient(to right, var(--mkt-hot) var(--w), var(--mkt-tint) var(--w)); }
.mkt-main[b-3ip1h1rdgh]  .mock-stock .low b { color: var(--mkt-hot); font-weight: 700; }

.mkt-main[b-3ip1h1rdgh]  .mock-tables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mkt-main[b-3ip1h1rdgh]  .mock-tables span { display: flex; flex-direction: column; gap: 2px; padding: 12px; border-radius: 10px; font-size: 0.72rem; font-weight: 600; }
.mkt-main[b-3ip1h1rdgh]  .mock-tables b { font-family: var(--mkt-mono); font-size: 1.3rem; font-weight: 600; }
.mkt-main[b-3ip1h1rdgh]  .mock-tables .t-free { background: transparent; color: var(--pos-text-muted); border: 1.5px dashed color-mix(in srgb, var(--pos-text) 30%, transparent); }
.mkt-main[b-3ip1h1rdgh]  .mock-tables .t-busy { background: var(--pos-accent); color: var(--pos-accent-contrast); }
.mkt-main[b-3ip1h1rdgh]  .mock-tables .t-bill { background: var(--mkt-hot); color: #fff; }


.mkt-main[b-3ip1h1rdgh]  .hm-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    margin-top: 120px;
    padding-top: 56px;
    border-top: 1px solid var(--pos-text);
}

.mkt-main[b-3ip1h1rdgh]  .hm-price-figure { display: flex; flex-direction: column; }

.mkt-main[b-3ip1h1rdgh]  .hm-price-amount,
.mkt-main[b-3ip1h1rdgh]  .pc-amount {
    font-family: var(--mkt-display);
    font-optical-sizing: auto;
    font-size: clamp(6rem, 16vw, 11rem);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.9;
    color: var(--pos-accent);
}

.mkt-main[b-3ip1h1rdgh]  .hm-price-unit,
.mkt-main[b-3ip1h1rdgh]  .pc-unit { margin-top: 14px; font-family: var(--mkt-mono); font-size: 0.85rem; color: var(--pos-text-muted); }
.mkt-main[b-3ip1h1rdgh]  .hm-price-copy h2 { font-family: var(--mkt-display); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 560; letter-spacing: -0.02em; text-transform: none; color: var(--pos-text); margin: 0 0 14px; }


.mkt-main[b-3ip1h1rdgh]  .pr-jump { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }

.mkt-main[b-3ip1h1rdgh]  .pr-jump a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--pos-border);
    border-radius: 999px;
    background: var(--pos-surface);
    color: var(--pos-text);
    font-size: 0.9rem;
    font-weight: 550;
}

.mkt-main[b-3ip1h1rdgh]  .pr-jump a:hover { border-color: var(--pos-text); text-decoration: none; }

.mkt-main[b-3ip1h1rdgh]  .pr-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 2fr);
    gap: 32px 64px;
    padding: 64px 0;
    border-bottom: 1px solid var(--pos-border);
    scroll-margin-top: 80px;
}

.mkt-main[b-3ip1h1rdgh]  .pr-head { position: sticky; top: 96px; align-self: start; }
.mkt-main[b-3ip1h1rdgh]  .pr-head h2 { font-family: var(--mkt-display); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 560; letter-spacing: -0.02em; line-height: 1.1; text-transform: none; color: var(--pos-text); margin: 0 0 12px; }
.mkt-main[b-3ip1h1rdgh]  .pr-head p { margin: 0; color: var(--pos-text-muted); line-height: 1.6; }

.mkt-main[b-3ip1h1rdgh]  .pr-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
.mkt-main[b-3ip1h1rdgh]  .pr-item { padding: 22px 0 24px; border-top: 1px solid var(--pos-border); }
.mkt-main[b-3ip1h1rdgh]  .pr-item:nth-child(-n+2) { border-top-color: var(--pos-text); }
.mkt-main[b-3ip1h1rdgh]  .pr-item h3 { font-family: var(--mkt-display); font-size: 1.2rem; font-weight: 560; letter-spacing: -0.01em; margin: 0 0 8px; }
.mkt-main[b-3ip1h1rdgh]  .pr-item p { margin: 0; color: var(--pos-text-muted); font-size: 0.96rem; line-height: 1.65; }


.mkt-main[b-3ip1h1rdgh]  .pc-plan {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 48px 72px;
    margin-top: 56px;
    padding: 48px;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: 24px;
}

.mkt-main[b-3ip1h1rdgh]  .pc-plan-title { margin: 0 0 18px; font-family: var(--mkt-mono); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mkt-hot); }
.mkt-main[b-3ip1h1rdgh]  .pc-amount { margin: 0; }
.mkt-main[b-3ip1h1rdgh]  .pc-unit { margin: 14px 0 0; }
.mkt-main[b-3ip1h1rdgh]  .pc-plan-lead { margin: 24px 0 28px; color: var(--pos-text-muted); line-height: 1.6; max-width: 38ch; }
.mkt-main[b-3ip1h1rdgh]  .pc-plan-list { align-self: center; }

.mkt-main[b-3ip1h1rdgh]  .pc-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; margin-top: 56px; }
.mkt-main[b-3ip1h1rdgh]  .pc-notes h2 { font-family: var(--mkt-display); font-size: 1.35rem; font-weight: 560; letter-spacing: -0.015em; text-transform: none; color: var(--pos-text); margin: 0 0 10px; }
.mkt-main[b-3ip1h1rdgh]  .pc-notes p { margin: 0; color: var(--pos-text-muted); line-height: 1.7; }
.mkt-main[b-3ip1h1rdgh]  .pc-footnote { margin-top: 32px; }


.mkt-main[b-3ip1h1rdgh]  .ct-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 24px 48px;
    margin-top: 56px;
    align-items: start;
}

.mkt-main[b-3ip1h1rdgh]  .ct-ways { display: grid; gap: 14px; }

.mkt-main[b-3ip1h1rdgh]  .ct-way {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "label action" "value value";
    gap: 10px 16px;
    padding: 26px 28px;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: 18px;
    color: var(--pos-text);
    transition: border-color 140ms ease, transform 140ms ease;
}

.mkt-main[b-3ip1h1rdgh]  a.ct-way:hover { border-color: var(--pos-text); text-decoration: none; transform: translateY(-1px); }
.mkt-main[b-3ip1h1rdgh]  .ct-label { grid-area: label; font-family: var(--mkt-mono); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pos-text-muted); }
.mkt-main[b-3ip1h1rdgh]  .ct-action { grid-area: action; font-size: 0.88rem; font-weight: 600; color: var(--mkt-hot); white-space: nowrap; }
.mkt-main[b-3ip1h1rdgh]  .ct-value { grid-area: value; font-family: var(--mkt-display); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 560; letter-spacing: -0.02em; line-height: 1.1; overflow-wrap: anywhere; }
.mkt-main[b-3ip1h1rdgh]  .ct-value-sm { font-size: clamp(1.25rem, 2.4vw, 1.5rem); }

.mkt-main[b-3ip1h1rdgh]  .ct-way-main { background: var(--pos-accent); border-color: var(--pos-accent); color: var(--pos-accent-contrast); }
.mkt-main[b-3ip1h1rdgh]  .ct-way-main .ct-label { color: color-mix(in srgb, var(--pos-accent-contrast) 70%, transparent); }
.mkt-main[b-3ip1h1rdgh]  .ct-way-main .ct-action { color: #f3b48f; }
.mkt-main[b-3ip1h1rdgh]  a.ct-way-main:hover { border-color: var(--pos-accent-hover); background: var(--pos-accent-hover); }

.mkt-main[b-3ip1h1rdgh]  .ct-aside { padding: 30px 30px 26px; background: var(--mkt-tint); border-radius: 18px; }
.mkt-main[b-3ip1h1rdgh]  .ct-aside h2 { font-family: var(--mkt-display); font-size: 1.45rem; font-weight: 560; letter-spacing: -0.015em; text-transform: none; color: var(--pos-text); margin: 0 0 10px; }
.mkt-main[b-3ip1h1rdgh]  .ct-aside > p { margin: 0 0 12px; color: var(--pos-text-muted); line-height: 1.6; }
.mkt-main[b-3ip1h1rdgh]  .ct-aside .mkt-ticks li { border-bottom-color: color-mix(in srgb, var(--pos-border) 80%, var(--pos-text) 8%); }
.mkt-main[b-3ip1h1rdgh]  .ct-aside .ct-lang { margin: 18px 0 0; font-family: var(--mkt-mono); font-size: 0.8rem; color: var(--pos-accent); }
.mkt-main[b-3ip1h1rdgh]  .ct-existing { margin-top: 40px; }


@media (max-width: 980px) {
    .mkt-main[b-3ip1h1rdgh]  .hm-hero { grid-template-columns: 1fr; gap: 48px; padding: 56px 0 48px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts li:nth-child(3) { padding-left: 0; border-left: 0; }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts li:nth-child(n+3) { border-top: 1px solid var(--pos-border); }
    .mkt-main[b-3ip1h1rdgh]  .hm-cyprus-inner { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .pr-section { grid-template-columns: 1fr; padding: 48px 0; }
    .mkt-main[b-3ip1h1rdgh]  .pr-head { position: static; }
    .mkt-main[b-3ip1h1rdgh]  .pc-plan { grid-template-columns: 1fr; padding: 36px; }
    .mkt-main[b-3ip1h1rdgh]  .ct-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .mkt-top[b-3ip1h1rdgh] { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 0 10px; padding: 10px 16px 0; }
    .mkt-wordmark[b-3ip1h1rdgh] { font-size: 1.2rem; grid-column: 1; grid-row: 1; }
    .mkt-lang[b-3ip1h1rdgh] { grid-column: 2; grid-row: 1; }
    .mkt-lang-option[b-3ip1h1rdgh] { padding: 7px 9px; }
    .mkt-signin[b-3ip1h1rdgh] { grid-column: 3; grid-row: 1; }
    .mkt-signin.pos-button[b-3ip1h1rdgh] { min-height: 40px; padding: 0 14px; font-size: 0.85rem; }
    .mkt-links[b-3ip1h1rdgh] { grid-column: 1 / -1; grid-row: 2; gap: 0; margin: 4px -6px 0; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .mkt-links[b-3ip1h1rdgh]::-webkit-scrollbar { display: none; }
    .mkt-links[b-3ip1h1rdgh]  a { font-size: 0.85rem; min-height: 44px; display: inline-flex; align-items: center; padding: 0 10px; white-space: nowrap; }
    .mkt-links[b-3ip1h1rdgh]  a::after { left: 10px; right: calc(100% - 10px); }
    .mkt-links[b-3ip1h1rdgh]  a:hover::after,
    .mkt-links[b-3ip1h1rdgh]  a.active::after { right: 10px; }
    .mkt-main[b-3ip1h1rdgh] { padding: 0 16px 72px; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-hero { padding: 48px 0 32px; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-lead { font-size: 1.04rem; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-band { margin-top: 48px; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-band-tint { padding: 26px 20px; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-closer { padding: 44px 24px; margin-top: 72px; border-radius: 18px; }

    .mkt-main[b-3ip1h1rdgh]  .hm-hero { padding: 40px 0 32px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-stage-inner { padding-bottom: 150px; }
    .mkt-main[b-3ip1h1rdgh]  .till { margin-left: 0; }
    .mkt-main[b-3ip1h1rdgh]  .till-body { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .till-basket { display: none; }
    .mkt-main[b-3ip1h1rdgh]  .daycard { width: 230px; left: auto; right: 8px; top: 120px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts li,
    .mkt-main[b-3ip1h1rdgh]  .hm-facts li + li { padding: 18px 0; border-left: 0; }
    .mkt-main[b-3ip1h1rdgh]  .hm-facts li + li { border-top: 1px solid var(--pos-border); }
    .mkt-main[b-3ip1h1rdgh]  .hm-h2 { margin-bottom: 28px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-day,
    .mkt-main[b-3ip1h1rdgh]  .hm-kinds,
    .mkt-main[b-3ip1h1rdgh]  .hm-price { margin-top: 80px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-timeline { grid-template-columns: 1fr; gap: 28px; padding-left: 30px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-timeline::before { left: 6px; right: auto; top: 8px; bottom: 8px; border-top: 0; border-left: 1px dashed color-mix(in srgb, var(--pos-text) 40%, transparent); }
    .mkt-main[b-3ip1h1rdgh]  .hm-timeline li { padding-top: 0; }
    .mkt-main[b-3ip1h1rdgh]  .hm-timeline li::before { left: -30px; top: 2px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-cyprus { margin-top: 80px; padding: 64px 16px; }
    .mkt-main[b-3ip1h1rdgh]  .hm-cyprus-list { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .hm-kinds-grid { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .hm-price { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; }
    .mkt-main[b-3ip1h1rdgh]  .pr-items { grid-template-columns: 1fr; }
    .mkt-main[b-3ip1h1rdgh]  .pr-item:nth-child(2) { border-top-color: var(--pos-border); }
    .mkt-main[b-3ip1h1rdgh]  .pc-plan { padding: 28px 22px; margin-top: 32px; }
    .mkt-main[b-3ip1h1rdgh]  .pc-notes { grid-template-columns: 1fr; gap: 28px; }
    .mkt-main[b-3ip1h1rdgh]  .ct-grid { margin-top: 32px; }
    .mkt-main[b-3ip1h1rdgh]  .ct-way { padding: 22px; }
    .mkt-main[b-3ip1h1rdgh]  .ct-aside { padding: 24px 22px; }

    .mkt-footer[b-3ip1h1rdgh] { padding: 44px 16px 76px; }
    .mkt-footer-inner[b-3ip1h1rdgh] { flex-direction: column; gap: 28px; }
    .mkt-footer-links[b-3ip1h1rdgh] { width: 100%; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mkt-footer-legal[b-3ip1h1rdgh] { margin-top: 28px; }
    .mkt-main[b-3ip1h1rdgh]  .mkt-table th,
    .mkt-main[b-3ip1h1rdgh]  .mkt-table td { padding: 9px 5px; font-size: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-links[b-3ip1h1rdgh]  a::after { transition: none; }
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose h2.mkt-policy-part { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pos-accent); border-top: 1px solid currentColor; padding-top: 16px; margin-top: 48px; }
.mkt-main[b-3ip1h1rdgh]  .mkt-prose h2.mkt-policy-part:first-child { margin-top: 0; }
