/* ========================================
   AM STUDIO WEBSITE
   MAIN STYLESHEET
   ----------------------------------------
   01. ROOT / TOKENS
   02. RESET / BASE
   03. GLOBAL LAYOUT
   04. GLOBAL FIXED BACKGROUND
   05. HEADER
   06. HERO
   07. BUTTONS
   08. SERVICES
   09. DIGITAL SOLUTIONS
   10. PROJECTS
   11. CTA
   12. FOOTER
   13. PLACEHOLDER SECTIONS
   14. LOGIN PAGE
   15. ANIMATIONS
   16. RESPONSIVE
======================================== */


/* ========================================
   01. ROOT / TOKENS
======================================== */
:root {
    --am-bg-main: #030711;
    --am-bg-deep: #07101c;
    --am-bg-soft: #0b0f17;
    --am-bg-panel: rgba(10, 18, 30, 0.72);
    --am-bg-panel-strong: rgba(6, 12, 22, 0.90);
    --am-text-main: #e6edf3;
    --am-text-secondary: #9fb3c8;
    --am-ice-light: #9ec3d4;
    --am-ice-soft: #cfe3ec;
    --am-neon-blue: #0078ff;
    --am-accent-cyan: #3bd1ff;
    --am-accent-purple: #8b5cf6;
    --am-border-soft: rgba(158, 195, 212, 0.14);
    --am-border-mid: rgba(158, 195, 212, 0.22);
    --am-shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.28);
    --am-shadow-panel: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 12px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(59, 209, 255, 0.05);
    --am-header-height: 80px;
    --am-container-width: 1280px;
    --am-container-padding: 32px;
}


/* ========================================
   02. RESET / BASE
======================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.am-site-body {
    margin: 0;
    color: var(--am-text-main);
    font-family: "Inter", sans-serif;
    background: linear-gradient(180deg, #030711 0%, #07101c 100%);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* ========================================
   03. GLOBAL LAYOUT
======================================== */
.am-site-shell {
    position: relative;
    z-index: 2;
}

.am-main-content {
    position: relative;
    z-index: 2;
}

.am-container {
    width: min(100%, var(--am-container-width));
    margin: 0 auto;
    padding-left: var(--am-container-padding);
    padding-right: var(--am-container-padding);
}


/* ========================================
   04. GLOBAL FIXED BACKGROUND
======================================== */
.am-site-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: linear-gradient(180deg, #030711 0%, #050b17 48%, #07101c 100%);
}

.am-site-bg-motion {
    position: absolute;
    inset: -40px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 0.08s linear;
}

.am-site-bg-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 18%, rgba(59, 209, 255, 0.06), transparent 24%), radial-gradient(circle at 85% 72%, rgba(139, 92, 246, 0.07), transparent 24%);
}

.am-site-bg-darkfade {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(3, 7, 17, 0.94) 0%, rgba(3, 7, 17, 0.88) 26%, rgba(3, 7, 17, 0.48) 56%, rgba(3, 7, 17, 0.14) 100% );
}

/* MAIN HORIZONTAL SWEEP LINES */
.am-site-main-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-repeat: no-repeat;
}

.am-site-main-line-cyan {
    bottom: 30%;
    z-index: 3;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 45%, rgba(255,255,255,0.45) 55%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 48%, var(--am-neon-blue) 50%, transparent 52%, transparent 100%);
    background-size: 100% 100%, 300% 100%;
    animation: amMainLineSweep 12s linear infinite;
    box-shadow: 0 0 6px rgba(255,255,255,0.35), 0 0 14px rgba(0,120,255,0.55), 0 0 28px rgba(0,120,255,0.20);
}

.am-site-main-line-blue {
    bottom: 41%;
    z-index: 2;
    background: linear-gradient(90deg, transparent 0%, rgba(59,209,255,0.38) 45%, rgba(59,209,255,0.48) 55%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 48%, rgba(255,255,255,0.8) 50%, transparent 52%, transparent 100%);
    background-size: 100% 100%, 300% 100%;
    animation: amMainLineSweep 14s linear infinite;
    animation-delay: 3s;
    box-shadow: 0 0 6px rgba(59,209,255,0.5), 0 0 18px rgba(59,209,255,0.22);
}

.am-site-main-line-purple {
    bottom: 67%;
    z-index: 2;
    background: linear-gradient(90deg, transparent 0%, rgba(139,92,246,0.35) 45%, rgba(139,92,246,0.48) 55%, transparent 100%), linear-gradient(90deg, transparent 0%, transparent 48%, rgba(255,255,255,0.72) 50%, transparent 52%, transparent 100%);
    background-size: 100% 100%, 300% 100%;
    animation: amMainLineSweep 16s linear infinite;
    animation-delay: 6s;
    box-shadow: 0 0 6px rgba(139,92,246,0.45), 0 0 18px rgba(139,92,246,0.20);
}

/* THIN HORIZONTAL LINES */
.am-site-thin-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.50;
}

.am-site-thin-line-01 {
    top: 20%;
    background: linear-gradient(90deg, transparent 0%, rgba(59,209,255,0.20) 20%, rgba(59,209,255,0.72) 55%, rgba(59,209,255,0.20) 80%, transparent 100%);
    box-shadow: 0 0 8px rgba(59,209,255,0.35);
}

.am-site-thin-line-02 {
    top: 36%;
    background: linear-gradient(90deg, transparent 0%, rgba(158,195,212,0.16) 25%, rgba(158,195,212,0.46) 55%, rgba(158,195,212,0.16) 80%, transparent 100%);
}

.am-site-thin-line-03 {
    top: 58%;
    background: linear-gradient(90deg, transparent 0%, rgba(139,92,246,0.20) 20%, rgba(139,92,246,0.68) 55%, rgba(139,92,246,0.20) 80%, transparent 100%);
    box-shadow: 0 0 10px rgba(139,92,246,0.26);
}

.am-site-thin-line-04 {
    top: 74%;
    background: linear-gradient(90deg, transparent 0%, rgba(59,209,255,0.16) 20%, rgba(59,209,255,0.40) 55%, rgba(59,209,255,0.16) 80%, transparent 100%);
}

/* VERTICAL LINES */
.am-site-vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    opacity: 0.48;
}

.am-site-vertical-line-01 {
    right: 23%;
    background: linear-gradient(to bottom, transparent 0%, rgba(59,209,255,0.22) 20%, rgba(59,209,255,0.70) 50%, rgba(59,209,255,0.22) 80%, transparent 100%);
    box-shadow: 0 0 10px rgba(59,209,255,0.30);
}

.am-site-vertical-line-02 {
    right: 15.5%;
    background: linear-gradient(to bottom, transparent 0%, rgba(139,92,246,0.22) 20%, rgba(139,92,246,0.68) 50%, rgba(139,92,246,0.22) 80%, transparent 100%);
    box-shadow: 0 0 10px rgba(139,92,246,0.25);
}

.am-site-vertical-line-03 {
    right: 34%;
    background: linear-gradient(to bottom, transparent 0%, rgba(158,195,212,0.12) 20%, rgba(158,195,212,0.35) 50%, rgba(158,195,212,0.12) 80%, transparent 100%);
}

/* GLOW ORBS */
.am-site-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.18;
}

.am-site-bg-glow-cyan {
    top: 8%;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(59, 209, 255, 0.24);
}

.am-site-bg-glow-purple {
    right: -100px;
    bottom: 12%;
    width: 340px;
    height: 340px;
    background: rgba(139, 92, 246, 0.20);
}


/* ========================================
   05. HEADER
======================================== */
.am-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--am-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    background: rgba(11, 15, 23, 0.55);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(158, 195, 212, 0.12);
    z-index: 1000;
}

.am-header-brand {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(-18px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    opacity: 0;
    pointer-events: none;
    z-index: 12;
    transition:
        opacity 0.32s ease,
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.28s ease;
}

.am-header-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 12px rgba(59, 209, 255, 0.14));
}

.am-header-brand:hover img {
    filter:
        drop-shadow(0 0 10px rgba(59, 209, 255, 0.22))
        drop-shadow(0 0 18px rgba(139, 92, 246, 0.14));
}

.am-header.header-show-brand .am-header-brand {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%);
}


.am-header-lang {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 12;
    transform: translateX(18px);
}

.am-lang-link {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .am-lang-link img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.25s ease;
    }

    .am-lang-link:hover img {
        transform: scale(1.08);
    }

.am-lang-glow {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 209, 255, 0.45) 0%, rgba(139, 92, 246, 0.75) 55%, rgba(139, 92, 246, 0) 90%);
    filter: blur(5px);
    opacity: 0;
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.am-lang-link.active .am-lang-glow {
    opacity: 1;
}

.am-lang-link:hover .am-lang-glow {
    opacity: 1;
    filter: blur(8px);
}

.am-header-nav ul {
    display: flex;
    align-items: center;
    gap: 42px;
}

.am-header-nav a {
    position: relative;
    text-decoration: none;
    color: var(--am-text-main);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

    .am-header-nav a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -30px;
        width: 100%;
        height: 2px;
        border-radius: 3px;
        transform: translateX(-50%) scaleX(0.6);
        background: linear-gradient(90deg, #0078ff, #9ec3d4);
        opacity: 0;
        filter: blur(0.4px);
        box-shadow: 0 0 10px rgba(0,120,255,0.8), 0 0 24px rgba(0,120,255,0.5), 0 0 45px rgba(158,195,212,0.35);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    /* Link attivo (sezione corrente) */
    .am-header-nav a.active {
        color: #ffffff;
        text-shadow: 0 0 6px rgba(255,255,255,0.35), 0 0 12px rgba(59,209,255,0.25);
    }

        .am-header-nav a.active::after {
            opacity: 1;
            transform: translateX(-50%) scaleX(1);
        }

    .am-header-nav a:hover {
        color: #ffffff;
        text-shadow: 0 0 6px rgba(255,255,255,0.35), 0 0 12px rgba(59,209,255,0.25);
    }

.am-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(59, 209, 255, 0.24);
    border-radius: 12px;
    background: rgba(7, 16, 28, 0.82);
    box-shadow: 0 0 18px rgba(59, 209, 255, 0.10);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

    .am-menu-toggle:hover {
        border-color: rgba(139, 92, 246, 0.45);
        box-shadow: 0 0 22px rgba(139, 92, 246, 0.16);
        transform: translateY(-1px);
    }

    .am-menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #9ec3d4, #3bd1ff, #8b5cf6);
        box-shadow: 0 0 8px rgba(59, 209, 255, 0.30);
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

.am-header.menu-open .am-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.am-header.menu-open .am-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.am-header.menu-open .am-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

        .am-header-nav a:hover::after {
            opacity: 1;
            transform: translateX(-50%) scaleX(1);
        }

.am-header-cta {
    display: flex;
    align-items: center;
}


/* ========================================
   06. HERO
======================================== */
.am-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: calc(var(--am-header-height) + 40px);
    padding-bottom: 60px;
}

.am-hero-container {
    position: relative;
    z-index: 3;
}

.am-hero-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.am-hero-content {
    max-width: 700px;
}

/* =========================
   HERO CERTIFICATION ICONS
========================= */

.hero-cert-icons {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-bottom: 18px;
}

    .hero-cert-icons svg {
        width: 42px;
        height: 42px;
        display: block;
        color: #9ec3d4;
        fill: none;
        stroke: currentColor;
        filter: drop-shadow(0 0 6px rgba(59,209,255,0.25)) drop-shadow(0 0 18px rgba(139,92,246,0.18));
        opacity: 0.85;
        transition: all 0.3s ease;
    }

        .hero-cert-icons svg:hover {
            stroke: #e6edf3;
            opacity: 1;
                   }

.am-hero-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 10px 16px;
    border: 1px solid rgba(158, 195, 212, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    color: var(--am-ice-soft);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.am-hero-title {
    margin: 0;
    max-width: 780px;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -2px;
    color: var(--am-text-main);
}

.am-hero-title-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #9ec3d4, #3bd1ff, #8b5cf6, #3bd1ff, #9ec3d4);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: amGradientTextFlow 8s linear infinite;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.25), 0 0 18px rgba(59, 209, 255, 0.15);
}

.am-hero-text {
    margin-top: 24px;
    max-width: 620px;
    color: var(--am-text-secondary);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.am-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.am-hero-visual {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .am-hero-visual img {
        width: 450px;
        opacity: 0.85;
        filter: drop-shadow(0 0 30px rgba(139, 92, 246, 0.25)) drop-shadow(0 0 40px rgba(59, 209, 255, 0.15));
    }


/* ========================================
   07. BUTTONS
======================================== */
.am-btn-primary,
.am-btn-secondary,
.am-btn-header-area {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.am-btn-primary {
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--am-text-main);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
    overflow: hidden;
}

    .am-btn-primary::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: 10px;
        background: linear-gradient(90deg, #9ec3d4, #8b5cf6);
        background-size: 200% 200%;
        animation: amBorderFlow 6s linear infinite;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .am-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 12px rgba(139, 92, 246, 0.35), 0 0 24px rgba(59, 209, 255, 0.25);
    }

.am-btn-secondary {
    padding: 13px 26px;
    border-radius: 10px;
    color: var(--am-ice-soft);
    border: 1px solid rgba(158, 195, 212, 0.25);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
}

    .am-btn-secondary:hover {
        transform: translateY(-2px);
        border-color: rgba(139, 92, 246, 0.45);
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.25);
    }

.am-btn-header-area {
    padding: 13px 26px;
    border-radius: 10px;
    color: var(--am-ice-soft);
    border: 1px solid rgba(158, 195, 212, 0.25);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    overflow: hidden;
    z-index: 1;
}

    .am-btn-header-area::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -30%;
        width: 25%;
        height: 3px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.90), transparent);
        box-shadow: 0 0 8px rgba(255,255,255,0.6);
        animation: amSweepTop 5s linear infinite;
    }

    .am-btn-header-area::after {
        content: "";
        position: absolute;
        inset: 2px;
        border-radius: 8px;
        background: rgba(11, 15, 23, 0.9);
        z-index: -1;
    }

.am-btn-header-area-bottom-light {
    position: absolute;
    right: -30%;
    bottom: -1px;
    width: 25%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.90), transparent);
    box-shadow: 0 0 8px rgba(255,255,255,0.6);
    animation: amSweepBottom 5s linear infinite;
    animation-delay: 2s;
}

.am-btn-header-area:hover {
    box-shadow: 0 0 10px rgba(59,209,255,0.4), 0 0 25px rgba(139,92,246,0.35);
}


/* ========================================
   08. SERVICES
======================================== */
.am-services-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.am-services-container {
    position: relative;
    z-index: 2;
}

.am-services-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.am-services-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--am-ice-light);
    opacity: 0.9;
}

.am-services-title {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: -2px;
    color: var(--am-text-main);
}

.am-services-title-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #3bd1ff 0%, #9ec3d4 45%, #8b5cf6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: amTitleGradientMove 5s linear infinite;
    filter: drop-shadow(0 0 10px rgba(59, 209, 255, 0.16));
}

.am-services-description {
    margin: 0 auto;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.8;
    color: var(--am-text-secondary);
}

.am-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.am-service-card {
    position: relative;
    padding: 34px 30px 30px;
    border: 1px solid var(--am-border-soft);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.82) 0%, rgba(6, 12, 22, 0.92) 100%);
    box-shadow: var(--am-shadow-panel);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

    .am-service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(59, 209, 255, 0.08), transparent 38%);
        pointer-events: none;
        opacity: 0.75;
        transition: opacity 0.35s ease;
    }

    .am-service-card::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 22px;
        pointer-events: none;
        opacity: 0;
        box-shadow: 0 0 0 1px rgba(59, 209, 255, 0.22) inset, 0 0 18px rgba(59, 209, 255, 0.10), 0 0 36px rgba(139, 92, 246, 0.08);
        transition: opacity 0.35s ease;
    }

    .am-service-card:hover {
        border-color: rgba(59, 209, 255, 0.34);
        box-shadow: 0 0 0 2px rgba(59, 209, 255, 0.08) inset, 0 12px 40px rgba(0, 0, 0, 0.28), 0 0 22px rgba(59, 209, 255, 0.08), 0 0 48px rgba(139, 92, 246, 0.06);
        animation: amServiceCardPulse 1.9s ease-in-out infinite;
    }

        .am-service-card:hover::before {
            opacity: 1;
        }

        .am-service-card:hover::after {
            opacity: 1;
        }

.am-service-card-topline {
    position: absolute;
    top: 0;
    left: 22px;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 209, 255, 0), rgba(59, 209, 255, 1), rgba(158, 195, 212, 0.8));
    box-shadow: 0 0 14px rgba(59, 209, 255, 0.4);
    transition: width 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
    opacity: 0.88;
}

.am-service-card:hover .am-service-card-topline {
    width: 160px;
    opacity: 1;
    box-shadow: 0 0 14px rgba(59, 209, 255, 0.55), 0 0 24px rgba(139, 92, 246, 0.16);
}

.am-service-card-title {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--am-text-main);
}

.am-service-card-text {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.78;
    color: var(--am-text-secondary);
}

.am-services-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.20;
}

.am-services-orb-left {
    top: 40px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: rgba(59, 209, 255, 0.18);
}

.am-services-orb-right {
    right: -60px;
    bottom: 30px;
    width: 280px;
    height: 280px;
    background: rgba(139, 92, 246, 0.16);
}

/* ========================================
   09. DIGITAL SOLUTIONS
======================================== */

.am-digital-solutions-section {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    z-index: 2;
}

.am-digital-container {
    position: relative;
    z-index: 2;
}

.am-digital-heading {
    max-width: 860px;
    margin: 0 auto 90px;
    text-align: center;
}

.am-digital-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--am-ice-light);
    opacity: 0.9;
}

.am-digital-title {
    margin: 0 0 20px;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: -2px;
    color: var(--am-text-main);
}

.am-digital-title-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #3bd1ff 0%, #9ec3d4 45%, #8b5cf6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: amTitleGradientMove 5s linear infinite;
    filter: drop-shadow(0 0 10px rgba(59, 209, 255, 0.16));
}

.am-digital-description {
    margin: 0 auto;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.85;
    color: var(--am-text-secondary);
}

.am-digital-blocks {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.am-digital-block {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
    align-items: center;
    gap: 56px;
    padding: 34px;
    border: 1px solid rgba(158, 195, 212, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.34) 0%, rgba(6, 12, 22, 0.16) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}

    .am-digital-block::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(59, 209, 255, 0.03), transparent 20%, transparent 80%, rgba(139, 92, 246, 0.03)), radial-gradient(circle at top right, rgba(59, 209, 255, 0.05), transparent 35%);
        pointer-events: none;
    }

.am-digital-block-warehouse {
    grid-template-columns: minmax(340px, 500px) minmax(0, 1fr);
}

.am-digital-block-content,
.am-digital-visual {
    position: relative;
    z-index: 2;
}

.am-digital-block-content {
    max-width: 620px;
}

.am-digital-block-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 18px;
    padding: 6px 12px;
    border: 1px solid rgba(158, 195, 212, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--am-ice-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.am-digital-block-title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: var(--am-text-main);
}

.am-digital-block-text {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.82;
    color: var(--am-text-secondary);
}

.am-digital-block-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .am-digital-block-list li {
        position: relative;
        padding-left: 22px;
        font-size: 15px;
        line-height: 1.7;
        color: var(--am-text-main);
    }

        .am-digital-block-list li::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--am-accent-cyan), var(--am-accent-purple));
            box-shadow: 0 0 8px rgba(59, 209, 255, 0.35), 0 0 14px rgba(139, 92, 246, 0.16);
        }

.am-digital-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}


/* ========================================
   09.1 DIGITAL PANELS - BASE
======================================== */

.am-digital-panel {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    border-radius: 24px;
    border: 1px solid rgba(120, 220, 255, 0.42);
    background: linear-gradient(180deg, rgba(26, 40, 62, 0.96) 0%, rgba(17, 28, 46, 0.98) 100% );
    box-shadow: 0 0 0 1px rgba(160, 235, 255, 0.10) inset, 0 20px 50px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(59, 209, 255, 0.18), 0 0 26px rgba(59, 209, 255, 0.20), 0 0 70px rgba(139, 92, 246, 0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
}

    .am-digital-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(59, 209, 255, 0.14), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
        pointer-events: none;
    }

    .am-digital-panel::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 18px;
        border: 1px solid rgba(190, 240, 255, 0.05);
        pointer-events: none;
        box-shadow: 0 0 24px rgba(59, 209, 255, 0.08), 0 0 42px rgba(139, 92, 246, 0.05);
    }

.am-digital-panel-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(120, 220, 255, 0.16);
    background: linear-gradient(180deg, rgba(52, 76, 108, 0.55) 0%, rgba(32, 48, 72, 0.42) 100% );
    box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 0 18px rgba(59, 209, 255, 0.05);
}

.am-digital-panel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(205, 236, 245, 0.78);
    box-shadow: 0 0 10px rgba(59, 209, 255, 0.30), 0 0 18px rgba(59, 209, 255, 0.12);
}

/* ========================================
   09.2 DIGITAL ORBS
======================================== */

.am-digital-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.18;
}

.am-digital-orb-left {
    top: 90px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(59, 209, 255, 0.18);
}

.am-digital-orb-right {
    right: -70px;
    bottom: 90px;
    width: 300px;
    height: 300px;
    background: rgba(139, 92, 246, 0.16);
}

/* ========================================
   09.3 DIGITAL PANELS - INTERNALS
======================================== */


/* ----------------------------------------
   MANUAL PANEL
---------------------------------------- */

.am-digital-panel-manual {
    display: flex;
    flex-direction: column;
}

.am-digital-panel-body {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 256px;
}

.am-digital-panel-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    padding: 18px 0;
    border-right: 1px solid rgba(158, 195, 212, 0.08);
    background: rgba(255, 255, 255, 0.015);
}

.am-digital-side-line {
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: rgba(190, 220, 230, 0.34);
    opacity: 0.9;
    transition: background 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

.am-digital-side-line-active {
    background: linear-gradient(90deg, var(--am-accent-cyan), var(--am-accent-purple));
    box-shadow: 0 0 10px rgba(59, 209, 255, 0.35), 0 0 18px rgba(139, 92, 246, 0.18);
    opacity: 1;
    animation: amDigitalPulseLine 3.2s ease-in-out infinite;
}

.am-digital-panel-main {
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 16px;
}

.am-digital-panel-main-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.am-digital-panel-tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border: 1px solid rgba(170, 225, 240, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #d9f0f7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.am-digital-panel-main-screen {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(120, 220, 255, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(34, 52, 78, 0.92) 0%, rgba(22, 36, 58, 0.96) 100% );
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02) inset, 0 0 18px rgba(59, 209, 255, 0.06);
}

    .am-digital-panel-main-screen::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(59, 209, 255, 0.04) 50%, transparent 100%);
        transform: translateX(-100%);
        animation: amDigitalScreenSweep 6s linear infinite;
        pointer-events: none;
    }

.am-digital-wireframe-box {
    position: relative;
    border: 1px solid rgba(160, 220, 235, 0.16);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(59, 209, 255, 0.06) 0%, rgba(139, 92, 246, 0.04) 100%);
    overflow: hidden;
}

    .am-digital-wireframe-box::before {
        content: "";
        position: absolute;
        inset: 12px;
        border: 1px dashed rgba(158, 195, 212, 0.14);
        border-radius: 10px;
    }

.am-digital-wireframe-box-large {
    height: 108px;
}

.am-digital-wireframe-row {
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(125, 225, 255, 0.48), rgba(200, 232, 240, 0.16));
    opacity: 1;
}

.am-digital-wireframe-row-short {
    width: 64%;
}


/* ----------------------------------------
   WAREHOUSE PANEL
---------------------------------------- */

.am-digital-panel-warehouse {
    display: flex;
    flex-direction: column;
}

.am-digital-warehouse-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.am-digital-warehouse-row {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 0.8fr;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(160, 220, 235, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.032) 0%, rgba(255, 255, 255, 0.012) 100%);
    color: var(--am-text-main);
    font-size: 13px;
    line-height: 1;
}

    .am-digital-warehouse-row span {
        display: inline-flex;
        align-items: center;
        min-height: 100%;
    }

.am-digital-warehouse-row-head {
    min-height: 34px;
    border-color: rgba(160, 220, 235, 0.08);
    background: rgba(59, 209, 255, 0.03);
    color: #d9f0f7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.am-digital-stock-badge {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(158, 195, 212, 0.14);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.am-digital-stock-good {
    color: var(--am-ice-light);
    background: rgba(59, 209, 255, 0.08);
    box-shadow: 0 0 12px rgba(59, 209, 255, 0.08);
}

.am-digital-stock-low {
    color: #f2d2d8;
    background: rgba(139, 92, 246, 0.10);
    box-shadow: 0 0 14px rgba(139, 92, 246, 0.10);
}


/* ----------------------------------------
   WEBAPP PANEL
---------------------------------------- */

.am-digital-panel-webapp {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.am-digital-webapp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(120, 220, 255, 0.14);
    background: linear-gradient(180deg, rgba(52, 76, 108, 0.52) 0%, rgba(32, 48, 72, 0.38) 100% );
}

.am-digital-webapp-brand {
    width: 94px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(59, 209, 255, 0.75), rgba(139, 92, 246, 0.58));
    box-shadow: 0 0 10px rgba(59, 209, 255, 0.18), 0 0 18px rgba(139, 92, 246, 0.12);
}

.am-digital-webapp-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .am-digital-webapp-nav span {
        width: 42px;
        height: 8px;
        border-radius: 999px;
        background: rgba(158, 195, 212, 0.18);
    }

.am-digital-webapp-body {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 246px;
}

.am-digital-webapp-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 14px;
    border-right: 1px solid rgba(158, 195, 212, 0.08);
    background: rgba(255, 255, 255, 0.015);
}

    .am-digital-webapp-sidebar span {
        height: 10px;
        border-radius: 999px;
        background: rgba(190, 220, 230, 0.24);
    }

        .am-digital-webapp-sidebar span:first-child {
            background: linear-gradient(90deg, rgba(59, 209, 255, 0.82), rgba(139, 92, 246, 0.58));
            box-shadow: 0 0 10px rgba(59, 209, 255, 0.20), 0 0 16px rgba(139, 92, 246, 0.10);
        }

.am-digital-webapp-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px;
}

.am-digital-webapp-cards {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
}

.am-digital-webapp-card {
    min-height: 72px;
    border: 1px solid rgba(160, 220, 235, 0.12);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.010) 100%);
    position: relative;
    overflow: hidden;
}

    .am-digital-webapp-card::before {
        content: "";
        position: absolute;
        inset: 10px;
        border: 1px dashed rgba(158, 195, 212, 0.10);
        border-radius: 10px;
    }

.am-digital-webapp-card-large {
    grid-row: span 2;
    min-height: 158px;
    background: linear-gradient(180deg, rgba(59, 209, 255, 0.04) 0%, rgba(139, 92, 246, 0.03) 100%);
}

.am-digital-webapp-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .am-digital-webapp-lines span {
        height: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(59, 209, 255, 0.26), rgba(158, 195, 212, 0.10));
    }

        .am-digital-webapp-lines span:nth-child(2) {
            width: 82%;
        }

        .am-digital-webapp-lines span:nth-child(3) {
            width: 62%;
        }


/* ========================================
   09.4 DIGITAL PANEL HOVER
======================================== */

.am-digital-panel:hover {
    border-color: rgba(59, 209, 255, 0.24);
    box-shadow: 0 0 0 1px rgba(59, 209, 255, 0.06) inset, 0 16px 40px rgba(0, 0, 0, 0.30), 0 0 22px rgba(59, 209, 255, 0.08), 0 0 40px rgba(139, 92, 246, 0.05);
}


/* ========================================
   09.5 DIGITAL PANEL ANIMATIONS
======================================== */

@keyframes amDigitalPulseLine {
    0% {
        box-shadow: 0 0 8px rgba(59, 209, 255, 0.20), 0 0 12px rgba(139, 92, 246, 0.10);
    }

    50% {
        box-shadow: 0 0 12px rgba(59, 209, 255, 0.34), 0 0 20px rgba(139, 92, 246, 0.16);
    }

    100% {
        box-shadow: 0 0 8px rgba(59, 209, 255, 0.20), 0 0 12px rgba(139, 92, 246, 0.10);
    }
}

@keyframes amDigitalScreenSweep {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    42% {
        transform: translateX(100%);
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ========================================
   10. PROJECTS
======================================== */

.am-projects-section {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    z-index: 2;
}

.am-projects-container {
    position: relative;
    z-index: 2;
}

.am-projects-heading {
    max-width: 860px;
    margin: 0 auto 80px;
    text-align: center;
}

.am-projects-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--am-ice-light);
    opacity: 0.9;
}

.am-projects-title {
    margin: 0 0 20px;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.15;
    font-weight: 300;
    letter-spacing: -2px;
    color: var(--am-text-main);
}

.am-projects-title-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #3bd1ff 0%, #9ec3d4 45%, #8b5cf6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: amTitleGradientMove 5s linear infinite;
    filter: drop-shadow(0 0 10px rgba(59, 209, 255, 0.16));
}

.am-projects-description {
    margin: 0 auto;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.85;
    color: var(--am-text-secondary);
}

.am-projects-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.am-project-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
    align-items: center;
    gap: 48px;
    padding: 34px;
    border: 1px solid rgba(158, 195, 212, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.34) 0%, rgba(6, 12, 22, 0.16) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}

    .am-project-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(59, 209, 255, 0.03), transparent 20%, transparent 80%, rgba(139, 92, 246, 0.03)), radial-gradient(circle at top right, rgba(59, 209, 255, 0.05), transparent 35%);
        pointer-events: none;
    }

.am-project-card-content,
.am-project-card-media {
    position: relative;
    z-index: 2;
}

.am-project-card-content {
    max-width: 620px;
}

.am-project-card-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 18px;
    padding: 6px 12px;
    border: 1px solid rgba(158, 195, 212, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--am-ice-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.am-project-card-title {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: var(--am-text-main);
}

.am-project-card-text {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.82;
    color: var(--am-text-secondary);
}

.am-project-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .am-project-card-list li {
        position: relative;
        padding-left: 22px;
        font-size: 15px;
        line-height: 1.7;
        color: var(--am-text-main);
    }

        .am-project-card-list li::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--am-accent-cyan), var(--am-accent-purple));
            box-shadow: 0 0 8px rgba(59, 209, 255, 0.35), 0 0 14px rgba(139, 92, 246, 0.16);
        }

.am-project-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-project-media-frame {
    position: relative;
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(120, 220, 255, 0.42);
    background: linear-gradient(180deg, rgba(26, 40, 62, 0.96) 0%, rgba(17, 28, 46, 0.98) 100% );
    box-shadow: 0 0 0 1px rgba(160, 235, 255, 0.10) inset, 0 20px 50px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(59, 209, 255, 0.18), 0 0 26px rgba(59, 209, 255, 0.20), 0 0 70px rgba(139, 92, 246, 0.10);
    overflow: hidden;
}

    .am-project-media-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(59, 209, 255, 0.14), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
        pointer-events: none;
    }

    .am-project-media-frame::after {
        content: "";
        position: absolute;
        inset: 6px;
        border-radius: 18px;
        border: 1px solid rgba(190, 240, 255, 0.05);
        pointer-events: none;
        box-shadow: 0 0 24px rgba(59, 209, 255, 0.08), 0 0 42px rgba(139, 92, 246, 0.05);
    }

.am-project-media-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(120, 220, 255, 0.16);
    background: linear-gradient(180deg, rgba(52, 76, 108, 0.55) 0%, rgba(32, 48, 72, 0.42) 100% );
    box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 0 18px rgba(59, 209, 255, 0.05);
}

.am-project-media-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(205, 236, 245, 0.78);
    box-shadow: 0 0 10px rgba(59, 209, 255, 0.30), 0 0 18px rgba(59, 209, 255, 0.12);
}

.am-project-media-main {
    position: relative;
    z-index: 2;
    padding: 18px 18px 14px;
    height: 320px;
    background: linear-gradient(180deg, rgba(14, 24, 40, 0.9), rgba(8, 16, 30, 0.95) );
    border-bottom: 1px solid rgba(120, 220, 255, 0.12);
}

.am-project-main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transform: translate(0px, 0px) scale(1);
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    cursor: grab;
    transition: opacity 0.35s ease;
}

    .am-project-main-image.is-fading {
        opacity: 0;
    }

    .am-project-main-image.is-dragging {
        cursor: grabbing;
    }

.am-project-image-viewport.is-draggable {
    cursor: grab;
}

.am-project-image-viewport.is-dragging {
    cursor: grabbing;
}

.am-project-image-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none; /* importante per touch */
}

.am-project-image-reset {
    position: absolute;
    right: 30px;
    bottom: 24px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(120, 220, 255, 0.22);
    border-radius: 999px;
    background: rgba(10, 18, 32, 0.82);
    color: var(--am-ice-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, opacity 0.25s ease;
    opacity: 0.92;
}

    .am-project-image-reset:hover {
        border-color: rgba(120, 220, 255, 0.40);
        box-shadow: 0 0 10px rgba(59, 209, 255, 0.12), 0 0 18px rgba(139, 92, 246, 0.06);
        color: #ffffff;
    }

.am-project-media-thumbs {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 10px 18px 14px;
    min-height: 100px;
    align-items: center;
    border-top: 1px solid rgba(120, 220, 255, 0.12);
    background: linear-gradient(180deg, rgba(14, 24, 40, 0.75), rgba(8, 16, 30, 0.92) );
}

.am-project-thumb {
    padding: 0;
    border: 1px solid rgba(160, 220, 235, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.010) 100%);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
}

    .am-project-thumb:hover {
        border-color: rgba(120, 220, 255, 0.24);
        box-shadow: 0 0 12px rgba(59, 209, 255, 0.08), 0 0 20px rgba(139, 92, 246, 0.05);
    }

    .am-project-thumb img {
        display: block;
        width: 100%;
        height: 64px;
        object-fit: contain;
        background: linear-gradient(180deg, rgba(14, 24, 40, 0.9), rgba(8, 16, 30, 0.95) );
        opacity: 0.72;
        transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
    }

    .am-project-thumb.is-active img {
        transform: scale(1.03);
    }

    .am-project-thumb.is-active {
        border-color: rgba(120, 220, 255, 0.62);
        box-shadow: 0 0 0 1px rgba(160, 235, 255, 0.12) inset, 0 0 18px rgba(59, 209, 255, 0.24), 0 0 34px rgba(59, 209, 255, 0.18), 0 0 58px rgba(139, 92, 246, 0.12);
        transform: translateY(-1px);
    }
        .am-project-thumb.is-active img {
            opacity: 1;
            filter: brightness(1.08) saturate(1.08) drop-shadow(0 0 10px rgba(59, 209, 255, 0.14));
        }

        .am-project-thumb.is-active::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 14px;
            pointer-events: none;
            box-shadow: 0 0 0 1px rgba(180, 240, 255, 0.18) inset, 0 0 18px rgba(59, 209, 255, 0.18);
        }

    .am-project-main-image.is-fading {
        opacity: 0;
    }

.am-projects-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    opacity: 0.18;
}

.am-projects-orb-left {
    top: 90px;
    left: -90px;
    width: 260px;
    height: 260px;
    background: rgba(59, 209, 255, 0.18);
}

.am-projects-orb-right {
    right: -70px;
    bottom: 90px;
    width: 300px;
    height: 300px;
    background: rgba(139, 92, 246, 0.16);
}

/* ========================================
   11. CTA SECTION
======================================== */

.am-cta-section {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    z-index: 2;
}

.am-cta-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.am-cta-panel {
    position: relative;
    max-width: 900px;
    padding: 60px 70px;
    border-radius: 32px;
    border: 1px solid rgba(120, 220, 255, 0.18);
    background: linear-gradient(180deg, rgba(12, 20, 36, 0.65), rgba(8, 14, 26, 0.45) );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(160, 235, 255, 0.05) inset, 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 40px rgba(59, 209, 255, 0.10), 0 0 90px rgba(139, 92, 246, 0.08);
    text-align: center;
}

.am-cta-kicker {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--am-ice-light);
    opacity: 0.9;
}

.am-cta-title {
    margin: 0 0 22px;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.02;
    font-weight: 300;
    letter-spacing: -1.5px;
    color: var(--am-text-main);
}

.am-cta-title-gradient {
    background: linear-gradient(90deg, #3bd1ff 0%, #9ec3d4 45%, #8b5cf6 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: amTitleGradientMove 5s linear infinite;
    filter: drop-shadow(0 0 10px rgba(59, 209, 255, 0.18));
}

.am-cta-text {
    margin: 0 auto 34px;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: var(--am-text-secondary);
}

.am-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.am-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.22;
}

.am-cta-orb-left {
    top: 40px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(59, 209, 255, 0.18);
}

.am-cta-orb-right {
    right: -120px;
    bottom: 40px;
    width: 360px;
    height: 360px;
    background: rgba(139, 92, 246, 0.16);
}

/* ========================================
 12.  FOOTER
======================================== */

.am-footer {
    position: relative;
    padding: 90px 0 28px;
    overflow: hidden;
    z-index: 2;
    border-top: 1px solid rgba(120, 220, 255, 0.10);
    background: linear-gradient(180deg, rgba(6, 12, 22, 0.20) 0%, rgba(4, 8, 16, 0.55) 100% );
}

.am-footer-container {
    position: relative;
    z-index: 2;
}

.am-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 42px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(120, 220, 255, 0.10);
}

.am-footer-brand-title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--am-text-main);
}

.am-footer-logo {
    margin-bottom: 14px;
}

    .am-footer-logo img {
        height: 60px;
        width: auto;
        opacity: 0.95;
        filter: drop-shadow(0 0 6px rgba(59,209,255,0.25)) drop-shadow(0 0 14px rgba(139,92,246,0.18));
    }

.am-footer-brand-text {
    margin: 0 0 12px;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--am-ice-light);
}

.am-footer-brand-subtext {
    margin: 0;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--am-text-secondary);
}

.am-footer-column-title {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--am-ice-light);
}

.am-footer-links,
.am-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .am-footer-links a,
    .am-footer-contact-list,
    .am-footer-contact-list a {
        font-size: 15px;
        line-height: 1.7;
        color: var(--am-text-secondary);
        text-decoration: none;
        transition: color 0.25s ease, text-shadow 0.25s ease;
    }

        .am-footer-links a:hover,
        .am-footer-contact-list a:hover,
        .am-footer-bottom-links a:hover {
            color: #ffffff;
            text-shadow: 0 0 6px rgba(255,255,255,0.20), 0 0 12px rgba(59,209,255,0.16);
        }

        .am-footer-contact-list li {
            color: var(--am-text-secondary);
            font-size: 15px;
            line-height: 1.7;
        }

        .am-footer-contact-list span {
            color: var(--am-text-main);
            font-weight: 500;
        }

.am-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
}

.am-footer-copy {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(159, 179, 200, 0.82);
}

.am-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

    .am-footer-bottom-links a {
        font-size: 14px;
        line-height: 1.6;
        color: rgba(159, 179, 200, 0.82);
        text-decoration: none;
        transition: color 0.25s ease, text-shadow 0.25s ease;
    }

.am-footer-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.16;
}

.am-footer-orb-left {
    left: -120px;
    bottom: -40px;
    width: 280px;
    height: 280px;
    background: rgba(59, 209, 255, 0.16);
}

.am-footer-orb-right {
    right: -120px;
    top: 10px;
    width: 300px;
    height: 300px;
    background: rgba(139, 92, 246, 0.14);
}

.am-footer-linkedin {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

.am-footer-linkedin-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid rgba(159, 179, 200, 0.55); /* pił visibile */
    background: rgba(10, 18, 30, 0.4);
    transition: all 0.25s ease;
}

    .am-footer-linkedin-icon svg {
        width: 14px;
        height: 14px;
        color: #9fb3c8;
    }

.am-footer-linkedin:hover .am-footer-linkedin-icon {
    border-color: rgba(59, 209, 255, 0.6);
    box-shadow: 0 0 10px rgba(59, 209, 255, 0.45), 0 0 20px rgba(139, 92, 246, 0.22);
}

.am-footer-linkedin:hover svg {
    color: #3bd1ff;
}

/* ========================================
   13. PLACEHOLDER SECTIONS
======================================== */
.am-digital-solutions-section,
.am-projects-section,
.am-cta-section,
.am-footer {
    position: relative;
    z-index: 2;
}

/* ========================================
 14.  LOGIN PAGE
======================================== */

.am-login-page {
    margin: 0;
    min-height: 100vh;
    color: var(--am-text-main);
    font-family: "Inter", sans-serif;
    background: linear-gradient(180deg, #030711 0%, #07101c 100%);
    overflow-x: hidden;
    position: relative;
}

.am-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: transparent;
}

.am-login-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 20px;
}

.am-login-panel {
    position: relative;
    background: linear-gradient( 180deg, rgba(26, 40, 62, 0.26) 0%, rgba(17, 28, 46, 0.20) 100% );
    border: 1px solid rgba(120, 220, 255, 0.38);
    border-radius: 24px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 0 0 1px rgba(160, 235, 255, 0.08) inset, 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(59, 209, 255, 0.16), 0 0 26px rgba(59, 209, 255, 0.18), 0 0 70px rgba(139, 92, 246, 0.10);
    overflow: hidden;
}

    .am-login-panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(59, 209, 255, 0.14), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
        pointer-events: none;
    }

    .am-login-panel::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(59, 209, 255, 0.5), rgba(139, 92, 246, 0.4), transparent );
        box-shadow: 0 0 12px rgba(59, 209, 255, 0.5);
        opacity: 0.6;
    }

/* topbar tipo monitor */
.am-login-panel-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(120, 220, 255, 0.16);
    background: linear-gradient( 180deg, rgba(52, 76, 108, 0.55) 0%, rgba(32, 48, 72, 0.42) 100% );
    box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 0 18px rgba(59, 209, 255, 0.05);
}

    .am-login-panel-top span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(205, 236, 245, 0.78);
        box-shadow: 0 0 10px rgba(59, 209, 255, 0.30), 0 0 18px rgba(59, 209, 255, 0.12);
    }

.am-login-content {
    padding: 32px 30px 30px;
    text-align: center;
}

.am-login-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    color: #3bd1ff;
    margin-bottom: 10px;
    opacity: 0.8;
}

.am-login-logo {
    display: block;
    width: 120px;
    margin: 0 auto 16px;
    opacity: 0.9;
}

.am-login-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-bottom: 8px;
    color: #e6edf3;
}

.am-login-content p {
    font-size: 14px;
    color: #9fb3c8;
    margin-bottom: 24px;
}

/* form */
.am-login-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .am-login-form input {
        height: 42px;
        padding: 0 14px;
        border-radius: 10px;
        border: 1px solid rgba(158, 195, 212, 0.15);
        background: rgba(7, 16, 28, 0.8);
        color: #e6edf3;
        font-size: 14px;
        outline: none;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .am-login-form input:focus {
            border-color: rgba(59, 209, 255, 0.6);
            box-shadow: 0 0 10px rgba(59, 209, 255, 0.25);
        }

    /* button */
    .am-login-form button {
        height: 44px;
        border-radius: 12px;
        border: 1px solid rgba(59, 209, 255, 0.35);
        background: linear-gradient( 120deg, rgba(59, 209, 255, 0.15), rgba(139, 92, 246, 0.18) );
        color: #e6edf3;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
    }

        .am-login-form button:hover {
            border-color: rgba(139, 92, 246, 0.6);
            box-shadow: 0 0 16px rgba(139, 92, 246, 0.25);
            transform: translateY(-1px);
        }

/* links */
.am-login-links {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

    .am-login-links a {
        color: #9fb3c8;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .am-login-links a:hover {
            color: #3bd1ff;
        }

.am-login-subtitle {
    font-size: 14px;
    color: #9fb3c8;
    margin-bottom: 10px;
}

.am-login-desc {
    font-size: 12.5px;
    color: #7f95aa;
    line-height: 1.6;
    margin-bottom: 22px;
}

.am-login-form button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    border-color: rgba(159, 179, 200, 0.16);
}

    .am-login-form button:disabled:hover {
        transform: none;
        box-shadow: none;
        border-color: rgba(159, 179, 200, 0.16);
    }

.am-login-alert {
    margin-top: 14px;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 110, 120, 0.45);
    background: rgba(90, 20, 28, 0.32);
    color: #ffb4bc;
    font-size: 12.5px;
    line-height: 1.5;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 0 22px rgba(255, 80, 90, 0.18), 0 0 40px rgba(255, 80, 90, 0.08);
}

    .am-login-alert.is-visible {
        display: flex;
    }

.am-login-alert-dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7b88;
    box-shadow: 0 0 10px rgba(255, 123, 136, 0.45);
}

/* ========================================
   15. ANIMATIONS
======================================== */
@keyframes amMainLineSweep {
    0% {
        background-position: 200% 0;
    }

    45% {
        background-position: -50% 0;
    }

    100% {
        background-position: -50% 0;
    }
}

@keyframes amGradientTextFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes amBorderFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes amSweepTop {
    0% {
        left: -30%;
        opacity: 0;
    }

    4% {
        opacity: 1;
    }

    16% {
        left: 105%;
        opacity: 1;
    }

    18% {
        opacity: 0;
    }

    100% {
        left: 105%;
        opacity: 0;
    }
}

@keyframes amSweepBottom {
    0% {
        right: -30%;
        opacity: 0;
    }

    4% {
        opacity: 1;
    }

    16% {
        right: 105%;
        opacity: 1;
    }

    18% {
        opacity: 0;
    }

    100% {
        right: 105%;
        opacity: 0;
    }
}

@keyframes amTitleGradientMove {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

@keyframes amServiceCardPulse {
    0% {
        border-color: rgba(59, 209, 255, 0.24);
        box-shadow: 0 0 0 1px rgba(59, 209, 255, 0.06) inset, 0 12px 40px rgba(0, 0, 0, 0.28), 0 0 14px rgba(59, 209, 255, 0.05), 0 0 26px rgba(139, 92, 246, 0.04);
    }

    50% {
        border-color: rgba(59, 209, 255, 0.42);
        box-shadow: 0 0 0 1px rgba(59, 209, 255, 0.10) inset, 0 12px 40px rgba(0, 0, 0, 0.28), 0 0 24px rgba(59, 209, 255, 0.10), 0 0 54px rgba(139, 92, 246, 0.08);
    }

    100% {
        border-color: rgba(59, 209, 255, 0.24);
        box-shadow: 0 0 0 1px rgba(59, 209, 255, 0.06) inset, 0 12px 40px rgba(0, 0, 0, 0.28), 0 0 14px rgba(59, 209, 255, 0.05), 0 0 26px rgba(139, 92, 246, 0.04);
    }
}


.am-cookie-banner {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(7,16,28,0.95);
    border: 1px solid rgba(59,209,255,0.25);
    box-shadow: 0 0 20px rgba(59,209,255,0.15);
    padding: 14px 18px;
    border-radius: 10px;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

.am-cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #9fb3c8;
    font-size: 13px;
}

    .am-cookie-content a {
        color: #3bd1ff;
        text-decoration: none;
    }

        .am-cookie-content a:hover {
            text-decoration: underline;
        }

    .am-cookie-content button {
        background: #3bd1ff;
        border: none;
        color: #030711;
        padding: 6px 12px;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
    }

        .am-cookie-content button:hover {
            background: #8b5cf6;
        }




/* ========================================
   16. RESPONSIVE
======================================== */

/* ---------- <= 1200px ---------- */
@media (max-width: 1200px) {
    .am-header {
        padding: 0 34px;
    }

    .am-header-brand {
        width: 44px;
        left: 16px;
    }

    .am-header-lang {
        transform: translateX(40px);
    }

    .am-header-nav ul {
        gap: 28px;
    }

    .am-hero-title {
        font-size: 54px;
    }

    .am-hero-layout {
        gap: 40px;
    }

    .am-hero-visual img {
        width: 390px;
    }

    .am-digital-block {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
        gap: 42px;
        padding: 30px;
    }

    .am-digital-block-warehouse {
        grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    }

    .am-digital-block-title {
        font-size: 30px;
    }

    .am-project-card {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
        gap: 40px;
        padding: 30px;
    }

    .am-project-card-title {
        font-size: 30px;
    }
}



/* ---------- <= 1024px ---------- */
@media (max-width: 1024px) {
    .am-header {
        padding: 0 24px;
    }

    .am-header-brand {
        width: 38px;
        left: 16px;
    }

    .am-header-lang {
        
        transform: translateX(40px);
    }

    .am-header-nav ul {
        gap: 22px;
    }

    .am-header-nav a {
        font-size: 15px;
    }

    .am-hero-title {
        font-size: 48px;
        line-height: 1.06;
    }

    .am-hero-text {
        font-size: 17px;
    }

    .am-hero-visual {
        width: 36%;
    }

        .am-hero-visual img {
            width: 340px;
        }

    .am-services-section {
        padding: 110px 0;
    }

    .am-digital-solutions-section {
        padding: 115px 0;
    }

    .am-digital-heading {
        margin-bottom: 72px;
    }

    .am-digital-block {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .am-digital-block-warehouse {
        grid-template-columns: 1fr;
    }

        .am-digital-block-warehouse .am-digital-visual {
            order: 2;
        }

        .am-digital-block-warehouse .am-digital-block-content {
            order: 1;
        }

    .am-digital-block-content {
        max-width: 100%;
    }

    .am-digital-visual {
        min-height: 300px;
    }

    .am-projects-section {
        padding: 115px 0;
    }

    .am-projects-heading {
        margin-bottom: 72px;
    }

    .am-project-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .am-project-card-content {
        max-width: 100%;
    }

    .am-cta-panel {
        padding: 48px 46px;
    }

    .am-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 28px;
    }
}

/* ---------- <= 992px ---------- */
@media (max-width: 992px) {
    .am-header {
        height: 72px;
        padding: 0 20px;
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 14px;
    }

    .am-header-lang {
        order: 1;
        flex: 0 0 auto;
            width: 100%;
    justify-content: flex-end;
    padding-right: 40px;

    }

    .am-menu-toggle {
        display: inline-flex;
        justify-self: center;
    }

    .am-header-nav {
        position: absolute;
        top: 72px;
        left: 16px;
        width: 260px;
        display: block;
        padding: 18px 20px 20px;
        background: linear-gradient( 160deg, rgba(16, 26, 40, 0.96), rgba(11, 20, 34, 0.98) );
        backdrop-filter: blur(12px);
        border: 1px solid rgba(59, 209, 255, 0.22);
        border-radius: 14px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.42), 0 0 20px rgba(59, 209, 255, 0.10), inset 0 0 24px rgba(158, 195, 212, 0.04);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px) scale(0.98);
        transform-origin: top left;
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    .am-header.menu-open .am-header-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .am-header-nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .am-header-nav li {
        width: 100%;
    }

    .am-header-nav a {
        display: block;
        width: 100%;
        padding: 6px 0;
        font-size: 15px;
    }
       
        .am-header-nav a::after {
            bottom: -8px;
        }

        .am-header-nav a:hover {
            color: #3bd1ff;
            text-shadow: 0 0 8px rgba(59, 209, 255, 0.5);
        }

    .am-header-cta {
        margin-left: 0;
    }

    .am-hero-section {
        padding-top: calc(var(--am-header-height) + 50px);
        min-height: auto;
    }

    .am-hero-layout {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 36px;
        flex-wrap: nowrap;
    }

    .am-hero-content {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 620px;
    }

    .am-hero-visual {
        flex: 0 0 280px;
        width: 280px;
        min-width: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .am-hero-visual img {
            width: 280px;
            max-width: 100%;
        }

    .am-hero-title {
        font-size: 48px;
        line-height: 1.04;
        letter-spacing: -1.8px;
    }

    .am-services-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .am-service-card-title {
        font-size: 24px;
    }

    .am-digital-title {
        font-size: 50px;
    }

    .am-digital-block {
        padding: 28px;
    }

    .am-digital-block-title {
        font-size: 28px;
    }

    .am-digital-block-text {
        font-size: 15.5px;
        line-height: 1.78;
    }

    .am-projects-title {
        font-size: 50px;
    }

    .am-project-card {
        padding: 28px;
    }

    .am-project-card-title {
        font-size: 28px;
    }

    .am-project-card-text {
        font-size: 15.5px;
        line-height: 1.78;
    }
}

/* ---------- <= 768px ---------- */
@media (max-width: 768px) {
    :root {
        --am-container-padding: 22px;
    }

    .am-header {
        height: 66px;
        padding: 0 16px;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .am-header-lang {
        width: 100%;
        justify-content: flex-end;
        padding-right: 40px;
    }

    .am-header-nav {
        top: 66px;
        left: 12px;
        width: 240px;
        padding: 16px 16px 18px;
    }

        .am-header-nav a {
            font-size: 14px;
        }

    .am-header-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .am-btn-header-area {
        width: 100%;
        max-width: 140px;
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 9px;
        transform: translateX(30px);
    }

    .am-menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .am-lang-link {
        width: 42px;
        height: 42px;
    }

    .am-lang-glow {
        width: 50px;
        height: 50px;
    }

    .am-hero-section {
        padding-top: calc(var(--am-header-height) + 34px);
        padding-bottom: 40px;
    }

    .am-hero-kicker {
        margin-bottom: 18px;
        padding: 9px 14px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .am-hero-layout {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: nowrap;
    }

    .am-hero-content {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .am-hero-visual {
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
    }

        .am-hero-visual img {
            width: 220px;
            max-width: 100%;
        }

    .am-hero-title {
        font-size: 38px;
        line-height: 1.05;
        letter-spacing: -1.4px;
    }

    .am-hero-text {
        font-size: 16px;
        line-height: 1.72;
    }

    .am-hero-buttons {
        gap: 12px;
    }

    .am-btn-primary,
    .am-btn-secondary {
        padding: 12px 20px;
        font-size: 15px;
    }

    .am-services-section {
        padding: 84px 0;
    }

    .am-services-heading {
        margin-bottom: 42px;
    }

    .am-services-title {
        letter-spacing: -1.4px;
    }

    .am-services-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .am-service-card {
        padding: 28px 22px 24px;
        border-radius: 18px;
    }

    .am-service-card-title {
        font-size: 22px;
    }

    .am-service-card-text {
        font-size: 15px;
        line-height: 1.72;
    }

    .am-site-main-line-purple,
    .am-site-vertical-line-03 {
        display: none;
    }

    .am-digital-solutions-section {
        padding: 84px 0;
    }

    .am-digital-heading {
        margin-bottom: 46px;
    }

    .am-digital-title {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -1.4px;
    }

    .am-digital-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .am-digital-blocks {
        gap: 28px;
    }

    .am-digital-block {
        padding: 22px;
        border-radius: 22px;
        gap: 24px;
    }

    .am-digital-block-label {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .am-digital-block-title {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .am-digital-block-text {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.72;
    }

    .am-digital-block-list li {
        font-size: 14px;
    }

    .am-digital-visual {
        min-height: 250px;
    }

    .am-digital-panel {
        min-height: 250px;
        border-radius: 20px;
    }

    .am-digital-panel-body {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 206px;
    }

    .am-digital-panel-main {
        padding: 14px;
        gap: 12px;
    }

    .am-digital-panel-main-screen {
        padding: 12px;
        border-radius: 14px;
    }

    .am-digital-wireframe-box-large {
        height: 82px;
    }

    .am-digital-warehouse-table {
        gap: 8px;
        padding: 14px;
    }

    .am-digital-warehouse-row {
        min-height: 38px;
        padding: 0 10px;
        gap: 8px;
        font-size: 12px;
    }

    .am-digital-warehouse-row-head {
        min-height: 28px;
        font-size: 10px;
    }

    .am-digital-stock-badge {
        min-width: 46px;
        min-height: 22px;
        padding: 0 8px;
        font-size: 9px;
    }

    .am-digital-webapp-body {
        grid-template-columns: 68px minmax(0, 1fr);
        min-height: 206px;
    }

    .am-digital-webapp-header {
        min-height: 46px;
        padding: 0 14px;
    }

    .am-digital-webapp-brand {
        width: 72px;
        height: 10px;
    }

    .am-digital-webapp-nav span {
        width: 30px;
        height: 6px;
    }

    .am-digital-webapp-content {
        gap: 14px;
        padding: 14px;
    }

    .am-digital-webapp-cards {
        gap: 10px;
    }

    .am-digital-webapp-card {
        min-height: 56px;
        border-radius: 12px;
    }

    .am-digital-webapp-card-large {
        min-height: 122px;
    }

    .am-projects-section {
        padding: 84px 0;
    }

    .am-projects-heading {
        margin-bottom: 46px;
    }

    .am-projects-title {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -1.4px;
    }

    .am-projects-description {
        font-size: 15px;
        line-height: 1.75;
    }

    .am-project-card {
        padding: 22px;
        border-radius: 22px;
        gap: 24px;
    }

    .am-project-card-label {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .am-project-card-title {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .am-project-card-text {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.72;
    }

    .am-project-card-list li {
        font-size: 14px;
    }

    .am-project-media-topbar {
        height: 44px;
        padding: 0 14px;
    }

    .am-project-media-main {
        padding: 14px 14px 10px;
    }

    .am-project-media-thumbs {
        gap: 10px;
        padding: 0 14px 14px;
    }

    .am-project-image-reset {
        right: 24px;
        bottom: 20px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .am-cta-section {
        padding: 90px 0;
    }

    .am-cta-panel {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .am-cta-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .am-footer {
        padding: 70px 0 24px;
    }

    .am-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 28px;
    }

    .am-footer-brand-title {
        font-size: 24px;
    }

    .am-footer-brand-text,
    .am-footer-brand-subtext,
    .am-footer-links a,
    .am-footer-contact-list li,
    .am-footer-contact-list a {
        font-size: 14px;
    }

    .am-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .am-footer-bottom-links {
        gap: 14px;
    }

    .am-cookie-banner {
        left: 16px;
        right: 16px;
        width: auto;
        max-width: none;
        height: auto;
        min-height: 0;
        transform: none;
        padding: 14px 16px;
        border-radius: 14px;
        box-sizing: border-box;
    }

    .am-cookie-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* IMPORTANTE */
        gap: 10px;
    }

        .am-cookie-content span {
            display: block;
            width: 100%;
            text-align: left;
            line-height: 1.55;
        }

        .am-cookie-content button {
            align-self: center;
            width: 100%;
            max-width: 120px;
        }
}

/* ---------- <= 576px ---------- */
@media (max-width: 576px) {
    .am-header {
        height: 62px;
        padding: 0 14px;
    }

    .am-header-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .am-btn-header-area {
        width: 100%;
        max-width: 120px;
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 9px;
        transform: translateX(28px);
    }

    .am-header-lang {
        width: 100%;
        justify-content: flex-end;
        padding-right: 40px;
    }

    .am-header-nav {
        top: 62px;
        left: 10px;
        width: 220px;
    }

    .am-lang-link {
        width: 38px;
        height: 38px;
    }

    .am-lang-glow {
        width: 44px;
        height: 44px;
    }

    .am-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .am-hero-layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 18px;
    }

    .am-hero-content {
        order: 2;
        flex: none;
        min-width: 0;
        width: 100%;
        max-width: none;
    }

    .am-hero-kicker {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        margin-bottom: 18px;
        padding: 10px 12px;
        text-align: center;
        white-space: normal;
        line-height: 1.45;
        font-size: 10px;
        letter-spacing: 1px;
        border-radius: 10px;
    }

    .am-hero-visual {
        order: 1;
        flex: none;
        width: 100%;
        min-width: 0;
        display: flex;
        justify-content: center;
    }

        .am-hero-visual img {
            width: 138px;
            max-width: 100%;
        }

    .am-hero-title {
        font-size: 31px;
        line-height: 1.06;
        letter-spacing: -1.2px;
    }

    .am-hero-text {
        font-size: 15px;
    }

        .am-services-title {
        font-size: 32px;
        line-height: 1.02;
    }

          
        .am-login-shell {
            padding: 24px 14px;
        }

        .am-login-container {
            max-width: 100%;
            padding: 0;
        }

        .am-login-content {
            padding: 26px 18px 22px;
        }

        .am-login-logo {
            width: 96px;
        }

        .am-login-content h1 {
            font-size: 22px;
        }

        .am-login-content p {
            font-size: 13px;
            line-height: 1.6;
        }

        .am-login-links {
            flex-direction: column;
            gap: 10px;
            align-items: center;
        }
    }


/* ---------- <= 480px ---------- */
@media (max-width: 480px) {
    :root {
        --am-container-padding: 16px;
    }

    .am-header {
        height: 58px;
        padding: 0 12px;
        gap: 8px;
    }

    .am-header-lang {
        width: 100%;
        justify-content: flex-end;
        padding-right: 40px;
    }

    .am-header-nav {
        top: 58px;
        left: 8px;
        width: 200px;
    }

        .am-header-nav a {
            font-size: 13px;
        }

    .am-header-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .am-btn-header-area {
        width: 100%;
        max-width: 120px;
        padding: 9px 12px;
        font-size: 12px;
        border-radius: 9px;
        transform: translateX(20px);
    }

    .am-lang-link {
        width: 38px;
        height: 38px;
    }

    .am-lang-glow {
        width: 44px;
        height: 44px;
        filter: blur(10px);
    }

    .am-hero-layout {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 18px;
    }

    .am-hero-content {
        order: 2;
        flex: none;
        min-width: 0;
        width: 100%;
        max-width: none;
    }

    .am-hero-kicker {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        box-sizing: border-box;
        margin-bottom: 18px;
        padding: 10px 12px;
        text-align: center;
        white-space: normal;
        line-height: 1.45;
        font-size: 10px;
        letter-spacing: 1px;
        border-radius: 10px;
    }

    .am-hero-visual {
        order: 1;
        flex: none;
        width: 100%;
        min-width: 0;
        display: flex;
        justify-content: center;
    }

        .am-hero-visual img {
            width: 138px;
            max-width: 100%;
        }


    .am-hero-title {
        font-size: 27px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .am-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .am-btn-primary,
    .am-btn-secondary {
        width: 100%;
    }

    .am-service-card {
        padding: 24px 18px 22px;
    }

    .am-service-card-title {
        font-size: 20px;
    }

    .am-service-card-text {
        font-size: 14px;
    }

    .am-site-thin-line-01,
    .am-site-thin-line-03,
    .am-site-vertical-line-02 {
        display: none;
    }

    .am-digital-title {
        font-size: 30px;
        line-height: 1.08;
    }

    .am-digital-block {
        padding: 18px;
    }

    .am-digital-block-title {
        font-size: 21px;
    }

    .am-digital-block-text {
        font-size: 14px;
    }

    .am-digital-block-list li {
        padding-left: 18px;
        font-size: 13.5px;
    }

        .am-digital-block-list li::before {
            top: 9px;
            width: 7px;
            height: 7px;
        }

    .am-digital-visual {
        min-height: 220px;
    }

    .am-digital-panel {
        min-height: 220px;
        border-radius: 18px;
    }

    .am-digital-panel-topbar {
        height: 40px;
        padding: 0 14px;
    }

    .am-digital-panel-dot {
        width: 7px;
        height: 7px;
    }

    .am-digital-panel-body {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .am-digital-panel-sidebar {
        gap: 10px;
        padding: 14px 0;
    }

    .am-digital-side-line {
        width: 22px;
    }

    .am-digital-panel-tag {
        min-height: 22px;
        padding: 4px 8px;
        font-size: 9px;
    }

    .am-digital-wireframe-box-large {
        height: 68px;
    }

    .am-digital-wireframe-row {
        height: 8px;
    }

    .am-digital-warehouse-table {
        padding: 12px;
    }

    .am-digital-warehouse-row {
        min-height: 34px;
        font-size: 11px;
    }

    .am-digital-stock-badge {
        min-width: 40px;
        font-size: 8px;
    }

    .am-digital-webapp-body {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .am-digital-webapp-sidebar {
        gap: 10px;
        padding: 14px 10px;
    }

    .am-digital-webapp-content {
        padding: 12px;
    }

    .am-digital-webapp-cards {
        gap: 8px;
    }

    .am-digital-webapp-card {
        min-height: 48px;
    }

    .am-digital-webapp-card-large {
        min-height: 104px;
    }

    .am-digital-webapp-lines span {
        height: 8px;
    }

    .am-projects-title {
        font-size: 30px;
        line-height: 1.08;
    }

    .am-project-card {
        padding: 18px;
    }

    .am-project-card-title {
        font-size: 21px;
    }

    .am-project-card-text {
        font-size: 14px;
    }

    .am-project-card-list li {
        padding-left: 18px;
        font-size: 13.5px;
    }

        .am-project-card-list li::before {
            top: 9px;
            width: 7px;
            height: 7px;
        }

    .am-project-media-topbar {
        height: 40px;
        padding: 0 12px;
    }

    .am-project-media-dot {
        width: 7px;
        height: 7px;
    }

    .am-project-media-main {
        padding: 12px 12px 8px;
    }

    .am-project-media-thumbs {
        gap: 8px;
        padding: 0 12px 12px;
    }

    .am-project-thumb {
        border-radius: 12px;
    }

    .am-project-image-reset {
        right: 20px;
        bottom: 18px;
        min-height: 26px;
        padding: 0 9px;
        font-size: 9px;
    }

    .am-footer {
        padding: 58px 0 22px;
    }

    .am-footer-brand-title {
        font-size: 22px;
    }

    .am-footer-column-title {
        font-size: 13px;
    }

    .am-footer-copy,
    .am-footer-bottom-links a {
        font-size: 13px;
    }

}
