/* ===================================================================
   VERA IT — Human / professional layer (open colors)
   Light, airy surfaces + one clear accent. No gray slabs, no AI gradients.
   body.site-saas.site-human — load last
   =================================================================== */

body.site-saas.site-human {
    --human-ink: #0f172a;
    --human-ink-soft: #334155;
    --human-ink-muted: #64748b;
    --human-accent: #2563eb;
    --human-accent-hover: #1d4ed8;
    --human-accent-soft: #eff6ff;
    --human-accent-border: rgba(37, 99, 235, 0.18);
    --human-purple: #9333EA;
    --human-purple-hover: #7E22CE;
    --human-purple-strong: #A855F7;
    --human-purple-deep: #6B21A8;
    --human-purple-soft: rgba(147, 51, 234, 0.14);
    --human-surface: #ffffff;
    --human-surface-open: #f5f9ff;
    --human-surface-warm: #f8fafc;
    --human-surface-tint: #eef4ff;
    --human-border: rgba(37, 99, 235, 0.1);
    --human-border-strong: rgba(37, 99, 235, 0.16);

    --saas-ink: var(--human-ink);
    --saas-ink-soft: var(--human-ink-soft);
    --saas-ink-muted: var(--human-ink-muted);
    --saas-surface: var(--human-surface);
    --saas-surface-subtle: var(--human-surface-open);
    --saas-surface-muted: var(--human-accent-soft);
    --saas-border: var(--human-border);
    --saas-border-strong: var(--human-border-strong);
    --saas-accent: var(--human-accent);
    --saas-accent-2: #3b82f6;
    --saas-accent-3: var(--human-accent);
    --saas-gradient: var(--human-accent);
    --saas-gradient-soft: var(--human-accent-soft);
    --saas-glow: none;
    --saas-glow-lg: none;
    --saas-live: #16a34a;
    --radius-saas: 8px;
    --radius-saas-lg: 10px;
    --radius-saas-xl: 12px;

    --vera-ink: var(--human-ink);
    --vera-ink-soft: var(--human-ink-soft);
    --vera-ink-muted: var(--human-ink-muted);
    --vera-btn: var(--human-accent);
    --vera-btn-hover: var(--human-accent-hover);
    --vera-link: var(--human-accent);
}

body.site-human {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--human-surface);
    color: var(--human-ink);
}

/* —— Remove template chrome (keep color in layout, not decoration) —— */
body.site-human .studio-strip,
body.site-human .products-studio__bg,
body.site-human .about-us__bg,
body.site-human .founder-section__bg,
body.site-human .engineering-section__bg,
body.site-human .services__bg,
body.site-human .process__bg,
body.site-human .techstack__bg,
body.site-human .portfolio__bg,
body.site-human .testimonials__bg,
body.site-human .faq__bg,
body.site-human .contact__bg,
body.site-human .product-tile__glow,
body.site-human .ref-tile__glow,
body.site-human .service-tile__glow,
body.site-human .testimonial-rating,
body.site-human .products-studio__badge,
body.site-human .about-us__badge,
body.site-human .founder-section__badge,
body.site-human .engineering-section__badge,
body.site-human .services__badge,
body.site-human .process__badge,
body.site-human .techstack__badge,
body.site-human .portfolio__badge,
body.site-human .faq__badge,
body.site-human .contact__badge,
body.site-human .section-badge,
body.site-human .products-studio__metric,
body.site-human .portfolio__metric,
body.site-human .services__metric,
body.site-human .trust-badges--modern::before,
body.site-human .trust-badges--modern::after {
    display: none !important;
}

body.site-human .hero.hero--modern:not(.hero--human-blue)::before,
body.site-human .hero.hero--modern:not(.hero--human-blue)::after {
    display: none !important;
}

/* —— Nav — cake.com tamna —— */
body.site-saas.site-human .navbar,
body.site-human .navbar {
    background: rgba(4, 8, 18, 0.88) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: none !important;
}

body.site-saas.site-human .navbar.scrolled,
body.site-human .navbar.scrolled {
    background: rgba(4, 8, 18, 0.96) !important;
    box-shadow: none !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

body.site-human .nav-container {
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px;
    position: relative;
}

body.site-human .nav-brand {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

body.site-human .nav-brand .logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 4px 0;
}

@media (min-width: 769px) {
    body.site-human .nav-menu {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        flex: none;
        justify-content: center;
        gap: 6px;
        z-index: 1;
    }

    body.site-human .nav-link {
        padding: 10px 12px !important;
    }
}

body.site-human .nav-actions {
    position: static !important;
    transform: none !important;
    flex-shrink: 0;
    z-index: 2;
}

body.site-human .nav-link {
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

body.site-human .nav-link:hover,
body.site-human .nav-link.active {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff !important;
}

body.site-human .dropdown-icon {
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 769px) {
    /* Homepage: beli dropdown — label i linkovi tamni */
    body.site-human:not(.page-sub) .nav-dropdown__label {
        color: rgba(15, 23, 42, 0.45) !important;
    }

    body.site-human:not(.page-sub) .dropdown-menu li a {
        color: rgba(15, 23, 42, 0.78) !important;
    }

    body.site-human:not(.page-sub) .dropdown-menu li a:hover {
        background: rgba(15, 23, 42, 0.05) !important;
        color: #0f172a !important;
    }
}

body.site-human .logo-img--nav {
    height: 28px !important;
    width: auto !important;
    filter: none !important;
    display: block;
}

body.site-human .logo-img--nav.logo-img--invert {
    filter: brightness(0) invert(1) !important;
}

body.site-human .nav-brand .logo-link:hover .logo-img--nav {
    opacity: 0.85;
    transform: none;
}

body.site-human:not(.page-sub) .nav-actions .btn-primary {
    background: var(--human-purple) !important;
    border: 1px solid var(--human-purple) !important;
    box-shadow: 0 4px 16px rgba(98, 37, 230, 0.35) !important;
    border-radius: 999px !important;
    filter: none !important;
    padding: 7px 16px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    color: #fff !important;
}

body.site-human:not(.page-sub) .nav-actions .btn-primary:hover {
    background: var(--human-purple-hover) !important;
    border-color: var(--human-purple-hover) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 22px rgba(98, 37, 230, 0.45) !important;
    color: #fff !important;
}

body.site-human.page-sub .nav-actions .btn-primary {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    box-shadow: none !important;
    border-radius: 999px !important;
    filter: none !important;
    padding: 7px 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

body.site-human.page-sub .nav-actions .btn-primary:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

body.site-human .nav-toggle span {
    background: rgba(255, 255, 255, 0.9) !important;
}

@media (max-width: 768px) {
    body.site-human .nav-menu {
        background: rgba(4, 8, 18, 0.98) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.site-human .dropdown-menu {
        background: rgba(12, 18, 32, 0.98) !important;
        border-color: rgba(255, 255, 255, 0.08) !important;
    }

    body.site-human .dropdown-menu li a {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    body.site-human .dropdown-menu li a:hover {
        background: rgba(255, 255, 255, 0.06) !important;
        color: #fff !important;
    }
}

/* —— Hero —— */
body.site-human .hero.hero--modern:not(.hero--human-blue) {
    background: linear-gradient(180deg, #ffffff 0%, var(--human-surface-open) 100%) !important;
}

@media (max-width: 960px) {
    body.site-human .hero.hero--human-blue.hero--split {
        justify-content: flex-start !important;
        align-items: stretch !important;
        overflow: visible !important;
    }

    body.site-human .hero-blue.hero-blue--split {
        justify-content: flex-start !important;
        padding-top: calc(76px + env(safe-area-inset-top, 0px) + 52px) !important;
    }
}

body.site-human .hero-kicker {
    background: var(--human-accent-soft) !important;
    border: 1px solid var(--human-accent-border) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--human-accent) !important;
    border-radius: 100px !important;
}

body.site-human .hero-kicker::before {
    display: block !important;
    background: var(--human-accent) !important;
    box-shadow: none !important;
}

body.site-human .hero-title-line--accent {
    background: none !important;
    -webkit-text-fill-color: var(--human-accent) !important;
    color: var(--human-accent) !important;
}

body.site-human .hero-cta .btn-primary,
body.site-human .btn-primary {
    background: var(--human-accent) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    filter: none !important;
}

body.site-human .hero-cta .btn-primary:hover,
body.site-human .btn-primary:hover {
    background: var(--human-accent-hover) !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
}

body.site-human .hero-cta .btn-secondary,
body.site-human .btn-secondary {
    background: #fff !important;
    color: var(--human-ink) !important;
    border: 1px solid var(--human-border-strong) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

body.site-human .hero-cta .btn-secondary:hover,
body.site-human .btn-secondary:hover {
    background: var(--human-accent-soft) !important;
    border-color: var(--human-accent-border) !important;
    color: var(--human-accent) !important;
    transform: none !important;
}

body.site-human .hero-proof__item {
    background: #fff !important;
    border: 1px solid var(--human-border-strong) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.site-human .hero-proof__item strong {
    color: var(--human-accent) !important;
}

/* Terminal — readable, soft syntax color */
body.site-human .hero-terminal,
body.site-human .hero-ops-panel {
    border-radius: 10px !important;
    border: 1px solid var(--human-border-strong) !important;
    box-shadow: 0 4px 24px rgba(37, 99, 235, 0.08) !important;
}

body.site-human .hero-terminal .t-acc,
body.site-human .hero-terminal .t-blu {
    color: #60a5fa !important;
}

body.site-human .hero-terminal .t-ok,
body.site-human .hero-terminal .t-grn {
    color: #4ade80 !important;
}

body.site-human .hero-denis-inbox__badge-dot {
    background: var(--human-accent) !important;
    box-shadow: none !important;
}

/* —— Firm bar — open light band —— */
body.site-human .firm-bar {
    background: var(--human-surface-tint) !important;
    border-top: 1px solid var(--human-border) !important;
    border-bottom: 1px solid var(--human-border) !important;
}

body.site-human .firm-bar__item dt {
    color: var(--human-accent) !important;
    font-weight: 600;
}

body.site-human .firm-bar__item dd,
body.site-human .firm-bar__item dd a {
    color: var(--human-ink) !important;
}

body.site-human .firm-bar__item dd a:hover {
    color: var(--human-accent) !important;
}

/* —— Section surfaces — alternating open tints —— */
body.site-human .about-us--saas,
body.site-human .engineering-section--saas,
body.site-human .services--saas,
body.site-human .techstack--saas,
body.site-human .testimonials--modern,
body.site-human .faq--saas,
body.site-human .trust-badges {
    background: var(--human-surface-open) !important;
}

body.site-human .products-studio--saas,
body.site-human .founder-section--saas,
body.site-human .process--saas,
body.site-human .portfolio--saas,
body.site-human .case-studies--modern,
body.site-human .about--teaser-modern {
    background: #fff !important;
}

/* —— Typography —— */
body.site-human .products-studio__title,
body.site-human .about-us__title,
body.site-human .founder-section__title,
body.site-human .engineering-section__title,
body.site-human .services__title,
body.site-human .process__title,
body.site-human .techstack__title,
body.site-human .portfolio__title,
body.site-human .section-title,
body.site-human .contact__title,
body.site-human .faq__title {
    color: var(--human-ink) !important;
    background: none !important;
    -webkit-text-fill-color: var(--human-ink) !important;
}

/* —— Cards & tiles —— */
body.site-human .product-tile,
body.site-human .service-tile,
body.site-human .ref-tile,
body.site-human .testimonial-card,
body.site-human .about-us__fact,
body.site-human .engineering-card,
body.site-human .process-step,
body.site-human .techstack__group {
    border-radius: 10px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    background: #fff !important;
    border: 1px solid var(--human-border-strong) !important;
}

body.site-human .product-tile:hover,
body.site-human .service-tile:hover,
body.site-human .ref-tile:hover {
    transform: none !important;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08) !important;
    border-color: var(--human-accent-border) !important;
}

body.site-human .product-tile__icon,
body.site-human .service-tile__icon,
body.site-human .ref-tile__icon {
    background: var(--human-accent-soft) !important;
    color: var(--human-accent) !important;
    border-radius: 8px !important;
}

body.site-human .product-tile__status,
body.site-human .ref-tile__status {
    background: #ecfdf5 !important;
    color: #15803d !important;
    border: 1px solid rgba(22, 163, 74, 0.2) !important;
}

body.site-human .product-tile__status::before,
body.site-human .ref-tile__status::before {
    background: #16a34a !important;
    box-shadow: none !important;
}

body.site-human .product-tile__tags span,
body.site-human .ref-tile__tags span,
body.site-human .service-tile__tags span,
body.site-human .techstack__tags span {
    background: var(--human-accent-soft) !important;
    border: 1px solid var(--human-accent-border) !important;
    color: var(--human-accent) !important;
    border-radius: 6px !important;
}

body.site-human .product-tile__cta,
body.site-human .service-tile__cta,
body.site-human .ref-tile__cta {
    color: var(--human-accent) !important;
}

/* —— Case studies —— */
body.site-human .case-study-item {
    border-color: var(--human-border-strong) !important;
    box-shadow: none !important;
    background: #fff !important;
}

body.site-human .case-study-eyebrow,
body.site-human .about-teaser-eyebrow {
    color: var(--human-accent) !important;
}

/* —— Testimonials —— */
body.site-human .testimonial-text {
    color: var(--human-ink-soft) !important;
}

body.site-human .author-avatar {
    background: var(--human-accent) !important;
    border-radius: 8px !important;
}

/* —— Trust badges —— */
body.site-human .trust-badge {
    background: #fff !important;
    border: 1px solid var(--human-border-strong) !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

body.site-human .trust-badge svg,
body.site-human .trust-badge-icon {
    color: var(--human-accent) !important;
}

/* —— FAQ / Contact —— */
body.site-human .contact-form-panel,
body.site-human .faq__window {
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 1px solid var(--human-border-strong) !important;
    background: #fff !important;
}

body.site-human .contact__promise-dot {
    background: var(--human-accent) !important;
    box-shadow: none !important;
}

/* —— Footer — belo + crni panel (isti ton kao kartice), preklapanje kontakta —— */
body.site-saas.site-human .footer.footer--human,
body.site-human .footer.footer--human {
    background: #fff !important;
    border-top: none !important;
    margin-top: 0;
    padding: 0 !important;
}

body.site-saas.site-human .footer.footer--human::before,
body.site-human .footer.footer--human::before {
    display: none !important;
}

body.site-human .contact--saas.contact--human {
    padding-bottom: calc(var(--section-padding, 96px) + clamp(56px, 7vw, 96px)) !important;
}

body.site-human .footer-wrap {
    max-width: var(--container-width);
    margin: clamp(-88px, -9vw, -64px) auto 0;
    padding: 0 var(--fw-gutter, 24px) clamp(36px, 5vw, 56px);
    position: relative;
    z-index: 2;
}

/* Podstranice: bez preklapanja (overlap samo ispod #contact na homepage) */
body.site-human.page-sub .footer-wrap {
    margin-top: 0;
    padding-top: clamp(8px, 1.5vw, 16px);
    padding-bottom: clamp(32px, 4vw, 48px);
}

body.site-human.page-sub .services-page__promo {
    padding-bottom: clamp(32px, 4vw, 48px);
}

body.site-human .footer-panel {
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    border-radius: 24px;
    padding: clamp(28px, 3.5vw, 36px) clamp(28px, 3.5vw, 40px) clamp(18px, 2.5vw, 24px);
    color: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

body.site-human .footer-panel__icon {
    position: absolute;
    right: clamp(16px, 4vw, 40px);
    top: clamp(20px, 3vw, 32px);
    transform: none;
    width: clamp(96px, 14vw, 140px);
    height: clamp(96px, 14vw, 140px);
    opacity: 0.14;
    color: #fff;
    pointer-events: none;
    z-index: 0;
}

body.site-human .footer--human .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(20px, 3vw, 32px) !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    align-items: start;
}

body.site-human .footer-col--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 32px);
}

@media (min-width: 901px) {
    body.site-human .footer-col--split {
        display: contents;
    }

    body.site-human .footer--human .footer-grid {
        grid-template-columns: minmax(0, 1.45fr) repeat(4, minmax(0, 1fr)) !important;
        gap: clamp(24px, 3vw, 40px) !important;
        padding-right: clamp(88px, 11vw, 148px);
    }

    body.site-human.page-sub .footer--human .footer-grid {
        grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr)) !important;
    }
}

body.site-human .footer-col__stack .footer-title {
    margin-bottom: 12px;
}

body.site-human .footer-col__stack .footer-links {
    gap: 8px;
}

body.site-human .footer-brand {
    max-width: 340px;
    position: relative;
    z-index: 1;
}

body.site-enterprise.site-human .footer-panel .footer-desc,
body.site-enterprise.site-human .footer-panel .footer-address p {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.site-human .footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

body.site-human .logo-img--footer {
    height: 30px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

body.site-human .footer-desc {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72) !important;
}

body.site-human .footer-address {
    font-style: normal;
    margin: 0 0 16px;
}

body.site-human .footer-address p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78) !important;
}

body.site-human .footer-address a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.15s ease;
}

body.site-human .footer-address a:hover {
    color: #fff !important;
}

body.site-human .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

body.site-human .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.site-human .footer-social a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff !important;
    transform: none;
}

body.site-human .footer-social a svg {
    width: 17px;
    height: 17px;
}

body.site-human .footer-cta {
    display: inline-flex;
    align-items: center;
    padding: 11px 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.site-human .footer-cta:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff !important;
}

body.site-human .footer--human .footer-title {
    margin: 0 0 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45) !important;
}

body.site-human .footer--human .footer-links {
    gap: 10px;
}

body.site-human .footer--human .footer-links a {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px;
    padding-left: 0 !important;
}

body.site-human .footer--human .footer-links a:hover {
    color: #fff !important;
    padding-left: 0 !important;
}

body.site-human .footer--human .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.site-human .footer-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45) !important;
}

body.site-human .footer--human .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

body.site-human .footer--human .footer-legal a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none;
}

body.site-human .footer--human .footer-legal a:hover {
    color: rgba(255, 255, 255, 0.85) !important;
}

@media (max-width: 900px) {
    body.site-human .footer--human .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human .footer-brand {
        grid-column: 1 / -1;
        max-width: none;
    }

    body.site-human .footer-col--split {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    body.site-human .footer-wrap {
        margin-top: clamp(-40px, -5vw, -24px);
    }

    body.site-human .footer-panel {
        border-radius: 20px;
        padding: 32px 24px 24px;
    }

    body.site-human .footer-panel__icon {
        display: none;
    }

    body.site-human .footer--human .footer-grid {
        grid-template-columns: 1fr !important;
    }

    body.site-human .footer--human .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* —— Cookie banner (legacy overrides — new UI in css/cookies.css) —— */

/* —— Calm transitions —— */
body.site-human .product-tile,
body.site-human .service-tile,
body.site-human .ref-tile,
body.site-human .btn-primary,
body.site-human .btn-secondary {
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease !important;
}

/* ===================================================================
   VEGA IT pattern — pune boje na ključnim mestima, ostalo belo
   =================================================================== */

/* Hero — cake.com-style bento */
body.site-human .hero.hero--human-bento {
    min-height: auto !important;
    align-items: stretch !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #0c2d5e !important;
}

body.site-human .hero-bento {
    position: relative;
    min-height: clamp(680px, 92vh, 920px);
    padding: clamp(88px, 10vw, 112px) 20px clamp(72px, 8vw, 96px);
    color: #fff;
    overflow: hidden;
}

body.site-human .hero-bento__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 20%, rgba(96, 165, 250, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(98, 37, 230, 0.2) 0%, transparent 50%),
        linear-gradient(165deg, #0a2540 0%, #1e4a8a 42%, #2563eb 100%);
    pointer-events: none;
}

/* Corner UI panels — light cards like cake.com */
body.site-human .hero-bento__panel {
    position: absolute;
    z-index: 1;
    width: clamp(240px, 22vw, 320px);
    padding: 16px 18px 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: #1e293b;
    pointer-events: none;
}

body.site-human .hero-bento__panel--tl {
    top: clamp(48px, 8vw, 88px);
    left: clamp(-24px, -2vw, 8px);
    transform: rotate(-2.5deg);
}

body.site-human .hero-bento__panel--tr {
    top: clamp(32px, 6vw, 64px);
    right: clamp(-32px, -3vw, 0);
    transform: rotate(2deg);
}

body.site-human .hero-bento__panel--bl {
    bottom: clamp(100px, 12vw, 140px);
    left: clamp(-16px, -1vw, 16px);
    transform: rotate(1.5deg);
}

body.site-human .hero-bento__panel--br {
    bottom: clamp(88px, 10vw, 120px);
    right: clamp(-24px, -2vw, 8px);
    transform: rotate(-1.5deg);
}

body.site-human .hero-bento__ui-head {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
}

body.site-human .hero-bento__ui-head span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

body.site-human .hero-bento__ui-head span:first-child { background: #f87171; }
body.site-human .hero-bento__ui-head span:nth-child(2) { background: #fbbf24; }
body.site-human .hero-bento__ui-head span:nth-child(3) { background: #4ade80; }

body.site-human .hero-bento__ui-title {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
}

body.site-human .hero-bento__ui-rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.site-human .hero-bento__ui-rows li {
    display: grid;
    grid-template-columns: 16px 1fr auto;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #334155;
}

body.site-human .hero-bento__ui-rows li em {
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    color: #94a3b8;
}

body.site-human .hero-bento__ui-check {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    background: #fff;
}

body.site-human .hero-bento__ui-check--done {
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: inset 0 0 0 2px #fff;
}

body.site-human .hero-bento__ui-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

body.site-human .hero-bento__ui-dot--ok { background: #22c55e; }
body.site-human .hero-bento__ui-dot--warn { background: #f59e0b; }

body.site-human .hero-bento__ui-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

body.site-human .hero-bento__ui-metrics div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.site-human .hero-bento__ui-metrics strong {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}

body.site-human .hero-bento__ui-metrics span {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.site-human .hero-bento__ui-bars,
body.site-human .hero-bento__dash-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 56px;
}

body.site-human .hero-bento__ui-bars span,
body.site-human .hero-bento__dash-chart span {
    flex: 1;
    height: var(--h, 50%);
    min-height: 8px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
    opacity: 0.85;
}

body.site-human .hero-bento__ui-invoice {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

body.site-human .hero-bento__ui-invoice div {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #475569;
}

body.site-human .hero-bento__ui-invoice strong {
    font-weight: 600;
    color: #0f172a;
}

body.site-human .hero-bento__ui-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

/* Center stage */
body.site-human .hero-bento__stage {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

body.site-human .hero-bento__logo {
    display: block;
    height: clamp(40px, 5vw, 52px);
    width: auto;
    margin-bottom: clamp(16px, 2.5vw, 24px);
}

body.site-human .hero-bento__logo--invert {
    filter: brightness(0) invert(1);
}

body.site-human .hero-bento__title {
    margin: 0 0 12px;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #fff;
}

body.site-human .hero-bento__title span {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
}

body.site-human .hero-bento__tagline {
    margin: 0;
    max-width: 40ch;
    font-size: clamp(1rem, 1.6vw, 1.1875rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
}

body.site-human .hero-bento__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: clamp(24px, 3vw, 32px);
    padding: 14px 28px;
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.site-human .hero-bento__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    color: #0f172a;
}

body.site-human .hero-bento__dash {
    width: min(100%, 560px);
    margin-top: clamp(32px, 4vw, 44px);
    padding: 20px 22px 18px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
    color: #1e293b;
}

body.site-human .hero-bento__dash-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}

body.site-human .hero-bento__dash-stats div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

body.site-human .hero-bento__dash-stats span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

body.site-human .hero-bento__dash-stats strong {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
}

body.site-human .hero-bento__dash-chart {
    height: 72px;
}

/* Trust strip — white logos */
body.site-human .hero-bento__trust {
    position: absolute;
    bottom: clamp(20px, 3vw, 32px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(28px, 5vw, 48px);
    width: 100%;
    max-width: 560px;
    padding: 0 24px;
}

body.site-human .hero-bento__trust a {
    display: flex;
    opacity: 0.55;
    filter: brightness(0) invert(1);
    transition: opacity 0.2s ease;
}

body.site-human .hero-bento__trust a:hover {
    opacity: 0.95;
}

body.site-human .hero-bento__trust img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

@media (max-width: 1100px) {
    body.site-human .hero-bento__panel {
        width: clamp(200px, 26vw, 260px);
        opacity: 0.88;
    }

    body.site-human .hero-bento__panel--tl { left: -40px; }
    body.site-human .hero-bento__panel--tr { right: -40px; }
    body.site-human .hero-bento__panel--bl { left: -32px; }
    body.site-human .hero-bento__panel--br { right: -32px; }
}

@media (max-width: 820px) {
    body.site-human .hero-bento__panel {
        display: none;
    }

    body.site-human .hero-bento__dash-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    body.site-human .hero-bento {
        min-height: auto;
        padding-bottom: 88px;
    }

    body.site-human .hero-bento__dash {
        padding: 16px;
    }

    body.site-human .hero-bento__trust img {
        width: 28px;
        height: 28px;
    }
}

/* Firm bar — svetla traka, ne puna boja */
body.site-human .firm-bar {
    background: #fff !important;
    border-top: 1px solid var(--human-border) !important;
    border-bottom: 1px solid var(--human-border) !important;
}

body.site-human .firm-bar__item dt {
    color: var(--human-ink-muted) !important;
    font-weight: 500 !important;
}

body.site-human .firm-bar__item dd,
body.site-human .firm-bar__item dd a {
    color: var(--human-ink) !important;
}

/* —— Stats band: PUNA plava (kao Vega accent block) —— */
body.site-human .vera-stats-band {
    background: var(--human-accent) !important;
    padding: clamp(48px, 6vw, 72px) var(--fw-gutter, 24px);
    width: 100%;
}

body.site-human .vera-stats-band__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .vera-stats-band__kicker {
    margin: 0 0 32px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

body.site-human .vera-stats-band__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
}

body.site-human .vera-stats-band__item strong {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 8px;
}

body.site-human .vera-stats-band__item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* —— Spotlight — editorial pillars (Leistungsschwerpunkte) —— */
body.site-human .vera-spotlight {
    background: var(--human-surface-open) !important;
    padding: clamp(72px, 9vw, 108px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .vera-spotlight__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .vera-spotlight__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .vera-spotlight__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .vera-spotlight__title {
    margin: 0;
    max-width: none;
    text-align: left;
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
}

body.site-human .vera-spotlight__accent {
    color: var(--human-purple);
    font-weight: 500;
}

body.site-human .vera-dual-gateway .vera-spotlight__accent--software {
    color: var(--human-purple);
}

body.site-human .vera-dual-gateway .vera-spotlight__kicker {
    color: #000;
}

body.site-human .vera-spotlight__accent--cyan {
    color: var(--os-cyan, #0891b2);
}

body.site-human .vera-spotlight__lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .vera-spotlight__lead strong {
    font-weight: 600;
    color: var(--human-purple);
}

body.site-human .vera-spotlight__rule {
    height: 1px;
    margin: 0 0 clamp(32px, 4vw, 44px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.4;
}

body.site-human .vera-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
}

body.site-human .vera-spotlight-pillar {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 6px 20px;
    align-content: start;
    min-height: 100%;
    padding: clamp(24px, 3vw, 32px);
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 18px;
    transition: border-color 0.15s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.site-human .vera-spotlight-pillar:hover {
    border-color: var(--human-border-strong);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

body.site-human .vera-spotlight-pillar--blue {
    border-top: 3px solid var(--human-accent);
}

body.site-human .vera-spotlight-pillar--purple {
    border: 1px solid var(--human-purple);
    background: var(--human-purple);
    box-shadow: none;
    color: #fff;
}

body.site-human .vera-spotlight-pillar--purple:hover {
    border-color: var(--human-purple-hover);
    background: var(--human-purple-hover);
    box-shadow: none;
    transform: none;
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__type {
    color: rgba(255, 255, 255, 0.55);
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__title {
    color: #fff;
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__text {
    color: rgba(255, 255, 255, 0.72);
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__link {
    color: rgba(255, 255, 255, 0.92);
}

body.site-human .vera-spotlight-pillar--purple:hover .vera-spotlight-pillar__link {
    color: #fff;
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__sigil {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: var(--human-purple);
}

body.site-human .vera-spotlight-pillar--purple:hover .vera-spotlight-pillar__sigil {
    border-color: #fff;
}

body.site-human .vera-spotlight-pillar--purple .vera-spotlight-pillar__idx {
    background: var(--human-purple);
    border-color: #fff;
    color: #fff;
}

body.site-human .vera-spotlight-pillar__sigil {
    grid-column: 1;
    grid-row: 1 / span 4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: 2px;
    border-radius: 14px 14px 14px 4px;
    border: 1px dashed var(--human-border-strong);
    background: var(--human-surface-open);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

body.site-human .vera-spotlight-pillar:hover .vera-spotlight-pillar__sigil {
    transform: rotate(-4deg);
    border-color: rgba(91, 33, 182, 0.35);
}

body.site-human .vera-spotlight-pillar--blue .vera-spotlight-pillar__sigil {
    color: var(--human-accent);
}

body.site-human .vera-spotlight-pillar__glyph {
    display: block;
    width: 28px;
    height: 28px;
    opacity: 0.88;
}

body.site-human .vera-spotlight-pillar__idx {
    position: absolute;
    right: -6px;
    bottom: -6px;
    min-width: 20px;
    padding: 2px 5px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--human-border);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--human-ink-soft);
    line-height: 1.2;
}

body.site-human .vera-spotlight-pillar__type {
    grid-column: 2;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .vera-spotlight-pillar__title {
    grid-column: 2;
    margin: 0;
    font-size: clamp(1.125rem, 1.8vw, 1.375rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--human-ink);
}

body.site-human .vera-spotlight-pillar__text {
    grid-column: 2;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .vera-spotlight-pillar__link {
    grid-column: 2;
    align-self: end;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--human-purple);
    transition: color 0.15s ease;
}

body.site-human .vera-spotlight-pillar:hover .vera-spotlight-pillar__link {
    color: var(--human-accent);
}

body.site-human .vera-spotlight-pillar__link::after {
    content: " →";
}

body.site-human .vera-spotlight__foot {
    display: flex;
    justify-content: center;
    margin-top: clamp(32px, 4vw, 44px);
}

/* Founder CTA — outline pill links on dark card */
body.site-human .vera-feature-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 12px 28px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.site-human .vera-feature-card__link:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff;
}

/* Većina sekcija — belo, bez tinta */
body.site-human .products-studio--saas,
body.site-human .about-us--saas,
body.site-human .founder-section--saas,
body.site-human .engineering-section--saas,
body.site-human .process--saas,
body.site-human .portfolio--saas,
body.site-human .case-studies--modern,
body.site-human .about--teaser-modern {
    background: #fff !important;
}

body.site-human .services--saas,
body.site-human .techstack--saas,
body.site-human .testimonials--modern,
body.site-human .faq--saas,
body.site-human .trust-badges {
    background: var(--human-surface-open) !important;
}

/* Kontakt — belo + ljubičasti akcenti */
body.site-human .contact.contact--human,
body.site-human .contact--saas.contact--human {
    background: linear-gradient(180deg, #faf8ff 0%, #fff 42%) !important;
    border-top: 1px solid rgba(91, 33, 182, 0.12) !important;
}

body.site-human .contact--human .contact__aside {
    color: var(--human-ink);
}

/* —— Kontakt editorial — isprekidane linije, ljubičasta —— */
body.site-human .contact--editorial .contact__inner {
    gap: 0 !important;
}

body.site-human .contact-editorial__ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    margin-bottom: clamp(36px, 5vw, 52px);
    padding: 14px 22px;
    background: var(--human-purple);
    border-radius: 12px;
    color: #fff;
}

body.site-human .contact-editorial__ribbon-brand {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.site-human .contact-editorial__ribbon-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 13px;
    opacity: 0.92;
}

body.site-human .contact-editorial__ribbon-meta span {
    padding: 4px 12px;
    border: 1px dashed rgba(255, 255, 255, 0.45);
    border-radius: 999px;
}

body.site-human .contact-editorial__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 40px);
}

body.site-human .contact-editorial__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .contact-editorial__title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 14ch;
}

body.site-human .contact-editorial__title-accent {
    color: var(--human-purple);
}

body.site-human .contact-editorial__lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
}

body.site-human .contact-editorial__rule {
    height: 0;
    border: none;
    border-top: 1px dashed rgba(91, 33, 182, 0.28);
    margin: 0 0 clamp(32px, 5vw, 48px);
}

body.site-human .contact-editorial__rule--short {
    margin: 28px 0 20px;
}

body.site-human .contact-editorial__body {
    display: grid;
    grid-template-columns: minmax(240px, 340px) 1px minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}

body.site-human .contact-editorial__split {
    width: 1px;
    min-height: 100%;
    align-self: stretch;
    background: repeating-linear-gradient(
        to bottom,
        rgba(91, 33, 182, 0.35) 0,
        rgba(91, 33, 182, 0.35) 5px,
        transparent 5px,
        transparent 10px
    );
}

body.site-human .contact-editorial__aside-note {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .contact-editorial__tag {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 10px;
    border: 1px dashed rgba(91, 33, 182, 0.45);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .contact-editorial__list {
    margin: 0;
}

body.site-human .contact-editorial__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: baseline;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px dashed rgba(91, 33, 182, 0.18);
}

body.site-human .contact-editorial__row:first-of-type {
    border-top: 1px dashed rgba(91, 33, 182, 0.18);
}

body.site-human .contact-editorial__row dt {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .contact-editorial__dots {
    margin: 0;
    height: 1px;
    align-self: center;
    border-bottom: 1px dotted rgba(91, 33, 182, 0.35);
    min-width: 16px;
}

body.site-human .contact-editorial__row dd {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: var(--human-ink);
}

body.site-human .contact-editorial__row dd a {
    color: var(--human-ink);
    text-decoration: none;
    transition: color 0.15s ease;
}

body.site-human .contact-editorial__row dd a:hover {
    color: var(--human-purple);
}

body.site-human .contact-editorial__aside-links {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human .contact-editorial__aside-links a {
    color: var(--human-purple);
    text-decoration: none;
    font-weight: 500;
}

body.site-human .contact-editorial__aside-links a:hover {
    text-decoration: underline;
}

body.site-human .contact-editorial__sep {
    margin: 0 10px;
    color: var(--human-ink-muted);
}

body.site-human .contact-editorial__form-label {
    margin: 0 0 24px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .contact--editorial .contact-form--editorial {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.site-human .contact--editorial .contact-form__label {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: var(--human-ink) !important;
}

body.site-human .contact--editorial .contact-form__input {
    border: none !important;
    border-bottom: 1px dashed rgba(91, 33, 182, 0.28) !important;
    border-radius: 0 !important;
    padding: 10px 0 12px !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.site-human .contact--editorial .contact-form__input:focus {
    border-bottom-color: var(--human-purple) !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
}

body.site-human .contact--editorial .contact-form__textarea {
    min-height: 120px;
    resize: vertical;
}

body.site-human .contact--editorial .contact-form__submit {
    margin-top: 8px;
    background: var(--human-purple) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}

body.site-human .contact--editorial .contact-form__submit:hover {
    background: var(--human-purple-hover) !important;
}

@media (max-width: 900px) {
    body.site-human .contact-editorial__head {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }

    body.site-human .contact-editorial__body {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    body.site-human .contact-editorial__split {
        display: none;
    }
}

@media (max-width: 560px) {
    body.site-human .contact-editorial__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body.site-human .contact-editorial__dots {
        display: none;
    }
}

@media (max-width: 900px) {
    body.site-human .vera-stats-band__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.site-human .vera-spotlight__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.site-human .vera-spotlight__grid {
        grid-template-columns: 1fr;
    }

    body.site-human .vera-spotlight-pillar {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 6px 16px;
        padding: 22px 20px;
    }
}

@media (max-width: 520px) {
    body.site-human .vera-stats-band__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* —— About — editorial + portrait —— */
body.site-human .about-us--editorial {
    background: var(--human-surface-open) !important;
}

body.site-human .about-us__head--editorial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    max-width: none;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .about-us__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .about-us__title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 16ch;
}

body.site-human .about-us__title-accent {
    color: var(--human-accent);
}

body.site-human .about-us__lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human .about-us__head-rule {
    height: 1px;
    margin: 0 0 clamp(36px, 5vw, 52px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-accent) 0,
        var(--human-accent) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.35;
}

body.site-human .about-us__grid--editorial,
body.site-human .about-us__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
}

body.site-human .about-us--editorial .about-us__quote {
    border-left-color: var(--human-purple) !important;
}

@media (max-width: 960px) {
    body.site-human .about-us__head--editorial {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .about-us__grid,
    body.site-human .about-us__grid--editorial {
        grid-template-columns: 1fr;
    }
}

/* —— About: isti jezik kao crne spotlight kartice —— */
body.site-human .about-us--saas {
    background: #fff !important;
    padding-top: clamp(80px, 10vw, 120px) !important;
    padding-bottom: clamp(80px, 10vw, 120px) !important;
}

body.site-human .vera-section-lead--left {
    text-align: left;
    margin-left: 0;
    max-width: 58ch;
}

body.site-human .about-us__head--human {
    max-width: 640px;
    margin-bottom: 48px;
}

body.site-human .about-us__head--human .vera-section-title {
    margin-left: 0;
    text-align: left;
    max-width: none;
}

body.site-human .about-us__grid {
    align-items: start;
    gap: 48px 56px;
}

body.site-human .about-us__copy p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
}

body.site-human .about-us__quote {
    background: none !important;
    border: none !important;
    border-left: 3px solid var(--human-accent) !important;
    border-radius: 0 !important;
    padding: 4px 0 4px 24px !important;
    margin-top: 36px;
    box-shadow: none !important;
}

body.site-human .about-us__quote::before {
    display: none !important;
}

body.site-human .about-us__quote p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--human-ink);
    font-style: normal;
}

body.site-human .about-us__quote cite {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: var(--human-ink-muted);
    font-style: normal;
}

body.site-human .standard-panel {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 24px !important;
    padding: 40px 36px !important;
    box-shadow: none !important;
}

body.site-human .standard-panel:not(.vera-tone-card) {
    background: #0a0a0a !important;
}

body.site-human .standard-panel__icon--hide {
    display: none !important;
}

body.site-human .standard-panel__head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 24px;
    margin-bottom: 8px;
}

body.site-human .standard-panel__icon {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

body.site-human .standard-panel__title {
    color: #fff !important;
    font-weight: 600;
    font-size: 1.25rem;
}

body.site-human .standard-panel__sub {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.site-human .standard-panel__item {
    border-color: rgba(255, 255, 255, 0.1) !important;
    padding: 16px 0 !important;
}

body.site-human .standard-panel__item:hover {
    background: none !important;
}

body.site-human .standard-panel__check {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 11px;
}

body.site-human .standard-panel__item strong {
    color: #fff !important;
}

body.site-human .standard-panel__item p {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 900px) {
    body.site-human .about-us__grid {
        grid-template-columns: 1fr;
    }
}

/* —— Produkte: Vega naslov + crne kartice —— */
body.site-human .products-studio--human {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .products-studio__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 56px;
    max-width: none;
}

body.site-human .vera-section-title {
    max-width: 20ch;
    margin: 0 auto 20px;
    font-size: clamp(1.75rem, 3.2vw, 2.625rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--human-ink);
}

body.site-human .vera-section-lead {
    max-width: 52ch;
    margin: 0 auto;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human .vera-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

body.site-human a.vera-product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 24px;
    padding: 40px 36px 36px;
    min-height: 260px;
    text-decoration: none;
    border: none;
    box-shadow: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.site-human a.vera-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

body.site-human .vera-product-card__type {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

body.site-human .vera-product-card__title {
    margin: 0 0 16px;
    padding-right: clamp(88px, 16vw, 140px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    position: relative;
    z-index: 1;
}

body.site-human .vera-product-card__text {
    margin: 0;
    flex: 1;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-width: 52ch;
    position: relative;
    z-index: 1;
}

body.site-human .vera-product-card__type,
body.site-human .vera-product-card__link {
    position: relative;
    z-index: 1;
}

body.site-human .vera-product-card__link {
    margin-top: 28px;
    display: inline-flex;
    align-self: flex-start;
    padding: 11px 26px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.site-human a.vera-product-card:hover .vera-product-card__link {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
}

@media (max-width: 768px) {
    body.site-human .vera-product-grid {
        grid-template-columns: 1fr;
    }

    body.site-human a.vera-product-card {
        border-radius: 20px;
        padding: 32px 28px 28px;
        min-height: 0;
    }
}

/* —— Engineering: crne kartice (ista paleta kao Produkte) —— */
body.site-human .engineering-section--human {
    background: #fff !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .engineering-section__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 56px;
}

/* —— Engineering — premium editorial standard —— */
body.site-human .engineering-section--standard {
    background: #fff !important;
}

body.site-human .engineering-section__head--standard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    text-align: left;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .engineering-section__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-accent);
}

body.site-human .engineering-section__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 16ch;
}

body.site-human .engineering-section__head-accent {
    color: var(--human-purple);
}

body.site-human .engineering-section__manifesto-lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human .engineering-section__manifesto-lead strong {
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .engineering-section__head-rule {
    height: 1px;
    margin: 0 0 clamp(36px, 5vw, 52px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.4;
}

body.site-human .vera-standard-sheet {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(98, 37, 230, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 0% 100%, rgba(59, 130, 246, 0.14) 0%, transparent 50%),
        linear-gradient(145deg, #0f172a 0%, #131c33 48%, #0d1528 100%);
    border: 1px solid rgba(98, 37, 230, 0.18);
    border-radius: 20px;
    padding: clamp(28px, 4vw, 40px);
    color: #fff;
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.site-human .vera-standard-sheet__list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human .vera-standard-sheet__item {
    --std-accent: rgba(96, 165, 250, 0.55);
    --std-glow: rgba(96, 165, 250, 0.12);
    --std-tag-bg: rgba(96, 165, 250, 0.12);
    --std-tag-border: rgba(96, 165, 250, 0.28);
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(14px, 2vw, 18px);
    align-items: start;
    padding: clamp(20px, 2.5vw, 26px) clamp(12px, 2vw, 20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s ease;
}

body.site-human .vera-standard-sheet__item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 22%, var(--std-glow) 0%, transparent 58%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

body.site-human .vera-standard-sheet__item:hover {
    background: rgba(255, 255, 255, 0.035);
}

body.site-human .vera-standard-sheet__item:hover::before {
    opacity: 1;
}

body.site-human .vera-standard-sheet__item--git {
    --std-accent: #f97316;
    --std-glow: rgba(249, 115, 22, 0.18);
    --std-tag-bg: rgba(249, 115, 22, 0.14);
    --std-tag-border: rgba(249, 115, 22, 0.32);
}

body.site-human .vera-standard-sheet__item--ci {
    --std-accent: #38bdf8;
    --std-glow: rgba(56, 189, 248, 0.18);
    --std-tag-bg: rgba(56, 189, 248, 0.12);
    --std-tag-border: rgba(56, 189, 248, 0.3);
}

body.site-human .vera-standard-sheet__item--deploy {
    --std-accent: #a78bfa;
    --std-glow: rgba(167, 139, 250, 0.2);
    --std-tag-bg: rgba(98, 37, 230, 0.16);
    --std-tag-border: rgba(167, 139, 250, 0.34);
}

body.site-human .vera-standard-sheet__item--db {
    --std-accent: #60a5fa;
    --std-glow: rgba(96, 165, 250, 0.18);
    --std-tag-bg: rgba(51, 103, 145, 0.22);
    --std-tag-border: rgba(96, 165, 250, 0.32);
}

body.site-human .vera-standard-sheet__item--security {
    --std-accent: #fbbf24;
    --std-glow: rgba(251, 191, 36, 0.16);
    --std-tag-bg: rgba(251, 191, 36, 0.12);
    --std-tag-border: rgba(251, 191, 36, 0.3);
}

body.site-human .vera-standard-sheet__item--observe {
    --std-accent: #34d399;
    --std-glow: rgba(52, 211, 153, 0.16);
    --std-tag-bg: rgba(52, 211, 153, 0.12);
    --std-tag-border: rgba(52, 211, 153, 0.3);
}

body.site-human .vera-standard-sheet__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-human .vera-standard-sheet__item:nth-last-child(-n+2) {
    border-bottom: none;
}

body.site-human .vera-standard-sheet__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 56px;
}

body.site-human .vera-standard-sheet__sigil {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px 12px 12px 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.site-human .vera-standard-sheet__sigil--r1 { transform: rotate(-2deg); }
body.site-human .vera-standard-sheet__sigil--r2 { transform: rotate(1.5deg); }
body.site-human .vera-standard-sheet__sigil--r3 { transform: rotate(-1deg); }
body.site-human .vera-standard-sheet__sigil--r4 { transform: rotate(1deg); }
body.site-human .vera-standard-sheet__sigil--r5 { transform: rotate(-1.5deg); }
body.site-human .vera-standard-sheet__sigil--r6 { transform: rotate(2deg); }

body.site-human .vera-standard-sheet__glyph {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

body.site-human .vera-standard-sheet__item:hover .vera-standard-sheet__sigil {
    transform: rotate(0deg) scale(1.06);
    border-color: var(--std-tag-border);
    box-shadow: 0 0 0 1px var(--std-tag-border), 0 10px 24px var(--std-glow);
}

body.site-human .vera-standard-sheet__num {
    font-size: clamp(1.125rem, 1.8vw, 1.375rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: var(--std-accent);
    opacity: 0.85;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

body.site-human .vera-standard-sheet__item:hover .vera-standard-sheet__num {
    opacity: 1;
    transform: translateY(-1px);
}

body.site-human .vera-standard-sheet__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

body.site-human .vera-standard-sheet__title {
    margin: 0;
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #fff;
}

body.site-human .vera-standard-sheet__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    font-family: 'IBM Plex Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.88);
    background: var(--std-tag-bg);
    border: 1px solid var(--std-tag-border);
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.site-human .vera-standard-sheet__item:hover .vera-standard-sheet__tag {
    transform: translateY(-1px);
}

body.site-human .vera-standard-sheet__tag-icon {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

body.site-human .vera-standard-sheet__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
    max-width: 38ch;
    transition: color 0.25s ease;
}

body.site-human .vera-standard-sheet__item:hover .vera-standard-sheet__text {
    color: rgba(255, 255, 255, 0.78);
}

@media (prefers-reduced-motion: no-preference) {
    body.site-human .vera-standard-sheet__item {
        animation: vera-standard-in 0.55s ease both;
    }

    body.site-human .vera-standard-sheet__item:nth-child(1) { animation-delay: 0.04s; }
    body.site-human .vera-standard-sheet__item:nth-child(2) { animation-delay: 0.1s; }
    body.site-human .vera-standard-sheet__item:nth-child(3) { animation-delay: 0.16s; }
    body.site-human .vera-standard-sheet__item:nth-child(4) { animation-delay: 0.22s; }
    body.site-human .vera-standard-sheet__item:nth-child(5) { animation-delay: 0.28s; }
    body.site-human .vera-standard-sheet__item:nth-child(6) { animation-delay: 0.34s; }
}

@keyframes vera-standard-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    body.site-human .engineering-section__head--standard {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .vera-standard-sheet__list {
        grid-template-columns: 1fr;
    }

    body.site-human .vera-standard-sheet__item:nth-child(odd) {
        border-right: none;
    }

    body.site-human .vera-standard-sheet__item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.site-human .vera-standard-sheet__item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.site-human .vera-standard-sheet__item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    body.site-human .vera-standard-sheet__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

body.site-human .engineering-section--human .vera-section-title {
    max-width: 22ch;
}

body.site-human .vera-engineering-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

body.site-human .vera-engineering-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.site-human .vera-engineering-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

body.site-human .vera-engineering-card__title {
    margin: 0 0 14px;
    padding-right: clamp(72px, 14vw, 120px);
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    position: relative;
    z-index: 1;
}

body.site-human .vera-engineering-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    max-width: 52ch;
    position: relative;
    z-index: 1;
}

body.site-human .vera-engineering-card__text code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.12);
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
}

@media (max-width: 1024px) {
    body.site-human .vera-engineering-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    body.site-human .vera-engineering-grid {
        grid-template-columns: 1fr;
    }

    body.site-human .vera-engineering-card {
        border-radius: 16px;
        min-height: 0;
    }
}

/* —— Führung: crna Vega kartica + foto —— */
body.site-human .founder-section--human {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .founder-section__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 48px;
}

body.site-human .vera-founder-eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--human-accent);
}

body.site-human .founder-section--human .vera-section-title {
    max-width: none;
    font-weight: 600;
}

body.site-human .founder-section--human .vera-section-lead {
    max-width: 58ch;
}

body.site-human .vera-founder-layout {
    max-width: var(--container-width, 1120px);
    margin: 0 auto;
}

body.site-human .vera-founder-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(98, 37, 230, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(59, 130, 246, 0.1) 0%, transparent 52%),
        linear-gradient(160deg, #0a0a0a 0%, #101018 52%, #0a0a0a 100%);
    border: 1px solid rgba(98, 37, 230, 0.16);
    border-radius: 24px;
    color: #fff;
    box-shadow:
        0 28px 64px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.site-human .vera-founder-card__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 28px) clamp(8px, 1.5vw, 12px);
    background: transparent;
}

body.site-human .vera-founder-card__photo {
    margin: 0;
    flex: 0 1 auto;
    width: fit-content;
    max-width: min(820px, 100%);
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    line-height: 0;
    background: #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.3s ease;
}

body.site-human .vera-founder-card:hover .vera-founder-card__photo {
    box-shadow: 0 16px 40px rgba(98, 37, 230, 0.18);
}

body.site-human .vera-founder-card__photo img {
    display: block;
    width: auto;
    max-width: min(820px, 100%);
    height: auto;
    max-height: clamp(120px, 18vw, 200px);
    border-radius: 18px;
    object-fit: cover;
    object-position: left center;
    transition: transform 0.45s ease;
}

body.site-human .vera-founder-card:hover .vera-founder-card__photo img {
    transform: scale(1.02);
}

body.site-human .vera-founder-card__top-fill {
    flex: 1;
    align-self: stretch;
    min-width: 0;
    min-height: 1px;
    background: transparent;
}

body.site-human .vera-founder-card__avatar {
    position: absolute;
    top: clamp(22px, 3vw, 30px);
    right: clamp(22px, 3vw, 30px);
    z-index: 2;
    margin: 0;
    width: 64px;
    height: 64px;
    flex: none;
    overflow: hidden;
    border-radius: 50%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.site-human .vera-founder-card__avatar:hover {
    transform: scale(1.05);
}

body.site-human .vera-founder-card__avatar img {
    display: block;
    width: 64px;
    height: 64px;
    max-width: none;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 12%;
    border: 2px solid rgba(98, 37, 230, 0.55);
    box-shadow:
        0 0 0 4px rgba(98, 37, 230, 0.14),
        0 10px 24px rgba(0, 0, 0, 0.35);
}

body.site-human .vera-founder-card__body {
    padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 44px) clamp(32px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

body.site-human .vera-founder-focus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 40px);
    width: 100%;
    margin-bottom: clamp(28px, 3vw, 36px);
    padding-bottom: clamp(28px, 3vw, 36px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    direction: rtl;
}

body.site-human .vera-founder-focus__item {
    --founder-accent: rgba(96, 165, 250, 0.55);
    --founder-glow: rgba(96, 165, 250, 0.14);
    direction: ltr;
    text-align: right;
    padding: clamp(12px, 2vw, 16px);
    border-radius: 14px;
    transition: transform 0.25s ease, background 0.25s ease;
}

body.site-human .vera-founder-focus__item:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.04);
}

body.site-human .vera-founder-focus__item--arch {
    --founder-accent: #a78bfa;
    --founder-glow: rgba(167, 139, 250, 0.2);
}

body.site-human .vera-founder-focus__item--infra {
    --founder-accent: #38bdf8;
    --founder-glow: rgba(56, 189, 248, 0.18);
}

body.site-human .vera-founder-focus__item--contact {
    --founder-accent: #34d399;
    --founder-glow: rgba(52, 211, 153, 0.18);
}

body.site-human .vera-founder-focus__item h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: color 0.25s ease;
}

body.site-human .vera-founder-focus__item h3::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 8px;
    margin-left: auto;
    border-radius: 2px;
    background: var(--founder-accent);
    box-shadow: 0 0 12px var(--founder-glow);
    transition: width 0.25s ease;
}

body.site-human .vera-founder-focus__item:hover h3 {
    color: rgba(255, 255, 255, 0.96);
}

body.site-human .vera-founder-focus__item:hover h3::after {
    width: 44px;
}

body.site-human .vera-founder-focus__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.25s ease;
}

body.site-human .vera-founder-focus__item:hover p {
    color: rgba(255, 255, 255, 0.88);
}

body.site-human .vera-founder-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

body.site-human .vera-founder-cta__btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-human .vera-founder-cta__btn:hover {
    transform: translateY(-1px);
}

body.site-human .vera-founder-cta__btn--primary {
    border: 1px solid var(--human-purple);
    background: var(--human-purple);
    color: #fff;
    box-shadow: 0 8px 24px rgba(98, 37, 230, 0.28);
}

body.site-human .vera-founder-cta__btn--primary:hover {
    background: var(--human-purple-hover);
    border-color: var(--human-purple-hover);
    color: #fff;
    box-shadow: 0 12px 28px rgba(98, 37, 230, 0.36);
}

body.site-human .vera-founder-cta__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    color: #fff;
}

body.site-human .vera-founder-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
    color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
    body.site-human .vera-founder-focus__item {
        animation: vera-founder-in 0.55s ease both;
    }

    body.site-human .vera-founder-focus__item:nth-child(1) { animation-delay: 0.06s; }
    body.site-human .vera-founder-focus__item:nth-child(2) { animation-delay: 0.14s; }
    body.site-human .vera-founder-focus__item:nth-child(3) { animation-delay: 0.22s; }
}

@keyframes vera-founder-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    body.site-human .vera-founder-card__top {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 16px 8px;
    }

    body.site-human .vera-founder-card__photo {
        flex: none;
        width: 100%;
        max-width: none;
        border-radius: 14px;
    }

    body.site-human .vera-founder-card__photo img {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    body.site-human .vera-founder-card__top-fill {
        display: none;
    }

    body.site-human .vera-founder-card__avatar {
        display: none;
    }

    body.site-human .vera-founder-card__body {
        align-items: stretch;
        text-align: left;
    }

    body.site-human .vera-founder-focus {
        grid-template-columns: 1fr;
        gap: 24px;
        direction: ltr;
    }

    body.site-human .vera-founder-focus__item {
        text-align: left;
    }

    body.site-human .vera-founder-focus__item h3::after {
        margin-left: 0;
    }

    body.site-human .vera-founder-cta {
        justify-content: flex-start;
    }

    body.site-human .vera-founder-card {
        border-radius: 20px;
    }

    body.site-human .vera-founder-card__body {
        padding: 28px 24px 32px;
    }
}

/* ===================================================================
   Unified rhythm — belo / svetlo plavo / plava traka / crne kartice
   =================================================================== */

body.site-human .vera-section-title--left {
    text-align: left;
    margin-left: 0;
    max-width: none;
}

body.site-human .vera-outline-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border: 1px solid var(--human-accent);
    border-radius: 999px;
    color: var(--human-accent);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}

body.site-human .vera-outline-btn:hover {
    background: var(--human-accent-soft);
    color: var(--human-accent-hover);
}

body.site-human .vera-outline-btn--dark {
    border-color: var(--human-ink);
    color: var(--human-ink);
}

body.site-human .vera-outline-btn--dark:hover {
    background: var(--human-surface-warm);
    color: var(--human-ink);
}

body.site-human .vera-section-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 48px;
}

/* —— Trust — belo + border kartice —— */
body.site-human .trust-badges--human {
    background: #fff !important;
    padding: clamp(64px, 8vw, 96px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .trust-badges__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .trust-badges__head--human {
    text-align: center;
    margin-bottom: 48px;
}

body.site-human .vera-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

body.site-human .vera-trust-item {
    position: relative;
    overflow: hidden;
    padding: 32px 28px;
    min-height: 160px;
    border-radius: 20px;
    border: none;
    color: #fff;
}

body.site-human .vera-trust-item__title {
    margin: 0 0 10px;
    padding-right: clamp(72px, 14vw, 110px);
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}

body.site-human .vera-trust-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    max-width: 52ch;
    position: relative;
    z-index: 1;
}

/* —— Services — svetlo plavo + crne kartice —— */
body.site-human .services--human {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .services__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .services__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 56px;
}

/* —— Services — editorial manifesto + capability catalog —— */
body.site-human .services--capability {
    background: #fff !important;
}

body.site-human .services--capability .services__head--capability {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    text-align: left;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .services__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .services__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 14ch;
}

body.site-human .services__head-accent {
    color: var(--human-purple);
}

body.site-human .services__manifesto {
    padding-bottom: 4px;
}

body.site-human .services__manifesto-lead {
    margin: 0 0 12px;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .services__manifesto-lead strong {
    font-weight: 600;
    color: var(--human-purple);
}

body.site-human .services__manifesto-sub {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .services__head-rule {
    height: 1px;
    margin: 0 0 clamp(36px, 5vw, 52px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.4;
}

body.site-human .vera-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--human-border);
}

body.site-human .vera-capability {
    display: grid;
    grid-template-columns: 64px minmax(76px, 96px) minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 6px 18px;
    align-items: start;
    padding: clamp(22px, 3vw, 28px) clamp(4px, 1vw, 8px) clamp(22px, 3vw, 28px) 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--human-border);
    transition: background 0.15s ease;
}

body.site-human .vera-capability__sigil {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: 2px;
    border-radius: 14px 14px 14px 4px;
    border: 1px dashed var(--human-border-strong);
    background: var(--human-surface-open);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.site-human .vera-capability__sigil--r1 { transform: rotate(-2.5deg); }
body.site-human .vera-capability__sigil--r2 { transform: rotate(1.5deg); }
body.site-human .vera-capability__sigil--r3 { transform: rotate(-1deg); }
body.site-human .vera-capability__sigil--r4 { transform: rotate(2deg); }
body.site-human .vera-capability__sigil--r5 { transform: rotate(-1.5deg); }
body.site-human .vera-capability__sigil--r6 { transform: rotate(1deg); }

body.site-human .vera-capability__glyph {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.92;
}

body.site-human .vera-capability--blue:hover .vera-capability__glyph {
    opacity: 1;
}

body.site-human .vera-capability--purple:hover .vera-capability__glyph {
    opacity: 1;
}

body.site-human .vera-capability__idx {
    position: absolute;
    right: -4px;
    bottom: -6px;
    padding: 1px 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
    color: var(--human-ink-muted);
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 4px;
    line-height: 1.35;
}

body.site-human .vera-capability:hover .vera-capability__sigil {
    transform: rotate(0deg) scale(1.04);
    border-style: solid;
    background: #fff;
    box-shadow: 0 8px 20px rgba(98, 37, 230, 0.08);
}

body.site-human .vera-capability--blue:hover .vera-capability__sigil {
    border-color: rgba(37, 99, 235, 0.35);
}

body.site-human .vera-capability--purple:hover .vera-capability__sigil {
    border-color: rgba(98, 37, 230, 0.35);
}

body.site-human .vera-capability:hover .vera-capability__glyph {
    transform: scale(1.06);
}

body.site-human .vera-capability__type {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    padding-top: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .vera-capability--blue .vera-capability__type { color: var(--human-accent); }
body.site-human .vera-capability--purple .vera-capability__type { color: var(--human-purple); }

body.site-human .vera-capability:nth-child(odd) {
    padding-right: clamp(20px, 3vw, 36px);
    border-right: 1px solid var(--human-border);
}

body.site-human .vera-capability:nth-child(even) {
    padding-left: clamp(20px, 3vw, 36px);
}

body.site-human .vera-capability:hover {
    background: var(--human-surface-open);
}

body.site-human .vera-capability__title {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    font-size: clamp(1.0625rem, 1.5vw, 1.1875rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--human-ink);
    transition: color 0.15s ease;
}

body.site-human .vera-capability:hover .vera-capability__title {
    color: var(--human-purple);
}

body.site-human .vera-capability__text {
    grid-column: 2 / span 2;
    grid-row: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
    max-width: 42ch;
}

body.site-human .vera-capability__link {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--human-accent);
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

body.site-human .vera-capability:hover .vera-capability__link {
    opacity: 1;
    transform: translateX(0);
}

body.site-human .services__foot {
    margin-top: clamp(32px, 4vw, 44px);
}

@media (max-width: 900px) {
    body.site-human .services--capability .services__head--capability {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .vera-capability-grid {
        grid-template-columns: 1fr;
    }

    body.site-human .vera-capability {
        grid-template-columns: 52px minmax(0, 1fr) auto;
    }

    body.site-human .vera-capability__type {
        grid-column: 2;
        grid-row: 1;
    }

    body.site-human .vera-capability__title {
        grid-column: 2;
        grid-row: 2;
    }

    body.site-human .vera-capability__text {
        grid-column: 2;
        grid-row: 3;
    }

    body.site-human .vera-capability__link {
        grid-column: 3;
        grid-row: 1 / span 3;
    }

    body.site-human .vera-capability__sigil {
        grid-row: 1 / span 3;
    }

    body.site-human .vera-capability:nth-child(odd) {
        border-right: none;
        padding-right: 0;
    }

    body.site-human .vera-capability:nth-child(even) {
        padding-left: 0;
    }

    body.site-human .vera-capability__link {
        opacity: 1;
        transform: none;
    }
}

body.site-human .vera-product-grid--services {
    grid-template-columns: repeat(3, 1fr);
}

/* —— Process — belo + crne korake —— */
body.site-human .process--human {
    background: #fff !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .process__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .process__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 56px;
}

/* —— Process — open number flow (no frames) —— */
body.site-human .process--flow {
    background: var(--human-surface-open) !important;
}

body.site-human .process--premium {
    background: var(--human-surface-open) !important;
}

body.site-human .process__head--premium {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    max-width: none;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .process--flow .process__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .process--flow .process__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 14ch;
}

body.site-human .process--flow .process__head-accent {
    color: var(--human-purple);
}

body.site-human .process__head-aside {
    padding-bottom: 4px;
}

body.site-human .process--flow .process__head-lead {
    margin: 0 0 12px;
    font-size: clamp(1.0625rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human .process__head-note {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--human-accent);
}

body.site-human .process__head-rule {
    height: 1px;
    margin: 0 0 clamp(36px, 5vw, 52px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-accent) 0,
        var(--human-accent) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.35;
}

body.site-human .vera-process-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 20px);
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dual-pillar homepage: CSS tabs (radio + :checked) — one track at a time */
body.site-human #ablauf.process--dual-pillar .process__track-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.site-human #ablauf.process--dual-pillar .process__track-panels {
    display: block;
}

body.site-human #ablauf.process--dual-pillar .vera-process-flow {
    display: none !important;
}

body.site-human #ablauf.process--dual-pillar #process-tab-hardware:checked ~ .process__track-panels #process-flow-hardware,
body.site-human #ablauf.process--dual-pillar #process-tab-software:checked ~ .process__track-panels #process-flow-software {
    display: grid !important;
}

body.site-human #ablauf.process--dual-pillar #process-tab-hardware:checked ~ .process__track-panels #process-flow-software[hidden],
body.site-human #ablauf.process--dual-pillar #process-tab-software:checked ~ .process__track-panels #process-flow-hardware[hidden] {
    display: none !important;
}

body.site-human .vera-process-flow__step {
    min-width: 0;
}

body.site-human .vera-process-flow__rail {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 12px);
    margin-bottom: clamp(12px, 2vw, 16px);
}

body.site-human .vera-process-flow__sigil {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px 12px 12px 4px;
    border: 1px dashed var(--human-border-strong);
    background: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-human .vera-process-flow__sigil--r1 { transform: rotate(-2deg); }
body.site-human .vera-process-flow__sigil--r2 { transform: rotate(1.5deg); }
body.site-human .vera-process-flow__sigil--r3 { transform: rotate(-1deg); }
body.site-human .vera-process-flow__sigil--r4 { transform: rotate(1deg); }

body.site-human .vera-process-flow__glyph {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    opacity: 0.9;
}

body.site-human .vera-process-flow__step:hover .vera-process-flow__sigil {
    transform: rotate(0deg) scale(1.03);
    border-style: solid;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
}

body.site-human .vera-process-flow__num {
    font-size: clamp(2.5rem, 4.8vw, 3.75rem);
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--human-purple);
    flex-shrink: 0;
}

body.site-human .vera-process-flow__phase {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .vera-process-flow__step:nth-child(odd) .vera-process-flow__phase {
    color: var(--human-accent);
}

body.site-human .vera-process-flow__step:nth-child(even) .vera-process-flow__phase {
    color: var(--human-purple);
}

body.site-human .vera-process-flow__step:nth-child(even) .vera-process-flow__num {
    color: var(--human-accent);
}

body.site-human .vera-process-flow__dash {
    flex: 1;
    height: 1px;
    min-width: 12px;
    background: repeating-linear-gradient(
        90deg,
        var(--human-accent) 0,
        var(--human-accent) 5px,
        transparent 5px,
        transparent 10px
    );
    position: relative;
    opacity: 0.55;
}

body.site-human .vera-process-flow__dash::after {
    content: '→';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 13px;
    color: var(--human-accent);
    line-height: 1;
}

body.site-human .vera-process-flow__title {
    margin: 0 0 10px;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--human-ink);
    padding-right: 8px;
}

body.site-human .vera-process-flow__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
    color: var(--human-ink-soft);
    padding-right: 8px;
}

@media (max-width: 960px) {
    body.site-human .process__head--premium {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .vera-process-flow {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 4px;
    }

    body.site-human .vera-process-flow__step {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        column-gap: clamp(20px, 4vw, 32px);
        row-gap: 6px;
        padding: 0 0 28px 0;
        position: relative;
    }

    body.site-human .vera-process-flow__step:not(:last-child)::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 4.5rem;
        bottom: 0;
        width: 1px;
        background: repeating-linear-gradient(
            180deg,
            var(--human-purple) 0,
            var(--human-purple) 4px,
            transparent 4px,
            transparent 8px
        );
        opacity: 0.35;
    }

    body.site-human .vera-process-flow__rail {
        grid-column: 1;
        grid-row: 1 / span 3;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        gap: 8px;
    }

    body.site-human .vera-process-flow__dash {
        display: none;
    }

    body.site-human .vera-process-flow__num {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }

    body.site-human .vera-process-flow__phase {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
    }

    body.site-human .vera-process-flow__title {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        padding-right: 0;
    }

    body.site-human .vera-process-flow__text {
        grid-column: 2;
        grid-row: 3;
        padding-right: 0;
    }
}

body.site-human .vera-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human .vera-process-step {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

body.site-human .vera-process-step__num {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

body.site-human .vera-process-step__title {
    margin: 0 0 14px;
    padding-right: clamp(72px, 14vw, 120px);
    font-size: 1.0625rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

body.site-human .vera-process-step__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-width: 52ch;
    position: relative;
    z-index: 1;
}

/* —— Techstack — svetlo plavo + crne panele —— */
body.site-human .techstack--human {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .techstack__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .techstack__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 48px;
}

/* —— Techstack — editorial header + icon chips —— */
body.site-human .techstack--editorial .techstack__head--editorial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    text-align: left;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human .techstack__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .techstack__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 12ch;
}

body.site-human .techstack__head-accent {
    color: var(--human-purple);
}

body.site-human .techstack__head-lead {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
}

body.site-human .techstack__head-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--human-purple);
}

body.site-human .techstack__head-hint-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--human-purple);
    flex-shrink: 0;
}

body.site-human .techstack__head-rule {
    height: 1px;
    margin: 0 0 clamp(32px, 4vw, 48px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.45;
}

body.site-human .techstack--editorial {
    --tech-panel: var(--human-purple);
    --tech-panel-deep: var(--human-purple-deep);
}

body.site-human .vera-tech-shell {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 0;
    background: linear-gradient(155deg, var(--tech-panel) 0%, var(--tech-panel-deep) 100%);
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 24px 48px rgba(98, 37, 230, 0.22);
}

body.site-human .vera-tech-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: clamp(16px, 2vw, 20px);
    border-right: 1px dashed rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.08);
}

body.site-human .vera-tech-nav__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

body.site-human .vera-tech-nav__btn:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.88);
}

body.site-human .vera-tech-nav__btn.is-active {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

body.site-human .vera-tech-nav__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

body.site-human .vera-tech-nav__dot--blue { background: var(--human-accent); }
body.site-human .vera-tech-nav__dot--purple { background: var(--human-purple); }

body.site-human .vera-tech-nav__label {
    flex: 1;
    line-height: 1.25;
}

body.site-human .vera-tech-nav__count {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.38);
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

body.site-human .vera-tech-nav__btn.is-active .vera-tech-nav__count {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.12);
}

body.site-human .vera-tech-stage {
    position: relative;
    padding: clamp(24px, 3vw, 36px);
    min-width: 0;
}

body.site-human .vera-tech-pane {
    display: none;
}

body.site-human .vera-tech-pane.is-active {
    display: block;
}

body.site-human .vera-tech-pane.is-entering {
    animation: veraTechPaneIn 0.28s ease;
}

@keyframes veraTechPaneIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.site-human .vera-tech-pane__head {
    margin-bottom: clamp(20px, 3vw, 28px);
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

body.site-human .vera-tech-pane__title {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
}

body.site-human .vera-tech-pane__lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.55);
    max-width: 42ch;
}

body.site-human .vera-tech-pane__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: clamp(12px, 2vw, 16px);
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human .vera-tech-pane__grid--few {
    grid-template-columns: repeat(auto-fill, minmax(120px, 160px));
}

body.site-human .vera-tech-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

body.site-human .vera-tech-cell__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    max-width: 104px;
    margin: 0 auto;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.site-human .vera-tech-cell:hover .vera-tech-cell__icon-wrap {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(45, 12, 120, 0.35);
    border-color: #fff;
}

body.site-human .vera-tech-cell__icon {
    width: clamp(34px, 4vw, 40px);
    height: clamp(34px, 4vw, 40px);
    object-fit: contain;
    display: block;
}

body.site-human .vera-tech-cell__name {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.25;
}

body.site-human .techstack--editorial .vera-section-cta {
    margin-top: clamp(28px, 4vw, 40px);
}

@media (max-width: 960px) {
    body.site-human .techstack--editorial .techstack__head--editorial {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .vera-tech-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    body.site-human .vera-tech-nav {
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.site-human .vera-tech-nav::-webkit-scrollbar {
        display: none;
    }

    body.site-human .vera-tech-nav__btn {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
    }

    body.site-human .vera-tech-nav__count {
        display: none;
    }

    body.site-human .vera-tech-pane__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    body.site-human .vera-tech-pane__grid,
    body.site-human .vera-tech-pane__grid--few {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-human .vera-tech-cell__icon-wrap {
        max-width: none;
        border-radius: 16px;
    }
}

body.site-human .vera-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

body.site-human .vera-tech-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 200px;
}

body.site-human .vera-tech-card__title {
    margin: 0 0 20px;
    padding-right: clamp(72px, 14vw, 120px);
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}

body.site-human .vera-tech-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

body.site-human .vera-tech-card__tags li {
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
}

/* —— Portfolio — Production panel + logoi —— */
body.site-human .portfolio--production {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .portfolio__head--editorial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    text-align: left;
    margin-bottom: clamp(32px, 4vw, 48px);
}

body.site-human .portfolio__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .portfolio__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 14ch;
}

body.site-human .portfolio__head-accent {
    color: var(--human-purple);
}

body.site-human .portfolio__head-lead {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
}

body.site-human .portfolio__head-note {
    margin: 12px 0 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--human-ink-muted);
}

body.site-human .vera-ref-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 65% 50% at 100% 0%, rgba(98, 37, 230, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 0% 100%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        linear-gradient(160deg, #0a0a0a 0%, #101018 52%, #0a0a0a 100%);
    border: 1px solid rgba(98, 37, 230, 0.14);
    border-radius: 24px;
    padding: clamp(8px, 1.5vw, 12px) 0;
    box-shadow:
        0 28px 64px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.site-human .portfolio--production .vera-ref-list--logos {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}

body.site-human .portfolio--production a.vera-ref-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px clamp(20px, 3vw, 32px);
    padding: clamp(18px, 2.5vw, 24px) clamp(24px, 3vw, 36px);
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    transition: background 0.25s ease, transform 0.25s ease;
}

body.site-human .portfolio--production a.vera-ref-row:last-child {
    border-bottom: none;
}

body.site-human .portfolio--production a.vera-ref-row:hover {
    background: rgba(255, 255, 255, 0.045);
}

body.site-human .vera-ref-row__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.site-human .portfolio--production a.vera-ref-row:hover .vera-ref-row__logo {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

body.site-human .vera-ref-row__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

body.site-human .vera-ref-row__logo--fade {
    background: rgba(255, 255, 255, 0.08);
}

body.site-human .vera-ref-row__logo--biovera {
    background: rgba(22, 163, 74, 0.2);
}

body.site-human .vera-ref-row__logo--reinallround {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.site-human .vera-ref-row__logo-img--reinallround {
    padding: 4px 2px;
    object-fit: contain;
}

body.site-human .vera-ref-row__logo--denis {
    background: transparent;
    overflow: visible;
}

body.site-human .vera-ref-row__logo-img--denis {
    padding: 0;
    object-fit: contain;
    border-radius: 12px;
}

body.site-human .portfolio--production .vera-ref-row__main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

body.site-human .portfolio--production .vera-ref-row__type {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

body.site-human .portfolio--production .vera-ref-row__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: #fff;
    transition: color 0.25s ease;
}

body.site-human .portfolio--production a.vera-ref-row:hover .vera-ref-row__title {
    color: rgba(255, 255, 255, 0.96);
}

body.site-human .portfolio--production .vera-ref-row__text {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.25s ease;
}

body.site-human .portfolio--production a.vera-ref-row:hover .vera-ref-row__text {
    color: rgba(255, 255, 255, 0.86);
}

body.site-human .portfolio--production .vera-ref-row__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.72);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.site-human .portfolio--production a.vera-ref-row:hover .vera-ref-row__arrow {
    transform: translateX(4px);
    background: rgba(98, 37, 230, 0.22);
    border-color: rgba(167, 139, 250, 0.45);
    color: #fff;
    box-shadow: 0 6px 18px rgba(98, 37, 230, 0.2);
}

body.site-human .portfolio--production a.vera-ref-row--denis:hover .vera-ref-row__arrow {
    background: rgba(98, 37, 230, 0.32);
    border-color: rgba(98, 37, 230, 0.55);
}

@media (prefers-reduced-motion: no-preference) {
    body.site-human .portfolio--production a.vera-ref-row {
        animation: vera-ref-in 0.5s ease both;
    }

    body.site-human .portfolio--production a.vera-ref-row:nth-child(1) { animation-delay: 0.04s; }
    body.site-human .portfolio--production a.vera-ref-row:nth-child(2) { animation-delay: 0.1s; }
    body.site-human .portfolio--production a.vera-ref-row:nth-child(3) { animation-delay: 0.16s; }
    body.site-human .portfolio--production a.vera-ref-row:nth-child(4) { animation-delay: 0.22s; }
}

@keyframes vera-ref-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.site-human .vera-section-cta--production {
    margin-top: clamp(28px, 4vw, 40px);
}

/* --on-dark is for dark panels only; reset on light editorial sections */
body.site-human .techstack--editorial .vera-outline-btn--on-dark,
body.site-human .portfolio--production > .portfolio__inner > .vera-section-cta .vera-outline-btn--on-dark {
    border-color: var(--human-purple) !important;
    color: var(--human-purple) !important;
    background: transparent !important;
}

body.site-human .techstack--editorial .vera-outline-btn--on-dark:hover,
body.site-human .portfolio--production > .portfolio__inner > .vera-section-cta .vera-outline-btn--on-dark:hover {
    border-color: var(--human-purple-hover) !important;
    background: rgba(98, 37, 230, 0.08) !important;
    color: var(--human-purple-hover) !important;
}

body.site-human .vera-outline-btn--on-dark {
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
}

body.site-human .vera-outline-btn--on-dark:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

body.site-human .vera-outline-btn--purple {
    border-color: var(--human-purple) !important;
    color: #fff !important;
    background: var(--human-purple) !important;
}

body.site-human .vera-outline-btn--purple:hover {
    background: var(--human-purple-hover) !important;
    border-color: var(--human-purple-hover) !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    body.site-human .portfolio__head--editorial {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }

    body.site-human .portfolio__head-title {
        max-width: none;
    }

    body.site-human .portfolio--production a.vera-ref-row {
        grid-template-columns: auto 1fr auto;
        grid-template-rows: auto;
    }

    body.site-human .portfolio--production .vera-ref-row__arrow {
        grid-column: 3;
        grid-row: 1;
    }
}

body.site-human .portfolio--human {
    background: #fff !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .portfolio__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .portfolio__head--human {
    display: block !important;
    text-align: center;
    margin-bottom: 56px;
}

/* —— Testimonials — svetlo plavo + crne kartice —— */
body.site-human .testimonials--human {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .testimonials__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .testimonials__head--human {
    text-align: center;
    margin-bottom: 48px;
}

body.site-human .vera-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

body.site-human .vera-testimonial-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #fff;
    border-radius: 20px;
    padding: 36px 32px;
    border: none;
}

body.site-human .vera-testimonial-card__quote {
    margin: 0 0 24px;
    padding-right: clamp(72px, 14vw, 120px);
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    font-style: normal;
    position: relative;
    z-index: 1;
}

body.site-human .vera-testimonial-card__author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 1;
}

body.site-human .vera-testimonial-card__author strong {
    color: #fff;
    font-weight: 600;
}

/* —— Why Vera — belo + crni panel —— */
body.site-human .about--human {
    background: #fff !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
    border-bottom: 1px solid var(--human-border);
}

body.site-human .about-teaser__inner--human {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .about-teaser__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 56px;
    align-items: start;
}

body.site-human .about-teaser__text {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
    margin: 0 0 20px;
}

body.site-human .about-teaser__copy .vera-outline-btn {
    margin-top: 8px;
}

/* —— FAQ — ljubičasta, ikonice, bez terminal chrome —— */
body.site-human .faq--human,
body.site-human .faq--editorial {
    background: var(--human-surface-open) !important;
    padding: clamp(80px, 10vw, 120px) 0 !important;
}

body.site-human .faq__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .faq__head--editorial {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    text-align: left;
    margin-bottom: clamp(24px, 3vw, 32px);
}

body.site-human .faq__head-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .faq__head-title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 12ch;
}

body.site-human .faq__head-accent {
    color: var(--human-purple);
}

body.site-human .faq__head-lead {
    margin: 0 0 14px;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: var(--human-ink-soft);
}

body.site-human .faq__head-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--human-purple);
}

body.site-human .faq__head-hint-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--human-purple);
    flex-shrink: 0;
}

body.site-human .faq__head-rule {
    height: 0;
    border: none;
    border-top: 1px dashed rgba(91, 33, 182, 0.28);
    margin: 0 0 clamp(32px, 4vw, 44px);
}

@media (max-width: 768px) {
    body.site-human .faq__head--editorial {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }

    body.site-human .faq__head-title {
        max-width: none;
    }
}

body.site-human .faq__stage-bar,
body.site-human .faq__nav-num,
body.site-human .faq__nav-kicker,
body.site-human .faq__panel-index {
    display: none !important;
}

body.site-human .faq--editorial .faq__studio {
    grid-template-columns: minmax(88px, 108px) minmax(0, 1fr) !important;
    gap: clamp(16px, 2.5vw, 28px);
    align-items: start !important;
}

body.site-human .faq--editorial .faq__nav--icons {
    position: sticky;
    top: 96px;
}

body.site-human .faq--editorial .faq__nav-list--stagger {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 8px;
    align-content: start;
}

body.site-human .faq--editorial .faq__nav-list--stagger li:nth-child(odd),
body.site-human .faq--editorial .faq__nav-list--stagger > button:nth-child(odd) {
    justify-self: start;
}

body.site-human .faq--editorial .faq__nav-list--stagger li:nth-child(even),
body.site-human .faq--editorial .faq__nav-list--stagger > button:nth-child(even) {
    justify-self: end;
    margin-top: 14px;
}

body.site-human .faq--editorial .faq__nav-list--stagger li:nth-child(4n),
body.site-human .faq--editorial .faq__nav-list--stagger > button:nth-child(4n) {
    margin-top: 8px;
}

body.site-human .faq--editorial .faq__nav-list--stagger li:nth-child(4n + 2),
body.site-human .faq--editorial .faq__nav-list--stagger > button:nth-child(4n + 2) {
    margin-top: 18px;
}

body.site-human .faq--editorial .faq__nav-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 999px !important;
    border: none !important;
    background: transparent !important;
    color: rgba(91, 33, 182, 0.38) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

body.site-human .faq--editorial .faq__nav-btn::after {
    display: none !important;
}

body.site-human .faq--editorial .faq__nav-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.site-human .faq--editorial .faq__nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none !important;
    color: inherit;
}

body.site-human .faq--editorial .faq__nav-icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.5;
}

body.site-human .faq--editorial .faq__nav-btn:hover {
    background: transparent !important;
    color: var(--human-purple) !important;
    transform: scale(1.06);
}

body.site-human .faq--editorial .faq__nav-btn.is-active {
    background: transparent !important;
    border: none !important;
    color: var(--human-purple) !important;
    box-shadow: none !important;
    transform: scale(1.1);
}

body.site-human .faq--editorial .faq__nav-btn.is-active .faq__nav-icon svg {
    stroke-width: 2;
}

body.site-human .faq--editorial .faq__nav-btn.is-active::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--human-purple);
}

body.site-human .faq--editorial .faq__nav-btn {
    position: relative;
}

body.site-human .faq--editorial .faq__stage-window {
    background: #fff !important;
    border: 1px solid var(--human-border-strong) !important;
    border-left: 3px solid var(--human-purple) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

body.site-human .faq--editorial .faq__panels {
    padding: clamp(28px, 4vw, 36px) !important;
}

body.site-human .faq__panel-head {
    margin-bottom: 16px;
}

body.site-human .faq__panel-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--human-purple-soft);
    color: var(--human-purple);
    border: 1px dashed rgba(91, 33, 182, 0.35);
}

body.site-human .faq__panel-title {
    font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    color: var(--human-ink) !important;
    margin: 0 0 16px !important;
}

body.site-human .faq__panel h3 {
    color: var(--human-ink) !important;
}

body.site-human .faq__panel p,
body.site-human .faq__panel li {
    color: var(--human-ink-soft) !important;
}

body.site-human .faq__panel-body a {
    color: var(--human-purple) !important;
}

body.site-human .faq__actions--human {
    margin-top: clamp(28px, 4vw, 40px);
    padding: clamp(24px, 3vw, 32px) clamp(28px, 4vw, 36px) !important;
    background: #0a0a0a !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

body.site-human .faq__actions--human .faq__actions-lead {
    color: #fff !important;
}

body.site-human .faq__actions--human .faq__btn-primary {
    background: var(--human-purple) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}

body.site-human .faq__actions--human .faq__btn-primary:hover {
    background: var(--human-purple-hover) !important;
    color: #fff !important;
}

body.site-human .faq__actions--human .faq__btn-secondary {
    background: transparent !important;
    border: 1px solid var(--human-purple) !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}

body.site-human .faq__actions--human .faq__btn-secondary:hover {
    background: var(--human-purple) !important;
    border-color: var(--human-purple) !important;
    color: #fff !important;
}

@media (max-width: 900px) {
    body.site-human .faq--editorial .faq__studio {
        grid-template-columns: 1fr !important;
    }

    body.site-human .faq--editorial .faq__nav--icons {
        position: static;
    }

    body.site-human .faq--editorial .faq__nav-list--stagger {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 4px;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.site-human .faq--editorial .faq__nav-list--stagger::-webkit-scrollbar {
        display: none;
    }

    body.site-human .faq--editorial .faq__nav-list--stagger li,
    body.site-human .faq--editorial .faq__nav-list--stagger > button {
        flex: 0 0 auto;
        margin-top: 0 !important;
        scroll-snap-align: start;
    }

    body.site-human .faq--editorial .faq__nav-list--stagger li:nth-child(even),
    body.site-human .faq--editorial .faq__nav-list--stagger > button:nth-child(even) {
        margin-top: 0 !important;
    }

    body.site-human .faq--editorial .faq__nav-btn {
        width: 40px;
        height: 40px;
    }

    body.site-human .faq--editorial .faq__nav-icon svg {
        width: 26px;
        height: 26px;
    }

    body.site-human .faq__actions--human {
        flex-direction: column;
        align-items: stretch !important;
        text-align: center;
    }

    body.site-human .faq__actions--human .faq__actions-btns {
        width: 100%;
        flex-direction: column;
    }

    body.site-human .faq__actions--human .faq__actions-btns .btn-large {
        width: 100%;
        justify-content: center;
    }
}

/* Sakrij duplikat sekcije i chatbot na human sajtu */
body.site-human #case-studies,
body.site-human #vera-chat-widget,
body.site-human .contact-hub {
    display: none !important;
}

@media (max-width: 1024px) {
    body.site-human .vera-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.site-human .vera-product-grid--services {
        grid-template-columns: repeat(2, 1fr);
    }

    body.site-human .vera-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.site-human .vera-tech-grid {
        grid-template-columns: 1fr;
    }

    body.site-human .about-teaser__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    body.site-human .vera-trust-grid,
    body.site-human .vera-product-grid--services,
    body.site-human .vera-process-grid,
    body.site-human .vera-testimonial-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================================================
   Tone system — crna · plava · ljubičasta + velike ikone desno
   =================================================================== */

body.site-human .vera-tone-black {
    background: #0a0a0a !important;
}

body.site-human .vera-tone-blue {
    background: var(--human-accent) !important;
}

body.site-human .vera-tone-purple {
    background: var(--human-purple) !important;
}

body.site-human a.vera-tone-blue:hover {
    background: var(--human-accent-hover) !important;
}

body.site-human .vera-tone-card .vera-card__icon {
    position: absolute;
    right: clamp(12px, 3vw, 28px);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(96px, 15vw, 140px);
    height: clamp(96px, 15vw, 140px);
    opacity: 0.32;
    color: #fff;
    pointer-events: none;
    z-index: 0;
}

body.site-human .standard-panel.vera-tone-card .standard-panel__head,
body.site-human .standard-panel.vera-tone-card .standard-panel__list {
    position: relative;
    z-index: 1;
}

body.site-human .standard-panel.vera-tone-card .standard-panel__head {
    padding-right: clamp(72px, 14vw, 120px);
}

@media (max-width: 640px) {
    body.site-human .vera-tone-card .vera-card__icon {
        width: 72px;
        height: 72px;
        opacity: 0.2;
        right: 10px;
    }

    body.site-human .vera-product-card__title,
    body.site-human .vera-engineering-card__title,
    body.site-human .vera-process-step__title,
    body.site-human .vera-tech-card__title,
    body.site-human .vera-trust-item__title,
    body.site-human .vera-testimonial-card__quote {
        padding-right: 80px;
    }
}

/* ===================================================================
   Varijante sekcija — ista paleta, različit layout (ne isfurano)
   =================================================================== */

/* B — Engineering: beli blok + obojeni levi border */
body.site-human .vera-engineering-grid--light {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

body.site-human .vera-engineering-item {
    background: #fff;
    border: 1px solid var(--human-border);
    border-left-width: 4px;
    border-radius: 12px;
    padding: 24px 22px;
    min-height: 0;
}

body.site-human .vera-engineering-item--purple { border-left-color: var(--human-purple); }
body.site-human .vera-engineering-item--blue { border-left-color: var(--human-accent); }
body.site-human .vera-engineering-item--black { border-left-color: #0a0a0a; }

body.site-human .vera-engineering-item__mark {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--human-ink-muted);
}

body.site-human .vera-engineering-item__title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .vera-engineering-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .vera-engineering-item__text code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.88em;
    background: var(--human-accent-soft);
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--human-accent);
}

/* D — Trust: belo + mala ikona u boji */
body.site-human .vera-trust-item--light {
    background: #fff;
    border: 1px solid var(--human-border-strong);
    border-radius: 16px;
    padding: 24px 22px;
    min-height: 0;
    color: var(--human-ink);
}

body.site-human .vera-trust-item--light .vera-trust-item__title {
    padding-right: 0;
    color: var(--human-ink);
}

body.site-human .vera-trust-item--light .vera-trust-item__text {
    color: var(--human-ink-soft);
    max-width: none;
}

body.site-human .vera-trust-item__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-bottom: 16px;
    color: #fff;
}

body.site-human .vera-trust-item__badge svg {
    width: 22px;
    height: 22px;
}

body.site-human .vera-trust-item__badge--blue { background: var(--human-accent); }
body.site-human .vera-trust-item__badge--purple { background: var(--human-purple); }
body.site-human .vera-trust-item__badge--black { background: #0a0a0a; }

/* E — Services: bela kartica + gornja traka */
body.site-human .vera-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2vw, 22px);
}

body.site-human a.vera-service-card {
    --card-accent: var(--human-accent);
    --card-glow: rgba(37, 99, 235, 0.1);
    --card-shadow: rgba(37, 99, 235, 0.12);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--human-border-strong);
    border-top-width: 4px;
    border-radius: 18px;
    padding: 28px 24px 22px;
    text-decoration: none;
    color: var(--human-ink);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

body.site-human a.vera-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, var(--card-glow) 0%, transparent 58%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

body.site-human a.vera-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(98, 37, 230, 0.14);
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.1),
        0 0 0 1px rgba(98, 37, 230, 0.06);
}

body.site-human a.vera-service-card:hover::before {
    opacity: 1;
}

body.site-human .vera-service-card--black {
    --card-accent: #0a0a0a;
    --card-glow: rgba(10, 10, 10, 0.06);
    --card-shadow: rgba(10, 10, 10, 0.12);
    border-top-color: #0a0a0a;
}

body.site-human .vera-service-card--blue {
    --card-accent: var(--human-accent);
    --card-glow: rgba(37, 99, 235, 0.1);
    --card-shadow: rgba(37, 99, 235, 0.18);
    border-top-color: var(--human-accent);
}

body.site-human .vera-service-card--purple {
    --card-accent: var(--human-purple);
    --card-glow: rgba(98, 37, 230, 0.12);
    --card-shadow: rgba(98, 37, 230, 0.2);
    border-top-color: var(--human-purple);
}

body.site-human .vera-service-card__type {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
    margin-bottom: 12px;
    transition: color 0.25s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__type {
    color: var(--card-accent);
}

body.site-human .vera-service-card__title {
    margin: 0 0 12px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--human-ink);
    transition: color 0.25s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__title {
    color: var(--human-ink);
}

body.site-human .vera-service-card__text {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
    transition: color 0.25s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__text {
    color: var(--human-ink);
}

body.site-human .vera-service-card__arrow {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid var(--human-border-strong);
    background: var(--human-surface-open);
    font-size: 18px;
    line-height: 1;
    color: var(--card-accent);
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__arrow {
    transform: translateX(4px);
    background: var(--card-accent);
    border-color: var(--card-accent);
    color: #fff;
    box-shadow: 0 8px 20px var(--card-shadow);
}

body.site-human .vera-service-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

body.site-human .vera-service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px 13px 13px 4px;
    border: 1px dashed var(--human-border-strong);
    background: var(--human-surface-open);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__icon {
    transform: rotate(-3deg) scale(1.04);
    border-style: solid;
    border-color: var(--card-accent);
    background: #fff;
    box-shadow: 0 8px 20px var(--card-glow);
}

body.site-human .vera-service-card__glyph {
    display: block;
    width: 22px;
    height: 22px;
    opacity: 0.9;
}

body.site-human .vera-service-card__idx {
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--human-ink-muted);
    padding-top: 4px;
    transition: color 0.25s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__idx {
    color: var(--card-accent);
}

body.site-human .vera-service-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}

body.site-human .vera-service-card__tag {
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid var(--human-border);
    color: var(--human-ink-muted);
    background: var(--human-surface-open);
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

body.site-human a.vera-service-card:hover .vera-service-card__tag {
    border-color: rgba(98, 37, 230, 0.16);
    color: var(--human-ink-soft);
    background: rgba(98, 37, 230, 0.04);
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card {
    animation: vera-service-in 0.52s ease both;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(1) { animation-delay: 0.04s; }
body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(2) { animation-delay: 0.1s; }
body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(3) { animation-delay: 0.16s; }
body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(4) { animation-delay: 0.22s; }
body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(5) { animation-delay: 0.28s; }
body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(6) { animation-delay: 0.34s; }

@keyframes vera-service-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-human .services-page__catalog .vera-service-grid a.vera-service-card {
        animation: none;
    }
}

/* F — Process: timeline */
body.site-human .vera-process-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human .vera-process-track__step {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.site-human .vera-process-track__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

body.site-human .vera-process-track__step--blue .vera-process-track__dot { background: var(--human-accent); }
body.site-human .vera-process-track__step--purple .vera-process-track__dot { background: var(--human-purple); }
body.site-human .vera-process-track__step--black .vera-process-track__dot { background: #0a0a0a; }

body.site-human .vera-process-track__body {
    background: #fff;
    border: 1px solid var(--human-border-strong);
    border-radius: 16px;
    padding: 24px 22px;
    flex: 1;
}

body.site-human .vera-process-track__title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .vera-process-track__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

/* G — Tech: tag kolone */
body.site-human .vera-tech-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
}

body.site-human .vera-tech-column__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .vera-tech-column__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

body.site-human .vera-tech-column__dot--blue { background: var(--human-accent); }
body.site-human .vera-tech-column__dot--purple { background: var(--human-purple); }
body.site-human .vera-tech-column__dot--black { background: #0a0a0a; }

body.site-human .vera-tech-column__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human .vera-tech-column__tags li {
    padding: 7px 14px;
    border: 1px solid var(--human-border-strong);
    border-radius: 999px;
    font-size: 13px;
    color: var(--human-ink-soft);
    background: #fff;
}

/* H — Portfolio: editorial lista */
body.site-human .vera-ref-list {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--human-border-strong);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

body.site-human a.vera-ref-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px 24px;
    padding: 22px 28px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid var(--human-border);
    transition: background 0.15s ease;
}

body.site-human a.vera-ref-row:last-child {
    border-bottom: none;
}

body.site-human a.vera-ref-row:hover {
    background: var(--human-surface-open);
}

body.site-human .vera-ref-row__badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

body.site-human .vera-ref-row__badge--black { background: #0a0a0a; }
body.site-human .vera-ref-row__badge--blue { background: var(--human-accent); }
body.site-human .vera-ref-row__badge--purple { background: var(--human-purple); }

body.site-human .vera-ref-row__main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

body.site-human .vera-ref-row__title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .vera-ref-row__text {
    font-size: 14px;
    line-height: 1.55;
    color: var(--human-ink-soft);
}

body.site-human .vera-ref-row__link {
    font-size: 14px;
    font-weight: 500;
    color: var(--human-accent);
    white-space: nowrap;
}

/* I — Testimonials: beli citati + levi border */
body.site-human .vera-quote-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

body.site-human .vera-quote-card {
    margin: 0;
    background: #fff;
    border: 1px solid var(--human-border-strong);
    border-left-width: 4px;
    border-radius: 16px;
    padding: 32px 28px;
}

body.site-human .vera-quote-card--blue { border-left-color: var(--human-accent); }
body.site-human .vera-quote-card--purple { border-left-color: var(--human-purple); }

body.site-human .vera-quote-card__text {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--human-ink);
    font-style: normal;
}

body.site-human .vera-quote-card__author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    color: var(--human-ink-muted);
}

body.site-human .vera-quote-card__author strong {
    color: var(--human-ink);
    font-weight: 600;
}

body.site-human .vera-google-rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 20px;
    padding: 10px 16px;
    border: 1px solid var(--human-border-strong);
    border-radius: 999px;
    background: #fff;
    color: var(--human-ink);
    text-decoration: none;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-human .vera-google-rating:hover {
    border-color: var(--human-accent);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

body.site-human .vera-google-rating__stars {
    letter-spacing: 2px;
    color: #fbbc04;
    font-size: 15px;
    line-height: 1;
}

body.site-human .vera-google-rating__score strong {
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .vera-google-rating__count {
    color: var(--human-ink-muted);
}

body.site-human .testimonials__ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.25rem;
}

/* Why Vera panel — belo + ljubičasti akcenat */
body.site-human .standard-panel--accent {
    background: #fff !important;
    border-left: 4px solid var(--human-purple) !important;
    color: var(--human-ink);
}

body.site-human .standard-panel--accent .standard-panel__title {
    color: var(--human-ink) !important;
}

body.site-human .standard-panel--accent .standard-panel__sub {
    color: var(--human-ink-muted) !important;
}

body.site-human .standard-panel--accent .standard-panel__item {
    border-color: var(--human-border) !important;
}

body.site-human .standard-panel--accent .standard-panel__check {
    border-color: var(--human-purple) !important;
    color: var(--human-purple) !important;
    background: transparent !important;
}

body.site-human .standard-panel--accent .standard-panel__item strong {
    color: var(--human-ink) !important;
}

body.site-human .standard-panel--accent .standard-panel__item p {
    color: var(--human-ink-soft) !important;
}

@media (max-width: 1024px) {
    body.site-human .vera-engineering-grid--light,
    body.site-human .vera-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.site-human .vera-process-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    body.site-human .vera-engineering-grid--light,
    body.site-human .vera-service-grid,
    body.site-human .vera-process-track,
    body.site-human .vera-tech-columns,
    body.site-human .vera-quote-grid {
        grid-template-columns: 1fr;
    }

    body.site-human a.vera-ref-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* —— Subpages — light nav (exclude dark landing pages) —— */
body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .navbar,
body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .navbar.scrolled {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    border-bottom: 1px solid var(--human-border) !important;
    box-shadow: none !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-link {
    color: var(--human-ink-soft) !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-link:hover,
body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-link.active {
    background: var(--human-surface-open) !important;
    color: var(--human-ink) !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .dropdown-icon {
    color: var(--human-ink-muted);
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .logo-img--nav {
    height: 34px !important;
    filter: brightness(0) !important;
    opacity: 1 !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-toggle span {
    background: var(--human-ink) !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-actions .btn-primary {
    background: var(--human-ink) !important;
    border: 1px solid var(--human-ink) !important;
    color: #fff !important;
    padding: 7px 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}

body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-actions .btn-primary:hover {
    background: #1e293b !important;
    border-color: #1e293b !important;
    color: #fff !important;
}

/* Projekt page — dark nav like homepage */
body.site-human.projekt-page .navbar,
body.site-human.projekt-page .navbar.scrolled,
body.site-human.booking-page .navbar,
body.site-human.booking-page .navbar.scrolled {
    background: rgba(4, 8, 18, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

body.site-human.projekt-page .logo-img--nav,
body.site-human.booking-page .logo-img--nav {
    filter: none !important;
}

@media (max-width: 768px) {
    body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .nav-menu {
        background: rgba(255, 255, 255, 0.98) !important;
        border-top: 1px solid var(--human-border);
    }

    body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .dropdown-menu {
        background: #fff !important;
        border-color: var(--human-border) !important;
    }

    body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .dropdown-menu li a {
        color: var(--human-ink-soft) !important;
    }

    body.site-human.page-sub:not(.projekt-page):not(.page-ki):not(.page-web-dev):not(.page-webseiten):not(.page-mobile-dev):not(.page-cloud-dev):not(.page-cyber-dev, .page-ui-dev, .page-office-dev):not(.page-office-stack) .dropdown-menu li a:hover {
        background: var(--human-surface-open) !important;
        color: var(--human-ink) !important;
    }

    body.site-human.projekt-page .nav-menu,
    body.site-human.booking-page .nav-menu {
        background: rgba(4, 8, 18, 0.98) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
}

body.site-human .services-page {
    padding: 0;
    border-bottom: none;
}

body.site-human .services-page__intro {
    background: #fff;
    padding: clamp(104px, 12vh, 132px) 0 clamp(48px, 6vw, 64px);
    border-bottom: 1px solid var(--human-border);
}

body.site-human .services-page__catalog {
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(98, 37, 230, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 0% 100%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        var(--human-surface-open);
    padding: clamp(56px, 7vw, 80px) 0 clamp(64px, 8vw, 96px);
}

body.site-human .services-page__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .services-page__ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin-bottom: clamp(32px, 4vw, 44px);
    padding: 12px 20px;
    background: var(--human-purple);
    border-radius: 12px;
    color: #fff;
}

body.site-human .services-page__ribbon-brand {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.site-human .services-page__ribbon-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 12px;
    opacity: 0.92;
}

body.site-human .services-page__ribbon-meta span {
    padding: 4px 11px;
    border: 1px dashed rgba(255, 255, 255, 0.42);
    border-radius: 999px;
}

body.site-human .services-page__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    margin-bottom: clamp(24px, 3vw, 32px);
}

body.site-human .services-page__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .services-page__title {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2.125rem, 3.8vw, 3.25rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.06;
    color: var(--human-ink);
}

body.site-human .services-page__title-accent {
    color: var(--human-purple);
}

body.site-human .services-page__lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .services-page__lead strong {
    font-weight: 600;
    color: var(--human-purple);
}

body.site-human .services-page__rule {
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.35;
}

body.site-human .services-page__grid-label {
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .services-page__catalog-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
    gap: clamp(20px, 4vw, 48px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 44px);
}

body.site-human .services-page__catalog-title {
    margin: 0;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
}

body.site-human .services-page__catalog-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .services-page__catalog-grid {
    position: relative;
}

body.site-human .services-page__catalog-grid::before,
body.site-human .services-page__catalog-grid::after {
    content: "";
    position: absolute;
    top: 6%;
    bottom: 6%;
    width: 1px;
    background: repeating-linear-gradient(
        180deg,
        rgba(98, 37, 230, 0.22) 0,
        rgba(98, 37, 230, 0.22) 8px,
        transparent 8px,
        transparent 16px
    );
    pointer-events: none;
    z-index: 0;
}

body.site-human .services-page__catalog-grid::before {
    left: calc(33.333% - 0.5px);
}

body.site-human .services-page__catalog-grid::after {
    left: calc(66.666% - 0.5px);
}

body.site-human .services-page__catalog a.vera-service-card {
    position: relative;
    z-index: 1;
    border: 1px dashed rgba(98, 37, 230, 0.32);
    border-top-width: 1px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 18px rgba(98, 37, 230, 0.06);
}

body.site-human .services-page__catalog a.vera-service-card--blue,
body.site-human .services-page__catalog a.vera-service-card--purple {
    --card-accent: var(--human-purple);
    --card-glow: rgba(98, 37, 230, 0.12);
    --card-shadow: rgba(98, 37, 230, 0.2);
    border-top-color: rgba(98, 37, 230, 0.32);
}

body.site-human .services-page__catalog .vera-service-card__type {
    color: var(--human-purple);
}

body.site-human .services-page__catalog .vera-service-card__icon {
    position: relative;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    background: rgba(98, 37, 230, 0.05);
}

body.site-human .services-page__catalog .vera-service-card__icon--r1 { transform: rotate(-2.5deg); }
body.site-human .services-page__catalog .vera-service-card__icon--r2 { transform: rotate(1.5deg); }
body.site-human .services-page__catalog .vera-service-card__icon--r3 { transform: rotate(-1deg); }
body.site-human .services-page__catalog .vera-service-card__icon--r4 { transform: rotate(2deg); }
body.site-human .services-page__catalog .vera-service-card__icon--r5 { transform: rotate(-1.5deg); }
body.site-human .services-page__catalog .vera-service-card__icon--r6 { transform: rotate(1deg); }

body.site-human .services-page__catalog .vera-service-card__idx {
    position: absolute;
    right: -4px;
    bottom: -6px;
    padding: 1px 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--human-ink-muted);
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 4px;
    line-height: 1.35;
    padding-top: 4px;
}

body.site-human .services-page__catalog .vera-service-card__foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
}

body.site-human .services-page__catalog .vera-service-card__tags {
    margin-top: 0;
}

body.site-human .services-page__catalog .vera-service-card__arrow {
    margin-top: 0;
    flex-shrink: 0;
    border-style: dashed;
    border-color: rgba(98, 37, 230, 0.35);
    color: var(--human-purple);
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(3n+2) {
    margin-top: 18px;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(3n) {
    margin-top: 36px;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(1) {
    animation: vera-service-float 5.2s ease-in-out infinite;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(2) {
    animation: vera-service-float 5.2s ease-in-out 0.5s infinite;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(3) {
    animation: vera-service-float 5.2s ease-in-out 1s infinite;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(4) {
    animation: vera-service-float 5.2s ease-in-out 1.5s infinite;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(5) {
    animation: vera-service-float 5.2s ease-in-out 2s infinite;
}

body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(6) {
    animation: vera-service-float 5.2s ease-in-out 2.5s infinite;
}

@keyframes vera-service-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

body.site-human .services-page__catalog a.vera-service-card:hover {
    animation: none;
    transform: translateY(-8px);
    border-style: solid;
    border-color: var(--human-purple);
    box-shadow: 0 18px 40px rgba(98, 37, 230, 0.16);
}

body.site-human .services-page__catalog a.vera-service-card:hover .vera-service-card__icon {
    transform: rotate(0deg) scale(1.05);
    border-color: var(--human-purple);
}

body.site-human .services-page__catalog a.vera-service-card:hover .vera-service-card__title {
    color: var(--human-purple);
}

body.site-human .services-page__catalog a.vera-service-card:hover .vera-service-card__arrow {
    background: var(--human-purple);
    border-color: var(--human-purple);
    border-style: solid;
    color: #fff;
}

@media (max-width: 1024px) {
    body.site-human .services-page__catalog-head {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
    }

    body.site-human .services-page__catalog-grid::before,
    body.site-human .services-page__catalog-grid::after {
        display: none;
    }

    body.site-human .services-page__catalog .vera-service-grid a.vera-service-card:nth-child(n) {
        margin-top: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-human .services-page__catalog .vera-service-grid a.vera-service-card {
        animation: none;
    }
}

body.site-human .services-page__promo {
    background: #fff;
    padding: clamp(48px, 6vw, 72px) 0;
    border-top: 1px solid var(--human-border);
}

body.site-human .services-page__promo-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(20px, 4vw, 40px);
    align-items: center;
    padding: clamp(28px, 4vw, 40px);
    background:
        radial-gradient(ellipse 70% 60% at 100% 0%, rgba(98, 37, 230, 0.22) 0%, transparent 55%),
        linear-gradient(160deg, #0f172a 0%, #131c33 52%, #0a0a0a 100%);
    border: 1px solid rgba(98, 37, 230, 0.16);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}

body.site-human .services-page__promo-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(167, 139, 250, 0.85);
}

body.site-human .services-page__promo-title {
    margin: 0 0 8px;
    font-size: clamp(1.375rem, 2.2vw, 1.75rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

body.site-human .services-page__promo-text {
    margin: 0;
    max-width: 48ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

body.site-human .services-page__promo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.site-human .services-page__promo-actions .vera-outline-btn {
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

body.site-human .services-page__promo-actions .vera-outline-btn--on-dark {
    border-color: rgba(255, 255, 255, 0.38);
    color: rgba(255, 255, 255, 0.9);
}

body.site-human .services-page__promo-actions .vera-outline-btn--on-dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

body.site-human .services-page__promo-actions .vera-outline-btn--purple-on-dark {
    background: #fff;
    border-color: #fff;
    color: var(--human-ink);
}

body.site-human .services-page__promo-actions .vera-outline-btn--purple-on-dark:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--human-ink);
}

@media (max-width: 1024px) {
    body.site-human .services-page__head,
    body.site-human .services-page__promo-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human .services-page__promo-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body.site-human .services-page__intro {
        padding-top: 96px;
    }

    body.site-human .services-page__title {
        max-width: none;
    }
}

/* —— Service detail pages —— */
body.site-human .service-detail {
    padding: 0;
}

body.site-human .service-detail:has(.service-detail__intro--blue) {
    --detail-accent: var(--human-accent);
    --detail-glow: rgba(37, 99, 235, 0.12);
    --detail-shadow: rgba(37, 99, 235, 0.16);
}

body.site-human .service-detail:has(.service-detail__intro--purple) {
    --detail-accent: var(--human-purple);
    --detail-glow: rgba(98, 37, 230, 0.14);
    --detail-shadow: rgba(98, 37, 230, 0.2);
}

body.site-human .service-detail:has(.service-detail__intro--black) {
    --detail-accent: #0a0a0a;
    --detail-glow: rgba(10, 10, 10, 0.08);
    --detail-shadow: rgba(10, 10, 10, 0.14);
}

body.site-human .service-detail__intro {
    background:
        radial-gradient(ellipse 70% 45% at 100% 0%, rgba(98, 37, 230, 0.05) 0%, transparent 55%),
        #fff;
    padding: clamp(104px, 12vh, 128px) 0 clamp(40px, 5vw, 56px);
    border-bottom: 1px solid var(--human-border);
}

body.site-human .service-detail__content {
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(98, 37, 230, 0.05) 0%, transparent 52%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(37, 99, 235, 0.04) 0%, transparent 50%),
        var(--human-surface-open);
    padding: clamp(56px, 7vw, 80px) 0;
}

body.site-human .service-detail__related {
    background: #fff;
    padding: clamp(40px, 5vw, 52px) 0 clamp(24px, 3vw, 32px);
    border-top: 1px solid var(--human-border);
}

body.site-human .service-detail__bridge {
    background: #fff;
    padding: 0 0 clamp(12px, 2vw, 20px);
}

body.site-human .service-detail__bridge .service-detail__tool {
    margin: 0;
}

body.site-human .service-detail .services-page__promo {
    padding: clamp(16px, 2.5vw, 24px) 0 clamp(24px, 3vw, 32px);
    border-top: none;
}

body.site-human .service-detail__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human .service-detail__back {
    margin: 0 0 clamp(20px, 3vw, 28px);
}

body.site-human .service-detail__back a {
    font-size: 13px;
    font-weight: 500;
    color: var(--human-ink-muted);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.site-human .service-detail__back a:hover {
    color: var(--human-purple);
    transform: translateX(-3px);
}

body.site-human .service-detail__ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin-bottom: clamp(28px, 4vw, 40px);
    padding: 12px 20px;
    background: var(--human-purple);
    border-radius: 12px;
    color: #fff;
    box-shadow: none;
}

body.site-human .service-detail__ribbon-brand {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.site-human .service-detail__ribbon-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 12px;
    opacity: 0.92;
}

body.site-human .service-detail__ribbon-meta span {
    padding: 4px 11px;
    border: 1px dashed rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

body.site-human .service-detail__ribbon-meta span:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.65);
}

body.site-human .service-detail__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    margin-bottom: clamp(24px, 3vw, 32px);
}

body.site-human .service-detail__icon-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

body.site-human .service-detail__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px 14px 14px 4px;
    border: 1px dashed var(--human-border-strong);
    background: var(--human-surface-open);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.site-human .service-detail__intro--blue .service-detail__icon {
    border-color: rgba(37, 99, 235, 0.28);
}

body.site-human .service-detail__intro--purple .service-detail__icon {
    border-color: rgba(98, 37, 230, 0.28);
}

body.site-human .service-detail__intro--black .service-detail__icon {
    border-color: rgba(15, 23, 42, 0.22);
}

body.site-human .service-detail__head:hover .service-detail__icon {
    transform: rotate(-3deg) scale(1.04);
    border-style: solid;
    border-color: var(--detail-accent);
    box-shadow: 0 10px 24px var(--detail-glow);
}

body.site-human .service-detail__glyph {
    width: 26px;
    height: 26px;
    opacity: 0.9;
}

body.site-human .service-detail__idx {
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--human-ink-muted);
    transition: color 0.25s ease;
}

body.site-human .service-detail__head:hover .service-detail__idx {
    color: var(--detail-accent);
}

body.site-human .service-detail__type {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--detail-accent, var(--human-purple));
}

body.site-human .service-detail__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
}

body.site-human .service-detail__lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .service-detail__lead strong {
    font-weight: 600;
    color: var(--detail-accent, var(--human-purple));
}

body.site-human .service-detail__rule {
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        var(--detail-accent, var(--human-purple)) 0,
        var(--detail-accent, var(--human-purple)) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.4;
}

body.site-human .service-detail__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 24px);
    margin-bottom: clamp(40px, 5vw, 56px);
}

body.site-human .service-detail__panel {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 3vw, 32px);
    background: #fff;
    border: 1px solid var(--human-border);
    border-top: 3px solid var(--detail-accent, var(--human-purple));
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.site-human .service-detail__panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, var(--detail-glow) 0%, transparent 58%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

body.site-human .service-detail__panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-color: rgba(98, 37, 230, 0.12);
}

body.site-human .service-detail__panel:hover::before {
    opacity: 1;
}

body.site-human .service-detail__panel-title {
    margin: 0 0 12px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .service-detail__panel-text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human .service-detail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.site-human .service-detail__list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--human-ink-soft);
    transition: color 0.2s ease, transform 0.2s ease;
}

body.site-human .service-detail__list li:hover {
    color: var(--human-ink);
    transform: translateX(3px);
}

body.site-human .service-detail__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--detail-accent, var(--human-purple));
    opacity: 0.55;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-human .service-detail__list li:hover::before {
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 0 8px var(--detail-glow);
}

body.site-human .service-detail__list--ordered {
    counter-reset: service-step;
}

body.site-human .service-detail__list--ordered li {
    counter-increment: service-step;
    padding-left: 2.25rem;
}

body.site-human .service-detail__list--ordered li::before {
    content: counter(service-step, decimal-leading-zero);
    top: 0.05em;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-family: var(--font-mono, "IBM Plex Mono", monospace);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--detail-accent, var(--human-purple));
    opacity: 1;
}

body.site-human .service-detail__list--ordered li:hover::before {
    transform: none;
    box-shadow: none;
}

body.site-human .service-detail__tool {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin: 8px 0 32px;
    padding: 22px 24px;
    border-radius: 14px;
    border: 1px solid rgba(98, 37, 230, 0.22);
    background: linear-gradient(135deg, rgba(98, 37, 230, 0.08) 0%, rgba(98, 37, 230, 0.02) 100%);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.site-human .service-detail__tool:hover {
    transform: translateY(-3px);
    border-color: rgba(98, 37, 230, 0.38);
    box-shadow: 0 14px 32px rgba(98, 37, 230, 0.12);
}

body.site-human .service-detail__tool-kicker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .service-detail__tool-title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human .service-detail__tool-text {
    margin: 0;
    max-width: 52ch;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human .service-detail__tool-cta {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--human-purple);
}

body.site-human a.service-detail__related-link--product {
    border-color: rgba(98, 37, 230, 0.28);
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.06) 0%, #fff 100%);
}

body.site-human a.service-detail__related-link--product strong {
    color: var(--human-purple);
}

body.site-human .services-page__promo-text a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.site-human .services-page__promo-text a:hover {
    opacity: 0.88;
}

body.site-human .service-detail__section-title {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .service-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: clamp(40px, 5vw, 56px);
}

body.site-human .service-detail__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--human-border);
    background: #fff;
    color: var(--human-ink-soft);
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

body.site-human .service-detail__tag-icon {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
}

body.site-human .service-detail__tag:hover {
    border-color: rgba(98, 37, 230, 0.2);
    background: rgba(98, 37, 230, 0.05);
    color: var(--human-ink);
    transform: translateY(-2px);
}

body.site-human .service-detail__deliverables {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 3vw, 32px);
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 18px;
    border-left: 4px solid var(--detail-accent, var(--human-purple));
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.site-human .service-detail__deliverables::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--detail-glow) 0%, transparent 42%);
    pointer-events: none;
}

body.site-human .service-detail__deliverables:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

body.site-human .service-detail__deliverables .service-detail__list li::before {
    background: var(--detail-accent, var(--human-accent));
}

body.site-human .service-detail__related-title {
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human .service-detail__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 16px);
}

body.site-human a.service-detail__related-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--human-border);
    border-radius: 14px;
    text-decoration: none;
    color: var(--human-ink);
    background: var(--human-surface-open);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

body.site-human a.service-detail__related-link::after {
    content: "→";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--human-border-strong);
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: var(--detail-accent, var(--human-purple));
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.site-human a.service-detail__related-link:hover {
    transform: translateY(-3px);
    border-color: rgba(98, 37, 230, 0.16);
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.site-human a.service-detail__related-link:hover::after {
    transform: translateX(3px);
    background: var(--detail-accent, var(--human-purple));
    border-color: var(--detail-accent, var(--human-purple));
    color: #fff;
    box-shadow: 0 6px 16px var(--detail-shadow);
}

body.site-human .service-detail__related-link span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
    margin-bottom: 4px;
}

body.site-human .service-detail__related-link strong {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

@media (prefers-reduced-motion: no-preference) {
    body.site-human .service-detail__panel {
        animation: service-detail-in 0.52s ease both;
    }

    body.site-human .service-detail__columns .service-detail__panel:nth-child(1) { animation-delay: 0.06s; }
    body.site-human .service-detail__columns .service-detail__panel:nth-child(2) { animation-delay: 0.14s; }

    body.site-human .service-detail__tag {
        animation: service-detail-in 0.45s ease both;
    }

    body.site-human .service-detail__tag:nth-child(1) { animation-delay: 0.18s; }
    body.site-human .service-detail__tag:nth-child(2) { animation-delay: 0.22s; }
    body.site-human .service-detail__tag:nth-child(3) { animation-delay: 0.26s; }
    body.site-human .service-detail__tag:nth-child(4) { animation-delay: 0.3s; }
    body.site-human .service-detail__tag:nth-child(5) { animation-delay: 0.34s; }
    body.site-human .service-detail__tag:nth-child(6) { animation-delay: 0.38s; }

    body.site-human .service-detail__deliverables {
        animation: service-detail-in 0.52s ease 0.2s both;
    }

    body.site-human a.service-detail__related-link {
        animation: service-detail-in 0.48s ease both;
    }

    body.site-human .service-detail__related-grid a.service-detail__related-link:nth-child(1) { animation-delay: 0.08s; }
    body.site-human .service-detail__related-grid a.service-detail__related-link:nth-child(2) { animation-delay: 0.14s; }
    body.site-human .service-detail__related-grid a.service-detail__related-link:nth-child(3) { animation-delay: 0.2s; }
}

@keyframes service-detail-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-human .service-detail__panel,
    body.site-human .service-detail__tag,
    body.site-human .service-detail__deliverables,
    body.site-human a.service-detail__related-link {
        animation: none;
    }
}

@media (max-width: 1024px) {
    body.site-human .service-detail__head,
    body.site-human .service-detail__columns,
    body.site-human .service-detail__related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.site-human .service-detail__intro {
        padding-top: 96px;
    }

    body.site-human .service-detail__title {
        max-width: none;
    }
}

/* —— Projekt anfragen — split screen —— */
body.site-human.projekt-page {
    background: #fff;
}

body.site-human.projekt-page .projekt-split {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 58%);
    min-height: calc(100vh - 72px);
    margin-top: 72px;
}

body.site-human.projekt-page .projekt-split__brand {
    position: sticky;
    top: 72px;
    align-self: start;
    min-height: calc(100vh - 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 6vw, 72px) clamp(32px, 5vw, 64px);
    background: #050a14;
    color: #fff;
}

body.site-human.projekt-page .projekt-split__logo-link {
    display: inline-block;
    margin-bottom: clamp(32px, 5vh, 48px);
}

body.site-human.projekt-page .projekt-split__logo {
    width: auto;
    height: 28px;
    display: block;
    filter: drop-shadow(0 0 12px rgba(196, 181, 253, 0.35));
}

body.site-human.projekt-page .projekt-split__logo--dark {
    filter: invert(1) drop-shadow(0 0 12px rgba(196, 181, 253, 0.35));
}

body.site-human.projekt-page .projekt-split__kicker {
    margin: 0 0 12px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(196, 181, 253, 0.9);
}

body.site-human.projekt-page .projekt-split__title {
    margin: 0 0 20px;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #fff;
}

body.site-human.projekt-page .projekt-split__lead {
    margin: 0 0 clamp(28px, 4vh, 36px);
    max-width: 36ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

body.site-human.projekt-page .projekt-split__lead strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

body.site-human.projekt-page .projekt-split__meta {
    list-style: none;
    margin: 0 0 clamp(28px, 4vh, 36px);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.site-human.projekt-page .projekt-split__meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

body.site-human.projekt-page .projekt-split__tag {
    display: inline-block;
    padding: 3px 10px;
    border: 1px dashed rgba(196, 181, 253, 0.45);
    border-radius: 999px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(196, 181, 253, 0.95);
    flex-shrink: 0;
}

body.site-human.projekt-page .projekt-split__rule {
    width: 100%;
    max-width: 280px;
    height: 1px;
    margin-bottom: clamp(24px, 3vh, 32px);
    background: repeating-linear-gradient(
        to right,
        rgba(196, 181, 253, 0.35) 0,
        rgba(196, 181, 253, 0.35) 5px,
        transparent 5px,
        transparent 10px
    );
}

body.site-human.projekt-page .projekt-split__contact {
    margin: 0;
}

body.site-human.projekt-page .projekt-split__contact-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

body.site-human.projekt-page .projekt-split__contact-row:first-of-type {
    border-top: 1px dashed rgba(255, 255, 255, 0.12);
}

body.site-human.projekt-page .projekt-split__contact-row dt {
    margin: 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

body.site-human.projekt-page .projekt-split__contact-row dd {
    margin: 0;
    font-size: 14px;
}

body.site-human.projekt-page .projekt-split__contact-row a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.15s ease;
}

body.site-human.projekt-page .projekt-split__contact-row a:hover {
    color: rgba(196, 181, 253, 0.95);
}

body.site-human.projekt-page .projekt-split__form-panel {
    background: #fff;
    overflow-y: auto;
}

body.site-human.projekt-page .projekt-split__form-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 48px) clamp(56px, 7vw, 80px);
}

body.site-human.projekt-page .projekt-split__form-kicker {
    margin: 0 0 clamp(28px, 4vw, 36px);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.projekt-page .projekt-form__section {
    margin: 0 0 clamp(32px, 4vw, 40px);
    padding: 0;
    border: none;
    min-width: 0;
}

body.site-human.projekt-page .projekt-form__legend {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 14px;
    border-bottom: 1px dashed rgba(91, 33, 182, 0.22);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human.projekt-page .projekt-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
}

body.site-human.projekt-page .projekt-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

body.site-human.projekt-page .projekt-form__field--full {
    grid-column: 1 / -1;
}

body.site-human.projekt-page .projekt-form__label {
    font-size: 13px;
    font-weight: 500;
    color: var(--human-ink);
}

body.site-human.projekt-page .projekt-form__req {
    color: var(--human-purple);
}

body.site-human.projekt-page .projekt-form__input,
body.site-human.projekt-page .projekt-form__select,
body.site-human.projekt-page .projekt-form__textarea {
    width: 100%;
    padding: 10px 0 12px;
    border: none;
    border-bottom: 1px dashed rgba(91, 33, 182, 0.28);
    border-radius: 0;
    background: transparent;
    color: var(--human-ink);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.15s ease, border-style 0.15s ease;
}

body.site-human.projekt-page .projekt-form__input::placeholder,
body.site-human.projekt-page .projekt-form__textarea::placeholder {
    color: var(--human-ink-muted);
}

body.site-human.projekt-page .projekt-form__input:focus,
body.site-human.projekt-page .projekt-form__select:focus,
body.site-human.projekt-page .projekt-form__textarea:focus {
    border-bottom-color: var(--human-purple);
    border-bottom-style: solid;
}

body.site-human.projekt-page .projekt-form__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b21b6' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 18px;
    padding-right: 28px;
}

body.site-human.projekt-page .projekt-form__textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.55;
}

body.site-human.projekt-page .projekt-form__textarea--short {
    min-height: 80px;
}

body.site-human.projekt-page .projekt-form__checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.site-human.projekt-page .projekt-form__check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--human-border);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    color: var(--human-ink-soft);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.site-human.projekt-page .projekt-form__check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.site-human.projekt-page .projekt-form__check:has(input:checked) {
    border-color: rgba(91, 33, 182, 0.35);
    background: rgba(91, 33, 182, 0.05);
    color: var(--human-purple);
}

body.site-human.projekt-page .projekt-form__budgets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.site-human.projekt-page .projekt-form__budget {
    position: relative;
    cursor: pointer;
}

body.site-human.projekt-page .projekt-form__budget input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.site-human.projekt-page .projekt-form__budget span {
    display: block;
    padding: 12px 10px;
    border: 1px solid var(--human-border);
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--human-ink-soft);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

body.site-human.projekt-page .projekt-form__budget:has(input:checked) span {
    border-color: rgba(91, 33, 182, 0.35);
    background: rgba(91, 33, 182, 0.06);
    color: var(--human-purple);
}

body.site-human.projekt-page .projekt-form__budget:hover span {
    border-color: rgba(91, 33, 182, 0.22);
}

body.site-human.projekt-page .projekt-form__terms {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.55;
    color: var(--human-ink-soft);
}

body.site-human.projekt-page .projekt-form__terms input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.site-human.projekt-page .projekt-form__terms-box {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 1px solid var(--human-border-strong);
    border-radius: 4px;
    background: #fff;
    transition: background 0.15s ease, border-color 0.15s ease;
}

body.site-human.projekt-page .projekt-form__terms:has(input:checked) .projekt-form__terms-box {
    background: var(--human-purple);
    border-color: var(--human-purple);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

body.site-human.projekt-page .projekt-form__terms-text a {
    color: var(--human-purple);
    text-decoration: none;
}

body.site-human.projekt-page .projekt-form__terms-text a:hover {
    text-decoration: underline;
}

body.site-human.projekt-page .projekt-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 28px;
    border: none;
    border-radius: 999px;
    background: var(--human-ink);
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s ease;
}

body.site-human.projekt-page .projekt-form__submit:hover {
    background: #1e293b;
}

body.site-human.projekt-page .projekt-form__submit svg {
    width: 18px;
    height: 18px;
}

body.site-human.projekt-page .projekt-form__submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

body.site-human.projekt-page .projekt-form__message {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

body.site-human.projekt-page .projekt-form__message--error {
    background: rgba(220, 38, 38, 0.06);
    border: 1px solid rgba(220, 38, 38, 0.2);
    color: #b91c1c;
}

body.site-human.projekt-page .projekt-form__message--success {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.45);
    margin: 0;
    border: none;
}

body.site-human.projekt-page .projekt-form__success-card {
    position: relative;
    max-width: 440px;
    width: 100%;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid var(--human-border-strong);
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    text-align: center;
}

body.site-human.projekt-page .projekt-form__success-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--human-border);
    border-radius: 50%;
    background: transparent;
    color: var(--human-ink-muted);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

body.site-human.projekt-page .projekt-form__success-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(91, 33, 182, 0.08);
    border: 1px solid rgba(91, 33, 182, 0.2);
    color: var(--human-purple);
}

body.site-human.projekt-page .projekt-form__success-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human.projekt-page .projekt-form__success-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

@media (max-width: 960px) {
    body.site-human.projekt-page .projekt-split {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.site-human.projekt-page .projekt-split__brand {
        position: relative;
        top: auto;
        min-height: auto;
        padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 32px);
    }

    body.site-human.projekt-page .projekt-split__title br {
        display: none;
    }
}

@media (max-width: 640px) {
    body.site-human.projekt-page .projekt-split {
        margin-top: 64px;
    }

    body.site-human.projekt-page .projekt-form__grid,
    body.site-human.projekt-page .projekt-form__checks,
    body.site-human.projekt-page .projekt-form__budgets {
        grid-template-columns: 1fr;
    }
}

/* Projekt page — v2 overrides (full split, editorial form) */
body.site-human.projekt-page {
    background: #050a14 !important;
    overflow-x: hidden;
}

body.site-human.projekt-page .projekt-split {
    grid-template-columns: minmax(300px, 36%) minmax(0, 64%) !important;
    grid-template-rows: 1fr !important;
    height: calc(100dvh - 72px) !important;
    min-height: calc(100dvh - 72px) !important;
    overflow: hidden !important;
}

body.site-human.projekt-page .projekt-split__brand {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    min-height: 100% !important;
    justify-content: space-between !important;
    padding: clamp(36px, 5vh, 56px) clamp(28px, 4vw, 52px) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

body.site-human.projekt-page .projekt-split__brand-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 380px;
}

body.site-human.projekt-page .projekt-split__brand-foot {
    flex-shrink: 0;
    max-width: 380px;
}

body.site-human.projekt-page .projekt-split__logo {
    height: clamp(34px, 4vw, 44px) !important;
    filter: drop-shadow(0 0 14px rgba(196, 181, 253, 0.45)) !important;
}

body.site-human.projekt-page .projekt-split__legal {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.38);
}

body.site-human.projekt-page .projekt-split__legal a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

body.site-human.projekt-page .projekt-split__legal a:hover {
    color: rgba(196, 181, 253, 0.9);
}

body.site-human.projekt-page .projekt-split__legal span {
    margin: 0 8px;
}

body.site-human.projekt-page .projekt-split__form-panel {
    align-self: stretch !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    background: linear-gradient(180deg, #faf8ff 0%, #fff 28%) !important;
}

body.site-human.projekt-page .projekt-split__form-inner {
    max-width: 720px !important;
    padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 48px) clamp(40px, 5vw, 56px) !important;
}

body.site-human.projekt-page .projekt-split__ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: clamp(24px, 3vw, 32px);
    padding: 11px 18px;
    background: var(--human-purple);
    border-radius: 12px;
    color: #fff;
}

body.site-human.projekt-page .projekt-split__ribbon-brand {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.site-human.projekt-page .projekt-split__ribbon-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}

body.site-human.projekt-page .projekt-split__ribbon-meta span {
    padding: 3px 10px;
    border: 1px dashed rgba(255, 255, 255, 0.42);
    border-radius: 999px;
}

body.site-human.projekt-page .projekt-form__input,
body.site-human.projekt-page .projekt-form__select,
body.site-human.projekt-page .projekt-form__textarea {
    width: 100% !important;
    padding: 9px 0 11px !important;
    border: none !important;
    border-bottom: 1px dashed rgba(91, 33, 182, 0.28) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.site-human.projekt-page .projekt-form__input:focus,
body.site-human.projekt-page .projekt-form__select:focus,
body.site-human.projekt-page .projekt-form__textarea:focus {
    border-bottom-color: var(--human-purple) !important;
    border-bottom-style: solid !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.site-human.projekt-page .projekt-form__check {
    border: 1px dashed rgba(91, 33, 182, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px !important;
    padding: 10px 12px !important;
}

body.site-human.projekt-page .projekt-form__check:has(input:checked) {
    border-color: rgba(91, 33, 182, 0.4) !important;
    border-style: solid !important;
    background: rgba(91, 33, 182, 0.06) !important;
}

body.site-human.projekt-page .projekt-form__budgets {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

body.site-human.projekt-page .projekt-form__budget span {
    border: 1px dashed rgba(91, 33, 182, 0.22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px !important;
    padding: 10px 6px !important;
}

body.site-human.projekt-page .projekt-form__budget:has(input:checked) span {
    border-color: rgba(91, 33, 182, 0.4) !important;
    border-style: solid !important;
}

body.site-human.projekt-page .projekt-form__submit {
    width: auto !important;
    max-width: 280px !important;
    font-size: 13px !important;
    padding: 13px 24px !important;
}

body.site-human.projekt-page .projekt-form__section {
    margin-bottom: clamp(24px, 3vw, 28px) !important;
}

body.site-human.projekt-page .projekt-form__grid {
    gap: 16px 20px !important;
}

@media (max-width: 960px) {
    body.site-human.projekt-page .projekt-split {
        grid-template-columns: 1fr !important;
        height: auto !important;
        min-height: calc(100dvh - 72px) !important;
        overflow: visible !important;
    }

    body.site-human.projekt-page .projekt-split__brand {
        min-height: auto !important;
    }

    body.site-human.projekt-page .projekt-split__brand-main,
    body.site-human.projekt-page .projekt-split__brand-foot {
        max-width: none;
    }

    body.site-human.projekt-page .projekt-split__brand-foot {
        margin-top: 24px;
    }

    body.site-human.projekt-page .projekt-split__form-panel {
        overflow: visible !important;
    }
}

@media (max-width: 640px) {
    body.site-human.projekt-page .projekt-form__budgets {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human.projekt-page .projekt-form__submit {
        max-width: none !important;
        width: 100% !important;
    }
}

/* Projekt — compact one-screen layout v3 */
body.site-human.projekt-page {
    overflow: hidden !important;
    height: 100dvh;
}

body.site-human.projekt-page .projekt-split {
    grid-template-columns: minmax(260px, 34%) minmax(0, 66%) !important;
    height: calc(100dvh - 64px) !important;
    min-height: calc(100dvh - 64px) !important;
    margin-top: 64px !important;
}

body.site-human.projekt-page .projekt-split__brand {
    padding: 28px 32px 24px !important;
    justify-content: space-between !important;
}

body.site-human.projekt-page .projekt-split__brand-main {
    max-width: none;
    justify-content: center;
}

body.site-human.projekt-page .projekt-split__title {
    font-size: clamp(22px, 2.4vw, 30px) !important;
    margin-bottom: 10px !important;
}

body.site-human.projekt-page .projekt-split__lead {
    font-size: 13px !important;
    margin-bottom: 16px !important;
}

body.site-human.projekt-page .projekt-split__meta {
    gap: 8px !important;
}

body.site-human.projekt-page .projekt-split__meta li {
    font-size: 12px !important;
}

body.site-human.projekt-page .projekt-split__form-panel {
    display: flex !important;
    align-items: center !important;
    padding: 20px 28px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #faf8ff 0%, #fff 40%) !important;
}

body.site-human.projekt-page .projekt-form--compact {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

body.site-human.projekt-page .projekt-form__grid--compact {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 16px !important;
}

body.site-human.projekt-page .projekt-form__field--lead {
    grid-column: span 2;
}

body.site-human.projekt-page .projekt-form__field--lead .projekt-form__label {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    color: var(--human-ink) !important;
    margin-bottom: 2px !important;
}

body.site-human.projekt-page .projekt-form__field--lead .projekt-form__input {
    padding: 10px 0 12px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em;
    border-bottom-width: 2px !important;
    border-bottom-color: rgba(91, 33, 182, 0.35) !important;
}

body.site-human.projekt-page .projekt-form__field--lead .projekt-form__input:focus {
    border-bottom-color: var(--human-purple) !important;
}

body.site-human.projekt-page .projekt-form__field--lead .projekt-form__input::placeholder {
    font-size: 15px !important;
    font-weight: 400 !important;
}

body.site-human.projekt-page .projekt-form__label {
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

body.site-human.projekt-page .projekt-form__input,
body.site-human.projekt-page .projekt-form__select,
body.site-human.projekt-page .projekt-form__textarea {
    padding: 6px 0 8px !important;
    font-size: 13px !important;
}

body.site-human.projekt-page .projekt-form__textarea {
    min-height: 52px !important;
    resize: none !important;
}

body.site-human.projekt-page .projekt-form__checks--6 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

body.site-human.projekt-page .projekt-form__checks--6 .projekt-form__check {
    padding: 7px 4px !important;
    font-size: 11px !important;
    text-align: center;
    justify-content: center;
}

body.site-human.projekt-page .projekt-form__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(91, 33, 182, 0.2);
}

body.site-human.projekt-page .projekt-form__bar .projekt-form__terms {
    margin: 0 !important;
    font-size: 12px !important;
    flex: 1;
    min-width: 0;
}

body.site-human.projekt-page .projekt-form__bar .projekt-form__submit {
    width: auto !important;
    max-width: none !important;
    flex-shrink: 0;
    padding: 10px 20px !important;
    margin: 0 !important;
}

body.site-human.projekt-page .projekt-split__contact-row {
    padding: 6px 0 !important;
}

body.site-human.projekt-page .projekt-split__legal {
    font-size: 11px !important;
}

@media (max-width: 1100px) {
    body.site-human.projekt-page .projekt-form__grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human.projekt-page .projekt-form__field--lead {
        grid-column: span 1;
    }

    body.site-human.projekt-page .projekt-form__checks--6 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 960px) {
    body.site-human.projekt-page {
        overflow: auto !important;
        height: auto;
    }

    body.site-human.projekt-page .projekt-split {
        height: auto !important;
        min-height: calc(100dvh - 64px) !important;
    }

    body.site-human.projekt-page .projekt-split__form-panel {
        overflow: visible !important;
        align-items: flex-start !important;
        padding: 24px 20px 32px !important;
    }

    body.site-human.projekt-page .projekt-form__bar {
        flex-direction: column;
        align-items: stretch;
    }

    body.site-human.projekt-page .projekt-form__bar .projekt-form__submit {
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    body.site-human.projekt-page .projekt-form__grid--compact,
    body.site-human.projekt-page .projekt-form__checks--6 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human.projekt-page .projekt-form__field--lead {
        grid-column: span 2;
    }
}

/* —— Booking — split (extends projekt-page) —— */
body.site-human.booking-page .projekt-split {
    grid-template-columns: minmax(280px, 32%) minmax(0, 68%) !important;
}

body.site-human.booking-page .booking-split__note {
    margin: 0;
    max-width: 36ch;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.52);
}

body.site-human.booking-page .booking-split__panel {
    background: linear-gradient(180deg, #faf8ff 0%, #fff 22%) !important;
    overflow-y: auto !important;
}

body.site-human.booking-page .booking-split__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(24px, 3vh, 32px) clamp(16px, 2vw, 24px) clamp(28px, 4vh, 36px);
}

body.site-human.booking-page .booking-split__head {
    padding: 0 clamp(4px, 0.5vw, 8px) clamp(16px, 2vh, 20px);
}

body.site-human.booking-page .booking-split__panel-kicker {
    margin: 0 0 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.booking-page .booking-split__panel-title {
    margin: 0 0 clamp(20px, 3vh, 28px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human.booking-page .booking-split__calendly {
    width: 100%;
    border: 1px solid var(--human-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

body.site-human.booking-page .booking-split__calendly .calendly-inline-widget {
    width: 100% !important;
    min-width: 100% !important;
    min-height: 640px !important;
    height: clamp(560px, 72vh, 720px) !important;
}

body.site-human.booking-page .booking-split__calendly iframe {
    width: 100% !important;
    min-width: 100% !important;
    border-radius: 0;
}

@media (max-width: 960px) {
    body.site-human.booking-page .booking-split__inner {
        padding: clamp(24px, 5vw, 32px) clamp(20px, 4vw, 28px) clamp(32px, 6vw, 44px);
    }

    body.site-human.booking-page .booking-split__calendly .calendly-inline-widget {
        min-height: 720px !important;
        height: calc(100dvh - 240px) !important;
    }
}

/* Booking — mobile: scrollable page, calendar first, direct Calendly link */
body.site-human.booking-page.projekt-page {
    overflow: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100dvh;
}

body.site-human.booking-page.projekt-page .projekt-split {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    margin-top: 64px !important;
}

body.site-human.booking-page.projekt-page .projekt-split__form-panel {
    overflow: visible !important;
    align-items: stretch !important;
    padding: 0 !important;
}

body.site-human.booking-page .booking-split__mobile-action {
    display: none;
}

body.site-human.booking-page .booking-split__open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 10px;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    background: var(--human-purple);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

body.site-human.booking-page .booking-split__open-btn:hover {
    background: var(--human-purple-hover);
    transform: translateY(-1px);
}

body.site-human.booking-page .booking-split__open-hint {
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
    color: var(--human-ink-muted, #64748b);
}

@media (max-width: 768px) {
    body.site-human.booking-page.projekt-page .projekt-split {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
    }

    body.site-human.booking-page .booking-split__panel {
        order: 1;
    }

    body.site-human.booking-page .projekt-split__brand {
        order: 2;
        min-height: auto !important;
        padding: 28px 20px 32px !important;
    }

    body.site-human.booking-page .projekt-split__brand-main {
        justify-content: flex-start !important;
    }

    body.site-human.booking-page .projekt-split__brand-foot {
        margin-top: 20px;
    }

    body.site-human.booking-page .booking-split__note {
        display: none;
    }

    body.site-human.booking-page .booking-split__head {
        padding-bottom: 12px;
    }

    body.site-human.booking-page .booking-split__panel-title {
        margin-bottom: 16px !important;
        font-size: 1.125rem !important;
    }

    body.site-human.booking-page .booking-split__mobile-action {
        display: block;
        margin-bottom: 16px;
        padding: 0 4px;
    }

    body.site-human.booking-page .booking-split__calendly--inline {
        display: block;
        margin-top: 8px;
    }

    body.site-human.booking-page .booking-split__calendly .calendly-inline-widget {
        min-height: 900px !important;
        height: calc(100dvh - 220px) !important;
    }

    body.site-human.booking-page .booking-split__calendly iframe {
        min-height: 900px !important;
    }

    body.site-human.booking-page #chatbot-widget {
        bottom: 16px;
        right: 16px;
    }
}

@media (min-width: 769px) {
    body.site-human.booking-page .booking-split__calendly .calendly-inline-widget {
        min-height: 640px !important;
        height: clamp(560px, 72vh, 720px) !important;
    }
}

/* ── Split pages — unified mobile & tablet (projekt + booking) ── */
@media (max-width: 960px) {
    body.site-human.projekt-page {
        overflow: auto !important;
        overflow-x: hidden !important;
        height: auto !important;
        min-height: 100dvh;
    }

    body.site-human.projekt-page .projekt-split {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: unset !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 64px !important;
    }

    body.site-human.projekt-page .projekt-split__brand {
        position: relative !important;
        top: auto !important;
        align-self: stretch !important;
        min-height: auto !important;
        max-height: none !important;
        flex-shrink: 0;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: clamp(24px, 5vw, 32px) clamp(20px, 4vw, 24px) !important;
    }

    body.site-human.projekt-page .projekt-split__brand-main,
    body.site-human.projekt-page .projekt-split__brand-foot {
        max-width: none !important;
    }

    body.site-human.projekt-page .projekt-split__brand-main {
        justify-content: flex-start !important;
    }

    body.site-human.projekt-page .projekt-split__brand-foot {
        margin-top: 18px;
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    body.site-human.projekt-page .projekt-split__title {
        font-size: clamp(1.375rem, 5vw, 1.75rem) !important;
        margin-bottom: 12px !important;
    }

    body.site-human.projekt-page .projekt-split__lead {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 14px !important;
    }

    body.site-human.projekt-page .projekt-split__meta li {
        font-size: 13px !important;
    }

    body.site-human.projekt-page .projekt-split__form-panel {
        display: block !important;
        align-items: stretch !important;
        align-self: stretch !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        padding: clamp(24px, 5vw, 32px) clamp(20px, 4vw, 24px) clamp(48px, 8vw, 64px) !important;
    }

    body.site-human.projekt-page .projekt-form__grid,
    body.site-human.projekt-page .projekt-form__grid--compact {
        grid-template-columns: 1fr !important;
    }

    body.site-human.projekt-page .projekt-form__field--lead {
        grid-column: auto !important;
    }

    body.site-human.projekt-page .projekt-form__checks,
    body.site-human.projekt-page .projekt-form__checks--6 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human.projekt-page .projekt-form__budgets {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.site-human.projekt-page .projekt-form__bar {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px;
    }

    body.site-human.projekt-page .projekt-form__bar .projekt-form__submit {
        width: 100% !important;
        max-width: none !important;
    }

    body.site-human.projekt-page .projekt-form__textarea {
        min-height: 96px;
    }

    body.site-human.booking-page .booking-split__panel {
        order: 1;
    }

    body.site-human.booking-page .projekt-split__brand {
        order: 2;
    }

    body.site-human.booking-page .booking-split__note {
        display: none;
    }

    body.site-human.booking-page .booking-split__mobile-action {
        display: block;
    }
}

@media (max-width: 480px) {
    body.site-human.projekt-page .projekt-split__contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 16px;
    }

    body.site-human.projekt-page .projekt-split__contact-row {
        display: block;
    }

    body.site-human.projekt-page .projekt-split__contact-row dt {
        margin-bottom: 2px;
    }

    body.site-human.projekt-page .projekt-form__checks--6 {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* ── Legal pages ── */
body.site-human.legal-page-layout {
    background: linear-gradient(180deg, #faf8ff 0%, #fff 32%);
}

body.site-human .legal-page {
    padding: calc(var(--nav-height, 76px) + clamp(28px, 4vw, 48px)) clamp(20px, 4vw, 32px) clamp(48px, 6vw, 72px);
}

body.site-human .legal-page__inner {
    max-width: 820px;
    margin: 0 auto;
}

body.site-human .legal-page__inner--wide {
    max-width: 980px;
}

body.site-human .legal-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
}

body.site-human .legal-page__toc {
    position: sticky;
    top: calc(var(--nav-height, 76px) + 20px);
    padding: 18px 16px;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

body.site-human .legal-page__toc-title {
    margin: 0 0 12px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
    font-family: 'IBM Plex Mono', monospace;
}

body.site-human .legal-page__toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: legal-toc;
}

body.site-human .legal-page__toc li {
    margin: 0 0 8px;
    font-size: 0.8125rem;
    line-height: 1.45;
}

body.site-human .legal-page__toc a {
    color: var(--human-ink-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.site-human .legal-page__toc a:hover {
    color: var(--human-purple);
}

body.site-human .legal-page__meta {
    margin: 0 0 24px;
    padding: 14px 16px;
    background: rgba(98, 37, 230, 0.04);
    border: 1px solid rgba(98, 37, 230, 0.12);
    border-radius: 10px;
    font-size: 0.875rem;
    color: var(--human-ink-muted);
}

body.site-human .legal-page__meta strong {
    color: var(--human-ink);
}

body.site-human .legal-page__content table {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    font-size: 0.875rem;
}

body.site-human .legal-page__content th,
body.site-human .legal-page__content td {
    padding: 10px 12px;
    border: 1px solid var(--human-border);
    text-align: left;
    vertical-align: top;
    color: var(--human-ink-muted);
}

body.site-human .legal-page__content th {
    background: #faf8ff;
    color: var(--human-ink);
    font-weight: 600;
}

body.site-human .legal-page__ribbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin-bottom: clamp(24px, 3vw, 32px);
    padding: 11px 18px;
    background: var(--human-purple);
    border-radius: 12px;
    color: #fff;
}

body.site-human .legal-page__ribbon-brand {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.site-human .legal-page__content {
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 16px;
    padding: clamp(32px, 5vw, 56px);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.05);
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body.site-human .legal-page__content h1 {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
    line-height: 1.15;
}

body.site-human .legal-page__content h2 {
    margin: clamp(28px, 4vw, 40px) 0 12px;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .legal-page__content h3 {
    margin: 20px 0 10px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .legal-page__content p,
body.site-human .legal-page__content li {
    color: var(--human-ink-muted);
    line-height: 1.75;
    font-size: 0.95rem;
}

body.site-human .legal-page__content code {
    padding: 0.12em 0.4em;
    border-radius: 4px;
    background: #f3f4f6;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.85em;
    color: var(--human-ink);
}

body.site-human .legal-page__content p {
    margin: 0 0 14px;
}

body.site-human .legal-page__content ul {
    margin: 0 0 14px;
    padding-left: 1.25rem;
    color: var(--human-ink-muted);
}

body.site-human .legal-page__content strong {
    color: var(--human-ink);
    font-weight: 600;
}

body.site-human .legal-page__content a {
    color: var(--human-purple);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.site-human .legal-page__content a:hover {
    color: #4c1d95;
}

body.site-human .legal-page__notice {
    margin-top: 32px;
    padding: 18px 20px;
    background: rgba(98, 37, 230, 0.06);
    border: 1px solid rgba(98, 37, 230, 0.18);
    border-radius: 12px;
}

body.site-human .legal-page__notice p {
    margin: 0;
    color: var(--human-ink);
}

body.site-human .legal-page__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(24px, 3vw, 32px);
    padding-top: 24px;
    border-top: 1px solid var(--human-border);
}

body.site-human .legal-page__nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site-human .legal-page__nav-links a {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--human-ink-muted);
    text-decoration: none;
}

body.site-human .legal-page__nav-links a:hover,
body.site-human .legal-page__nav-links a[aria-current="page"] {
    color: var(--human-purple);
}

@media (max-width: 768px) {
    body.site-human .legal-page__content {
        padding: 28px 22px;
    }

    body.site-human .legal-page__foot {
        flex-direction: column;
        align-items: flex-start;
    }

    body.site-human .legal-page__layout {
        grid-template-columns: 1fr;
    }

    body.site-human .legal-page__toc {
        position: static;
    }

    body.site-human .legal-page__toc ol {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
    }

    body.site-human .legal-page__toc li {
        margin: 0;
    }
}

/* ── 404 ── */
body.site-human.error-page-layout {
    min-height: 100vh;
    background: linear-gradient(180deg, #faf8ff 0%, #fff 40%);
}

body.site-human .error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - var(--nav-height, 76px));
    padding: clamp(32px, 6vw, 64px) clamp(20px, 4vw, 32px);
    text-align: center;
}

body.site-human .error-page__inner {
    max-width: 520px;
}

body.site-human .error-page__code {
    margin: 0 0 16px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(4.5rem, 14vw, 7rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--human-purple);
}

body.site-human .error-page__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .error-page__desc {
    margin: 0 0 28px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--human-ink-muted);
}

body.site-human .error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ── Redirect pages (e.g. ai-ml → ki) ── */
body.site-human.redirect-page-layout {
    min-height: 100vh;
    background: linear-gradient(180deg, #faf8ff 0%, #fff 40%);
}

body.site-human .redirect-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - var(--nav-height, 76px));
    padding: clamp(32px, 6vw, 64px) clamp(20px, 4vw, 32px);
    text-align: center;
}

body.site-human .redirect-page__inner {
    max-width: 480px;
}

body.site-human .redirect-page__kicker {
    margin: 0 0 12px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human .redirect-page__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human .redirect-page__desc {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--human-ink-muted);
}

body.site-human .redirect-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ── Case study pages (editorial — aligned with homepage portfolio) ── */
body.site-human.case-page {
    --detail-accent: var(--human-purple);
    --detail-glow: rgba(98, 37, 230, 0.16);
    --detail-shadow: rgba(98, 37, 230, 0.24);
    --case-accent: var(--human-purple);
    --case-accent-soft: rgba(98, 37, 230, 0.1);
    --case-glow: rgba(98, 37, 230, 0.18);
    --human-border: rgba(98, 37, 230, 0.14);
    --human-border-strong: rgba(98, 37, 230, 0.28);
}

body.site-human.case-page .case-detail__intro {
    background:
        radial-gradient(ellipse 70% 45% at 100% 0%, rgba(98, 37, 230, 0.1) 0%, transparent 55%),
        #fff;
    border-bottom-color: rgba(98, 37, 230, 0.14);
}

body.site-human.case-page .case-detail__content,
body.site-human.case-page .service-detail__content {
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, rgba(98, 37, 230, 0.08) 0%, transparent 52%),
        radial-gradient(ellipse 55% 40% at 100% 100%, rgba(98, 37, 230, 0.05) 0%, transparent 50%),
        #faf8ff;
}

body.site-human.case-page .service-detail__section-title {
    color: var(--human-purple);
}

body.site-human.case-page .service-detail__lead strong,
body.site-human.case-page .case-detail__lead strong {
    color: var(--human-purple);
}

body.site-human.case-page .service-detail__tag:hover {
    border-color: rgba(98, 37, 230, 0.35);
    background: rgba(98, 37, 230, 0.08);
    color: var(--human-purple);
}

body.site-human.case-page .case-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    margin-bottom: clamp(24px, 3vw, 32px);
}

body.site-human.case-page .case-detail__hero-brand {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 20px);
    margin-top: 4px;
}

body.site-human.case-page--denis .case-detail__denis-spot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 4px;
}

body.site-human.case-page--denis .case-detail__denis-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

body.site-human.case-page--denis .case-detail__denis-portrait {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

body.site-human.case-page--denis .case-detail__denis-channels {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-human.case-page--denis .case-detail__denis-channel {
    line-height: 0;
    opacity: 0.72;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

body.site-human.case-page--denis .case-detail__denis-channel img {
    display: block;
    width: 28px;
    height: 28px;
}

body.site-human.case-page--denis .case-detail__denis-channel.is-active {
    opacity: 1;
    transform: scale(1.1);
}

body.site-human.case-page--denis .case-detail__denis-brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.site-human.case-page--denis .case-detail__denis-logo {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

body.site-human.case-page--denis .case-detail__denis-brand-row .case-detail__hero-titles {
    min-width: 0;
}

body.site-human.case-page--denis .case-detail__denis-brand-row .service-detail__type {
    margin-bottom: 4px;
}

body.site-human.case-page .case-detail__hero-titles {
    min-width: 0;
}

body.site-human.case-page .case-detail__hero-title {
    margin: 0;
    max-width: none;
}

body.site-human.case-page .case-detail__hero-titles .service-detail__type {
    margin-bottom: 6px;
}

body.site-human.case-page .case-detail__lead {
    margin: 0;
}

body.site-human.case-page .case-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

body.site-human.case-page .case-detail__meta li {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 11px;
    border: 1px dashed rgba(98, 37, 230, 0.45);
    border-radius: 999px;
    color: var(--human-purple);
    background: rgba(98, 37, 230, 0.05);
}

body.site-human.case-page .case-detail__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px 14px 14px 4px;
    border: 1px dashed rgba(98, 37, 230, 0.28);
    background: rgba(98, 37, 230, 0.04);
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(98, 37, 230, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.site-human.case-page .case-detail__hero-brand:hover .case-detail__logo {
    transform: rotate(-2deg) scale(1.03);
    border-style: solid;
    border-color: var(--human-purple);
    box-shadow: 0 10px 24px rgba(98, 37, 230, 0.18);
}

body.site-human.case-page .case-detail__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

body.site-human .case-detail__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: clamp(24px, 3vw, 32px);
}

body.site-human .case-detail__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site-human .case-detail__stats li {
    padding: 14px 12px;
    border-radius: 12px;
    border: 1px solid var(--human-border);
    background: var(--human-surface-open);
    text-align: center;
}

body.site-human.case-page .case-detail__stats li {
    border-color: rgba(98, 37, 230, 0.16);
    background: rgba(98, 37, 230, 0.04);
}

body.site-human .case-detail__stats strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--case-accent, var(--human-purple));
    line-height: 1.1;
}

body.site-human.case-page .case-detail__stats strong {
    color: var(--human-purple);
}

body.site-human .case-detail__stats span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
    color: var(--human-ink-muted);
}

body.site-human .case-detail__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: clamp(32px, 4vw, 48px);
}

body.site-human .case-detail__feature {
    padding: 22px 20px;
    border-radius: 14px;
    border: 1px solid var(--human-border);
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.site-human .case-detail__feature:hover {
    transform: translateY(-3px);
    border-color: rgba(98, 37, 230, 0.22);
    box-shadow: 0 14px 32px var(--case-glow);
}

body.site-human .case-detail__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 12px 12px 12px 4px;
    border: 1px dashed var(--human-border-strong);
    background: var(--human-surface-open);
    color: var(--human-purple);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.site-human.case-page .case-detail__feature-icon {
    border-color: rgba(98, 37, 230, 0.28);
    background: rgba(98, 37, 230, 0.06);
    box-shadow: 0 4px 14px rgba(98, 37, 230, 0.08);
}

body.site-human .case-detail__feature:hover .case-detail__feature-icon {
    transform: rotate(-2deg) scale(1.04);
    border-style: solid;
    border-color: var(--human-purple);
    background: #fff;
    box-shadow: 0 10px 24px rgba(98, 37, 230, 0.16);
}

body.site-human .case-detail__feature-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.5;
}

body.site-human .case-detail__feature-title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--human-ink);
}

body.site-human .case-detail__feature-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human .case-detail__quote {
    margin-top: clamp(28px, 4vw, 40px);
    padding: 24px 26px;
    border-radius: 14px;
    border-left: 4px solid var(--case-accent, var(--human-purple));
    background: var(--case-accent-soft, rgba(98, 37, 230, 0.06));
}

body.site-human .case-detail__quote-text {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--human-ink);
    font-weight: 500;
}

body.site-human .case-detail__quote-meta {
    margin: 0;
    font-size: 12px;
    color: var(--human-ink-muted);
    font-family: 'IBM Plex Mono', monospace;
}

@media (max-width: 960px) {
    body.site-human .case-detail__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.site-human .case-detail__features {
        grid-template-columns: 1fr;
    }

    body.site-human .case-detail__stats {
        grid-template-columns: 1fr;
    }
}

body.site-human.case-page .case-detail__feature--highlight {
    border-color: rgba(98, 37, 230, 0.32);
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.1) 0%, #fff 100%);
}

body.site-human.case-page .case-detail__feature--highlight .case-detail__feature-title {
    color: var(--human-purple);
}

body.site-human.case-page--reinallround .case-detail__logo {
    width: auto;
    min-width: 132px;
    max-width: 168px;
    height: 52px;
    background: #fff;
    border-style: solid;
    border-color: var(--human-border);
}

body.site-human.case-page--reinallround .case-detail__logo img {
    object-fit: contain;
    padding: 4px 8px;
}

body.site-human.case-page .case-detail__related {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(98, 37, 230, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(98, 37, 230, 0.06) 0%, transparent 50%),
        #fff;
    padding: clamp(56px, 7vw, 80px) 0;
    border-top: 1px solid rgba(98, 37, 230, 0.12);
}

body.site-human.case-page .case-detail__related-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
    gap: clamp(20px, 4vw, 48px);
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 40px);
}

body.site-human.case-page .case-detail__related-title {
    margin: 0;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
}

body.site-human.case-page .case-detail__related-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human.case-page .case-ref-orbit {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 18px);
}

body.site-human.case-page .case-ref-orbit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6%;
    right: 6%;
    height: 1px;
    background: repeating-linear-gradient(
        90deg,
        rgba(98, 37, 230, 0.28) 0,
        rgba(98, 37, 230, 0.28) 8px,
        transparent 8px,
        transparent 16px
    );
    pointer-events: none;
    z-index: 0;
}

body.site-human.case-page .case-ref-orbit__item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px 18px 18px 16px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.92);
    border: 1px dashed rgba(98, 37, 230, 0.32);
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(98, 37, 230, 0.06);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

body.site-human.case-page .case-ref-orbit__item:nth-child(1) { animation: case-ref-float 5s ease-in-out infinite; }
body.site-human.case-page .case-ref-orbit__item:nth-child(2) { animation: case-ref-float 5s ease-in-out 0.6s infinite; }
body.site-human.case-page .case-ref-orbit__item:nth-child(3) { animation: case-ref-float 5s ease-in-out 1.2s infinite; }

@keyframes case-ref-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

body.site-human.case-page .case-ref-orbit__item:hover {
    animation: none;
    transform: translateY(-6px);
    border-style: solid;
    border-color: var(--human-purple);
    background: #fff;
    box-shadow: 0 18px 40px rgba(98, 37, 230, 0.16);
}

body.site-human.case-page .case-ref-orbit__sigil {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px 12px 12px 4px;
    border: 1px dashed rgba(98, 37, 230, 0.28);
    background: rgba(98, 37, 230, 0.05);
    transition: transform 0.28s ease, border-color 0.28s ease;
}

body.site-human.case-page .case-ref-orbit__item:hover .case-ref-orbit__sigil {
    transform: rotate(-3deg) scale(1.05);
    border-color: var(--human-purple);
}

body.site-human.case-page .case-ref-orbit__sigil img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

body.site-human.case-page .case-ref-orbit__sigil--reinallround {
    width: auto;
    min-width: 48px;
    max-width: 72px;
    padding: 0 6px;
    background: #fff;
    border-style: solid;
    border-color: rgba(98, 37, 230, 0.16);
}

body.site-human.case-page .case-ref-orbit__sigil--reinallround img {
    width: auto;
    max-width: 56px;
    height: 28px;
}

body.site-human.case-page .case-ref-orbit__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

body.site-human.case-page .case-ref-orbit__type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.case-page .case-ref-orbit__name {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
    transition: color 0.2s ease;
}

body.site-human.case-page .case-ref-orbit__item:hover .case-ref-orbit__name {
    color: var(--human-purple);
}

body.site-human.case-page .case-ref-orbit__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px dashed rgba(98, 37, 230, 0.35);
    font-size: 15px;
    color: var(--human-purple);
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

body.site-human.case-page .case-ref-orbit__item:hover .case-ref-orbit__arrow {
    transform: translateX(3px);
    background: var(--human-purple);
    border-color: var(--human-purple);
    color: #fff;
}

@media (max-width: 960px) {
    body.site-human.case-page .case-detail__related-head {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
    }

    body.site-human.case-page .case-ref-orbit {
        grid-template-columns: 1fr;
    }

    body.site-human.case-page .case-ref-orbit::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-human.case-page .case-ref-orbit__item {
        animation: none;
    }
}

body.site-human .case-detail__arch {
    margin: 0 0 clamp(28px, 3vw, 40px);
    padding: clamp(20px, 2.5vw, 28px);
    border-radius: 16px;
    border: 1px solid var(--human-border);
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.04) 0%, #fff 100%);
}

body.site-human.case-page .case-detail__arch {
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.08) 0%, #fff 100%);
    border-color: rgba(98, 37, 230, 0.18);
}

body.site-human.case-page .case-detail__scope-col--yes {
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.1) 0%, #fff 100%);
    border-color: rgba(98, 37, 230, 0.28);
}

body.site-human.case-page .case-detail__quote {
    border-left-color: var(--human-purple);
    background: rgba(98, 37, 230, 0.08);
}

body.site-human .case-detail__arch-flow {
    margin: 0 0 10px;
    font-family: var(--font-mono, 'IBM Plex Mono', monospace);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: var(--human-purple);
    font-weight: 500;
}

body.site-human .case-detail__arch-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--human-text-muted, #64748b);
}

body.site-human .case-detail__scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    margin: 0 0 clamp(28px, 3vw, 40px);
}

body.site-human .case-detail__scope-col {
    padding: clamp(20px, 2.5vw, 28px);
    border-radius: 16px;
    border: 1px solid var(--human-border);
}

body.site-human .case-detail__scope-col--yes {
    background: linear-gradient(180deg, rgba(98, 37, 230, 0.06) 0%, #fff 100%);
    border-color: rgba(98, 37, 230, 0.22);
}

body.site-human .case-detail__scope-col--no {
    background: #fff;
}

body.site-human .case-detail__scope-title {
    margin: 0 0 14px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--human-text, #0f172a);
}

body.site-human.case-page .case-detail__scope-col--yes .case-detail__scope-title {
    color: var(--human-purple);
}

body.site-human .case-detail__scope-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

body.site-human .case-detail__scope-list li {
    position: relative;
    padding-left: 18px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--human-text-muted, #64748b);
}

body.site-human .case-detail__scope-col--yes .case-detail__scope-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--human-purple);
}

body.site-human .case-detail__scope-col--no .case-detail__scope-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
    color: #94a3b8;
    font-weight: 600;
}

body.site-human .case-detail__scope-note {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px solid var(--human-border);
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--human-text-muted, #64748b);
}

@media (max-width: 960px) {
    body.site-human.case-page .case-detail__hero {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }
}

@media (max-width: 768px) {
    body.site-human .case-detail__scope {
        grid-template-columns: 1fr;
    }
}

/* Case pages — homepage frames (pillars + capability grid) */
body.site-human.case-page .vera-spotlight__grid {
    margin-bottom: clamp(40px, 5vw, 56px);
}

body.site-human.case-page .vera-spotlight-pillar--blue {
    border-top-color: var(--human-purple);
}

body.site-human.case-page .vera-spotlight-pillar--blue .vera-spotlight-pillar__type {
    color: var(--human-purple);
}

body.site-human.case-page .vera-spotlight-pillar:hover .vera-spotlight-pillar__sigil {
    border-color: rgba(98, 37, 230, 0.35);
}

body.site-human.case-page .case-detail__pillar-list {
    grid-column: 2;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.site-human.case-page .case-detail__pillar-list li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--human-ink-soft);
}

body.site-human.case-page .vera-spotlight-pillar--purple .case-detail__pillar-list li {
    color: rgba(255, 255, 255, 0.78);
}

body.site-human.case-page .case-detail__pillar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--human-purple);
    opacity: 0.65;
}

body.site-human.case-page .vera-spotlight-pillar--purple .case-detail__pillar-list li::before {
    background: #fff;
    opacity: 0.85;
}

body.site-human.case-page .vera-spotlight-pillar .case-detail__stats {
    grid-column: 2;
    margin-top: 14px;
}

body.site-human.case-page .vera-spotlight-pillar--purple .case-detail__stats li {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

body.site-human.case-page .vera-spotlight-pillar--purple .case-detail__stats strong {
    color: #fff;
}

body.site-human.case-page .vera-spotlight-pillar--purple .case-detail__stats span {
    color: rgba(255, 255, 255, 0.68);
}

body.site-human.case-page .case-detail__section-head {
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human.case-page .case-detail__section-head .portfolio__head-kicker {
    margin-bottom: 8px;
}

body.site-human.case-page .case-detail__section-head .vera-section-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 400;
    letter-spacing: -0.03em;
}

body.site-human.case-page .case-detail__section-rule {
    height: 1px;
    margin: 0 0 clamp(28px, 4vw, 40px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-purple) 0,
        var(--human-purple) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.4;
}

body.site-human.case-page .vera-capability-grid {
    margin-bottom: clamp(40px, 5vw, 56px);
    border: 1px solid rgba(98, 37, 230, 0.14);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

body.site-human.case-page .vera-capability {
    grid-template-columns: 64px minmax(76px, 96px) minmax(0, 1fr);
    padding: clamp(22px, 3vw, 28px) clamp(20px, 3vw, 36px);
    cursor: default;
}

body.site-human.case-page .vera-capability:hover {
    background: rgba(98, 37, 230, 0.03);
}

body.site-human.case-page .vera-capability__text {
    grid-column: 2 / span 2;
    max-width: none;
}

body.site-human.case-page .case-detail__arch-lead {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--human-ink-soft);
    max-width: 62ch;
}

body.site-human.case-page .case-detail__arch-lead--tight {
    margin-bottom: 16px;
}

body.site-human.case-page--denis .case-detail__denis-day {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0 0 clamp(40px, 6vw, 56px);
    padding: clamp(20px, 3vw, 28px);
    list-style: none;
    background: var(--human-surface-open);
    border: 1px dashed rgba(98, 37, 230, 0.28);
    border-radius: 16px;
}

body.site-human.case-page--denis .case-detail__denis-day li {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--human-ink-soft);
}

body.site-human.case-page--denis .case-detail__denis-day li strong {
    color: var(--human-ink);
    font-weight: 600;
}

@media (max-width: 640px) {
    body.site-human.case-page--denis .case-detail__denis-day {
        grid-template-columns: 1fr;
    }
}

body.site-human.case-page .case-detail__quote-pillar {
    margin-top: clamp(28px, 4vw, 40px);
}

body.site-human.case-page .case-detail__quote-pillar .vera-spotlight-pillar__text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

body.site-human.case-page .case-detail__quote-meta {
    grid-column: 2;
    margin: 12px 0 0;
    font-size: 12px;
    font-family: 'IBM Plex Mono', monospace;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 768px) {
    body.site-human.case-page .vera-capability:nth-child(odd) {
        border-right: none;
    }

    body.site-human.case-page .vera-capability-grid {
        grid-template-columns: 1fr;
    }
}

/* —— Digital visit card (/link) —— */
body.site-human.vera-link-page {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(ellipse 70% 55% at 100% 0%, rgba(98, 37, 230, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(98, 37, 230, 0.06) 0%, transparent 50%),
        #fff;
}

body.site-human.vera-link-page .vera-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(24px, 5vw, 48px);
}

body.site-human.vera-link-page .vera-link-card__frame {
    width: min(100%, 520px);
    padding: clamp(28px, 5vw, 40px);
    border: 1px dashed rgba(98, 37, 230, 0.32);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(98, 37, 230, 0.1);
}

body.site-human.vera-link-page .vera-link-card__logo {
    display: inline-block;
    margin-bottom: 20px;
}

body.site-human.vera-link-page .vera-link-card__logo img {
    display: block;
    height: 32px;
    width: auto;
}

body.site-human.vera-link-page .vera-link-card__kicker {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-card__title {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 4vw, 1.875rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--human-ink);
}

body.site-human.vera-link-page .vera-link-card__accent {
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-card__lead {
    margin: 0 0 24px;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human.vera-link-page .vera-link-orbit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

body.site-human.vera-link-page .vera-link-orbit__item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    text-decoration: none;
    color: inherit;
    border: 1px dashed rgba(98, 37, 230, 0.28);
    border-radius: 14px;
    background: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.site-human.vera-link-page .vera-link-orbit__item:hover {
    transform: translateY(-2px);
    border-style: solid;
    border-color: var(--human-purple);
    box-shadow: 0 10px 24px rgba(98, 37, 230, 0.12);
}

body.site-human.vera-link-page .vera-link-orbit__item--primary {
    background: rgba(98, 37, 230, 0.04);
}

body.site-human.vera-link-page .vera-link-orbit__sigil {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 11px 11px 11px 4px;
    border: 1px dashed rgba(98, 37, 230, 0.28);
    background: rgba(98, 37, 230, 0.05);
    font-size: 11px;
    font-weight: 700;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-orbit__sigil--logo img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

body.site-human.vera-link-page .vera-link-orbit__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

body.site-human.vera-link-page .vera-link-orbit__type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-orbit__name {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human.vera-link-page .vera-link-orbit__item:hover .vera-link-orbit__name {
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-orbit__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px dashed rgba(98, 37, 230, 0.35);
    font-size: 14px;
    color: var(--human-purple);
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

body.site-human.vera-link-page .vera-link-orbit__item:hover .vera-link-orbit__arrow {
    background: var(--human-purple);
    border-color: var(--human-purple);
    color: #fff;
}

body.site-human.vera-link-page .vera-link-card__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.site-human.vera-link-page .vera-link-card__pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px dashed rgba(98, 37, 230, 0.28);
    border-radius: 999px;
    font-size: 12px;
    color: var(--human-ink-soft);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

body.site-human.vera-link-page a.vera-link-card__pill:hover {
    border-color: var(--human-purple);
    color: var(--human-purple);
}

body.site-human.vera-link-page .vera-link-card__pill--static {
    cursor: default;
}

/* —— /ki landing — distinct sub-brand, same Vera IT system —— */
body.site-human.page-ki {
    --ki-lavender: #f4f0ff;
    --ki-lavender-deep: #ebe4ff;
    --ki-hero-ink: #f8f6ff;
    --ki-hero-muted: rgba(248, 246, 255, 0.72);
}

/* Hero — dark split (portfolio-panel feel) */
body.site-human.page-ki .ki-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(112px, 13vh, 140px) 0 clamp(56px, 7vw, 72px);
    color: var(--ki-hero-ink);
}

body.site-human.page-ki .ki-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 70% at 85% 15%, rgba(98, 37, 230, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 40% 50% at 10% 90%, rgba(59, 130, 246, 0.12) 0%, transparent 50%),
        linear-gradient(155deg, #08080f 0%, #12101c 45%, #0a0812 100%);
    pointer-events: none;
}

body.site-human.page-ki .ki-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 85%);
    pointer-events: none;
}

body.site-human.page-ki .ki-hero__inner {
    position: relative;
    z-index: 1;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human.page-ki .ki-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
}

body.site-human.page-ki .ki-hero__kicker {
    margin: 0 0 14px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(196, 181, 253, 0.9);
}

body.site-human.page-ki .ki-hero__title {
    margin: 0 0 18px;
    max-width: 16ch;
    font-size: clamp(2.125rem, 4.2vw, 3.25rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.06;
    color: #fff;
}

body.site-human.page-ki .ki-hero__lead {
    margin: 0 0 28px;
    max-width: 46ch;
    font-size: clamp(1.0625rem, 1.8vw, 1.2rem);
    font-weight: 500;
    line-height: 1.65;
    color: var(--ki-hero-muted);
}

body.site-human.page-ki .ki-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

body.site-human.page-ki .ki-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.site-human.page-ki .ki-hero__cta--primary {
    background: #fff;
    border: 1px solid #fff;
    color: var(--human-ink);
}

body.site-human.page-ki .ki-hero__cta--primary:hover {
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(-1px);
}

body.site-human.page-ki .ki-hero__cta--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: rgba(255, 255, 255, 0.92);
}

body.site-human.page-ki .ki-hero__cta--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

body.site-human.page-ki .ki-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.45);
}

body.site-human.page-ki .ki-hero__card {
    display: block;
    padding: clamp(22px, 3vw, 28px);
    margin-bottom: 14px;
    text-decoration: none;
    color: inherit;
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(98, 37, 230, 0.35) 0%, transparent 55%),
        rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

body.site-human.page-ki .ki-hero__card:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-2px);
}

body.site-human.page-ki .ki-hero__card-kicker {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(196, 181, 253, 0.85);
}

body.site-human.page-ki .ki-hero__card-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

body.site-human.page-ki .ki-hero__card-text {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--ki-hero-muted);
}

body.site-human.page-ki .ki-hero__card-link {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

body.site-human.page-ki .ki-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site-human.page-ki .ki-hero__stats li {
    padding: 14px 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 14px;
}

body.site-human.page-ki .ki-hero__stat-num {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
}

body.site-human.page-ki .ki-hero__stat-label {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

/* Sections — alternating canvas */
body.site-human.page-ki .ki-denis-offer {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(24px, 4vw, 36px);
    align-items: start;
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(24px, 3vw, 32px);
    background: #fff;
    border: 1px solid rgba(98, 37, 230, 0.14);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(98, 37, 230, 0.08);
}

body.site-human.page-ki .ki-denis-offer__kicker {
    margin: 0 0 10px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.page-ki .ki-denis-offer__title {
    margin: 0 0 12px;
    font-size: clamp(1.375rem, 2.4vw, 1.75rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human.page-ki .ki-denis-offer__lead {
    margin: 0 0 20px;
    max-width: 42ch;
    font-size: 0.975rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human.page-ki .ki-denis-offer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

body.site-human.page-ki .ki-denis-offer__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
    text-decoration: none;
    background: var(--human-purple);
    border-radius: 999px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.site-human.page-ki .ki-denis-offer__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(98, 37, 230, 0.28);
}

body.site-human.page-ki .ki-denis-offer__link {
    font-size: 14px;
    font-weight: 500;
    color: var(--human-purple);
    text-decoration: none;
    border-bottom: 1px solid rgba(98, 37, 230, 0.35);
}

body.site-human.page-ki .ki-denis-offer__link:hover {
    border-bottom-color: var(--human-purple);
}

body.site-human.page-ki .ki-denis-offer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site-human.page-ki .ki-denis-offer__item {
    padding: 14px 16px;
    background: var(--ki-lavender);
    border: 1px solid rgba(98, 37, 230, 0.1);
    border-radius: 10px;
}

body.site-human.page-ki .ki-denis-offer__item-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.page-ki .ki-denis-offer__item-text {
    display: block;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--human-ink-soft);
}

body.site-human.page-ki .ki-chip--link {
    text-decoration: none;
    cursor: pointer;
}

body.site-human.page-ki .ki-chip--link:hover {
    color: #fff;
    background: var(--human-purple);
    border-color: var(--human-purple);
}

body.site-human.page-ki .ki-section--light {
    background: #fff;
    padding: clamp(56px, 7vw, 80px) 0;
    border-bottom: 1px solid var(--human-border);
}

body.site-human.page-ki .service-detail__panel--ki-solution {
    background: var(--human-purple);
    border: 1px solid var(--human-purple);
    border-top-color: var(--human-purple);
    box-shadow: none;
    color: #fff;
}

body.site-human.page-ki .service-detail__panel--ki-solution::before {
    display: none;
}

body.site-human.page-ki .service-detail__panel--ki-solution .service-detail__panel-title,
body.site-human.page-ki .service-detail__panel--ki-solution .service-detail__panel-text {
    color: #fff;
}

body.site-human.page-ki .service-detail__panel--ki-solution .service-detail__panel-text a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.site-human.page-ki .service-detail__panel--ki-solution:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
}

body.site-human.page-ki .ki-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: clamp(32px, 4vw, 44px);
}

body.site-human.page-ki .ki-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--human-purple);
    background: var(--ki-lavender);
    border: 1px solid var(--ki-lavender-deep);
    border-radius: 999px;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

body.site-human.page-ki .ki-chip:hover {
    background: #fff;
    border-color: rgba(98, 37, 230, 0.35);
    transform: translateY(-1px);
}

body.site-human.page-ki .ki-tool-card {
    border: 1px dashed rgba(98, 37, 230, 0.35);
    background: linear-gradient(135deg, #fff 0%, var(--ki-lavender) 100%);
}

body.site-human.page-ki .ki-section--capabilities {
    background: var(--ki-lavender);
    padding: clamp(56px, 7vw, 80px) 0;
    border-top: 1px solid rgba(98, 37, 230, 0.1);
}

body.site-human.page-ki .ki-capabilities__head {
    max-width: 62ch;
    margin-bottom: clamp(32px, 4vw, 44px);
}

body.site-human.page-ki .ki-capabilities__kicker {
    margin: 0 0 12px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--human-purple);
}

body.site-human.page-ki .ki-capabilities__lead {
    margin: 14px 0 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

body.site-human.page-ki .ki-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.site-human.page-ki .ki-capability {
    padding: clamp(22px, 2.5vw, 28px);
    background: #fff;
    border: 1px solid rgba(98, 37, 230, 0.12);
    border-top: 3px solid var(--human-purple);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

body.site-human.page-ki .ki-capability__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    background: var(--ki-lavender);
    border: 1px solid rgba(98, 37, 230, 0.14);
    border-radius: 10px;
}

body.site-human.page-ki .ki-capability__title {
    margin: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human.page-ki .ki-capability__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human.page-ki .ki-capabilities__combo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    margin-top: clamp(28px, 4vw, 36px);
    padding: clamp(24px, 3vw, 32px);
    background: var(--human-purple);
    border: 1px solid var(--human-purple);
    border-radius: 14px;
    color: #fff;
}

body.site-human.page-ki .ki-capabilities__combo-copy {
    flex: 1 1 320px;
    min-width: 0;
}

body.site-human.page-ki .ki-capabilities__combo-title {
    display: block;
    margin-bottom: 8px;
    font-size: 1.125rem;
    font-weight: 600;
}

body.site-human.page-ki .ki-capabilities__combo-text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

body.site-human.page-ki .ki-capabilities__combo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--human-purple);
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-human.page-ki .ki-capabilities__combo-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

body.site-human.page-ki .ki-spotlight {
    background: var(--ki-lavender) !important;
    border-bottom: 1px solid rgba(98, 37, 230, 0.1);
}

body.site-human.page-ki .ki-spotlight .vera-spotlight-pillar--blue {
    background: #fff;
    border-top-color: var(--human-accent);
}

body.site-human.page-ki .vera-spotlight-pillar:not(a) {
    cursor: default;
}

/* Process — dark band */
body.site-human.page-ki .ki-process-band {
    background:
        radial-gradient(ellipse 60% 50% at 0% 0%, rgba(98, 37, 230, 0.2) 0%, transparent 55%),
        linear-gradient(180deg, #0c0a14 0%, #12101c 100%) !important;
    border-bottom: none !important;
    color: #fff;
}

body.site-human.page-ki .ki-process-band .process__head-kicker,
body.site-human.page-ki .ki-process-band .process__head-accent {
    color: rgba(196, 181, 253, 0.9);
}

body.site-human.page-ki .ki-process-band .process__head-title {
    color: #fff;
}

body.site-human.page-ki .ki-process-band .process__head-lead,
body.site-human.page-ki .ki-process-band .process__head-note {
    color: rgba(255, 255, 255, 0.65);
}

body.site-human.page-ki .ki-process-band .process__head-rule {
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.25) 0,
        rgba(255, 255, 255, 0.25) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.5;
}

body.site-human.page-ki .ki-process-band .vera-process-flow__title {
    color: #fff;
}

body.site-human.page-ki .ki-process-band .vera-process-flow__text,
body.site-human.page-ki .ki-process-band .vera-process-flow__phase {
    color: rgba(255, 255, 255, 0.62);
}

body.site-human.page-ki .ki-process-band .vera-process-flow__num {
    color: rgba(255, 255, 255, 0.4);
}

body.site-human.page-ki .ki-process-band .vera-process-flow__sigil {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

body.site-human.page-ki .ki-process-band .vera-process-flow__glyph {
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

body.site-human.page-ki .ki-process-band .vera-process-flow__dash {
    background: rgba(255, 255, 255, 0.2);
}

body.site-human.page-ki .ki-section--tech {
    background: #fff;
    padding: clamp(48px, 6vw, 64px) 0;
    border-bottom: 1px solid var(--human-border);
}

body.site-human.page-ki .ki-section--tech .service-detail__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--fw-gutter, 24px);
}

body.site-human.page-ki .ki-section--tech .service-detail__tags {
    margin-top: 8px;
}

@media (max-width: 960px) {
    body.site-human.page-ki .ki-denis-offer {
        grid-template-columns: 1fr;
    }

    body.site-human.page-ki .ki-hero__grid {
        grid-template-columns: 1fr;
    }

    body.site-human.page-ki .ki-hero__title {
        max-width: none;
    }

    body.site-human.page-ki .ki-hero__stats {
        grid-template-columns: repeat(3, 1fr);
    }

    body.site-human.page-ki .ki-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.site-human.page-ki .ki-hero {
        padding-top: 104px;
    }

    body.site-human.page-ki .ki-hero__stats {
        grid-template-columns: 1fr;
    }

    body.site-human.page-ki .ki-capabilities__grid {
        grid-template-columns: 1fr;
    }

    body.site-human.page-ki .ki-denis-offer__grid {
        grid-template-columns: 1fr;
    }
}

/* —— /ki FAQ accordion —— */
body.site-human.page-ki .faq--ki {
    background: var(--ki-lavender, #f4f0ff) !important;
    border-top: 1px solid rgba(98, 37, 230, 0.12);
    padding: clamp(56px, 7vw, 80px) 0 !important;
}

body.site-human.page-ki .faq--ki .faq__head-title {
    max-width: none;
}

body.site-human.page-ki .ki-faq__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: stretch;
}

body.site-human.page-ki .ki-faq__col {
    min-width: 0;
}

body.site-human.page-ki .ki-faq__col-label {
    margin: 0 0 14px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--human-ink-muted);
}

body.site-human.page-ki .ki-faq__divider {
    width: 1px;
    min-height: 0;
    background: repeating-linear-gradient(
        180deg,
        var(--human-border) 0,
        var(--human-border) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.85;
}

body.site-human.page-ki .ki-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: none;
}

body.site-human.page-ki .ki-faq__list .faq-item {
    margin: 0;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 18px;
    border-top: 3px solid transparent;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-human.page-ki .ki-faq__list .faq-item:hover {
    border-color: rgba(98, 37, 230, 0.2);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

body.site-human.page-ki .ki-faq__list .faq-item.active {
    border-color: rgba(98, 37, 230, 0.35);
    border-top-color: var(--human-purple);
    background: #fff;
    box-shadow: 0 12px 32px rgba(98, 37, 230, 0.08);
}

body.site-human.page-ki .ki-faq__list .faq-question {
    padding: 20px 24px;
    gap: 16px;
}

body.site-human.page-ki .ki-faq__list .faq-question h3 {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
    line-height: 1.45;
}

body.site-human.page-ki .ki-faq__list .faq-item.active .faq-question h3 {
    color: var(--human-purple);
}

body.site-human.page-ki .ki-faq__list .faq-icon {
    width: 32px;
    height: 32px;
    background: var(--human-surface-open);
    border: 1px solid var(--human-border);
    border-radius: 10px;
    color: var(--human-purple);
}

body.site-human.page-ki .ki-faq__list .faq-item.active .faq-icon {
    background: var(--human-purple);
    border-color: var(--human-purple);
    color: #fff;
    transform: rotate(45deg);
}

body.site-human.page-ki .ki-faq__list .faq-answer-content {
    padding: 0 24px 20px;
    color: var(--human-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

body.site-human.page-ki .ki-faq__list .faq-item.active .faq-answer {
    max-height: 480px;
}

body.site-human.page-ki .ki-faq__list .faq-answer-content a {
    color: var(--human-purple);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.site-human.page-ki .ki-faq__list .faq-answer-content a:hover {
    color: var(--human-purple-hover);
}

body.site-human.page-ki .ki-faq__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    margin-top: clamp(32px, 4vw, 44px);
    padding-top: clamp(24px, 3vw, 32px);
    border-top: 1px dashed rgba(91, 33, 182, 0.28);
    width: 100%;
}

body.site-human.page-ki .ki-faq__foot-lead {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--human-ink);
}

body.site-human.page-ki .ki-faq__foot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    body.site-human.page-ki .faq--ki .faq__head--editorial {
        grid-template-columns: 1fr;
    }

    body.site-human.page-ki .ki-faq__split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.site-human.page-ki .ki-faq__divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        background: repeating-linear-gradient(
            90deg,
            var(--human-border) 0,
            var(--human-border) 6px,
            transparent 6px,
            transparent 12px
        );
    }

    body.site-human.page-ki .ki-faq__list .faq-question {
        padding: 16px 18px;
    }

    body.site-human.page-ki .ki-faq__list .faq-answer-content {
        padding: 0 18px 16px;
    }

    body.site-human.page-ki .ki-faq__foot {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* —— /sitemap — dual-pillar site map —— */
body.site-human.page-sitemap {
    background: var(--human-bg, #f8fafc);
    color: var(--human-ink);
}

body.site-human.page-sitemap .vera-sitemap {
    padding: clamp(112px, 14vh, 140px) 0 clamp(72px, 10vw, 96px);
}

body.site-human.page-sitemap .vera-sitemap__inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

body.site-human.page-sitemap .vera-sitemap__head {
    max-width: 640px;
    margin-bottom: clamp(36px, 5vw, 52px);
}

body.site-human.page-sitemap .vera-sitemap__kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
}

body.site-human.page-sitemap .vera-sitemap__title {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
}

body.site-human.page-sitemap .vera-sitemap__lead {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    line-height: 1.65;
    color: var(--human-ink-muted, rgba(15, 23, 42, 0.62));
}

body.site-human.page-sitemap .vera-sitemap__pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 24px);
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human.page-sitemap .vera-sitemap__pillar {
    padding: clamp(22px, 3vw, 28px);
    border-radius: 16px;
    border: 1px solid var(--human-border, rgba(15, 23, 42, 0.08));
    background: #fff;
}

body.site-human.page-sitemap .vera-sitemap__pillar--software {
    border-top: 3px solid var(--human-purple);
}

body.site-human.page-sitemap .vera-sitemap__pillar--infra {
    border-top: 3px solid var(--os-cyan, #0891b2);
}

body.site-human.page-sitemap .vera-sitemap__pillar-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

body.site-human.page-sitemap .vera-sitemap__pillar-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 8px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

body.site-human.page-sitemap .vera-sitemap__pillar--software .vera-sitemap__pillar-tag {
    background: rgba(147, 51, 234, 0.1);
    color: var(--human-purple);
}

body.site-human.page-sitemap .vera-sitemap__pillar--infra .vera-sitemap__pillar-tag {
    background: rgba(8, 145, 178, 0.1);
    color: var(--os-cyan, #0891b2);
}

body.site-human.page-sitemap .vera-sitemap__pillar-title {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

body.site-human.page-sitemap .vera-sitemap__pillar--software .vera-sitemap__pillar-title {
    color: var(--human-purple);
}

body.site-human.page-sitemap .vera-sitemap__pillar--infra .vera-sitemap__pillar-title {
    color: var(--os-cyan, #0891b2);
}

body.site-human.page-sitemap .vera-sitemap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 24px);
}

body.site-human.page-sitemap .vera-sitemap__block {
    padding: clamp(20px, 2.8vw, 26px);
    border-radius: 14px;
    border: 1px solid var(--human-border, rgba(15, 23, 42, 0.08));
    background: #fff;
}

body.site-human.page-sitemap .vera-sitemap__block-title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--human-ink-muted, rgba(15, 23, 42, 0.55));
}

body.site-human.page-sitemap .vera-sitemap__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

body.site-human.page-sitemap .vera-sitemap__links a {
    display: inline-block;
    font-size: 15px;
    font-weight: 450;
    line-height: 1.45;
    color: var(--human-ink);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.site-human.page-sitemap .vera-sitemap__links a:hover {
    color: var(--human-purple);
}

body.site-human.page-sitemap .vera-sitemap__pillar--infra .vera-sitemap__links a:hover {
    color: var(--os-cyan, #0891b2);
}

@media (max-width: 768px) {
    body.site-human.page-sitemap .vera-sitemap__pillars,
    body.site-human.page-sitemap .vera-sitemap__grid {
        grid-template-columns: 1fr;
    }
}

/* —— Service detail editorial pages (web · mobile · cloud · cyber) —— */
body.site-human.page-mobile-dev {
    --human-accent: var(--human-purple);
    --human-accent-hover: var(--human-purple-hover);
    --human-accent-soft: #f4f0ff;
    --human-accent-border: rgba(147, 51, 234, 0.22);
}

body.site-human.page-cyber-dev {
    --human-accent: #334155;
    --human-accent-hover: #1e293b;
    --human-accent-soft: #f8fafc;
    --human-accent-border: rgba(51, 65, 85, 0.2);
}

body.site-human.page-office-dev {
    --human-accent: #0891b2;
    --human-accent-hover: #0e7490;
    --human-accent-soft: #ecfeff;
    --human-accent-border: rgba(8, 145, 178, 0.22);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section {
    padding: clamp(56px, 7vw, 88px) 0;
    border-bottom: 1px solid var(--human-border);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section--story {
    background: #fff;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section--capabilities {
    background: var(--human-accent-soft);
    border-bottom-color: var(--human-accent-border);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section--audience {
    background: #fff;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section--tech {
    background: var(--human-surface-open);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section--handover {
    background:
        radial-gradient(ellipse 70% 50% at 100% 100%, rgba(37, 99, 235, 0.06) 0%, transparent 55%),
        #fff;
}

/* Editorial section headers */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    gap: clamp(28px, 5vw, 56px);
    align-items: end;
    margin-bottom: clamp(20px, 3vw, 28px);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__kicker {
    margin: 0 0 10px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__title {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--human-ink);
    max-width: 14ch;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__title--compact {
    max-width: 16ch;
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__accent {
    color: var(--human-accent);
    font-weight: 500;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__lead {
    margin: 0;
    font-size: clamp(1.0625rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__rule {
    height: 1px;
    margin: 0 0 clamp(36px, 5vw, 48px);
    background: repeating-linear-gradient(
        90deg,
        var(--human-accent) 0,
        var(--human-accent) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.35;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__rule--soft {
    opacity: 0.22;
}

/* Problem / Solution story */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__panel {
    padding: clamp(24px, 3vw, 32px);
    border-radius: 16px;
    border: 1px solid var(--human-border);
    background: var(--human-surface-open);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__panel--problem {
    border-top: 3px solid var(--human-ink-muted);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__panel--solution {
    background: linear-gradient(160deg, var(--human-accent) 0%, #1d4ed8 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.22);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__tag {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.72;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__panel--solution .web-story__tag {
    color: rgba(255, 255, 255, 0.85);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__intro {
    margin: 0 0 20px;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--human-ink-soft);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__panel--solution .web-story__intro {
    color: rgba(255, 255, 255, 0.92);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__point strong {
    color: var(--human-ink);
    font-weight: 600;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__point-mark {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 0.45em;
    border-radius: 50%;
    background: var(--human-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__highlights {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__highlights li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story__chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

/* Capabilities grid */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability {
    position: relative;
    padding: clamp(22px, 2.5vw, 28px);
    background: #fff;
    border: 1px solid var(--human-accent-border);
    border-top: 3px solid var(--human-accent);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(37, 99, 235, 0.1);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    background: var(--human-accent-soft);
    border: 1px solid var(--human-accent-border);
    border-radius: 12px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability__icon img {
    display: block;
    opacity: 0.9;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability__idx {
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--human-accent);
    opacity: 0.45;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability__title {
    margin: 0 0 10px;
    padding-right: 28px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
    line-height: 1.35;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capability__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

/* Process band */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band {
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(37, 99, 235, 0.22) 0%, transparent 55%),
        linear-gradient(180deg, #0a1628 0%, #0f1f3d 100%) !important;
    border-bottom: none !important;
    color: #fff;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-kicker,
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-accent {
    color: rgba(147, 197, 253, 0.95);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-title {
    color: #fff;
    max-width: 14ch;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-lead,
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-note {
    color: rgba(255, 255, 255, 0.65);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-note {
    color: rgba(147, 197, 253, 0.85);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .process__head-rule {
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.25) 0,
        rgba(255, 255, 255, 0.25) 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.5;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__title {
    color: #fff;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__text,
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__phase {
    color: rgba(255, 255, 255, 0.62);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__num {
    color: rgba(255, 255, 255, 0.4);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__sigil {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__glyph {
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-process-band .vera-process-flow__dash {
    background: rgba(255, 255, 255, 0.2);
}

/* Audience */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__card {
    padding: 22px 20px 24px;
    background: var(--human-surface-open);
    border: 1px solid var(--human-border);
    border-radius: 14px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__card:hover {
    border-color: var(--human-accent-border);
    transform: translateY(-2px);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__num {
    display: block;
    margin-bottom: 12px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--human-accent);
    opacity: 0.55;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__label {
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

/* Tech stack */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__card {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__card:hover {
    border-color: var(--human-accent-border);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.07);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__icon {
    display: block;
    margin-bottom: 12px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--human-ink-soft);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__text a {
    color: var(--human-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px dashed var(--human-border);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--human-ink-soft);
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 999px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__pill img {
    display: block;
    opacity: 0.85;
}

/* FAQ */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-kicker,
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-accent,
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-hint {
    color: var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-hint-dot {
    background: var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-rule {
    border-top-color: rgba(37, 99, 235, 0.22);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head-title {
    max-width: none;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 880px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item {
    margin: 0;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 18px;
    border-top: 3px solid transparent;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item:hover {
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item.active {
    border-color: rgba(37, 99, 235, 0.35);
    border-top-color: var(--human-accent);
    background: #fff;
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.08);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-question {
    padding: 20px 24px;
    gap: 16px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-question h3 {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--human-ink);
    line-height: 1.45;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item.active .faq-question h3 {
    color: var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-icon {
    width: 32px;
    height: 32px;
    background: var(--human-accent-soft);
    border: 1px solid var(--human-accent-border);
    border-radius: 10px;
    color: var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item.active .faq-icon {
    background: var(--human-accent);
    border-color: var(--human-accent);
    color: #fff;
    transform: rotate(45deg);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-answer-content {
    padding: 0 24px 20px;
    color: var(--human-ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__list .faq-item.active .faq-answer {
    max-height: 480px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: clamp(32px, 4vw, 44px);
    padding-top: clamp(24px, 3vw, 32px);
    border-top: 1px dashed var(--human-border);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__foot-lead {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--human-ink);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__foot-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Handover */
body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
    padding: clamp(28px, 4vw, 36px);
    background: var(--human-surface-open);
    border: 1px solid var(--human-border);
    border-radius: 20px;
    border-top: 4px solid var(--human-accent);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__intro .web-section__lead {
    margin-top: 14px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__meta {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__meta li {
    padding: 6px 12px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--human-accent);
    background: var(--human-accent-soft);
    border: 1px solid var(--human-accent-border);
    border-radius: 999px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--human-border);
    border-radius: 14px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__step-num {
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--human-accent);
    opacity: 0.7;
    padding-top: 2px;
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__item-title {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--human-ink);
}

body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__item-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--human-ink-soft);
}

@media (max-width: 960px) {
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-story,
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-handover__layout {
        grid-template-columns: 1fr;
    }

    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capabilities__grid,
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__head,
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .faq--web-dev .faq__head--editorial {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-section__title {
        max-width: none;
    }

    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-capabilities__grid,
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-tech__grid,
    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-audience__grid {
        grid-template-columns: 1fr;
    }

    body.site-human:is(.page-web-dev, .page-webseiten, .page-mobile-dev, .page-cloud-dev, .page-cyber-dev, .page-ui-dev, .page-office-dev) .web-faq__foot {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Purple accent overrides (page-mobile-dev) */
body.site-human.page-mobile-dev .web-story__highlights a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.site-human.page-mobile-dev .web-story__panel--solution {
    background: linear-gradient(160deg, var(--human-purple) 0%, var(--human-purple-deep) 100%);
    box-shadow: 0 20px 48px rgba(147, 51, 234, 0.22);
}

body.site-human.page-mobile-dev .web-story__point-mark {
    box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.15);
}

body.site-human.page-mobile-dev .web-section--handover {
    background:
        radial-gradient(ellipse 70% 50% at 100% 100%, rgba(147, 51, 234, 0.06) 0%, transparent 55%),
        #fff;
}

body.site-human.page-mobile-dev .web-capability:hover {
    box-shadow: 0 14px 36px rgba(147, 51, 234, 0.1);
}

body.site-human.page-mobile-dev .web-tech__card:hover {
    box-shadow: 0 10px 28px rgba(147, 51, 234, 0.07);
}

body.site-human.page-mobile-dev .web-process-band {
    background:
        radial-gradient(ellipse 60% 50% at 0% 0%, rgba(98, 37, 230, 0.2) 0%, transparent 55%),
        linear-gradient(180deg, #0c0a14 0%, #12101c 100%) !important;
}

body.site-human.page-mobile-dev .web-process-band .process__head-kicker,
body.site-human.page-mobile-dev .web-process-band .process__head-accent {
    color: rgba(196, 181, 253, 0.9);
}

body.site-human.page-mobile-dev .web-process-band .process__head-note {
    color: rgba(196, 181, 253, 0.85);
}

body.site-human.page-mobile-dev .faq--web-dev .faq__head-rule {
    border-top-color: rgba(147, 51, 234, 0.22);
}

body.site-human.page-mobile-dev .web-faq__list .faq-item:hover {
    border-color: rgba(147, 51, 234, 0.2);
}

body.site-human.page-mobile-dev .web-faq__list .faq-item.active {
    border-color: rgba(147, 51, 234, 0.35);
    box-shadow: 0 12px 32px rgba(147, 51, 234, 0.08);
}

/* Slate accent overrides (page-cyber-dev) */
body.site-human.page-cyber-dev .web-story__panel--solution {
    background: linear-gradient(160deg, #334155 0%, #0f172a 100%);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.25);
}

body.site-human.page-cyber-dev .web-story__point-mark {
    box-shadow: 0 0 0 3px rgba(51, 65, 85, 0.15);
}

body.site-human.page-cyber-dev .web-section--handover {
    background:
        radial-gradient(ellipse 70% 50% at 100% 100%, rgba(51, 65, 85, 0.06) 0%, transparent 55%),
        #fff;
}

body.site-human.page-cyber-dev .web-capability:hover {
    box-shadow: 0 14px 36px rgba(51, 65, 85, 0.1);
}

body.site-human.page-cyber-dev .web-tech__card:hover {
    box-shadow: 0 10px 28px rgba(51, 65, 85, 0.07);
}

body.site-human.page-cyber-dev .web-process-band {
    background:
        radial-gradient(ellipse 60% 50% at 0% 0%, rgba(51, 65, 85, 0.35) 0%, transparent 55%),
        linear-gradient(180deg, #0a0a0a 0%, #111827 100%) !important;
}

body.site-human.page-cyber-dev .web-process-band .process__head-kicker,
body.site-human.page-cyber-dev .web-process-band .process__head-accent {
    color: rgba(203, 213, 225, 0.9);
}

body.site-human.page-cyber-dev .web-process-band .process__head-note {
    color: rgba(203, 213, 225, 0.85);
}

body.site-human.page-cyber-dev .faq--web-dev .faq__head-rule {
    border-top-color: rgba(51, 65, 85, 0.22);
}

body.site-human.page-cyber-dev .web-faq__list .faq-item:hover {
    border-color: rgba(51, 65, 85, 0.2);
}

body.site-human.page-cyber-dev .web-faq__list .faq-item.active {
    border-color: rgba(51, 65, 85, 0.35);
    box-shadow: 0 12px 32px rgba(51, 65, 85, 0.08);
}
