* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #182124;
    background: #f5f7f8;
}

a {
    color: inherit;
}

input,
textarea,
button {
    font: inherit;
}

input,
textarea {
    width: 100%;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    padding: 11px 12px;
    background: #fff;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 14px 12px;
    border-bottom: 1px solid #e2e8eb;
    text-align: left;
    vertical-align: middle;
}

th {
    color: #5c6b70;
    font-size: 13px;
    font-weight: 700;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 0;
    border-radius: 6px;
    padding: 0 16px;
    background: #12343b;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.button-secondary {
    background: #e8eef0;
    color: #163239;
}

.button-danger {
    background: #9d2b2b;
}

.button-ghost {
    background: transparent;
    color: #e8eef0;
    border: 1px solid rgba(255, 255, 255, .24);
}

.alert {
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 18px;
}

.alert-success {
    background: #e5f4ec;
    color: #145032;
}

.alert-error {
    background: #fae8e8;
    color: #842020;
}

.muted {
    color: #6d7b80;
}

.badge {
    display: inline-block;
    margin-left: 8px;
    border-radius: 999px;
    padding: 4px 8px;
    background: #e6f0da;
    color: #335517;
    font-size: 12px;
}

.auth-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #e9eef0;
}

.auth-shell {
    width: min(420px, calc(100vw - 32px));
}

.login-card,
.panel,
.stats-grid article,
.media-card {
    border: 1px solid #e1e7ea;
    border-radius: 8px;
    background: #fff;
}

.login-card {
    padding: 30px;
}

.login-card h1,
.panel h2,
.admin-topbar h1 {
    margin: 0;
}

.login-card p {
    color: #5e6c72;
}

.form-stack {
    display: grid;
    gap: 16px;
}

.form-stack label span {
    display: block;
    margin-bottom: 6px;
    color: #4e5d63;
    font-size: 14px;
    font-weight: 700;
}

.checkbox-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.checkbox-row input {
    width: auto;
}

.admin-body {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background: #12343b;
    color: #fff;
}

.admin-brand {
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.admin-nav {
    display: grid;
    gap: 6px;
}

.admin-nav a {
    border-radius: 6px;
    padding: 11px 12px;
    color: #e8eef0;
    text-decoration: none;
}

.admin-nav a:hover {
    background: rgba(255, 255, 255, .1);
}

.admin-main {
    padding: 28px;
    min-width: 0;
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.stats-grid article {
    padding: 20px;
}

.stats-grid span {
    display: block;
    color: #5e6c72;
}

.stats-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
}

.panel {
    padding: 20px;
    margin-bottom: 22px;
    overflow-x: auto;
}

.narrow-panel {
    max-width: 560px;
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.table-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.inline-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.editor-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
}

.media-grid.compact {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.media-card,
.media-tile {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.media-card img,
.media-tile img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    background: #edf2f4;
}

.media-card code,
.media-tile span {
    display: block;
    overflow-wrap: anywhere;
    color: #526268;
    font-size: 12px;
}

.media-tile {
    border: 1px solid #dde5e8;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.site-body {
    background: #fff;
    color: #1f292c;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(18px, 4vw, 58px);
    border-bottom: 1px solid #e6ecef;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand, #12343b);
    font-weight: 800;
    text-decoration: none;
}

.site-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #47575d;
}

.site-nav a {
    text-decoration: none;
}

.hero {
    min-height: 74vh;
    display: flex;
    align-items: end;
    background: var(--brand, #12343b);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(38px, 7vw, 90px) clamp(18px, 4vw, 58px);
}

.hero-inner {
    max-width: 780px;
}

.hero p {
    margin: 0 0 12px;
    color: #f2d18b;
    font-weight: 700;
}

.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(40px, 7vw, 82px);
    line-height: 1;
}

.hero div {
    max-width: 650px;
    font-size: 20px;
    line-height: 1.55;
}

.page-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 54px 20px;
}

.page-heading {
    margin-bottom: 32px;
}

.page-heading p {
    color: var(--accent, #c8963e);
    font-weight: 700;
}

.page-heading h1 {
    margin: 0;
    font-size: 46px;
}

.content-section {
    max-width: 980px;
    margin: 0 auto;
    padding: 56px 20px;
    line-height: 1.72;
    font-size: 18px;
}

.content-section img {
    max-width: 100%;
    border-radius: 8px;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding: 34px clamp(18px, 4vw, 58px);
    background: #10191c;
    color: #e7eef0;
}

.site-footer a {
    color: #fff;
}

@media (max-width: 860px) {
    .admin-body,
    .editor-layout {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .inline-form,
    .admin-topbar,
    .site-header {
        align-items: stretch;
        flex-direction: column;
    }

    .table-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* Premium default theme */
.premium-site {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        radial-gradient(circle at 20% 0%, rgba(38, 255, 115, .18), transparent 34%),
        linear-gradient(135deg, #050808 0%, #071713 46%, #160718 100%);
    background-size: 96px 96px, 96px 96px, auto, auto;
    color: #f4fff7;
}

.premium-nav {
    position: fixed;
    z-index: 20;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1120px, calc(100vw - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(7, 16, 14, .58);
    box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
    backdrop-filter: blur(22px);
}

.premium-nav nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.premium-nav nav a,
.nav-cta,
.premium-logo {
    color: #fff;
    text-decoration: none;
}

.premium-nav nav a {
    border-radius: 8px;
    padding: 10px 13px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.premium-nav nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.premium-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 4px;
    background: rgba(255, 255, 255, .07);
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 34px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.language-switch a.active {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.logo-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(38, 255, 115, .28), rgba(255, 48, 236, .16));
    color: var(--accent, #26ff73);
}

.nav-cta,
.premium-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 0 18px;
    background: linear-gradient(135deg, var(--accent, #26ff73), #39d5ff);
    color: #04100c;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 42px rgba(38, 255, 115, .24);
}

.premium-button.secondary {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    box-shadow: none;
}

.premium-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 150px max(22px, calc((100vw - 1180px) / 2)) 48px;
}

.hero-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .78;
    filter: saturate(1.05) contrast(1.04);
}

.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 8, 8, .88), rgba(5, 8, 8, .24) 46%, rgba(5, 8, 8, .84));
    background-size: 120px 120px, 120px 120px, auto;
}

.glass-panel,
.floating-card,
.feature-card,
.dashboard-mock {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045));
    box-shadow: 0 24px 80px rgba(0, 0, 0, .36);
    backdrop-filter: blur(24px);
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    padding: clamp(24px, 4vw, 42px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--accent, #26ff73);
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(46px, 8vw, 104px);
    line-height: .92;
    color: #fff;
}

.hero-text {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(244, 255, 247, .78);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.floating-card {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 4px;
    width: 172px;
    padding: 16px;
    color: #fff;
}

.floating-card span,
.floating-card small,
.metric-strip span {
    color: rgba(255, 255, 255, .62);
}

.floating-card strong {
    font-size: 28px;
}

.card-one {
    right: min(8vw, 110px);
    top: 27%;
}

.card-two {
    right: min(16vw, 220px);
    bottom: 24%;
}

.metric-strip {
    position: absolute;
    z-index: 3;
    left: max(22px, calc((100vw - 1180px) / 2));
    right: max(22px, calc((100vw - 1180px) / 2));
    bottom: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}

.metric-strip div {
    padding: 18px;
    background: rgba(255, 255, 255, .035);
}

.metric-strip strong,
.metric-strip span {
    display: block;
}

.metric-strip strong {
    font-size: 30px;
}

.premium-section,
.showcase-section,
.feature-band {
    width: min(1180px, calc(100vw - 36px));
    margin: 0 auto;
    padding: clamp(70px, 10vw, 120px) 0;
}

.intro-section,
.showcase-section {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(28px, 6vw, 76px);
    align-items: start;
}

.premium-section h2,
.showcase-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1;
}

.rich-content,
.showcase-copy p {
    color: rgba(244, 255, 247, .76);
    font-size: 18px;
    line-height: 1.75;
}

.rich-content h2 {
    font-size: 30px;
}

.industry-section {
    align-items: stretch;
}

.industry-intro p:not(.eyebrow) {
    max-width: 540px;
    color: rgba(244, 255, 247, .72);
    font-size: 18px;
    line-height: 1.7;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.industry-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 22px;
}

.industry-card::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -46px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 255, 115, .22), transparent 68%);
}

.industry-card:nth-child(2)::after {
    background: radial-gradient(circle, rgba(57, 213, 255, .22), transparent 68%);
}

.industry-card:nth-child(3)::after {
    background: radial-gradient(circle, rgba(255, 48, 236, .2), transparent 68%);
}

.industry-card span {
    display: inline-flex;
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(38, 255, 115, .12);
    color: var(--accent, #26ff73);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.industry-card h3 {
    position: relative;
    z-index: 1;
    margin: 38px 0 12px;
    color: #fff;
    font-size: 24px;
}

.industry-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(244, 255, 247, .7);
    line-height: 1.6;
}

.feature-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    padding: 24px;
}

.feature-card.highlight {
    background: linear-gradient(135deg, rgba(38, 255, 115, .18), rgba(57, 213, 255, .08));
}

.feature-card span {
    color: var(--accent, #26ff73);
    font-weight: 800;
}

.feature-card h3 {
    margin: 36px 0 12px;
    color: #fff;
    font-size: 25px;
}

.feature-card p {
    margin: 0;
    color: rgba(244, 255, 247, .72);
    line-height: 1.65;
}

.dashboard-mock {
    padding: 18px;
}

.mock-top {
    height: 58px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(38, 255, 115, .24), rgba(255, 48, 236, .22), rgba(57, 213, 255, .2));
}

.mock-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.mock-grid div {
    min-height: 118px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 18px;
    background: rgba(0, 0, 0, .18);
}

.mock-grid span,
.mock-grid strong {
    display: block;
}

.mock-grid span {
    color: rgba(255, 255, 255, .58);
}

.mock-grid strong {
    margin-top: 12px;
    color: #fff;
    font-size: 30px;
}

.mock-chart {
    display: flex;
    align-items: end;
    gap: 9px;
    height: 150px;
    margin-top: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 18px;
    background: rgba(0, 0, 0, .18);
}

.mock-chart i {
    flex: 1;
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(180deg, var(--accent, #26ff73), rgba(57, 213, 255, .35));
}

.mock-chart i:nth-child(1) { height: 42%; }
.mock-chart i:nth-child(2) { height: 68%; }
.mock-chart i:nth-child(3) { height: 53%; }
.mock-chart i:nth-child(4) { height: 84%; }
.mock-chart i:nth-child(5) { height: 61%; }
.mock-chart i:nth-child(6) { height: 92%; }

.premium-page {
    width: min(980px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 150px 0 80px;
}

.page-nav {
    position: sticky;
    transform: none;
    left: auto;
    margin: 22px auto 0;
}

.page-hero {
    padding: clamp(28px, 6vw, 58px);
    margin-bottom: 20px;
}

.page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 8vw, 86px);
    line-height: .95;
}

.premium-content {
    padding: clamp(24px, 5vw, 46px);
    color: rgba(244, 255, 247, .82);
    font-size: 18px;
    line-height: 1.75;
}

.premium-content h1,
.premium-content h2,
.premium-content h3 {
    color: #fff;
}

.premium-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 38px 0 46px;
    color: rgba(244, 255, 247, .72);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.premium-footer strong,
.premium-footer a {
    color: #fff;
}

.theme-store {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.theme-store > .button {
    grid-column: 1 / -1;
    justify-self: start;
}

.theme-card {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 260px;
    border: 1px solid #dce6e9;
    border-radius: 8px;
    padding: 14px;
    background: #fff;
    cursor: pointer;
}

.theme-card input {
    position: absolute;
    opacity: 0;
}

.theme-card.active {
    border-color: #12343b;
    box-shadow: 0 0 0 3px rgba(18, 52, 59, .12);
}

.theme-card.locked {
    opacity: .72;
    cursor: not-allowed;
}

.theme-preview {
    min-height: 96px;
    border-radius: 8px;
    background-color: #101114;
    background-position: center;
    background-size: cover;
}

.theme-meta {
    display: grid;
    gap: 5px;
}

.theme-meta strong {
    font-size: 18px;
}

.theme-meta small,
.theme-meta em {
    color: #607076;
}

.theme-meta em {
    font-style: normal;
    line-height: 1.45;
}

.theme-status {
    justify-self: start;
    border-radius: 999px;
    padding: 6px 10px;
    background: #e9f5ed;
    color: #145032;
    font-size: 12px;
    font-weight: 800;
}

.theme-card.locked .theme-status {
    background: #f3e9e9;
    color: #832626;
}

@media (max-width: 980px) {
    .premium-nav {
        position: static;
        transform: none;
        width: calc(100vw - 28px);
        margin: 14px auto 0;
        flex-wrap: wrap;
    }

    .nav-actions {
        width: 100%;
        justify-content: space-between;
    }

    .premium-hero {
        min-height: auto;
        padding-top: 42px;
        padding-bottom: 220px;
    }

    .floating-card {
        display: none;
    }

    .intro-section,
    .showcase-section,
    .feature-band {
        grid-template-columns: 1fr;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .premium-nav nav {
        width: 100%;
        overflow-x: auto;
    }

    .hero-copy h1 {
        font-size: 42px;
    }

    .metric-strip {
        grid-template-columns: 1fr;
        bottom: 18px;
    }

    .mock-grid {
        grid-template-columns: 1fr;
    }
}

/* Cyber Grid theme */
.theme-cyber {
    min-height: 100vh;
    margin: 0;
    background: #020407;
    color: #edf7fb;
    font-family: Arial, Helvetica, sans-serif;
}

.cyber-nav {
    position: fixed;
    z-index: 10;
    inset: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 58px;
    padding: 0 34px;
    border-bottom: 1px solid rgba(180, 220, 230, .16);
    background: rgba(2, 4, 7, .62);
    backdrop-filter: blur(18px);
}

.cyber-logo,
.cyber-nav a {
    color: #edf7fb;
    text-decoration: none;
}

.cyber-logo {
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.cyber-nav nav {
    display: flex;
    gap: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.cyber-actions {
    justify-self: end;
    display: flex;
    gap: 5px;
}

.cyber-actions a {
    border: 1px solid rgba(237, 247, 251, .18);
    border-radius: 4px;
    padding: 7px 9px;
}

.cyber-actions a.active {
    background: rgba(115, 211, 255, .16);
}

.cyber-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(180, 220, 230, .14);
}

.cyber-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
}

.cyber-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(2,4,7,.24), rgba(2,4,7,.74) 74%, #020407);
    background-size: 128px 128px, 128px 128px, auto;
}

.cyber-copy {
    position: relative;
    z-index: 2;
    padding: 118px 5vw 0;
    text-align: center;
}

.cyber-copy p,
.cyber-kicker {
    color: #89d8f5;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cyber-copy h1 {
    margin: 18px 0;
    font-size: clamp(54px, 13vw, 170px);
    line-height: .8;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.cyber-copy span {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    color: rgba(237, 247, 251, .72);
}

.cyber-spec {
    position: absolute;
    z-index: 2;
    bottom: 72px;
    width: 240px;
    border-top: 1px solid rgba(237, 247, 251, .24);
    padding-top: 16px;
    color: rgba(237, 247, 251, .72);
}

.spec-left { left: 5vw; }
.spec-right { right: 5vw; text-align: right; }

.cyber-spec strong {
    display: block;
    color: #fff;
    font-size: 28px;
}

.cyber-panel,
.cyber-page {
    width: min(1120px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 92px 0;
}

.cyber-panel {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 44px;
}

.cyber-panel h2,
.cyber-page h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 7vw, 82px);
    line-height: .95;
    text-transform: uppercase;
}

.cyber-industry-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(237, 247, 251, .14);
}

.cyber-industry-list article {
    min-height: 220px;
    border: 1px solid rgba(237, 247, 251, .08);
    padding: 24px;
    background: rgba(255, 255, 255, .025);
}

.cyber-industry-list span {
    color: #89d8f5;
}

.cyber-industry-list p,
.cyber-page article {
    color: rgba(237, 247, 251, .72);
    line-height: 1.7;
}

/* DigiFunds theme */
.theme-digifunds {
    margin: 0;
    background: #f8f8f6;
    color: #050505;
    font-family: Arial, Helvetica, sans-serif;
}

.funds-nav {
    width: min(1080px, calc(100vw - 36px));
    margin: 24px auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
}

.funds-nav nav,
.funds-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.funds-actions {
    justify-content: flex-end;
}

.funds-nav a {
    color: #050505;
    text-decoration: none;
}

.funds-logo {
    font-weight: 900;
    letter-spacing: 1px;
}

.funds-actions a {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px 12px;
    background: #fff;
}

.funds-actions a.active {
    background: #050505;
    color: #fff;
}

.funds-hero {
    width: min(1080px, calc(100vw - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 26px;
    align-items: end;
}

.funds-headline {
    grid-column: 1 / -1;
}

.funds-headline h1 {
    margin: 22px 0 0;
    font-size: clamp(62px, 15vw, 174px);
    line-height: .8;
    letter-spacing: 0;
}

.funds-headline p {
    width: min(560px, 100%);
    line-height: 1.55;
}

.funds-visual {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.funds-visual img {
    display: block;
    width: 100%;
}

.funds-stats {
    display: grid;
    gap: 14px;
}

.funds-stats article,
.funds-steps article {
    border: 1px solid #e4e4e0;
    border-radius: 8px;
    padding: 22px;
    background: #fff;
}

.funds-stats strong {
    display: block;
    font-size: 38px;
}

.funds-stats span,
.funds-steps p,
.funds-page article {
    color: #555;
    line-height: 1.65;
}

.funds-steps,
.funds-page {
    width: min(1080px, calc(100vw - 36px));
    margin: 82px auto;
}

.funds-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.funds-steps h2 {
    grid-column: 1 / -1;
    font-size: clamp(32px, 6vw, 64px);
    margin: 0 0 12px;
}

.funds-page h1 {
    font-size: clamp(54px, 10vw, 120px);
    margin: 0;
}

/* HostForge theme */
.theme-hostforge {
    margin: 0;
    background: #f2f1e8;
    color: #080b32;
    font-family: Arial, Helvetica, sans-serif;
}

.host-nav {
    width: min(1120px, calc(100vw - 36px));
    margin: 18px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.host-nav nav,
.host-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.host-nav a {
    color: #080b32;
    text-decoration: none;
}

.host-logo {
    font-size: 22px;
    font-weight: 900;
}

.host-actions a {
    border-radius: 4px;
    padding: 8px 10px;
    background: #fff;
}

.host-actions a.active {
    background: #e9413a;
    color: #fff;
}

.host-hero {
    position: relative;
    width: min(1120px, calc(100vw - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
    min-height: 620px;
}

.host-copy {
    position: relative;
    z-index: 2;
}

.host-copy p {
    color: #e9413a;
    font-weight: 800;
}

.host-copy h1 {
    margin: 12px 0;
    max-width: 620px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: .96;
}

.host-copy span {
    display: block;
    max-width: 520px;
    color: #3f4260;
    line-height: 1.65;
}

.host-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.host-buttons a,
.domain-card button {
    border: 0;
    border-radius: 4px;
    padding: 13px 18px;
    background: #e9413a;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.host-buttons a + a {
    background: #fff;
    color: #080b32;
}

.host-hero > img {
    width: 100%;
    align-self: end;
}

.domain-card {
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    width: min(720px, 92vw);
    border: 1px solid #e6e0d7;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(20, 21, 40, .16);
    text-align: center;
}

.domain-card div {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.domain-card input {
    border-color: #eee;
}

.host-features,
.host-page {
    width: min(1120px, calc(100vw - 36px));
    margin: 96px auto;
}

.host-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.host-features h2 {
    grid-column: 1 / -1;
    text-align: center;
    font-size: clamp(30px, 5vw, 54px);
}

.host-features article,
.host-page article {
    border: 1px solid #e6e0d7;
    border-radius: 8px;
    padding: 26px;
    background: #fff;
}

.host-features span {
    color: #e9413a;
    font-weight: 900;
}

.host-page h1 {
    font-size: clamp(48px, 8vw, 92px);
    margin: 0 0 20px;
}

@media (max-width: 900px) {
    .cyber-nav,
    .funds-nav,
    .host-nav {
        position: static;
        display: flex;
        flex-wrap: wrap;
    }

    .cyber-panel,
    .funds-hero,
    .host-hero {
        grid-template-columns: 1fr;
    }

    .cyber-industry-list,
    .funds-steps,
    .host-features {
        grid-template-columns: 1fr;
    }

    .domain-card {
        position: static;
        transform: none;
        margin: 24px auto;
    }
}
