/*
Theme Name: APxIT Theme
Theme URI: https://apxit.pl/
Author: APxIT
Author URI: https://apxit.pl/
Description: Nowy motyw APxIT z panelem klienta, logowaniem i umawianiem spotkan.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: apxit-theme
*/

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 96px;
}

:root {
    --apxit-bg: #f4f7fb;
    --apxit-ink: #111827;
    --apxit-muted: #5b6677;
    --apxit-line: #dce5ef;
    --apxit-blue: #0f62fe;
    --apxit-cyan: #22d3ee;
    --apxit-navy: #081827;
    --apxit-white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    background: var(--apxit-bg);
    color: var(--apxit-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    margin: 0;
}

a {
    color: inherit;
}

.apxit-wrap {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 22px;
}

.apxit-header {
    background: #ffffff;
    border-bottom: 1px solid var(--apxit-line);
    position: sticky;
    top: 0;
    z-index: 20;
}

.apxit-header__inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 76px;
}

.apxit-logo {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.apxit-logo__mark {
    align-items: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(36, 255, 170, .22), transparent 54%),
        rgba(36, 255, 170, .06);
    border: 1px solid rgba(36, 255, 170, .34);
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(36, 255, 170, .16);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.apxit-logo__mark svg {
    height: 31px;
    width: 31px;
}

.apxit-logo__mark path:first-child {
    fill: rgba(36, 255, 170, .1);
    stroke: #24ffaa;
    stroke-width: 2.2;
}

.apxit-logo__mark path:nth-child(2) {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.apxit-logo__mark circle {
    fill: #00d4ff;
    stroke: #02080d;
    stroke-width: 1;
}

.apxit-logo__text {
    display: grid;
    gap: 1px;
    line-height: 1;
}

.apxit-logo__text strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: 0;
}

.apxit-logo__text strong::after {
    color: #24ffaa;
    content: "_";
}

.apxit-logo__text small {
    color: #8bb3aa;
    font-family: Consolas, "Courier New", monospace;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.apxit-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.apxit-nav a {
    color: var(--apxit-muted);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.apxit-nav a:hover {
    color: var(--apxit-blue);
}

.apxit-hero {
    background:
        radial-gradient(circle at 15% 15%, rgba(34, 211, 238, .14), transparent 28%),
        linear-gradient(120deg, #071525 0%, #0b2038 55%, #0d4656 100%);
    color: var(--apxit-white);
    min-height: 760px;
    overflow: hidden;
    padding: 86px 0;
    position: relative;
}

.apxit-hero::before {
    background:
        linear-gradient(90deg, rgba(2, 8, 13, .92) 0%, rgba(2, 8, 13, .74) 48%, rgba(2, 8, 13, .56) 100%),
        radial-gradient(circle at 22% 32%, rgba(36, 255, 170, .13), transparent 34%),
        linear-gradient(90deg, rgba(36, 255, 170, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 255, 170, .06) 1px, transparent 1px);
    background-size: auto, auto, 56px 56px, 56px 56px;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.apxit-hero-bg-photo {
    filter: saturate(1.05) contrast(1.08);
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: .72;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.apxit-hero__content {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
    min-height: 590px;
    position: relative;
    z-index: 1;
}

.apxit-hero__copy {
    max-width: 760px;
}

.apxit-hero__visual {
    min-height: 480px;
    position: relative;
}

.apxit-hero-photo {
    border: 1px solid rgba(36, 255, 170, .24);
    border-radius: 8px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .42);
    inset: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.apxit-hero-photo::after {
    background:
        linear-gradient(90deg, rgba(2, 8, 13, .3), rgba(2, 8, 13, .74)),
        radial-gradient(circle at 72% 30%, rgba(36, 255, 170, .18), transparent 34%);
    content: "";
    inset: 0;
    position: absolute;
}

.apxit-hero-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.apxit-network {
    animation: apxitFloat 8s ease-in-out infinite;
    background:
        linear-gradient(90deg, rgba(34, 211, 238, .14) 1px, transparent 1px),
        linear-gradient(180deg, rgba(34, 211, 238, .14) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(15, 98, 254, .3), transparent 58%);
    background-size: 44px 44px, 44px 44px, auto;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .34);
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.apxit-network::before,
.apxit-network::after {
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, .7), transparent);
    content: "";
    height: 2px;
    left: -20%;
    position: absolute;
    right: -20%;
}

.apxit-network::before {
    animation: apxitScan 4.5s linear infinite;
    top: 32%;
}

.apxit-network::after {
    animation: apxitScan 6s linear infinite reverse;
    top: 68%;
}

.apxit-network span {
    animation: apxitPulse 2.8s ease-in-out infinite;
    background: #22d3ee;
    border-radius: 999px;
    box-shadow: 0 0 26px rgba(34, 211, 238, .9);
    height: 12px;
    position: absolute;
    width: 12px;
}

.apxit-network span:nth-child(1) { left: 18%; top: 20%; }
.apxit-network span:nth-child(2) { left: 76%; top: 26%; animation-delay: .4s; }
.apxit-network span:nth-child(3) { left: 44%; top: 46%; animation-delay: .8s; }
.apxit-network span:nth-child(4) { left: 24%; top: 76%; animation-delay: 1.2s; }
.apxit-network span:nth-child(5) { left: 68%; top: 70%; animation-delay: 1.6s; }
.apxit-network span:nth-child(6) { left: 86%; top: 54%; animation-delay: 2s; }

.apxit-kicker {
    color: var(--apxit-cyan);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.apxit-hero .apxit-kicker {
    color: #73f2e7;
}

h1,
.apxit-title {
    font-size: clamp(44px, 6vw, 78px);
    line-height: 1.02;
    margin: 0 0 22px;
}

h2 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
    margin: 0 0 18px;
}

.apxit-lead {
    color: rgba(255, 255, 255, .86);
    font-size: 21px;
    max-width: 680px;
}

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

.apxit-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none;
}

.apxit-btn--primary {
    background: var(--apxit-blue);
    color: #ffffff;
}

.apxit-btn--light {
    background: #ffffff;
    border-color: var(--apxit-line);
    color: var(--apxit-ink);
}

.apxit-proof {
    background: rgba(8, 24, 39, .86);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    bottom: -34px;
    display: flex;
    gap: 1px;
    left: 28px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 28px;
    backdrop-filter: blur(12px);
}

.apxit-proof div {
    background: rgba(255, 255, 255, .09);
    flex: 1;
    padding: 20px;
}

.apxit-proof dt {
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.apxit-proof dd {
    color: rgba(255, 255, 255, .82);
    margin: 8px 0 0;
}

.apxit-section {
    padding: 82px 0;
}

.apxit-section--intro {
    background: #ffffff;
    border-bottom: 1px solid var(--apxit-line);
    padding: 54px 0;
}

.apxit-intro {
    align-items: end;
    display: grid;
    gap: 38px;
    grid-template-columns: 1fr .8fr;
}

.apxit-intro h2 {
    margin-bottom: 0;
    max-width: 760px;
}

.apxit-intro > p {
    color: var(--apxit-muted);
    font-size: 18px;
    margin: 0;
}

.apxit-section-head {
    margin-bottom: 30px;
    max-width: 760px;
}

.apxit-section-head p:not(.apxit-kicker) {
    color: #8bb3aa;
    font-size: 18px;
}

.apxit-section--services {
    background: var(--apxit-bg);
}

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

.apxit-card,
.apxit-form,
.apxit-dashboard,
.apxit-content-box {
    background: var(--apxit-white);
    border: 1px solid var(--apxit-line);
    border-radius: 8px;
}

.apxit-card {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
    min-height: 230px;
    padding: 24px;
}

.apxit-card__mark {
    background: linear-gradient(135deg, var(--apxit-blue), var(--apxit-cyan));
    border-radius: 999px;
    display: block;
    height: 10px;
    margin-bottom: 24px;
    width: 44px;
}

.apxit-card h3 {
    font-size: 21px;
    margin: 0 0 10px;
}

.apxit-card p,
.apxit-split p,
.apxit-dashboard p,
.apxit-form-shell p,
.apxit-auth p,
.apxit-muted {
    color: var(--apxit-muted);
    margin-top: 0;
}

.apxit-split,
.apxit-auth,
.apxit-form-shell {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr);
}

.apxit-section--dark {
    background: #081827;
    color: #ffffff;
}

.apxit-process {
    display: grid;
    gap: 46px;
    grid-template-columns: .75fr 1.25fr;
}

.apxit-process p {
    color: rgba(255, 255, 255, .72);
}

.apxit-steps {
    counter-reset: apxit-step;
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.apxit-steps li {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 72px 1fr;
    padding: 22px;
}

.apxit-steps span {
    color: var(--apxit-cyan);
    font-size: 28px;
    font-weight: 900;
    grid-row: span 2;
}

.apxit-steps strong {
    font-size: 20px;
}

.apxit-steps p {
    margin: 0;
}

.apxit-section--portal {
    background: #ffffff;
}

.apxit-portal {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: .95fr 1.05fr;
}

.apxit-portal__copy {
    max-width: 620px;
}

.apxit-portal__copy p {
    color: var(--apxit-muted);
    font-size: 18px;
}

.apxit-portal__panel {
    background: linear-gradient(145deg, #0e1f35, #124766);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(8, 24, 39, .26);
    color: #ffffff;
    padding: 28px;
}

.apxit-mini-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 34px;
}

.apxit-mini-bar span {
    background: rgba(255, 255, 255, .35);
    border-radius: 999px;
    height: 10px;
    width: 10px;
}

.apxit-portal__panel strong {
    display: block;
    font-size: 32px;
    margin-bottom: 6px;
}

.apxit-portal__panel p {
    color: rgba(255, 255, 255, .74);
    margin: 0 0 28px;
}

.apxit-mini-row {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

.apxit-mini-row span {
    color: rgba(255, 255, 255, .7);
}

.apxit-mini-status {
    background: rgba(34, 211, 238, .15);
    border: 1px solid rgba(34, 211, 238, .35);
    border-radius: 6px;
    color: #a5f3fc;
    font-weight: 900;
    margin-top: 20px;
    padding: 14px;
}

.apxit-section--cta {
    background: #eef6ff;
}

.apxit-cta {
    text-align: center;
}

.apxit-cta p {
    color: var(--apxit-muted);
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}

.apxit-page {
    min-height: 70vh;
    padding: 70px 0;
}

.apxit-dashboard {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px;
}

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

.apxit-auth__forms--inline {
    align-items: stretch;
}

.apxit-form {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.apxit-form h2 {
    margin: 0;
}

.apxit-form label {
    display: grid;
    font-size: 14px;
    font-weight: 900;
    gap: 7px;
}

.apxit-form input,
.apxit-form select,
.apxit-form textarea {
    border: 1px solid var(--apxit-line);
    border-radius: 6px;
    color: var(--apxit-ink);
    font: inherit;
    padding: 12px 13px;
    width: 100%;
}

.apxit-form textarea {
    resize: vertical;
}

.apxit-note {
    color: var(--apxit-muted);
    font-size: 13px;
    margin: 0;
}

.apxit-section--booking {
    background: #f8fbff;
}

.apxit-section--contact {
    background: #ffffff;
}

.apxit-contact {
    display: grid;
    gap: 46px;
    grid-template-columns: .8fr 1.2fr;
}

.apxit-contact > div > p {
    color: var(--apxit-muted);
    font-size: 18px;
}

.apxit-contact-data {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.apxit-contact-data a,
.apxit-contact-data span {
    background: #f4f7fb;
    border: 1px solid var(--apxit-line);
    border-radius: 6px;
    color: var(--apxit-ink);
    font-weight: 900;
    padding: 14px 16px;
    text-decoration: none;
}

.apxit-contact-form {
    box-shadow: 0 28px 70px rgba(15, 23, 42, .1);
}

.apxit-map iframe {
    border: 0;
    display: block;
    filter: saturate(.8) contrast(1.05);
    height: 420px;
    width: 100%;
}

/* Cyber / Matrix visual layer */
body {
    background: #02080d;
    color: #e8fff8;
}

.apxit-header {
    background: rgba(2, 8, 13, .92);
    border-bottom-color: rgba(36, 255, 170, .18);
    backdrop-filter: blur(18px);
}

.apxit-logo {
    color: #fff;
}

.apxit-logo::after {
    color: #24ffaa;
    content: "_";
}

.apxit-nav a {
    color: #b8d8d1;
}

.apxit-nav a:hover {
    color: #24ffaa;
    text-shadow: 0 0 16px rgba(36, 255, 170, .65);
}

.apxit-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(36, 255, 170, .2), transparent 30%),
        radial-gradient(circle at 80% 30%, rgba(0, 212, 255, .16), transparent 28%),
        linear-gradient(120deg, #02080d 0%, #061b22 55%, #02080d 100%);
}

.apxit-hero::before {
    animation: apxitGridMove 18s linear infinite;
    background-image:
        linear-gradient(rgba(36, 255, 170, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 255, 170, .08) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    inset: 0;
    opacity: .38;
    position: absolute;
}

.apxit-hero::after {
    background: linear-gradient(180deg, transparent 0%, rgba(2, 8, 13, .9) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.apxit-matrix-bg {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.apxit-matrix-bg span {
    animation: apxitCodeFall 14s linear infinite;
    color: rgba(36, 255, 170, .22);
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    position: absolute;
    text-shadow: 0 0 18px rgba(36, 255, 170, .42);
    top: -120px;
    writing-mode: vertical-rl;
}

.apxit-matrix-bg span:nth-child(1) { left: 8%; animation-delay: 0s; }
.apxit-matrix-bg span:nth-child(2) { left: 28%; animation-delay: 2s; }
.apxit-matrix-bg span:nth-child(3) { left: 54%; animation-delay: 4s; }
.apxit-matrix-bg span:nth-child(4) { left: 76%; animation-delay: 1s; }
.apxit-matrix-bg span:nth-child(5) { left: 91%; animation-delay: 6s; }

.apxit-hero__content {
    z-index: 2;
}

.apxit-kicker {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
}

.apxit-btn {
    border-radius: 4px;
}

.apxit-btn--primary {
    background: linear-gradient(135deg, #24ffaa, #00d4ff);
    box-shadow: 0 0 28px rgba(36, 255, 170, .24);
    color: #02080d;
}

.apxit-btn--light {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(36, 255, 170, .32);
    color: #e8fff8;
}

.apxit-terminal {
    background: rgba(2, 8, 13, .82);
    border: 1px solid rgba(36, 255, 170, .28);
    border-radius: 8px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, .48), inset 0 0 40px rgba(36, 255, 170, .04);
    margin: 34px;
    max-width: 460px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.apxit-terminal__top {
    align-items: center;
    background: rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(36, 255, 170, .18);
    display: flex;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
}

.apxit-terminal__top span {
    background: #24ffaa;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(36, 255, 170, .7);
    height: 10px;
    width: 10px;
}

.apxit-terminal pre {
    color: #baffdf;
    font-family: Consolas, "Courier New", monospace;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 24px;
    white-space: pre-wrap;
}

.apxit-network--matrix {
    opacity: .38;
    transform: translate(26px, 26px);
    z-index: 2;
}

.apxit-proof {
    background: rgba(2, 8, 13, .9);
    border-color: rgba(36, 255, 170, .25);
    box-shadow: 0 0 36px rgba(36, 255, 170, .08);
    isolation: isolate;
    z-index: 3;
}

.apxit-proof::before {
    animation: apxitProofScan 3.8s linear infinite;
    background: linear-gradient(90deg, transparent, rgba(36, 255, 170, .24), transparent);
    content: "";
    height: 1px;
    left: -40%;
    position: absolute;
    right: -40%;
    top: 0;
    z-index: -1;
}

.apxit-proof dt {
    animation: apxitNumberGlow 2.8s ease-in-out infinite;
}

.apxit-proof div:nth-child(2) dt {
    animation-delay: .35s;
}

.apxit-proof div:nth-child(3) dt {
    animation-delay: .7s;
}

.apxit-proof small {
    align-items: center;
    color: #24ffaa;
    display: flex;
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    gap: 7px;
    margin-top: 12px;
}

.apxit-proof small i {
    animation: apxitStatusPulse 1.4s ease-in-out infinite;
    background: #24ffaa;
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(36, 255, 170, .85);
    display: inline-block;
    height: 7px;
    width: 7px;
}

.apxit-section--intro,
.apxit-section--dark,
.apxit-section--cta {
    background: #02080d;
}

.apxit-section--services,
.apxit-section--contact {
    background:
        radial-gradient(circle at 20% 0%, rgba(36, 255, 170, .08), transparent 34%),
        #041018;
}

.apxit-card,
.apxit-form,
.apxit-content-box {
    background: rgba(255, 255, 255, .035);
    border-color: rgba(36, 255, 170, .18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.apxit-card:hover {
    border-color: rgba(36, 255, 170, .45);
    box-shadow: 0 0 34px rgba(36, 255, 170, .08), 0 24px 70px rgba(0, 0, 0, .3);
    transform: translateY(-4px);
}

.apxit-card p,
.apxit-split p,
.apxit-dashboard p,
.apxit-form-shell p,
.apxit-auth p,
.apxit-muted,
.apxit-contact > div > p,
.apxit-cta p,
.apxit-intro > p {
    color: #8bb3aa;
}

.apxit-contact-data a,
.apxit-contact-data span {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(36, 255, 170, .18);
    color: #e8fff8;
}

.apxit-form input,
.apxit-form select,
.apxit-form textarea {
    background: rgba(2, 8, 13, .72);
    border-color: rgba(36, 255, 170, .2);
    color: #e8fff8;
}

.apxit-map iframe {
    filter: grayscale(1) invert(.9) hue-rotate(120deg) saturate(1.3) contrast(1.05);
}

.apxit-service-main {
    background:
        linear-gradient(135deg, rgba(36,255,170,.12), rgba(0,212,255,.06)),
        rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.22);
    border-radius: 8px;
    display: grid;
    gap: 34px;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 18px;
    padding: 34px;
}

.apxit-service-label {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.apxit-service-main h3 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    margin: 14px 0 16px;
}

.apxit-service-main p {
    color: #b8d8d1;
    font-size: 18px;
}

.apxit-service-checks {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.apxit-service-checks span {
    background: rgba(2,8,13,.54);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 6px;
    color: #d9fff2;
    font-weight: 900;
    padding: 12px 14px;
}

.apxit-service-checks span::before {
    color: #24ffaa;
    content: ">";
    font-family: Consolas, "Courier New", monospace;
    margin-right: 8px;
}

.apxit-service-console {
    align-self: stretch;
    background: #02080d;
    border: 1px solid rgba(36,255,170,.26);
    border-radius: 8px;
    box-shadow: inset 0 0 40px rgba(36,255,170,.05);
    display: grid;
    align-content: center;
    padding: 28px;
}

.apxit-service-console div {
    border-bottom: 1px solid rgba(36,255,170,.18);
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
    font-weight: 900;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.apxit-service-console code {
    color: #baffdf;
    font-family: Consolas, "Courier New", monospace;
    font-size: 17px;
    line-height: 1.9;
}

.apxit-service-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apxit-service-grid article,
.apxit-packages article {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 8px;
    padding: 24px;
}

.apxit-service-grid strong {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
}

.apxit-service-grid h3,
.apxit-packages h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.18;
    margin: 18px 0 10px;
}

.apxit-service-grid p,
.apxit-packages p,
.apxit-packages li {
    color: #8bb3aa;
}

.apxit-packages {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.apxit-packages article {
    min-height: 260px;
}

.apxit-package-featured {
    border-color: rgba(36,255,170,.52) !important;
    box-shadow: 0 0 38px rgba(36,255,170,.09);
}

.apxit-packages ul {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding-left: 18px;
}

.apxit-section--projects {
    background:
        radial-gradient(circle at 78% 10%, rgba(0, 212, 255, .11), transparent 30%),
        #02080d;
}

.apxit-section--photos {
    background:
        linear-gradient(180deg, #02080d 0%, #041018 100%);
    border-top: 1px solid rgba(36,255,170,.12);
}

.apxit-photo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.apxit-photo-card {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 8px;
    overflow: hidden;
}

.apxit-photo-card img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.apxit-photo-card figcaption {
    color: #d9fff2;
    font-size: 14px;
    font-weight: 900;
    padding: 14px 16px;
}

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

.apxit-project {
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    border: 1px solid rgba(36, 255, 170, .2);
    border-radius: 8px;
    min-height: 360px;
    padding: 26px;
    position: relative;
    overflow: hidden;
}

.apxit-project::before {
    background: linear-gradient(90deg, transparent, rgba(36,255,170,.35), transparent);
    content: "";
    height: 1px;
    left: -30%;
    position: absolute;
    right: -30%;
    top: 0;
}

.apxit-project > span {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
}

.apxit-project h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    margin: 18px 0 12px;
}

.apxit-project p,
.apxit-project li {
    color: #8bb3aa;
}

.apxit-project ul {
    border-top: 1px solid rgba(36, 255, 170, .16);
    display: grid;
    gap: 8px;
    margin: 22px 0 0;
    padding: 18px 0 0 18px;
}

.apxit-section--trust {
    background: #041018;
}

.apxit-trust {
    display: grid;
    gap: 42px;
    grid-template-columns: .9fr 1.1fr;
}

.apxit-testimonials {
    display: grid;
    gap: 16px;
}

.apxit-testimonials blockquote {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(36,255,170,.18);
    border-left: 4px solid #24ffaa;
    border-radius: 8px;
    margin: 0;
    padding: 24px;
}

.apxit-testimonials p {
    color: #d9fff2;
    font-size: 18px;
    margin: 0 0 14px;
}

.apxit-testimonials cite {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
    font-style: normal;
    font-weight: 900;
}

.apxit-section--stack {
    background: #02080d;
    border-bottom: 1px solid rgba(36,255,170,.12);
    border-top: 1px solid rgba(36,255,170,.12);
    padding: 46px 0;
}

.apxit-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.apxit-stack span {
    background: rgba(36,255,170,.07);
    border: 1px solid rgba(36,255,170,.24);
    border-radius: 999px;
    color: #d9fff2;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
}

.apxit-section--audience {
    background: #041018;
}

.apxit-audience {
    display: grid;
    gap: 42px;
    grid-template-columns: .9fr 1.1fr;
}

.apxit-audience > div > p,
.apxit-area p {
    color: #8bb3aa;
    font-size: 18px;
}

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

.apxit-audience-grid article {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 8px;
    padding: 22px;
}

.apxit-audience-grid strong {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}

.apxit-audience-grid span {
    color: #8bb3aa;
}

.apxit-section--area {
    background: #02080d;
    border-bottom: 1px solid rgba(36,255,170,.12);
    border-top: 1px solid rgba(36,255,170,.12);
    padding: 54px 0;
}

.apxit-area {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: .7fr 1.3fr;
}

.apxit-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.apxit-area-tags span {
    background: rgba(0,212,255,.07);
    border: 1px solid rgba(0,212,255,.22);
    border-radius: 999px;
    color: #d9fff2;
    font-weight: 900;
    padding: 10px 14px;
}

.apxit-section--seo {
    background:
        radial-gradient(circle at 15% 10%, rgba(36,255,170,.09), transparent 28%),
        #041018;
}

.apxit-seo-content {
    display: grid;
    gap: 32px;
    grid-template-columns: .9fr 1.1fr;
}

.apxit-seo-content p {
    color: #a8c8c2;
    font-size: 18px;
}

.apxit-seo-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apxit-seo-list article {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 8px;
    padding: 22px;
}

.apxit-seo-list strong {
    color: #ffffff;
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
}

.apxit-seo-list span {
    color: #8bb3aa;
    display: block;
}

.apxit-consent {
    align-items: start;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 18px 1fr;
    font-weight: 700 !important;
}

.apxit-consent input {
    margin-top: 4px;
    width: auto !important;
}

.apxit-consent span {
    color: #8bb3aa;
}

.apxit-section--faq {
    background:
        radial-gradient(circle at 15% 15%, rgba(36,255,170,.08), transparent 32%),
        #02080d;
}

.apxit-faq {
    display: grid;
    gap: 42px;
    grid-template-columns: .75fr 1.25fr;
}

.apxit-faq-list {
    display: grid;
    gap: 12px;
}

.apxit-faq-list details {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(36,255,170,.18);
    border-radius: 8px;
    padding: 20px;
}

.apxit-faq-list summary {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
}

.apxit-faq-list p {
    color: #8bb3aa;
    margin: 14px 0 0;
}

.apxit-footer a {
    color: #d9fff2;
}

@keyframes apxitGridMove {
    from { transform: translateY(0); }
    to { transform: translateY(52px); }
}

@keyframes apxitCodeFall {
    0% { transform: translateY(-20%); opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: .8; }
    100% { transform: translateY(120vh); opacity: 0; }
}

@keyframes apxitProofScan {
    0% { transform: translateX(-30%); opacity: 0; }
    20%, 80% { opacity: 1; }
    100% { transform: translateX(30%); opacity: 0; }
}

@keyframes apxitNumberGlow {
    0%, 100% { text-shadow: none; transform: translateY(0); }
    50% { text-shadow: 0 0 22px rgba(36, 255, 170, .45); transform: translateY(-2px); }
}

@keyframes apxitStatusPulse {
    0%, 100% { opacity: .55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.55); }
}

@media (max-width: 860px) {
    .apxit-projects,
    .apxit-photo-grid,
    .apxit-trust,
    .apxit-service-main,
    .apxit-service-grid,
    .apxit-packages,
    .apxit-service-checks,
    .apxit-audience,
    .apxit-audience-grid,
    .apxit-area,
    .apxit-seo-content,
    .apxit-seo-list,
    .apxit-faq {
        grid-template-columns: 1fr;
    }
}

.apxit-login-required {
    padding: 28px;
}

.apxit-login-required h3 {
    font-size: 26px;
    margin: 0 0 10px;
}

.apxit-login-required p {
    color: var(--apxit-muted);
}

.apxit-footer {
    background: #101828;
    color: #ffffff;
    padding: 34px 0;
}

.apxit-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.apxit-footer p {
    color: rgba(255, 255, 255, .74);
    margin: 0;
}

@media (max-width: 860px) {
    .apxit-hero__content,
    .apxit-grid,
    .apxit-intro,
    .apxit-process,
    .apxit-portal,
    .apxit-contact,
    .apxit-split,
    .apxit-auth,
    .apxit-form-shell,
    .apxit-auth__forms {
        grid-template-columns: 1fr;
    }

    .apxit-hero {
        min-height: auto;
    }

    .apxit-hero__content {
        min-height: auto;
        padding-bottom: 48px;
    }

    .apxit-proof {
        align-self: auto;
        display: grid;
        left: 12px;
        position: relative;
        right: auto;
        bottom: auto;
        margin: -22px 12px 0;
    }

    .apxit-hero__visual {
        min-height: 320px;
    }

    .apxit-steps li {
        grid-template-columns: 1fr;
    }

    .apxit-dashboard,
    .apxit-header__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .apxit-header__inner {
        padding: 16px 22px;
    }
}

@keyframes apxitFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes apxitScan {
    0% { transform: translateX(-30%); opacity: 0; }
    20%, 80% { opacity: 1; }
    100% { transform: translateX(30%); opacity: 0; }
}

@keyframes apxitPulse {
    0%, 100% { transform: scale(1); opacity: .7; }
    50% { transform: scale(1.8); opacity: 1; }
}

.apxit-ai-agent {
    bottom: 22px;
    position: fixed;
    right: 22px;
    z-index: 2147483647;
}

.apxit-ai-agent__state {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.apxit-ai-agent__toggle {
    align-items: center;
    background: linear-gradient(135deg, #24ffaa, #00d4ff);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0 34px rgba(36, 255, 170, .34);
    color: #02080d;
    cursor: pointer;
    display: inline-flex;
    font-weight: 950;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
}

.apxit-ai-agent__toggle span {
    animation: apxitStatusPulse 1.5s ease-in-out infinite;
    background: #02080d;
    border-radius: 999px;
    height: 10px;
    width: 10px;
}

.apxit-ai-agent__panel {
    background: rgba(2, 8, 13, .96);
    border: 1px solid rgba(36, 255, 170, .28);
    border-radius: 8px;
    bottom: 70px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .46), 0 0 44px rgba(36, 255, 170, .12);
    color: #e8fff8;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: min(380px, calc(100vw - 32px));
}

.apxit-ai-agent--open .apxit-ai-agent__panel,
.apxit-ai-agent__state:checked ~ .apxit-ai-agent__panel {
    display: block;
}

.apxit-ai-agent__panel header {
    align-items: center;
    background: rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(36, 255, 170, .18);
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.apxit-ai-agent__panel header strong {
    display: block;
}

.apxit-ai-agent__panel header small {
    color: #24ffaa;
    font-family: Consolas, "Courier New", monospace;
    font-size: 11px;
}

.apxit-ai-agent__panel header button,
.apxit-ai-agent__panel header label {
    background: transparent;
    border: 0;
    color: #e8fff8;
    cursor: pointer;
    font-size: 24px;
}

.apxit-ai-agent__messages {
    display: grid;
    gap: 10px;
    max-height: 310px;
    overflow-y: auto;
    padding: 16px;
}

.apxit-ai-agent__messages p {
    border-radius: 8px;
    line-height: 1.45;
    margin: 0;
    padding: 11px 12px;
}

.apxit-ai-agent__bot {
    background: rgba(36, 255, 170, .08);
    border: 1px solid rgba(36, 255, 170, .18);
    color: #d9fff2;
}

.apxit-ai-agent__user {
    background: rgba(0, 212, 255, .12);
    border: 1px solid rgba(0, 212, 255, .22);
    color: #ffffff;
    justify-self: end;
}

.apxit-ai-agent__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 14px;
}

.apxit-ai-agent__chips button,
.apxit-ai-agent__contact {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(36, 255, 170, .2);
    border-radius: 999px;
    color: #d9fff2;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 10px;
}

.apxit-ai-agent form {
    border-top: 1px solid rgba(36, 255, 170, .16);
    display: grid;
    gap: 10px;
    padding: 14px 16px;
}

.apxit-ai-agent textarea {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(36, 255, 170, .2);
    border-radius: 6px;
    color: #e8fff8;
    font: inherit;
    padding: 10px;
    resize: vertical;
}

.apxit-ai-agent form button {
    background: linear-gradient(135deg, #24ffaa, #00d4ff);
    border: 0;
    border-radius: 6px;
    color: #02080d;
    cursor: pointer;
    font-weight: 950;
    min-height: 42px;
}

.apxit-ai-agent__contact {
    border-radius: 0;
    display: block;
    width: 100%;
}

@media (max-width: 640px) {
    .apxit-ai-agent {
        bottom: 14px;
        right: 14px;
    }
}
