.systems-page {
    --systems-bg: #090806;
    --systems-bg-soft: #0e0b08;
    --systems-surface: #15110c;
    --systems-surface-soft: rgba(255, 255, 255, 0.025);
    --systems-gold: #d5a84e;
    --systems-gold-strong: #e1b85b;
    --systems-gold-deep: #c6953e;
    --systems-cream: #f5e6c7;
    --systems-cream-soft: #e9d5ad;
    --systems-text: #ffffff;
    --systems-muted: #aaa39a;
    --systems-line: rgba(213, 168, 78, 0.25);
    --systems-line-strong: rgba(225, 184, 91, 0.52);
    --systems-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    --systems-motion-duration: 680ms;
    --systems-media-motion-duration: 780ms;
    --systems-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: clip;
    background: var(--systems-bg);
    color: var(--systems-text);
    font-family: "Cairo", sans-serif;
    line-height: 1.75;
}

.systems-page *,
.systems-page *::before,
.systems-page *::after {
    box-sizing: border-box;
}

.systems-page a {
    text-decoration: none;
}

.systems-page .fa-solid,
.systems-page .fas,
.systems-page .fa-solid::before,
.systems-page .fas::before {
    font-family: "Font Awesome 6 Free" !important;
}

.systems-page .fa-brands,
.systems-page .fab,
.systems-page .fa-brands::before,
.systems-page .fab::before {
    font-family: "Font Awesome 6 Brands" !important;
}

.systems-page a:focus-visible,
.systems-page summary:focus-visible,
.systems-page button:focus-visible {
    outline: 3px solid var(--systems-gold-strong);
    outline-offset: 4px;
}

.systems-page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.systems-page--motion-ready [data-systems-reveal] {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
    transition:
        opacity var(--systems-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms),
        transform var(--systems-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms);
}

.systems-page--motion-ready [data-systems-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.systems-page--motion-ready [data-systems-reveal].is-motion-complete {
    will-change: auto;
}

.systems-page--motion-preparing [data-systems-reveal] {
    transition: none !important;
}

.systems-page--motion-ready .systems-hero__visual[data-systems-reveal],
.systems-page--motion-ready .systems-product-showcase__visual[data-systems-reveal],
.systems-page--motion-ready .systems-invoice__phones[data-systems-reveal],
.systems-page--motion-ready [data-systems-reveal-kind="media"] {
    transform: translateY(28px) scale(0.97);
    transition-duration: var(--systems-media-motion-duration);
}

.systems-page--motion-ready .systems-hero__visual[data-systems-reveal].is-visible,
.systems-page--motion-ready .systems-product-showcase__visual[data-systems-reveal].is-visible,
.systems-page--motion-ready .systems-invoice__phones[data-systems-reveal].is-visible,
.systems-page--motion-ready [data-systems-reveal-kind="media"].is-visible {
    transform: none;
}

.systems-shell {
    width: min(1280px, calc(100% - 64px));
    margin-inline: auto;
}

.systems-section {
    position: relative;
    padding: 92px 0;
    scroll-margin-top: 120px;
}

.systems-page h1,
.systems-page h2,
.systems-page h3,
.systems-page p,
.systems-page figure {
    margin-top: 0;
}

.systems-page h2 {
    margin-bottom: 16px;
    color: var(--systems-text);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.systems-page h3 {
    color: var(--systems-cream);
    font-weight: 800;
    line-height: 1.3;
}

.systems-page p {
    color: var(--systems-muted);
    font-size: 16px;
}

.systems-kicker,
.systems-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--systems-gold-strong);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.systems-kicker::before,
.systems-section-label::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--systems-gold-strong), transparent);
}

.systems-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.systems-heading p {
    max-width: 650px;
    margin-bottom: 0;
}

.systems-heading--row {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.systems-heading--row p {
    max-width: 420px;
}

.systems-hero {
    position: relative;
    min-height: 640px;
    display: grid;
    align-items: center;
    padding: 112px 0 54px;
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 38%, rgba(213, 168, 78, 0.13), transparent 31%),
        radial-gradient(circle at 54% 82%, rgba(198, 149, 62, 0.08), transparent 30%),
        linear-gradient(145deg, #090806 0%, #0e0b08 52%, #12100c 100%);
}

.systems-hero::before,
.systems-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.systems-hero::before {
    width: 46vw;
    height: 46vw;
    right: -12vw;
    bottom: -29vw;
    border: 1px solid rgba(213, 168, 78, 0.18);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(213, 168, 78, 0.022), 0 0 0 140px rgba(213, 168, 78, 0.018);
}

.systems-hero::after {
    right: 5%;
    bottom: 13%;
    width: 460px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(225, 184, 91, 0.65), transparent);
    transform: rotate(-18deg);
}

.systems-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.38;
    background-image:
        linear-gradient(rgba(213, 168, 78, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(213, 168, 78, 0.05) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000 5%, rgba(0, 0, 0, 0.45) 72%, transparent 100%);
}

.systems-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
    gap: 46px;
    align-items: center;
}

.systems-hero__copy {
    position: relative;
    z-index: 3;
}

.systems-hero__copy h1 {
    max-width: 680px;
    margin-bottom: 19px;
    color: var(--systems-text);
    font-size: clamp(46px, 4.8vw, 68px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.systems-hero__copy h1 span {
    color: var(--systems-cream-soft);
}

.systems-hero__copy .systems-lead {
    max-width: 670px;
    margin-bottom: 0;
    color: #d7d1c8;
    font-size: 17px;
    line-height: 1.75;
}

.systems-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 28px;
}

.systems-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 23px;
    border: 1px solid var(--systems-line);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
    transition:
        transform 220ms var(--systems-motion-ease),
        border-color 220ms var(--systems-motion-ease),
        background-color 220ms var(--systems-motion-ease),
        color 220ms var(--systems-motion-ease),
        box-shadow 220ms var(--systems-motion-ease);
}

.systems-btn:hover {
    transform: translateY(-2px);
}

.systems-btn:active {
    transform: translateY(0) scale(0.985);
    transition-duration: 180ms;
}

.systems-btn-primary {
    border-color: var(--systems-gold-strong);
    background: linear-gradient(135deg, #e8c46f, var(--systems-gold));
    color: #171109;
    box-shadow: 0 13px 32px rgba(213, 168, 78, 0.16);
}

.systems-btn-primary:hover {
    background: var(--systems-cream);
    color: #171109;
    box-shadow: 0 16px 38px rgba(213, 168, 78, 0.24);
}

.systems-btn-secondary {
    background: rgba(255, 255, 255, 0.025);
    color: var(--systems-cream);
}

.systems-btn-secondary:hover {
    border-color: var(--systems-gold-strong);
    background: rgba(213, 168, 78, 0.08);
    color: #fff;
}

.systems-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--systems-gold-strong);
    font-size: 13px;
    font-weight: 800;
}

.systems-text-link:hover {
    color: var(--systems-cream);
}

.systems-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.systems-benefits span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #d7d1c8;
    font-size: 12px;
    font-weight: 750;
}

.systems-benefits i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid var(--systems-line);
    border-radius: 50%;
    color: var(--systems-gold-strong);
}

.systems-hero__visual {
    position: relative;
    min-height: 440px;
}

.systems-hero__visual::before {
    content: "";
    position: absolute;
    inset: 10% 6% 8%;
    border-radius: 50%;
    background: rgba(213, 168, 78, 0.12);
    filter: blur(70px);
}

.systems-hero__laptop {
    position: absolute;
    top: 28px;
    right: 0;
    width: min(100%, 660px);
    padding: 8px 8px 15px;
    overflow: hidden;
    border: 1px solid var(--systems-line-strong);
    border-radius: 17px 17px 10px 10px;
    background: #050504;
    box-shadow: var(--systems-shadow), 0 0 45px rgba(213, 168, 78, 0.08);
    transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.systems-hero__laptop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 112%;
    height: 26px;
    border-radius: 4px 4px 18px 18px;
    background: linear-gradient(180deg, #6a5a43, #1a1712 55%, #070605);
    transform: translateX(-50%);
}

.systems-browser-bar,
.systems-product-shot__bar {
    min-height: 27px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    background: #0e0c09;
}

.systems-browser-bar span,
.systems-product-shot__bar span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(225, 184, 91, 0.52);
}

.systems-browser-bar b {
    margin-left: 8px;
    color: #87765d;
    font-size: 8px;
    letter-spacing: 0.14em;
}

.systems-hero__laptop img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.06);
    object-fit: cover;
}

.systems-hero__phone,
.systems-invoice-phone {
    position: absolute;
    overflow: hidden;
    border: 1px solid var(--systems-line-strong);
    border-radius: 28px;
    background: #050504;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.58);
}

.systems-hero__phone {
    right: -12px;
    bottom: 8px;
    z-index: 3;
    width: 168px;
    padding: 7px;
    animation: systems-float 6s ease-in-out infinite;
}

.systems-hero__phone > span,
.systems-invoice-phone > span {
    position: absolute;
    top: 9px;
    left: 50%;
    z-index: 2;
    width: 33%;
    height: 10px;
    border-radius: 20px;
    background: #050504;
    transform: translateX(-50%);
}

.systems-hero__phone img,
.systems-invoice-phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 21px;
}

.systems-hero__status {
    position: absolute;
    left: 8px;
    bottom: 4px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 15px;
    border: 1px solid var(--systems-line);
    border-radius: 12px;
    background: rgba(12, 10, 7, 0.88);
    color: var(--systems-muted);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
    font-size: 11px;
}

.systems-hero__status i {
    color: var(--systems-gold-strong);
    font-size: 22px;
}

.systems-hero__status strong {
    display: block;
    color: var(--systems-cream);
    font-size: 12px;
}

.systems-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    color: #7f786f;
    font-size: 12px;
}

.systems-breadcrumb a {
    color: var(--systems-gold-strong);
}

.systems-breadcrumb i {
    font-size: 8px;
}

.systems-solutions,
.systems-more,
.systems-faq {
    background: linear-gradient(180deg, #080705, #0b0907 52%, #080705);
}

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

.systems-solution-card {
    position: relative;
    min-height: 166px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(213, 168, 78, 0.18);
    border-radius: 15px;
    background: var(--systems-surface-soft);
    color: var(--systems-text);
    transition: transform 260ms var(--systems-motion-ease), border-color 260ms var(--systems-motion-ease), background-color 260ms var(--systems-motion-ease), box-shadow 260ms var(--systems-motion-ease);
}

.systems-solution-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 42px;
    height: 1px;
    background: var(--systems-gold-strong);
}

.systems-solution-card:hover {
    border-color: var(--systems-line-strong);
    background: rgba(213, 168, 78, 0.055);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    color: var(--systems-text);
    transform: translateY(-4px);
}

.systems-solution-card__icon,
.systems-more-card > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border: 1px solid var(--systems-line);
    border-radius: 11px;
    color: var(--systems-gold-strong);
    font-size: 16px;
}

.systems-solution-card h3 {
    margin-bottom: 5px;
    font-size: 17px;
}

.systems-solution-card p {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.systems-solution-card__arrow {
    position: absolute;
    right: 18px;
    top: 22px;
    color: var(--systems-gold-strong);
    font-size: 12px;
}

.systems-process {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent),
        var(--systems-bg-soft);
}

.systems-process__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.systems-process__timeline::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--systems-gold), var(--systems-gold), transparent);
}

.systems-process__timeline li {
    position: relative;
    z-index: 1;
    min-height: 220px;
    padding: 0 20px 24px;
    text-align: center;
}

.systems-process__number {
    position: absolute;
    top: 9px;
    left: calc(50% + 27px);
    color: var(--systems-gold-strong);
    font-size: 10px;
    font-weight: 900;
}

.systems-process__icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin: 21px auto 25px;
    border: 1px solid var(--systems-line-strong);
    border-radius: 50%;
    background: var(--systems-bg-soft);
    color: var(--systems-gold-strong);
    box-shadow: 0 0 0 8px var(--systems-bg-soft);
}

.systems-process__timeline h3 {
    margin-bottom: 8px;
    font-size: 17px;
}

.systems-process__timeline p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.6;
}

.systems-showcase-stack {
    display: grid;
    gap: 26px;
    padding: 98px 0;
}

.systems-showcase-stack--primary {
    position: relative;
    z-index: 1;
    padding: 48px 0 34px;
}

.systems-showcase-stack--primary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    background:
        radial-gradient(circle at 25% 48%, rgba(213, 168, 78, 0.075), transparent 32%),
        linear-gradient(180deg, #0d0b08, #080705);
    transform: translateX(-50%);
}

.systems-product-showcase {
    position: relative;
    overflow: hidden;
    padding: 58px;
    border: 1px solid var(--systems-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 20%, rgba(213, 168, 78, 0.08), transparent 24%),
        linear-gradient(125deg, #15110c, #0b0907 72%);
    scroll-margin-top: 120px;
}

.systems-product-showcase::after,
.systems-invoice::after,
.systems-final-cta__inner::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -30%;
    width: 56%;
    aspect-ratio: 1;
    border: 1px solid rgba(213, 168, 78, 0.11);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(213, 168, 78, 0.015), 0 0 0 84px rgba(213, 168, 78, 0.012);
    pointer-events: none;
}

.systems-product-showcase--featured {
    padding: 56px;
    border-color: var(--systems-line-strong);
    background:
        radial-gradient(circle at 20% 48%, rgba(213, 168, 78, 0.1), transparent 26%),
        linear-gradient(125deg, #17130e, #090806 72%);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(213, 168, 78, 0.035) inset;
}

.systems-product-showcase__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 64px;
    align-items: center;
}

.systems-product-showcase--featured .systems-product-showcase__inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(370px, 0.7fr);
    gap: 54px;
}

.systems-product-showcase__copy {
    display: flex;
    flex-direction: column;
}

.systems-product-showcase--featured .systems-check-list,
.systems-product-showcase--featured .systems-platforms {
    order: 2;
}

.systems-product-showcase--featured .systems-actions--featured {
    order: 1;
    margin-top: 24px;
    margin-bottom: 3px;
}

.systems-actions--featured .systems-btn-primary {
    min-width: 220px;
    min-height: 56px;
    font-size: 15px;
    box-shadow: 0 16px 42px rgba(213, 168, 78, 0.24);
}

.systems-product-showcase--reverse .systems-product-showcase__copy {
    grid-column: 2;
}

.systems-product-showcase--reverse .systems-product-showcase__visual {
    grid-column: 1;
    grid-row: 1;
}

.systems-product-showcase__copy h2,
.systems-invoice__copy h2 {
    margin-bottom: 12px;
    font-size: clamp(35px, 4vw, 52px);
}

.systems-product-showcase__copy > p:not(.systems-product-showcase__subtitle),
.systems-invoice__copy > p:not(.systems-product-showcase__subtitle) {
    margin-bottom: 0;
}

.systems-product-showcase__subtitle {
    margin-bottom: 14px;
    color: var(--systems-cream-soft) !important;
    font-size: 18px !important;
    font-weight: 750;
}

.systems-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 20px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.systems-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #d7d1c8;
    font-size: 13px;
}

.systems-check-list i {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--systems-gold-strong);
    color: #171109;
    font-size: 8px;
}

.systems-platforms {
    margin-top: 25px;
}

.systems-platforms > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--systems-cream-soft);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.systems-platforms ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.systems-platforms li {
    padding: 6px 10px;
    border: 1px solid rgba(213, 168, 78, 0.2);
    border-radius: 999px;
    background: rgba(213, 168, 78, 0.045);
    color: #cfc6b8;
    font-size: 10px;
    font-weight: 700;
}

.systems-product-showcase__visual {
    position: relative;
    min-width: 0;
}

.systems-product-showcase--featured .systems-product-showcase__visual::before {
    content: "";
    position: absolute;
    inset: 8% 5% 26%;
    border-radius: 50%;
    background: rgba(213, 168, 78, 0.13);
    filter: blur(52px);
    pointer-events: none;
}

.systems-product-live-demo {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(225, 184, 91, 0.55);
    border-radius: 999px;
    background: rgba(8, 7, 5, 0.86);
    color: var(--systems-cream);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(9px);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.systems-product-live-demo span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--systems-gold-strong);
    box-shadow: 0 0 12px rgba(225, 184, 91, 0.8);
}

.systems-product-live-demo:hover {
    border-color: var(--systems-gold-strong);
    background: var(--systems-gold);
    color: #171109;
}

.systems-product-gallery {
    display: grid;
    gap: 12px;
}

.systems-product-shot {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid var(--systems-line);
    border-radius: 14px;
    background: #050504;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.5);
    color: inherit;
    cursor: zoom-in;
    text-align: left;
    transition:
        transform 360ms var(--systems-motion-ease),
        border-color 360ms var(--systems-motion-ease),
        box-shadow 360ms var(--systems-motion-ease);
}

.systems-page[dir="rtl"] .systems-hero__copy,
.systems-page[dir="rtl"] .systems-product-showcase__copy,
.systems-page[dir="rtl"] .systems-invoice__copy,
.systems-page[dir="rtl"] .systems-heading,
.systems-page[dir="rtl"] .systems-solution-card,
.systems-page[dir="rtl"] .systems-final-cta__inner,
.systems-page[dir="rtl"] .systems-product-shot {
    text-align: right;
}

.systems-page[dir="rtl"] .systems-product-shot__bar b {
    margin-right: 7px;
    margin-left: 0;
}

.systems-page[dir="rtl"] .systems-card-link i,
.systems-page[dir="rtl"] .systems-final-cta .systems-btn i {
    transform: scaleX(-1);
}

.systems-product-showcase--featured .systems-product-shot.is-primary {
    border-color: rgba(225, 184, 91, 0.5);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.58), 0 0 42px rgba(213, 168, 78, 0.08);
}

.systems-product-shot:hover {
    border-color: var(--systems-line-strong);
    box-shadow: 0 25px 58px rgba(0, 0, 0, 0.56), 0 0 28px rgba(213, 168, 78, 0.07);
    transform: translateY(-3px);
}

.systems-product-shot.is-primary {
    display: block;
}

.systems-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.systems-product-shot.is-supporting {
    min-width: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

.systems-product-shot img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 360ms var(--systems-motion-ease);
}

.systems-product-shot:hover img {
    transform: scale(1.025);
}

.systems-page--motion-ready .systems-product-shot[data-systems-reveal-kind="media"] {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    transition:
        opacity var(--systems-media-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms),
        transform var(--systems-media-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms),
        border-color 360ms var(--systems-motion-ease),
        box-shadow 360ms var(--systems-motion-ease);
}

.systems-page--motion-ready .systems-product-shot[data-systems-reveal-kind="media"].is-visible {
    opacity: 1;
    transform: none;
}

.systems-page--motion-ready .systems-product-shot[data-systems-reveal-kind="media"].is-motion-complete {
    transition:
        transform 360ms var(--systems-motion-ease),
        border-color 360ms var(--systems-motion-ease),
        box-shadow 360ms var(--systems-motion-ease);
}

.systems-product-shot.is-supporting img {
    aspect-ratio: 16 / 9;
}

.systems-product-shot--mobile.is-supporting img {
    object-position: top center;
}

.systems-product-shot__caption {
    display: block;
    padding: 7px 10px;
    border-top: 1px solid rgba(213, 168, 78, 0.12);
    color: #978c7e;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.systems-product-shot__bar {
    width: 100%;
    border: 0;
}

.systems-product-shot__bar i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(225, 184, 91, 0.52);
}

.systems-product-shot__bar b {
    margin-left: 7px;
    color: #87765d;
    font-size: 8px;
    letter-spacing: 0.14em;
}

.systems-product-placeholder {
    min-height: 390px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    border: 1px dashed var(--systems-line);
    border-radius: 16px;
    color: var(--systems-muted);
}

.systems-product-placeholder i {
    color: var(--systems-gold-strong);
    font-size: 34px;
}

.systems-invoice {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 48%, rgba(213, 168, 78, 0.1), transparent 28%),
        var(--systems-bg-soft);
}

.systems-invoice__inner {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
    gap: 70px;
    align-items: center;
}

.systems-invoice__copy {
    position: relative;
    z-index: 2;
}

.systems-check-list--invoice {
    margin-top: 24px;
}

.systems-invoice__phones {
    position: relative;
    min-height: 630px;
}

.systems-invoice-phone {
    bottom: 15px;
    width: 225px;
    padding: 7px;
    appearance: none;
    cursor: zoom-in;
    transition: transform 360ms var(--systems-motion-ease);
}

.systems-invoice-phone:hover {
    z-index: 6;
}

.systems-invoice-phone--left {
    left: 2%;
    transform: rotate(-7deg) translateY(24px);
}

.systems-invoice-phone--center {
    left: 50%;
    z-index: 5;
    width: 275px;
    transform: translateX(-50%);
}

.systems-invoice-phone--right {
    right: 2%;
    transform: rotate(7deg) translateY(24px);
}

.systems-invoice-phone--left:hover {
    transform: rotate(-7deg) translateY(19px);
}

.systems-invoice-phone--center:hover {
    transform: translateX(-50%) translateY(-5px);
}

.systems-invoice-phone--right:hover {
    transform: rotate(7deg) translateY(19px);
}

.systems-invoice-gallery {
    position: relative;
    margin-top: 50px;
    padding: 28px 58px 54px;
    overflow: hidden;
    border-block: 1px solid rgba(213, 168, 78, 0.15);
    background:
        radial-gradient(circle at 50% 52%, rgba(213, 168, 78, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 48%);
    isolation: isolate;
}

.systems-invoice-gallery::before {
    content: "";
    position: absolute;
    inset: 12% 18% 8%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(213, 168, 78, 0.08);
    filter: blur(70px);
    pointer-events: none;
}

.systems-invoice-coverflow.swiper {
    width: 100%;
    height: auto;
    min-height: 610px;
    padding-block: 22px 30px;
    overflow: visible;
    perspective: 1500px;
    touch-action: pan-y;
    cursor: grab;
}

.systems-invoice-coverflow.swiper:active {
    cursor: grabbing;
}

.systems-invoice-coverflow .swiper-wrapper,
.systems-invoice-coverflow .swiper-slide {
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.systems-invoice-coverflow .swiper-wrapper {
    align-items: center;
}

.systems-invoice-coverflow__slide.swiper-slide {
    position: relative;
    display: flex;
    width: clamp(224px, 21.5vw, 270px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(213, 168, 78, 0.2);
    border-radius: 24px;
    background: #080706;
    opacity: 0.2;
    filter: brightness(0.55) saturate(0.76);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-property: transform, opacity, filter, border-color, box-shadow !important;
}

.systems-invoice-coverflow__slide.swiper-slide-visible {
    opacity: 0.42;
    filter: brightness(0.7) saturate(0.86);
}

.systems-invoice-coverflow__slide.swiper-slide-prev,
.systems-invoice-coverflow__slide.swiper-slide-next {
    opacity: 0.72;
    filter: brightness(0.86) saturate(0.94);
}

.systems-invoice-coverflow__slide.swiper-slide-active {
    z-index: 5;
    border-color: rgba(225, 184, 91, 0.62);
    opacity: 1;
    filter: none;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.58),
        0 0 44px rgba(213, 168, 78, 0.14);
}

.systems-invoice-coverflow__slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 430 / 932;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.systems-invoice-coverflow__arrow {
    position: absolute;
    top: 50%;
    z-index: 12;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(225, 184, 91, 0.48);
    border-radius: 50%;
    background: rgba(14, 11, 8, 0.86);
    color: var(--systems-gold-light);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
    cursor: pointer;
    place-items: center;
    transform: translateY(-50%);
    transition: transform 220ms var(--systems-motion-ease), border-color 220ms var(--systems-motion-ease), background-color 220ms var(--systems-motion-ease), color 220ms var(--systems-motion-ease);
}

.systems-invoice-coverflow__arrow:hover {
    border-color: rgba(225, 184, 91, 0.88);
    background: var(--systems-gold);
    color: #0b0907;
    transform: translateY(-50%) scale(1.06);
}

.systems-invoice-coverflow__arrow:active {
    transform: translateY(-50%) scale(0.96);
}

.systems-invoice-coverflow__arrow:focus-visible {
    outline: 2px solid var(--systems-cream);
    outline-offset: 4px;
}

.systems-invoice-coverflow__arrow--previous {
    left: 2px;
}

.systems-invoice-coverflow__arrow--next {
    right: 2px;
}

.systems-invoice-coverflow__status {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    margin: 0;
    color: var(--systems-text-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
}

.systems-invoice-gallery.is-coverflow-unavailable .systems-invoice-coverflow {
    min-height: 0;
    overflow-x: auto;
    cursor: auto;
}

.systems-invoice-gallery.is-coverflow-unavailable .swiper-wrapper {
    gap: 14px;
    transform: none !important;
}

.systems-invoice-gallery.is-coverflow-unavailable .systems-invoice-coverflow__slide {
    flex: 0 0 auto;
    opacity: 1;
    filter: none;
    transform: none !important;
}

.systems-invoice-gallery.is-coverflow-unavailable .systems-invoice-coverflow__arrow,
.systems-invoice-gallery.is-coverflow-unavailable .systems-invoice-coverflow__status {
    display: none;
}

.systems-more__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.systems-more-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(213, 168, 78, 0.18);
    border-radius: 16px;
    background: var(--systems-surface-soft);
    scroll-margin-top: 120px;
    transition: transform 260ms var(--systems-motion-ease), border-color 260ms var(--systems-motion-ease), background-color 260ms var(--systems-motion-ease);
}

.systems-more-card:hover {
    border-color: var(--systems-line-strong);
    background: rgba(213, 168, 78, 0.05);
    transform: translateY(-5px);
}

.systems-more-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.systems-more-card p {
    margin-bottom: 20px;
    font-size: 14px;
}

.systems-more-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--systems-gold-strong);
    font-size: 13px;
    font-weight: 800;
}

.systems-industries {
    background: var(--systems-bg-soft);
}

.systems-industries__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.systems-industry {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 16px;
    border: 1px solid rgba(213, 168, 78, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.018);
    color: #d7d1c8;
    text-align: center;
    font-size: 13px;
    font-weight: 750;
}

.systems-industry i {
    color: var(--systems-gold-strong);
    font-size: 16px;
}

.systems-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.systems-faq details {
    overflow: hidden;
    border: 1px solid rgba(213, 168, 78, 0.18);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.018);
    transition: border-color 260ms var(--systems-motion-ease), background-color 260ms var(--systems-motion-ease);
}

.systems-faq details[open] {
    border-color: var(--systems-line-strong);
    background: rgba(213, 168, 78, 0.045);
}

.systems-faq summary {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 20px;
    color: var(--systems-cream);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
}

.systems-faq summary::-webkit-details-marker {
    display: none;
}

.systems-faq summary i {
    color: var(--systems-gold-strong);
    transition: transform 220ms var(--systems-motion-ease);
}

.systems-faq details[open] summary i {
    transform: rotate(45deg);
}

.systems-faq details > div {
    padding: 0 20px 18px;
}

.systems-faq details p {
    margin-bottom: 0;
    font-size: 13px;
}

.systems-final-cta {
    padding: 26px 0 92px;
    background: var(--systems-bg);
}

.systems-final-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    padding: 48px 52px;
    border: 1px solid var(--systems-line-strong);
    border-radius: 20px;
    background: linear-gradient(110deg, #16120d, #0a0907 75%);
}

.systems-final-cta__inner::after {
    width: 36%;
    right: -8%;
    bottom: -75%;
}

.systems-final-cta__inner > * {
    position: relative;
    z-index: 1;
}

.systems-final-cta h2 {
    margin-bottom: 10px;
    font-size: clamp(34px, 4vw, 50px);
}

.systems-final-cta p {
    margin-bottom: 5px;
}

.systems-final-cta strong {
    color: var(--systems-cream-soft);
    font-size: 13px;
    font-weight: 700;
}

.systems-final-cta .systems-btn {
    min-width: 225px;
}

.systems-lightbox {
    width: min(1180px, calc(100vw - 42px));
    max-width: none;
    max-height: calc(100vh - 42px);
    padding: 20px 70px 18px;
    overflow: visible;
    border: 1px solid var(--systems-line-strong);
    border-radius: 18px;
    background: #080705;
    color: var(--systems-text);
    box-shadow: 0 38px 110px rgba(0, 0, 0, 0.82);
}

.systems-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(8px);
}

.systems-lightbox figure {
    display: grid;
    justify-items: center;
    margin: 0;
}

.systems-lightbox img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 130px);
    border: 1px solid rgba(213, 168, 78, 0.18);
    border-radius: 10px;
    background: #050504;
    object-fit: contain;
}

.systems-lightbox figcaption {
    padding-top: 10px;
    color: var(--systems-cream-soft);
    font-size: 12px;
}

.systems-lightbox__close,
.systems-lightbox__nav {
    position: absolute;
    z-index: 3;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--systems-line);
    border-radius: 50%;
    background: #100d09;
    color: var(--systems-cream);
    cursor: pointer;
    transition: border-color 220ms var(--systems-motion-ease), background-color 220ms var(--systems-motion-ease), color 220ms var(--systems-motion-ease);
}

.systems-lightbox__close:hover,
.systems-lightbox__nav:hover {
    border-color: var(--systems-gold-strong);
    background: var(--systems-gold);
    color: #171109;
}

.systems-lightbox__close {
    top: 14px;
    right: 14px;
}

.systems-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
}

.systems-lightbox__nav--previous {
    left: 14px;
}

.systems-lightbox__nav--next {
    right: 14px;
}

@keyframes systems-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@media (max-width: 1180px) {
    .systems-hero__inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
        gap: 42px;
    }

    .systems-hero__visual {
        min-height: 440px;
    }

    .systems-product-showcase {
        padding: 44px;
    }

    .systems-product-showcase__inner {
        gap: 42px;
    }

    .systems-product-gallery {
        min-height: 0;
    }

    .systems-invoice__inner {
        grid-template-columns: minmax(330px, 0.8fr) minmax(470px, 1.2fr);
        gap: 40px;
    }

    .systems-invoice-phone {
        width: 195px;
    }

    .systems-invoice-phone--center {
        width: 245px;
    }
}

@media (max-width: 1024px) {
    .systems-shell {
        width: min(1280px, calc(100% - 44px));
    }

    .systems-hero {
        min-height: auto;
        padding: 104px 0 48px;
    }

    .systems-hero__inner,
    .systems-product-showcase__inner,
    .systems-product-showcase--featured .systems-product-showcase__inner,
    .systems-invoice__inner {
        grid-template-columns: 1fr;
    }

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

    .systems-hero__visual {
        width: min(760px, 100%);
        min-height: 380px;
        margin-inline: auto;
    }

    .systems-product-live-demo {
        display: none;
    }

    .systems-solution-grid,
    .systems-more__grid,
    .systems-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .systems-process__timeline {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
        padding-bottom: 14px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
    }

    .systems-process__timeline li {
        scroll-snap-align: start;
    }

    .systems-product-showcase--reverse .systems-product-showcase__copy,
    .systems-product-showcase--reverse .systems-product-showcase__visual {
        grid-column: auto;
        grid-row: auto;
    }

    .systems-product-showcase--reverse .systems-product-showcase__visual {
        order: 2;
    }

    .systems-product-gallery {
        width: min(780px, 100%);
        min-height: 0;
        margin-inline: auto;
    }

    .systems-invoice__phones {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .systems-heading--row {
        display: block;
    }

    .systems-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .systems-final-cta .systems-btn {
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .systems-shell {
        width: min(1280px, calc(100% - 30px));
    }

    .systems-section {
        padding: 72px 0;
    }

    .systems-page h2 {
        font-size: clamp(31px, 8vw, 42px);
    }

    .systems-hero {
        padding: 88px 0 40px;
    }

    .systems-hero__inner {
        gap: 28px;
    }

    .systems-hero__copy h1 {
        font-size: clamp(42px, 10vw, 60px);
    }

    .systems-hero__copy .systems-lead {
        font-size: 16px;
    }

    .systems-hero__visual {
        min-height: 300px;
    }

    .systems-hero__laptop {
        top: 48px;
        width: 93%;
    }

    .systems-hero__phone {
        right: 0;
        width: 132px;
    }

    .systems-hero__status {
        max-width: 245px;
    }

    .systems-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 30px;
    }

    .systems-benefits span {
        display: grid;
        justify-items: center;
        gap: 6px;
        text-align: center;
        font-size: 11px;
    }

    .systems-process__timeline {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .systems-process__timeline::before {
        top: 27px;
        right: auto;
        bottom: 27px;
        left: 27px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, transparent, var(--systems-gold), var(--systems-gold), transparent);
    }

    .systems-process__timeline li {
        min-height: 0;
        padding: 0 0 18px 76px;
        text-align: left;
        scroll-snap-align: none;
    }

    .systems-process__number {
        position: static;
        display: block;
        margin-bottom: 5px;
    }

    .systems-process__icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        margin: 0;
        box-shadow: 0 0 0 6px var(--systems-bg-soft);
    }

    .systems-product-showcase,
    .systems-product-showcase--featured {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .systems-showcase-stack {
        padding-block: 74px;
    }

    .systems-showcase-stack--primary {
        padding: 40px 0 24px;
    }

    .systems-product-gallery {
        min-height: 0;
    }

    .systems-invoice__phones {
        min-height: 530px;
    }

    .systems-invoice-phone {
        width: 165px;
    }

    .systems-invoice-phone--center {
        width: 210px;
    }

    .systems-faq__grid {
        grid-template-columns: 1fr;
    }

    .systems-final-cta {
        padding-bottom: 70px;
    }

    .systems-final-cta__inner {
        padding: 35px 27px;
    }
}

@media (max-width: 520px) {
    .systems-actions,
    .systems-btn {
        width: 100%;
    }

    .systems-btn {
        text-align: center;
    }

    .systems-text-link {
        width: 100%;
        justify-content: center;
    }

    .systems-hero__visual {
        min-height: 235px;
    }

    .systems-hero__laptop {
        top: 36px;
        padding: 5px 5px 10px;
        transform: none;
    }

    .systems-browser-bar {
        min-height: 20px;
    }

    .systems-hero__phone {
        width: 98px;
        padding: 4px;
        border-radius: 19px;
    }

    .systems-hero__phone img {
        border-radius: 15px;
    }

    .systems-hero__status {
        left: 0;
        bottom: -4px;
        max-width: 220px;
        padding: 9px 10px;
    }

    .systems-benefits i {
        width: 30px;
        height: 30px;
    }

    .systems-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .systems-solution-card {
        min-height: 148px;
        padding: 17px 15px;
    }

    .systems-solution-card h3 {
        font-size: 16px;
    }

    .systems-solution-card p {
        font-size: 12px;
    }

    .systems-check-list {
        grid-template-columns: 1fr;
    }

    .systems-product-gallery {
        min-height: 0;
    }

    .systems-product-gallery__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .systems-product-shot__bar {
        min-height: 20px;
    }

    .systems-product-shot__caption {
        display: none;
    }

    .systems-invoice__phones {
        min-height: 390px;
    }

    .systems-invoice-phone {
        width: 115px;
        padding: 4px;
        border-radius: 19px;
    }

    .systems-invoice-phone img {
        border-radius: 14px;
    }

    .systems-invoice-phone--left {
        left: 0;
    }

    .systems-invoice-phone--center {
        width: 145px;
    }

    .systems-invoice-phone--right {
        right: 0;
    }

    .systems-more__grid,
    .systems-industries__grid {
        grid-template-columns: 1fr;
    }

    .systems-more-card {
        min-height: 190px;
    }

    .systems-final-cta .systems-btn {
        justify-self: stretch;
    }

    .systems-lightbox {
        width: calc(100vw - 20px);
        padding: 56px 10px 12px;
        border-radius: 14px;
    }

    .systems-lightbox__close {
        top: 8px;
        right: 8px;
    }

    .systems-lightbox__nav {
        top: auto;
        bottom: 8px;
        transform: none;
    }

    .systems-lightbox__nav--previous {
        left: 8px;
    }

    .systems-lightbox__nav--next {
        right: 8px;
    }

    .systems-lightbox figcaption {
        padding-inline: 48px;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .systems-hero__copy h1 {
        font-size: 39px;
    }

    .systems-solution-grid {
        grid-template-columns: 1fr;
    }

    .systems-solution-card {
        min-height: 140px;
    }

    .systems-product-gallery {
        min-height: 0;
    }

    .systems-invoice__phones {
        min-height: 350px;
    }

    .systems-invoice-phone {
        width: 102px;
    }

    .systems-invoice-phone--center {
        width: 130px;
    }
}

/* Restored catalogue from the previous Systems & Applications implementation. */
.systems-catalogue {
    background: #0f0e0b;
}

.systems-catalogue .systems-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.systems-catalogue .systems-heading p {
    max-width: 690px;
    margin-bottom: 0;
}

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

.systems-catalogue .systems-solution-card {
    min-height: 390px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(216, 166, 93, 0.18);
    border-radius: 6px;
    background: #181510;
    color: var(--systems-text);
    transition:
        transform 260ms var(--systems-motion-ease),
        border-color 260ms var(--systems-motion-ease),
        background 260ms var(--systems-motion-ease),
        box-shadow 260ms var(--systems-motion-ease);
}

.systems-page--motion-ready .systems-card-grid .systems-solution-card[data-systems-reveal] {
    transition:
        opacity var(--systems-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms),
        transform var(--systems-motion-duration) var(--systems-motion-ease) var(--systems-reveal-delay, 0ms),
        border-color 260ms var(--systems-motion-ease),
        background 260ms var(--systems-motion-ease),
        box-shadow 260ms var(--systems-motion-ease);
}

.systems-page--motion-ready .systems-card-grid .systems-solution-card[data-systems-reveal].is-motion-complete {
    transition:
        transform 260ms var(--systems-motion-ease),
        border-color 260ms var(--systems-motion-ease),
        background 260ms var(--systems-motion-ease),
        box-shadow 260ms var(--systems-motion-ease);
}

.systems-catalogue .systems-solution-card::before {
    display: none;
}

.systems-catalogue .systems-solution-card:hover {
    border-color: var(--systems-gold);
    background: #262018;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 24px rgba(213, 168, 78, 0.09);
    color: var(--systems-text);
    transform: translateY(-5px);
}

.systems-card-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 18 / 11;
    overflow: hidden;
    border-bottom: 1px solid rgba(216, 166, 93, 0.28);
    background: #0c0b09;
}

.systems-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 16, 13, 0.42), transparent 45%);
    pointer-events: none;
}

.systems-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms var(--systems-motion-ease), filter 360ms var(--systems-motion-ease);
}

.systems-catalogue .systems-solution-card:hover .systems-card-media img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.045);
}

.systems-catalogue .systems-solution-card h3 {
    margin: 20px 22px 9px;
    color: var(--systems-gold-strong);
    font-size: 19px;
    font-weight: 800;
}

.systems-catalogue .systems-solution-card p {
    display: block;
    margin: 0 22px 18px;
    overflow: visible;
    color: var(--systems-muted);
    font-size: 14px;
    line-height: 1.65;
    -webkit-line-clamp: unset;
}

.systems-card-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto 22px 22px;
    color: var(--systems-gold-strong);
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .systems-invoice-gallery {
        padding-inline: 46px;
    }

    .systems-invoice-coverflow.swiper {
        min-height: 560px;
    }

    .systems-invoice-coverflow__slide.swiper-slide {
        width: clamp(220px, 30vw, 248px);
    }

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

@media (max-width: 600px) {
    .systems-invoice-gallery {
        margin-top: 34px;
        padding: 18px 34px 48px;
    }

    .systems-invoice-coverflow.swiper {
        min-height: 500px;
        padding-block: 16px 24px;
    }

    .systems-invoice-coverflow__slide.swiper-slide {
        width: min(218px, 68vw);
        border-radius: 20px;
    }

    .systems-invoice-coverflow__arrow {
        top: 48%;
        width: 42px;
        height: 42px;
    }

    .systems-invoice-coverflow__status {
        bottom: 12px;
        font-size: 10px;
    }

    .systems-card-grid {
        grid-template-columns: 1fr;
    }

    .systems-catalogue .systems-solution-card {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .systems-page *,
    .systems-page *::before,
    .systems-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .systems-page [data-aos],
    .systems-page--motion-ready [data-systems-reveal] {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto !important;
    }
}
