:root {
    --czc-black: #08030d;
    --czc-deep: #180824;
    --czc-panel: #241034;
    --czc-magenta: #c53bff;
    --czc-violet: #8b2cff;
    --czc-blue: #45c7ff;
    --czc-silver: #d7e6f5;
    --czc-green: #6bffb8;
    --czc-muted: #a996c9;
    --czc-line: rgba(215, 230, 245, .22);
    --czc-gold: #c9a24a;
}

* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    min-height: 100%;
    background: var(--czc-black);
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    color: var(--czc-silver);
    background:
        radial-gradient(circle at 12% 4%, rgba(197, 59, 255, .18), transparent 28rem),
        radial-gradient(circle at 80% 18%, rgba(69, 199, 255, .14), transparent 30rem),
        radial-gradient(circle at 56% 92%, rgba(139, 44, 255, .18), transparent 28rem),
        linear-gradient(180deg, #08030d 0%, #12071c 48%, #08030d 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    background-image:
        linear-gradient(rgba(215, 230, 245, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215, 230, 245, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black, transparent 82%);
    pointer-events: none;
}

img,
video,
svg,
canvas {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.czc-skip-link {
    position: absolute;
    top: -4rem;
    left: 1rem;
    z-index: 100;
    padding: .75rem 1rem;
    color: var(--czc-black);
    background: var(--czc-green);
    font-weight: 900;
}

.czc-skip-link:focus {
    top: 1rem;
}

.czc-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 1rem 0;
}

.czc-header::before {
    position: fixed;
    inset: 0 0 auto;
    z-index: -1;
    height: 76px;
    content: "";
    border-bottom: 1px solid rgba(215, 230, 245, .12);
    background: rgba(8, 3, 13, .78);
    backdrop-filter: blur(18px);
}

.czc-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 950;
    white-space: nowrap;
}

.czc-brand-logo {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 54px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.czc-brand-text {
    display: inline-flex;
    align-items: baseline;
    gap: .5rem;
    min-width: 0;
    font-weight: 950;
    letter-spacing: .1em;
}

.czc-brand-text span {
    color: var(--czc-silver);
}

.czc-brand-text b {
    color: var(--czc-blue);
}

.czc-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
    min-width: 0;
}

.czc-drawer-mark {
    display: none;
}

.czc-drawer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
}

.czc-drawer-doctrine {
    display: none;
}

.czc-nav a {
    padding: .68rem .72rem;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(215, 230, 245, .78);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .68rem;
    font-weight: 850;
}

.czc-nav a:hover {
    border-color: var(--czc-line);
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.czc-nav .czc-nav-cta {
    color: #07100d;
    background: linear-gradient(135deg, var(--czc-green), var(--czc-blue));
}

.czc-nav .czc-nav-portal {
    color: var(--czc-silver);
    background: rgba(69, 199, 255, .08);
}

.czc-menu-button {
    display: none;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--czc-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    cursor: pointer;
}

.czc-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--czc-silver);
    transition: opacity .2s ease, transform .2s ease;
}

.czc-menu-button.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.czc-menu-button.is-open span:nth-child(2) {
    opacity: 0;
}

.czc-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.czc-menu-button em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.czc-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

body.czc-nav-open {
    overflow: hidden;
}

.cookieadmin_law_container,
.cookieadmin_cookie_modal,
.cookieadmin_reconsent,
.cookieadmin_showmore {
    z-index: 60 !important;
}

body.czc-nav-open .cookieadmin_law_container,
body.czc-nav-open .cookieadmin_cookie_modal,
body.czc-nav-open .cookieadmin_reconsent,
body.czc-nav-open .cookieadmin_showmore {
    z-index: 40 !important;
}

.czc-shell {
    isolation: isolate;
}

.czc-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    min-height: calc(100svh - 78px);
    padding: clamp(4rem, 9vw, 8rem) 0;
}

.czc-kicker {
    margin: 0 0 1rem;
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .74rem;
    font-weight: 950;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    color: #f4f9ff;
    line-height: .96;
    letter-spacing: -.02em;
}

h1 {
    max-width: 920px;
    font-size: clamp(3.4rem, 8.5vw, 7.6rem);
}

h2 {
    font-size: clamp(2.1rem, 5vw, 4.6rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.czc-hero-copy > p:not(.czc-kicker),
.czc-section-head > p,
.czc-panel > p,
.czc-final > p {
    max-width: 780px;
    color: var(--czc-muted);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    line-height: 1.62;
}

.czc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.6rem;
}

.czc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .85rem 1.1rem;
    border: 1px solid var(--czc-line);
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .74rem;
    font-weight: 950;
}

.czc-button--primary {
    border-color: transparent;
    color: #08110e;
    background: linear-gradient(135deg, var(--czc-green), var(--czc-blue) 55%, #c8f4ff);
    box-shadow: 0 0 28px rgba(69, 199, 255, .22);
}

.czc-button--secondary {
    color: var(--czc-silver);
    background: rgba(255, 255, 255, .045);
}

.czc-hero-support {
    margin: 1rem 0 0;
    color: rgba(215, 230, 245, .82);
    font-weight: 800;
}

.czc-builder-entry {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr) minmax(160px, .7fr) auto;
    gap: .7rem;
    align-items: end;
    min-width: 0;
    padding: .85rem;
    border: 1px solid rgba(215, 230, 245, .18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 14% 16%, rgba(107, 255, 184, .12), transparent 34%),
        radial-gradient(circle at 85% 20%, rgba(197, 59, 255, .16), transparent 38%),
        rgba(8, 3, 13, .7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
}

.czc-builder-entry--hero {
    margin-top: 1rem;
}

.czc-builder-head {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.czc-builder-head span {
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .66rem;
    font-weight: 950;
}

.czc-builder-head strong {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .9rem;
}

.czc-builder-head p {
    margin: 0;
    color: var(--czc-muted);
    font-size: .82rem;
}

.czc-builder-entry label {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

.czc-builder-entry label span {
    color: var(--czc-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .62rem;
    font-weight: 900;
}

.czc-builder-entry input,
.czc-builder-entry select {
    width: 100%;
    min-height: 48px;
    padding: .8rem .9rem;
    border: 1px solid rgba(215, 230, 245, .18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
    outline: none;
}

.czc-builder-entry input:focus,
.czc-builder-entry select:focus {
    border-color: rgba(107, 255, 184, .7);
    box-shadow: 0 0 0 3px rgba(107, 255, 184, .12);
}

.czc-builder-entry button {
    min-height: 48px;
    padding: .8rem 1rem;
    border: 0;
    border-radius: 999px;
    color: #07100d;
    background: linear-gradient(135deg, var(--czc-green), var(--czc-blue));
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .72rem;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 0 28px rgba(69, 199, 255, .22);
}

.czc-builder-entry > a {
    grid-column: 1 / -1;
    width: max-content;
    max-width: 100%;
    color: var(--czc-blue);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .68rem;
    font-weight: 900;
}

.czc-hero-system {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--czc-line);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(36, 16, 52, .76), rgba(8, 3, 13, .72)),
        radial-gradient(circle at 70% 18%, rgba(69, 199, 255, .18), transparent 36%),
        radial-gradient(circle at 24% 76%, rgba(197, 59, 255, .22), transparent 42%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.czc-hero-system::before,
.czc-hero-system::after {
    position: absolute;
    inset: 13%;
    content: "";
    border: 1px solid rgba(69, 199, 255, .18);
    border-radius: 50%;
}

.czc-hero-system::after {
    inset: 25%;
    border-color: rgba(197, 59, 255, .25);
}

.czc-hero-logo-mark {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: min(36%, 180px);
    opacity: .22;
}

.czc-hero-logo-mark img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.czc-interface-stack {
    position: absolute;
    inset: 1rem 1rem 9.4rem;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.czc-interface-panel,
.czc-hotspot-map {
    min-width: 0;
    padding: .9rem;
    border: 1px solid rgba(215, 230, 245, .18);
    border-radius: 18px;
    background: rgba(8, 3, 13, .56);
    backdrop-filter: blur(14px);
}

.czc-interface-panel span {
    display: block;
    margin-bottom: .55rem;
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .58rem;
    font-weight: 950;
}

.czc-interface-panel b {
    display: block;
    color: #fff;
    line-height: 1.15;
}

.czc-interface-panel i {
    display: block;
    margin-top: .5rem;
    color: var(--czc-muted);
    font-style: normal;
    font-size: .82rem;
    line-height: 1.35;
}

.czc-hotspot-map {
    position: relative;
    grid-column: 1 / -1;
    overflow: hidden;
    min-height: 145px;
    background:
        linear-gradient(rgba(215, 230, 245, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215, 230, 245, .045) 1px, transparent 1px),
        rgba(8, 3, 13, .6);
    background-size: 28px 28px;
}

.czc-hotspot-map em {
    position: absolute;
    top: var(--y);
    left: var(--x);
    padding: .42rem .58rem .42rem 1.45rem;
    border: 1px solid rgba(107, 255, 184, .32);
    border-radius: 999px;
    color: var(--czc-silver);
    background: rgba(8, 3, 13, .74);
    font-style: normal;
    font-size: .7rem;
    font-weight: 850;
    white-space: nowrap;
}

.czc-hotspot-map em::before {
    position: absolute;
    top: 50%;
    left: .55rem;
    width: .45rem;
    height: .45rem;
    content: "";
    transform: translateY(-50%);
    border-radius: 99px;
    background: var(--czc-green);
    box-shadow: 0 0 18px rgba(107, 255, 184, .72);
}

.czc-orb {
    position: absolute;
    top: 45%;
    left: 50%;
    width: min(58%, 290px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 25%, rgba(107, 255, 184, .9), transparent 0 14%, transparent 15%),
        radial-gradient(circle at 72% 62%, rgba(69, 199, 255, .7), transparent 0 10%, transparent 11%),
        linear-gradient(135deg, var(--czc-magenta), var(--czc-violet) 44%, #071222);
    box-shadow: 0 0 80px rgba(197, 59, 255, .35), 0 0 44px rgba(69, 199, 255, .22);
}

.czc-terminal {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 1rem;
    border: 1px solid var(--czc-line);
    border-radius: 18px;
    background: rgba(8, 3, 13, .72);
    backdrop-filter: blur(18px);
}

.czc-terminal span,
.czc-status {
    display: inline-flex;
    width: max-content;
    margin: 0 0 .65rem;
    padding: .32rem .55rem;
    border: 1px solid rgba(107, 255, 184, .3);
    border-radius: 999px;
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: .62rem;
    font-weight: 950;
}

.czc-terminal strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
}

.czc-terminal p {
    margin: .55rem 0 0;
    color: var(--czc-muted);
    line-height: 1.5;
}

.czc-mini-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .8rem;
}

.czc-mini-pills em,
.czc-domain-statuses em {
    display: inline-flex;
    padding: .42rem .58rem;
    border: 1px solid rgba(69, 199, 255, .22);
    border-radius: 999px;
    color: var(--czc-silver);
    background: rgba(69, 199, 255, .08);
    font-style: normal;
    font-size: .68rem;
    font-weight: 850;
}

.czc-domain-console {
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid var(--czc-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 20%, rgba(107, 255, 184, .12), transparent 34%),
        radial-gradient(circle at 84% 12%, rgba(197, 59, 255, .16), transparent 34%),
        linear-gradient(145deg, rgba(36, 16, 52, .78), rgba(8, 3, 13, .74));
    box-shadow: 0 22px 70px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.czc-domain-search-pill {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .8rem;
    align-items: center;
    min-height: 64px;
    padding: .7rem .75rem;
    border: 1px solid rgba(215, 230, 245, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
}

.czc-domain-search-pill span {
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .68rem;
    font-weight: 950;
}

.czc-domain-search-pill strong {
    min-width: 0;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2rem);
    overflow-wrap: anywhere;
}

.czc-domain-search-pill a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .72rem 1rem;
    border-radius: 999px;
    color: #07100d;
    background: linear-gradient(135deg, var(--czc-green), var(--czc-blue));
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .68rem;
    font-weight: 950;
}

.czc-domain-statuses {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 1rem 0;
}

.czc-domain-console > p {
    max-width: 820px;
    color: var(--czc-muted);
    line-height: 1.6;
}

.czc-section {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    border-top: 1px solid rgba(215, 230, 245, .12);
}

.czc-section-head {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .6fr);
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.4rem;
}

.czc-grid,
.czc-service-grid,
.czc-price-grid,
.czc-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.czc-card,
.czc-panel,
.czc-price-card,
.czc-proof-card,
.czc-problem,
.czc-step,
.czc-form-panel {
    min-width: 0;
    border: 1px solid var(--czc-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(36, 16, 52, .78), rgba(12, 5, 20, .76));
    box-shadow: 0 18px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.czc-glass-panel,
.czc-package-card,
.czc-process-step,
.czc-domain-card,
.czc-hotspot-card,
.czc-dashboard-preview {
    min-width: 0;
    border: 1px solid var(--czc-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(36, 16, 52, .78), rgba(12, 5, 20, .76));
    box-shadow: 0 18px 60px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.czc-card,
.czc-price-card,
.czc-proof-card,
.czc-step {
    padding: 1.15rem;
}

.czc-package-card,
.czc-process-step,
.czc-domain-card,
.czc-hotspot-card,
.czc-dashboard-preview {
    padding: 1.15rem;
}

.czc-card span {
    display: block;
    width: 38px;
    height: 4px;
    margin-bottom: 1.1rem;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--czc-magenta), var(--czc-blue));
}

.czc-card p,
.czc-price-card p,
.czc-proof-card p,
.czc-step p,
.czc-list li {
    color: var(--czc-muted);
    line-height: 1.55;
}

.czc-service-card {
    text-decoration: none;
}

.czc-service-card b {
    display: inline-flex;
    margin-top: .9rem;
    color: var(--czc-blue);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .68rem;
}

.czc-panel,
.czc-form-panel {
    padding: clamp(1.35rem, 4vw, 3rem);
}

.czc-problem-grid,
.czc-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}

.czc-problem {
    padding: 1rem;
    color: #fff;
    font-weight: 850;
}

.czc-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.czc-list li {
    padding: 1rem;
    border: 1px solid var(--czc-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.czc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.czc-tags span {
    padding: .72rem .9rem;
    border: 1px solid var(--czc-line);
    border-radius: 999px;
    color: var(--czc-silver);
    background: rgba(255, 255, 255, .045);
    font-weight: 800;
}

.czc-step strong {
    display: block;
    margin-bottom: .7rem;
    color: var(--czc-blue);
    font-size: 1.65rem;
}

.czc-price-card p {
    color: var(--czc-green);
    font-weight: 950;
    font-size: 1.1rem;
}

.czc-proof-card a {
    color: var(--czc-blue);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .72rem;
    font-weight: 900;
}

.czc-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.czc-form label {
    display: grid;
    gap: .4rem;
    color: var(--czc-silver);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .78rem;
    font-weight: 900;
}

.czc-form input,
.czc-form select,
.czc-form textarea {
    width: 100%;
    min-height: 48px;
    padding: .8rem;
    border: 1px solid var(--czc-line);
    border-radius: 12px;
    color: #fff;
    background: rgba(8, 3, 13, .72);
}

.czc-form textarea {
    resize: vertical;
}

.czc-form-wide {
    grid-column: 1 / -1;
}

.czc-form-note {
    grid-column: 1 / -1;
    margin: .25rem 0 0;
    color: var(--czc-muted);
    line-height: 1.5;
}

.czc-final {
    margin: clamp(3rem, 8vw, 6rem) 0;
    padding: clamp(1.6rem, 5vw, 4rem);
    border: 1px solid var(--czc-line);
    border-radius: 26px;
    background:
        radial-gradient(circle at 15% 20%, rgba(107, 255, 184, .13), transparent 34%),
        radial-gradient(circle at 88% 30%, rgba(197, 59, 255, .18), transparent 36%),
        linear-gradient(135deg, rgba(36, 16, 52, .84), rgba(8, 3, 13, .82));
}

.czc-cta-strip {
    margin: clamp(3rem, 8vw, 6rem) 0;
}

.czc-footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 3rem 0;
    border-top: 1px solid rgba(215, 230, 245, .12);
}

.czc-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.czc-footer h2 {
    margin: 0 0 1rem;
    color: var(--czc-green);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
}

.czc-footer-logo {
    display: block;
    width: min(180px, 100%);
    max-width: 180px;
    height: auto;
    margin: 0 0 1rem;
}

.czc-footer a {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: .45rem 0;
    color: var(--czc-muted);
    text-decoration: none;
    font-size: .9rem;
}

.czc-footer > p {
    margin: 2rem 0 0;
    color: var(--czc-muted);
    line-height: 1.5;
}

.czc-reveal,
.czc-reveal-left,
.czc-reveal-right,
.czc-reveal-up,
.czc-reveal-card {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.czc-reveal-left {
    transform: translateX(-22px);
}

.czc-reveal-right {
    transform: translateX(22px);
}

.czc-reveal-active {
    opacity: 1;
    transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .czc-reveal,
    .czc-reveal-left,
    .czc-reveal-right,
    .czc-reveal-up,
    .czc-reveal-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1040px) {
    .czc-menu-button {
        display: inline-block;
    }

    .czc-nav {
        position: fixed;
        inset: 76px 1rem auto;
        display: none;
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        gap: .85rem;
        max-height: calc(100dvh - 92px);
        overflow-y: auto;
        padding: .85rem;
        border: 1px solid var(--czc-line);
        border-radius: 18px;
        background: rgba(8, 3, 13, .96);
        backdrop-filter: blur(18px);
        box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
        z-index: 9999;
    }

    .czc-nav.is-open {
        display: grid;
    }

    .czc-drawer-mark {
        position: relative;
        display: grid;
        align-content: end;
        min-height: 330px;
        overflow: hidden;
        padding: 1rem;
        border: 1px solid rgba(215, 230, 245, .14);
        border-radius: 16px;
        background:
            radial-gradient(circle at 42% 30%, rgba(197, 59, 255, .28), transparent 38%),
            radial-gradient(circle at 72% 68%, rgba(69, 199, 255, .2), transparent 34%),
            linear-gradient(rgba(215, 230, 245, .055) 1px, transparent 1px),
            linear-gradient(90deg, rgba(215, 230, 245, .045) 1px, transparent 1px),
            rgba(255, 255, 255, .035);
        background-size: auto, auto, 26px 26px, 26px 26px, auto;
    }

    .czc-drawer-mark::before {
        position: absolute;
        inset: 14%;
        content: "";
        border: 1px solid rgba(69, 199, 255, .2);
        border-radius: 999px;
    }

    .czc-drawer-mark img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: min(76%, 180px);
        max-width: 180px;
        height: auto;
        opacity: .2;
        transform: translate(-50%, -50%);
    }

    .czc-drawer-mark span,
    .czc-drawer-mark p {
        position: relative;
        z-index: 2;
    }

    .czc-drawer-mark span {
        color: var(--czc-green);
        text-transform: uppercase;
        letter-spacing: .14em;
        font-size: .62rem;
        font-weight: 950;
    }

    .czc-drawer-mark p,
    .czc-drawer-doctrine {
        margin: .65rem 0 0;
        color: var(--czc-muted);
        line-height: 1.45;
        font-size: .86rem;
    }

    .czc-drawer-links {
        display: grid;
        align-content: start;
        gap: .45rem;
        min-width: 0;
    }

    .czc-drawer-doctrine {
        display: block;
        padding: .4rem .72rem;
    }

    .czc-nav a {
        width: 100%;
    }

    .czc-hero,
    .czc-section-head {
        grid-template-columns: 1fr;
    }

    .czc-hero-system {
        min-height: 440px;
    }

    .czc-builder-entry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czc-builder-entry button {
        width: 100%;
    }

    .czc-grid,
    .czc-service-grid,
    .czc-price-grid,
    .czc-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czc-problem-grid,
    .czc-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czc-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .czc-page,
    .czc-header,
    .czc-footer {
        width: min(100% - 24px, 1180px);
    }

    .czc-header::before {
        height: 70px;
    }

    .czc-brand {
        font-size: .82rem;
        gap: 8px;
    }

    .czc-brand-logo {
        max-width: 135px;
        max-height: 42px;
    }

    .czc-footer {
        padding-bottom: calc(3rem + env(safe-area-inset-bottom));
    }

    .cookieadmin_law_container {
        max-width: min(360px, calc(100% - 24px)) !important;
    }
}

@media (max-width: 767px) {
    .czc-brand-logo {
        display: none;
    }

    .czc-nav {
        inset: 70px .75rem auto;
        grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
        gap: .6rem;
        max-height: calc(100dvh - 86px);
        padding: .65rem;
    }

    .czc-drawer-mark {
        min-height: 280px;
        padding: .75rem;
    }

    .czc-drawer-mark img {
        max-width: 150px;
    }

    .czc-drawer-mark p {
        display: none;
    }

    .czc-drawer-links {
        gap: .35rem;
    }

    .czc-nav a {
        padding: .62rem .64rem;
        font-size: .62rem;
    }

    .czc-menu-button.is-open {
        position: relative;
        z-index: 10000;
    }

    .czc-hero {
        min-height: auto;
        padding: 3.5rem 0;
    }

    h1 {
        font-size: clamp(2.75rem, 16vw, 4.1rem);
    }

    .czc-hero-system {
        min-height: 320px;
        border-radius: 20px;
    }

    .czc-builder-entry {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .czc-builder-head {
        display: grid;
        justify-content: stretch;
    }

    .czc-builder-entry > a {
        width: 100%;
    }

    .czc-domain-search-pill {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .czc-domain-search-pill a {
        width: 100%;
    }

    .czc-interface-stack {
        inset: .75rem .75rem 8.9rem;
        grid-template-columns: 1fr;
        gap: .55rem;
    }

    .czc-interface-panel {
        padding: .75rem;
    }

    .czc-interface-panel i {
        display: none;
    }

    .czc-hotspot-map {
        min-height: 108px;
    }

    .czc-hotspot-map em {
        font-size: .62rem;
    }

    .czc-terminal {
        right: .75rem;
        bottom: .75rem;
        left: .75rem;
    }

    .czc-hero-logo-mark {
        display: none;
    }

    .czc-grid,
    .czc-service-grid,
    .czc-price-grid,
    .czc-proof-grid,
    .czc-problem-grid,
    .czc-steps,
    .czc-list,
    .czc-footer-grid,
    .czc-form {
        grid-template-columns: 1fr;
    }

    .czc-actions {
        flex-direction: column;
    }

    .czc-button {
        width: 100%;
    }

    .czc-tags span {
        width: 100%;
        border-radius: 14px;
    }
}
