.development-hero {
    --dev-red: #e6393b;
    --dev-red-dark: #bd2327;
    --dev-teal: #62c9c1;
    --dev-bg: #071012;
    --dev-panel: #151619;
    position: relative;
    isolation: isolate;
    min-height: auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(139, 31, 41, 0.24), transparent 33%),
        radial-gradient(circle at 84% 30%, rgba(24, 105, 104, 0.22), transparent 38%),
        radial-gradient(circle at 52% 110%, rgba(39, 47, 90, 0.2), transparent 42%),
        linear-gradient(122deg, #100b10 0%, #071012 48%, #071417 100%),
        var(--dev-bg);
    color: #fff;
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
}

.development-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
    pointer-events: none;
}

.development-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 24%),
        linear-gradient(to bottom, transparent 68%, rgba(0, 0, 0, 0.28));
    pointer-events: none;
}

.development-hero__glow {
    position: absolute;
    z-index: 0;
    width: clamp(340px, 36vw, 620px);
    height: clamp(340px, 36vw, 620px);
    border-radius: 50%;
    filter: blur(115px);
    pointer-events: none;
    animation: expertise-glow-drift 11s ease-in-out infinite alternate;
}

.development-hero__glow--left {
    top: -36%;
    left: -14%;
    background: rgba(230, 57, 59, 0.2);
}

.development-hero__glow--right {
    right: -15%;
    bottom: -42%;
    background: rgba(98, 201, 193, 0.2);
    animation-delay: -5.5s;
}

.development-hero__aurora {
    position: absolute;
    z-index: 0;
    top: -24%;
    right: 18%;
    width: 48%;
    height: 78%;
    border-radius: 50%;
    background: conic-gradient(
        from 210deg,
        transparent,
        rgba(98, 201, 193, 0.08),
        transparent 34%,
        rgba(230, 57, 59, 0.07),
        transparent 72%
    );
    filter: blur(32px);
    opacity: 0.9;
    transform: rotate(-12deg);
    animation: expertise-aurora-shift 15s ease-in-out infinite alternate;
    pointer-events: none;
}

.development-hero__signal {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -9%;
    width: min(68vw, 940px);
    aspect-ratio: 1;
    border: 1px solid rgba(98, 201, 193, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 90px rgba(98, 201, 193, 0.035),
        inset 0 0 90px rgba(230, 57, 59, 0.025);
    transform: translateY(-50%);
    animation: expertise-signal-spin 38s linear infinite;
    pointer-events: none;
}

.development-hero__signal::before,
.development-hero__signal::after {
    content: "";
    position: absolute;
    border-radius: inherit;
}

.development-hero__signal::before {
    inset: 14%;
    border: 1px dashed rgba(255, 255, 255, 0.075);
}

.development-hero__signal::after {
    inset: 31%;
    border: 1px solid rgba(230, 57, 59, 0.09);
}

.development-hero__signal span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dev-teal);
    box-shadow: 0 0 20px 5px rgba(98, 201, 193, 0.42);
}

.development-hero__signal span:nth-child(1) {
    top: 7%;
    left: 35%;
}

.development-hero__signal span:nth-child(2) {
    right: 11%;
    bottom: 24%;
    width: 5px;
    height: 5px;
    background: var(--dev-red);
    box-shadow: 0 0 18px 4px rgba(230, 57, 59, 0.42);
}

.development-hero__signal span:nth-child(3) {
    bottom: 17%;
    left: 18%;
    width: 4px;
    height: 4px;
}

.development-hero__ghost {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 48%;
    color: rgba(255, 255, 255, 0.03);
    font-family: "PoppinsBold", "Poppins", sans-serif;
    font-size: clamp(8rem, 20vw, 22rem);
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 0.8;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.development-hero__ghost span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.7px rgba(255, 255, 255, 0.16);
    background: linear-gradient(
        108deg,
        transparent 14%,
        rgba(98, 201, 193, 0.16) 31%,
        rgba(255, 255, 255, 0.34) 48%,
        rgba(230, 57, 59, 0.2) 65%,
        transparent 84%
    );
    background-size: 210% 100%;
    background-position: 130% 0;
    -webkit-background-clip: text;
    background-clip: text;
    filter:
        drop-shadow(0 0 18px rgba(98, 201, 193, 0.1))
        drop-shadow(0 0 38px rgba(230, 57, 59, 0.06));
    animation: expertise-ghost-scan 6.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.development-hero__container {
    position: relative;
    z-index: 2;
    width: var(--rn-width1);
    max-width: calc(100% - 64px);
    min-height: 698px;
    margin: auto;
    /* padding: clamp(52px, 5vw, 76px) 0; */
    padding-left: clamp(12px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.development-hero__layout {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: clamp(32px, 4vw, 72px);
}

.development-hero__layout,
.development-hero__content,
.development-hero__visual {
    min-width: 0;
}

.development-hero__content {
    max-width: 700px;
    margin-top: -55px;
    animation: expertise-content-enter 800ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.development-hero__eyebrow {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dev-red);
    font-family: Consolas, "Courier New", monospace;
    font-size: clamp(11px, 0.82vw, 14px);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.development-hero__eyebrow span {
    width: 28px;
    height: 2px;
    flex: 0 0 auto;
    background: currentColor;
    transform-origin: left;
    animation: expertise-eyebrow-line 900ms 220ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.development-hero__eyebrow b {
    font: inherit;
    opacity: 0.78;
}

.development-hero h1,
.expertise-hero__title {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-family: "PoppinsBold", "Poppins", Arial, sans-serif;
    font-size: clamp(3rem, 4.35vw, 4rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-align: left;
    overflow-wrap: break-word;
}

.development-hero h1 strong,
.development-hero h1 span {
    color: var(--dev-red);
    font: inherit;
}

.development-hero__intro {
    max-width: 690px;
    margin: 30px 0 0;
    color: #b8bec8;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.72;
}

.development-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 38px;
}

.development-hero__actions .thm-btn {
    min-width: 170px;
    min-height: 52px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.development-hero__actions > .atirao-home {
    display: inline-flex;
    width: auto;
    min-height: 0;
    max-width: none;
    overflow: visible;
    background: transparent;
    color: inherit;
}

.development-hero__actions .thm-btn.red {
    box-shadow: 0 14px 34px rgba(230, 57, 59, 0.25);
}

.development-hero__actions .buttonSvg {
    width: 18px;
    margin-left: 12px;
}

.development-hero__visual {
    position: relative;
    width: 100%;
    max-width: min(100%, 760px);
    justify-self: end;
    padding-top: 100px;
    perspective: 1200px;
    animation: expertise-visual-enter 950ms 130ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.development-hero__visual::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 12% -3% -7% 10%;
    border-radius: 42%;
    background: radial-gradient(circle, rgba(98, 201, 193, 0.12), transparent 68%);
    filter: blur(24px);
    pointer-events: none;
}

.development-window {
    width: 100%;
    max-width: clamp(520px, 43vw, 680px);
    max-height: 590px;
    margin-inline: auto;
    overflow: hidden;
    border: 5px solid #484a4f;
    border-radius: 22px;
    background: #111214;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.5);
    transform: rotateY(-2deg) rotateX(1deg);
    animation: development-window-float 6s ease-in-out infinite;
}

.development-window__topbar {
    min-height: 66px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 26px;
    border-bottom: 1px solid #282a2f;
    background: #101113;
}

.development-window__lights {
    display: flex;
    gap: 10px;
}

.development-window__lights i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f14646;
}

.development-window__lights i:nth-child(2) {
    background: #e9b43b;
}

.development-window__lights i:nth-child(3) {
    background: var(--dev-teal);
}

.development-window__topbar > span {
    padding: 8px 17px;
    border-radius: 7px;
    background: #17181b;
    color: #d9dce2;
    font-family: Consolas, monospace;
    font-size: 14px;
}

.development-window__code {
    min-height: 184px;
    padding: 7px 27px;
    display: grid;
    align-content: center;
    gap: 13px;
    background: #1b1c1f;
}

.development-window__code div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.development-window__code small {
    width: 22px;
    color: #45484e;
    font-family: Consolas, monospace;
}

.development-window__code i {
    width: 40px;
    height: 11px;
    border-radius: 4px;
    background: #53555a;
    animation: development-code-pulse 3s ease-in-out infinite;
}

.development-window__code .code-red { width: 57px; background: #9f3335; }
.development-window__code .code-teal { width: 78px; background: #417f7c; }
.development-window__code .code-long { width: 98px; }
.development-window__code .code-wide { width: 120px; }
.development-window__code .code-short { width: 45px; }
.development-window__code .code-gold { background: #8d7026; }

.development-window__preview {
    border-top: 1px solid #303238;
}

.development-window__preview-title {
    padding: 15px 31px;
    border-bottom: 1px solid #303238;
    color: #6c7078;
    font-family: Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.development-window__preview-title span {
    margin-right: 10px;
    color: var(--dev-teal);
}

.development-window__metrics {
    padding: 25px 27px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.development-window__metrics div {
    min-height: 58px;
    padding: 7px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #303238;
    border-radius: 12px;
    background: #1c1d21;
}

.development-window__metrics strong {
    color: #fff;
    font-family: "PoppinsBold", "Poppins", sans-serif;
    font-size: 21px;
    line-height: 1;
}

.development-window__metrics div:first-child strong {
    color: var(--dev-teal);
}

.development-window__metrics div:last-child strong {
    color: var(--dev-red);
}

.development-window__metrics small {
    margin-top: 9px;
    color: #646870;
    font-family: Consolas, monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.development-window__chart {
    height: 82px;
    margin: 0 27px 28px;
    padding: 14px 18px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    border: 1px solid #303238;
    border-radius: 12px;
    background: #1c1d21;
}

.development-window__chart i {
    flex: 1;
    height: var(--bar);
    min-height: 10px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to top, #357c78, #72ddd4);
    transform-origin: bottom;
    animation: development-chart-grow 2.4s ease-in-out infinite alternate;
}

.development-window__chart i:nth-child(2n) { animation-delay: -0.8s; }
.development-window__chart i:nth-child(3n) { animation-delay: -1.4s; }

.development-stack {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    width: min(94%, 650px);
    padding: 14px 14px 13px;
    overflow: hidden;
    border: 1px solid rgba(98, 201, 193, 0.34);
    border-radius: 16px;
    background:
        linear-gradient(115deg, rgba(98, 201, 193, 0.11), transparent 38%),
        linear-gradient(300deg, rgba(230, 57, 59, 0.11), transparent 42%),
        rgba(12, 13, 16, 0.94);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.42),
        0 0 36px rgba(98, 201, 193, 0.08);
    transform: translateX(-50%);
    backdrop-filter: blur(16px);
}

.development-stack::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    transform: translateX(-100%);
    animation: development-stack-scan 4.8s ease-in-out infinite;
    pointer-events: none;
}

.development-stack__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 11px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
    color: #f4f7fa;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.development-stack__heading small {
    color: #8f9aaa;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.development-stack__signal {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dev-teal);
    box-shadow: 0 0 0 5px rgba(98, 201, 193, 0.1), 0 0 16px var(--dev-teal);
    animation: development-stack-signal 1.8s ease-in-out infinite;
}

.development-stack__rails {
    display: grid;
    gap: 7px;
}

.development-stack__viewport {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.development-stack__viewport--reverse {
    opacity: 0.72;
}

.development-stack__track {
    width: max-content;
    display: flex;
    gap: 8px;
    animation: development-stack-marquee 24s linear infinite;
}

.development-stack__track--reverse {
    animation-name: development-stack-marquee-reverse;
    animation-duration: 29s;
}

.development-stack__track:hover {
    animation-play-state: paused;
}

.development-stack__track span {
    padding: 6px 11px;
    border: 1px solid #343840;
    border-radius: 7px;
    background: rgba(25, 27, 31, 0.92);
    color: #d5dae3;
    font-family: Consolas, monospace;
    font-size: 10px;
    white-space: nowrap;
    transition: 180ms ease;
}

.development-stack__track span:hover {
    border-color: var(--dev-red);
    color: #fff;
    box-shadow: 0 0 22px rgba(230, 57, 59, 0.18);
    transform: translateY(-3px);
}

@keyframes development-window-float {
    0%, 100% { transform: rotateY(-2deg) rotateX(1deg) translateY(0); }
    50% { transform: rotateY(0) rotateX(0) translateY(-10px); }
}

@keyframes development-code-pulse {
    0%, 100% { opacity: 0.72; }
    50% { opacity: 1; }
}

@keyframes development-chart-grow {
    from { transform: scaleY(0.72); opacity: 0.75; }
    to { transform: scaleY(1); opacity: 1; }
}

@keyframes development-stack-marquee {
    to { transform: translateX(-50%); }
}

@keyframes development-stack-marquee-reverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@keyframes development-stack-scan {
    0%, 28% { transform: translateX(-100%); }
    62%, 100% { transform: translateX(100%); }
}

@keyframes development-stack-signal {
    0%, 100% { opacity: 0.62; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.12); }
}

@keyframes expertise-content-enter {
    from { opacity: 0; transform: translate3d(-24px, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes expertise-visual-enter {
    from { opacity: 0; transform: translate3d(38px, 20px, 0) scale(0.97); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes expertise-eyebrow-line {
    from { opacity: 0; transform: scaleX(0); }
    to { opacity: 1; transform: scaleX(1); }
}

@keyframes expertise-glow-drift {
    from { transform: translate3d(-2%, -3%, 0) scale(0.96); opacity: 0.72; }
    to { transform: translate3d(5%, 4%, 0) scale(1.08); opacity: 1; }
}

@keyframes expertise-aurora-shift {
    from { transform: translate3d(-4%, -2%, 0) rotate(-12deg) scale(0.94); }
    to { transform: translate3d(6%, 5%, 0) rotate(6deg) scale(1.08); }
}

@keyframes expertise-signal-spin {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes expertise-ghost-scan {
    0%, 12% {
        background-position: 130% 0;
        opacity: 0.6;
        transform: translate3d(-1.5%, 0, 0);
    }
    55% {
        background-position: -30% 0;
        opacity: 1;
        transform: translate3d(1.5%, 0, 0);
    }
    78%, 100% {
        background-position: -30% 0;
        opacity: 0.6;
        transform: translate3d(-1.5%, 0, 0);
    }
}

@media (max-width: 1220px) {
    .development-hero__signal {
        right: 50%;
        width: min(100vw, 850px);
        transform: translate(50%, -50%);
    }

    @keyframes expertise-signal-spin {
        from { transform: translate(50%, -50%) rotate(0deg); }
        to { transform: translate(50%, -50%) rotate(360deg); }
    }

    .development-hero__container {
        min-height: auto;
        padding: 58px 0 76px;
    }

    .development-hero__layout {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .development-hero__content {
        /* max-width: 850px; */
        margin-inline: auto;
        text-align: center;
        max-width: 1000px;
    }

    .development-hero__eyebrow {
        justify-content: center;
    }

    .development-hero h1 {
        max-width: 760px;
        margin-inline: auto;
        font-size: clamp(2.65rem, 5.4vw, 3.35rem);
        line-height: 1.08;
        text-align: center;
    }

    .development-hero__intro {
        max-width: 680px;
        margin-inline: auto;
        font-size: 16px;
        line-height: 1.65;
        text-align: center;
    }

    .development-hero__actions {
        display: flex;
        justify-content: center;
    }

    .development-window {
        width: min(100%, 680px);
        max-width: 680px;
        transform: none;
    }

    .development-hero__visual {
        width: min(100%, 760px);
        max-width: 760px;
        justify-self: center;
        margin-inline: auto;
    }

    .development-stack {
        width: min(88%, 500px);
    }
}


@media (max-width: 767px) {
    .development-hero {
        min-height: auto;
    }

    .development-hero__ghost {
        top: 30%;
        left: 50%;
        font-size: clamp(6rem, 32vw, 10rem);
        opacity: 0.72;
    }

    .development-hero__signal {
        top: 62%;
        width: 150vw;
        opacity: 0.58;
    }

    .development-hero__aurora {
        right: -22%;
        width: 100%;
        opacity: 0.65;
    }

    .development-hero__container {
        max-width: calc(100% - 32px);
        min-height: auto;
        padding: 72px 0 58px;
    }

    .development-hero__layout {
        gap: 42px;
    }

    .development-hero__content {
        text-align: left;
        justify-items: center;
        margin-top: 0px;
    }

    .development-hero__eyebrow {
        justify-content: center;
        margin-bottom: 20px;
        gap: 9px;
        font-size: 10px;
        letter-spacing: 0.11em;
    }

    .development-hero__eyebrow span {
        width: 21px;
    }

    .development-hero__visual {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .development-hero h1 {
        /* max-width: 560px; */
        margin-inline: 0;
        font-size: clamp(1.9rem, 7vw, 2rem);
        letter-spacing: -0.035em;
        line-height: 1.1;
        text-align: center;
    }

    .development-hero__intro {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.7;
        max-width: 480px;
    }

    .development-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        width: 90%;
        max-width: 100%;
        margin-top: 30px;
    }

    .development-hero__actions .thm-btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 54px;
        padding-inline: 14px;
    }

    .development-hero__actions > .atirao-home,
    .development-hero__actions > .atirao-home .atirao-button {
        width: 100%;
        max-width: 100%;
    }

    .development-hero__actions .thm-btn .txt {
        white-space: normal;
    }

    .development-window {
        width: min(100%, 560px);
        max-width: 100%;
        margin-inline: auto;
        border-width: 3px;
        border-radius: 16px;
        animation-duration: 7s;
    }

    .development-stack {
        position: relative;
        top: auto;
        left: auto;
        order: -1;
        width: min(100%, 560px);
        margin-inline: auto;
        padding: 13px 11px 11px;
        transform: none;
    }

    .development-stack__heading {
        grid-template-columns: auto 1fr;
    }

    .development-stack__heading small {
        display: none;
    }

    .development-window__topbar {
        min-height: 50px;
        padding-inline: 14px;
        gap: 15px;
    }

    .development-window__lights {
        gap: 6px;
    }

    .development-window__lights i {
        width: 8px;
        height: 8px;
    }

    .development-window__topbar > span {
        padding: 6px 10px;
        font-size: 10px;
    }

    .development-window__code {
        min-height: 128px;
        /* padding: 18px 15px; */
        gap: 10px;
    }

    .development-window__code div {
        gap: 8px;
    }

    .development-window__code small {
        width: 18px;
        font-size: 9px;
    }

    .development-window__code i {
        height: 8px;
        max-width: 20%;
    }

    .development-window__preview-title {
        padding: 12px 17px;
        font-size: 9px;
    }

    .development-window__metrics {
        padding: 15px 14px 12px;
        gap: 7px;
    }

    .development-window__metrics div {
        min-height: 64px;
        padding: 12px 9px;
    }

    .development-window__metrics strong {
        font-size: 16px;
    }

    .development-window__metrics small {
        font-size: 7px;
    }

    .development-window__chart {
        height: 62px;
        margin: 0 14px 16px;
        padding: 10px;
        gap: 5px;
    }

}

@media (max-width: 430px) {
    .development-hero__container {
        max-width: calc(100% - 24px);
        padding-top: 36px;
    }

    .development-hero h1 {
        font-size: clamp(1.85rem, 8.5vw, 2.1rem);
        line-height: 1.12;
        word-break: normal;
        text-align: center;
    }

    .development-hero__intro {
        font-size: 12.5px;
        line-height: 1.65;
    }

    .development-stack__track span {
        padding: 5px 9px;
        font-size: 9px;
    }

    .development-window__metrics {
        grid-template-columns: 1fr;
    }

    .development-window__metrics div {
        min-height: 48px;
    }

    .development-window__chart {
        height: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .development-hero__glow,
    .development-hero__aurora,
    .development-hero__signal,
    .development-hero__ghost span,
    .development-hero__content,
    .development-hero__visual,
    .development-hero__eyebrow span,
    .development-window,
    .development-window__code i,
    .development-window__chart i,
    .development-stack__track,
    .development-stack::before,
    .development-stack__signal {
        animation: none;
    }

    .development-stack__viewport {
        overflow-x: auto;
        mask-image: none;
        scrollbar-width: thin;
    }
}

/* ============================================================
   EXPERTISE HERO — PAGE-SPECIFIC CREATIVE VISUALS
   ============================================================ */

.development-hero__visual--compact {
    padding-top: 10px;
    width: min(100%, 760px);
    max-width: min(100%, 760px);
    justify-self: end;
}

/* Shared base for all custom visuals */
.eh-seo, .eh-analytics, .eh-ads, .eh-flow, .eh-funnel, .eh-content, .eh-social {
    width: 100%;
    max-width: clamp(520px, 46vw, 740px);
    min-height: 470px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    background: #0d0f12;
    border: 2px solid #606264;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 72px rgba(0,0,0,0.52);
    font-family: "PoppinsRegular", "Poppins", Arial, sans-serif;
    color: #d5dae3;
}
.eh-seo    { animation: development-window-float 7s   ease-in-out infinite; }
.eh-analytics { animation: development-window-float 6.5s ease-in-out infinite; }
.eh-ads    { animation: development-window-float 7.5s ease-in-out infinite; }
.eh-flow   { animation: development-window-float 8s   ease-in-out infinite; }
.eh-funnel { animation: development-window-float 8.5s ease-in-out infinite; }
.eh-content{ animation: development-window-float 9s   ease-in-out infinite; }
.eh-social { animation: development-window-float 7s   ease-in-out infinite; }

/* Shared topbar / header */
.eh-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 15px 22px;
    background: #080a0c;
    border-bottom: 1px solid #1e2024;
    font-size: 14px;
    font-weight: 600;
    color: #d5dae3;
}

.eh-pulse {
    display: flex;
    align-items: center;
    gap: 10px;
}
.eh-pulse__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.eh-pulse__dot--teal  { background: var(--dev-teal); box-shadow: 0 0 8px var(--dev-teal); animation: development-stack-signal 2s ease-in-out infinite; }
.eh-pulse__dot--green { background: #4ade80; box-shadow: 0 0 8px #4ade80; animation: development-stack-signal 2s ease-in-out infinite; }

.eh-tag-sm {
    font-size: 12px;
    font-family: Consolas, monospace;
    color: var(--dev-teal);
}

/* Shared footer stats */
.eh-footer-stats {
    display: grid;
    border-top: 1px solid #1e2024;
    background: #0c0e10;
}
.eh-footer-stats--3 { grid-template-columns: repeat(3, 1fr); }
.eh-footer-stats--2 { grid-template-columns: repeat(2, 1fr); }
.eh-footer-stats__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 82px;
    padding: 16px 12px;
    border-right: 1px solid #1e2024;
    text-align: center;
}
.eh-footer-stats__cell:last-child { border-right: none; }
.eh-footer-stats__cell strong {
    font-size: 21px;
    font-family: "PoppinsBold", sans-serif;
    color: #fff;
    line-height: 1;
}
.eh-footer-stats__cell--teal strong { color: var(--dev-teal); }
.eh-footer-stats__cell--red  strong { color: var(--dev-red); }
.eh-footer-stats__cell small {
    font-size: 10.5px;
    font-family: Consolas, monospace;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 8px;
}

/* ---- SEO: SERP MOCKUP ---- */
.eh-seo__bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #080a0c;
    border-bottom: 1px solid #1e2024;
}
.eh-seo__input {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    background: #111315;
    border: 1px solid #252729;
    border-radius: 7px;
    padding: 10px 14px;
    font-family: Consolas, monospace;
    font-size: 13px;
    color: #8b92a4;
}
.eh-seo__btn {
    padding: 10px 16px;
    background: var(--dev-red);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    cursor: default;
    white-space: nowrap;
}
.eh-seo__results {
    padding: 8px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.eh-seo__result {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 20px;
    border-bottom: 1px solid #16181b;
}
.eh-seo__result:last-child { border-bottom: none; }
.eh-seo__result--first {
    background: rgba(98,201,193,0.05);
    border-left: 3px solid var(--dev-teal);
    padding-left: 17px;
}
.eh-seo__pos {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dev-teal);
    color: #000;
    font-family: "PoppinsBold", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}
.eh-seo__pos--dim { background: #1e2024; color: #6b7280; }
.eh-seo__url { font-family: Consolas, monospace; font-size: 11px; color: var(--dev-teal); margin-bottom: 4px; }
.eh-seo__title { font-size: 14px; color: #e2e8f0; font-weight: 600; line-height: 1.35; margin-bottom: 4px; }
.eh-seo__snippet { font-size: 12px; color: #818898; line-height: 1.5; }

/* ---- ANALYTICS: DATA REPORT ---- */
.eh-analytics__kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #1e2024;
}
.eh-analytics__kpis > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 10px;
    border-right: 1px solid #1e2024;
    text-align: center;
}
.eh-analytics__kpis > div:last-child { border-right: none; }
.eh-analytics__kpis small {
    font-size: 10.5px;
    font-family: Consolas, monospace;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.eh-analytics__kpis strong {
    font-size: 19px;
    color: #fff;
    font-family: "PoppinsBold", sans-serif;
    line-height: 1;
}
.eh-analytics__kpis > div:first-child strong { color: var(--dev-teal); }
.eh-analytics__kpis > div:last-child strong { color: var(--dev-red); }
.eh-analytics__kpis em {
    font-size: 11.5px;
    color: #4ade80;
    font-style: normal;
    margin-top: 6px;
}
.eh-analytics__chart {
    padding: 20px 22px 4px;
    height: 118px;
}
.eh-analytics__chart svg { width: 100%; height: 100%; display: block; }
.eh-analytics__sources { padding: 14px 22px 18px; }
.eh-analytics__src-label {
    font-size: 11px;
    font-family: Consolas, monospace;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.eh-analytics__src {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
    font-size: 12.5px;
}
.eh-analytics__src:last-child { margin-bottom: 0; }
.eh-analytics__src > span { width: 90px; flex-shrink: 0; color: #9ca3af; }
.eh-analytics__srcbar {
    flex: 1;
    height: 8px;
    background: #1e2024;
    border-radius: 3px;
    overflow: hidden;
}
.eh-analytics__srcbar > div {
    height: 100%;
    background: linear-gradient(90deg, var(--dev-teal), rgba(98,201,193,0.4));
    border-radius: 3px;
}
.eh-analytics__src small { width: 34px; text-align: right; color: #87909f; font-family: Consolas, monospace; font-size: 11px; }

/* ---- PAID ADS: CAMPAIGN CARDS ---- */
.eh-ads__cards { padding: 16px 20px; display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 12px; }
.eh-ads__card {
    background: #111315;
    border: 1px solid #252729;
    border-radius: 12px;
    padding: 15px 18px;
}
.eh-ads__card--dim { opacity: 0.6; }
.eh-ads__platform { display: flex; align-items: center; gap: 13px; margin-bottom: 10px; }
.eh-ads__icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "PoppinsBold", sans-serif;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}
.eh-ads__platform strong { font-size: 14px; color: #e2e8f0; font-weight: 600; display: block; line-height: 1; margin-bottom: 4px; }
.eh-ads__status { font-size: 11px; color: #87909f; font-family: Consolas, monospace; }
.eh-ads__status--on { color: #4ade80; }
.eh-ads__roas { margin-left: auto; font-family: "PoppinsBold", sans-serif; font-size: 15px; color: var(--dev-teal); }
.eh-ads__perf { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 11px; color: #87909f; font-family: Consolas, monospace; }
.eh-ads__perf-bar { flex: 1; height: 7px; background: #1e2024; border-radius: 4px; overflow: hidden; }
.eh-ads__perf-bar > div { height: 100%; background: linear-gradient(90deg, var(--dev-red), rgba(230,57,59,0.4)); border-radius: 3px; }
.eh-ads__nums { display: flex; gap: 22px; }
.eh-ads__nums > div { display: flex; flex-direction: column; }
.eh-ads__nums small { font-size: 10px; font-family: Consolas, monospace; color: #87909f; text-transform: uppercase; letter-spacing: 0.05em; }
.eh-ads__nums strong { font-size: 17px; color: #e2e8f0; font-family: "PoppinsBold", sans-serif; }

/* ---- AUTOMATION: WORKFLOW DIAGRAM ---- */
.eh-flow__diagram {
    padding: 18px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.eh-flow__node {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    max-width: 370px;
    padding: 12px 16px;
    background: #111315;
    border: 1px solid #252729;
    border-radius: 11px;
}
.eh-flow__node--trigger { border-color: var(--dev-teal); background: rgba(98,201,193,0.06); }
.eh-flow__node--delay   { border-color: #8d7026; background: rgba(141,112,38,0.06); }
.eh-flow__node--yes     { border-color: #4ade80; background: rgba(74,222,128,0.05); width: 90%; }
.eh-flow__node--no      { border-color: var(--dev-red); background: rgba(230,57,59,0.05); width: 90%; }
.eh-flow__node strong   { font-size: 13px; color: #e2e8f0; display: block; font-weight: 600; line-height: 1; margin-bottom: 4px; }
.eh-flow__node small    { font-size: 10.5px; color: #87909f; font-family: Consolas, monospace; }
.eh-flow__icon          { font-size: 18px; flex-shrink: 0; line-height: 1; }
.eh-flow__arrow         { width: 2px; height: 16px; background: #252729; margin: 3px auto; position: relative; }
.eh-flow__arrow::after  {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #252729;
}
.eh-flow__condition {
    padding: 8px 22px;
    background: rgba(141,112,38,0.1);
    border: 1px dashed #8d7026;
    border-radius: 20px;
    font-size: 12px;
    font-family: Consolas, monospace;
    color: #c9a83e;
    margin: 2px 0;
}
.eh-flow__branches { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; margin-top: 4px; }
.eh-flow__branch   { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.eh-flow__branch-label { font-size: 11px; font-family: Consolas, monospace; font-weight: 700; letter-spacing: 0.06em; }
.eh-flow__branch-label.yes { color: #4ade80; }
.eh-flow__branch-label.no  { color: var(--dev-red); }

/* ---- MARKETING DIGITAL: FUNNEL ---- */
.eh-funnel__stages { padding: 20px 24px; display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 12px; }
.eh-funnel__stage  { display: flex; align-items: center; gap: 16px; }
.eh-funnel__stage-bar {
    width: var(--fw);
    min-width: 80px;
    background: #111315;
    border: 1px solid #252729;
    border-radius: 8px;
    padding: 12px 15px;
}
.eh-funnel__stage--final .eh-funnel__stage-bar { background: rgba(230,57,59,0.1); border-color: var(--dev-red); }
.eh-funnel__stage-label {
    display: block;
    font-size: 11.5px;
    font-family: Consolas, monospace;
    font-weight: 700;
    color: #d5dae3;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 5px;
}
.eh-funnel__stage--final .eh-funnel__stage-label { color: var(--dev-red); }
.eh-funnel__stage-sub {
    font-size: 10.5px;
    color: #6b7280;
    font-family: Consolas, monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eh-funnel__stage-metric {
    flex-shrink: 0;
    text-align: right;
    font-size: 16px;
    font-family: "PoppinsBold", sans-serif;
    color: var(--dev-teal);
    white-space: nowrap;
}
.eh-funnel__stage--final .eh-funnel__stage-metric { color: var(--dev-red); }
.eh-funnel__stage-metric small { display: block; font-size: 10px; color: #87909f; font-family: Consolas, monospace; font-weight: 400; }

/* ---- MARKETING DE CONTENU: CALENDAR + ARTICLES ---- */
.eh-content__calendar { padding: 18px 22px; border-bottom: 1px solid #1e2024; }
.eh-content__days-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: Consolas, monospace;
    color: #6b7280;
    text-transform: uppercase;
    text-align: center;
}
.eh-content__week { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 8px; }
.eh-content__week:last-child { margin-bottom: 0; }
.eh-content__day {
    height: 35px;
    border-radius: 6px;
    background: #111315;
    border: 1px solid #1e2024;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    font-family: Consolas, monospace;
    font-weight: 700;
    color: transparent;
}
.eh-content__day--blog   { background: rgba(61,139,255,0.18); border-color: #3d8bff; color: #7db3ff; }
.eh-content__day--video  { background: rgba(230,57,59,0.18);  border-color: var(--dev-red); color: #ff8585; }
.eh-content__day--email  { background: rgba(141,112,38,0.18); border-color: #8d7026; color: #c9a83e; }
.eh-content__day--social { background: rgba(98,201,193,0.18); border-color: var(--dev-teal); color: var(--dev-teal); }
.eh-content__articles { padding: 14px 22px; display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 10px; border-bottom: 1px solid #1e2024; }
.eh-content__article {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: #111315;
    border: 1px solid #1e2024;
    border-radius: 9px;
}
.eh-content__tag {
    flex-shrink: 0;
    font-size: 10.5px;
    font-family: Consolas, monospace;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
}
.eh-content__tag--blog  { background: rgba(61,139,255,0.2); color: #7db3ff; }
.eh-content__tag--video { background: rgba(230,57,59,0.2);  color: #ff8585; }
.eh-content__tag--email { background: rgba(141,112,38,0.2); color: #c9a83e; }
.eh-content__tag--social{ background: rgba(98,201,193,0.2); color: var(--dev-teal); }
.eh-content__article-title {
    flex: 1;
    font-size: 13px;
    color: #d5dae3;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eh-content__article-stats { display: flex; gap: 12px; font-size: 11px; color: #87909f; font-family: Consolas, monospace; flex-shrink: 0; }

/* ---- SOCIAL MEDIA: POST CARDS ---- */
.eh-social__post { padding: 18px 22px; border-bottom: 1px solid #1e2024; }
.eh-social__post-header { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.eh-social__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dev-red), var(--dev-teal));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "PoppinsBold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}
.eh-social__author strong { display: block; font-size: 14px; color: #e2e8f0; font-weight: 600; line-height: 1; margin-bottom: 4px; }
.eh-social__platform { font-size: 11px; font-family: Consolas, monospace; }
.eh-social__platform--ig { color: #e4405f; }
.eh-social__platform--li { color: #4a90d9; }
.eh-social__time { margin-left: auto; font-size: 11px; color: #87909f; font-family: Consolas, monospace; flex-shrink: 0; }
.eh-social__img {
    height: 105px;
    border-radius: 9px;
    border: 1px solid #252729;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #1a0a0b 0%, #0a1a1a 100%);
}
.eh-social__img::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 50%, rgba(230,57,59,0.22) 0%, transparent 50%),
        radial-gradient(circle at 75% 50%, rgba(98,201,193,0.18) 0%, transparent 50%);
}
.eh-social__img-text {
    position: relative;
    text-align: center;
    color: #fff;
    font-family: "PoppinsBold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.eh-social__caption { font-size: 13px; color: #aab1bf; line-height: 1.55; margin-bottom: 12px; }
.eh-social__engagement { display: flex; gap: 20px; font-size: 12px; color: #87909f; font-family: Consolas, monospace; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1220px) {
    .development-hero__visual--compact {
        width: min(100%, 760px);
        max-width: 760px;
        justify-self: center;
    }
    .eh-seo, .eh-analytics, .eh-ads, .eh-flow, .eh-funnel, .eh-content, .eh-social {
        max-width: min(100%, 740px);
    }
    .eh-analytics__kpis > div { padding: 9px 6px; }
}

@media (max-width: 767px) {
    .development-hero__visual--compact {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .eh-seo, .eh-analytics, .eh-ads, .eh-flow, .eh-funnel, .eh-content, .eh-social {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        border-radius: 16px;
    }
    .eh-topbar {
        min-height: 48px;
        padding: 12px 14px;
        gap: 10px;
        font-size: 11px;
    }
    .eh-tag-sm { font-size: 9px; }
    .eh-footer-stats__cell {
        min-height: 65px;
        padding: 12px 7px;
    }
    .eh-footer-stats__cell strong { font-size: 16px; }
    .eh-footer-stats__cell small { font-size: 8px; margin-top: 5px; }
    .eh-ads__cards { padding: 8px 10px; }
    .eh-ads__nums  { gap: 8px; }
    .eh-content__article-stats { display: none; }
    .eh-flow__diagram { padding: 10px 14px; }
    .eh-funnel__stages { padding: 11px 14px; }
    .eh-social__img { height: 58px; }
    .eh-analytics__kpis { grid-template-columns: repeat(2, 1fr); }
    .eh-analytics__kpis > div:nth-child(2) { border-right: none; }
    .eh-analytics__kpis > div:nth-child(3),
    .eh-analytics__kpis > div:nth-child(4) { border-top: 1px solid #1e2024; }
}

@media (prefers-reduced-motion: reduce) {
    .eh-seo, .eh-analytics, .eh-ads, .eh-flow, .eh-funnel, .eh-content, .eh-social { animation: none; }
    .eh-pulse__dot--teal, .eh-pulse__dot--green { animation: none; }
}
