/* Лендинг /developers — body.landing-developers (заказчики) */

.landing-developers .cl-hero-wrap {
    margin-bottom: 2rem;
}

.landing-developers .dash-section {
    margin-bottom: 2rem;
}

.landing-developers .dash-section:last-child {
    margin-bottom: 1.25rem;
}

.landing-developers .cl-section-title {
    margin-bottom: 0.65rem;
}

.landing-developers .cl-section-lead {
    max-width: 42rem;
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
}

.landing-developers .cl-section-lead--full {
    max-width: none;
    width: 100%;
}

/* Hero — premium enterprise, slate + teal */
.landing-developers .cl-hero.dash-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 2.35rem);
    border: 1px solid rgba(30, 41, 59, 0.1);
    background-color: #fafbfc;
    background-image:
        linear-gradient(165deg, #f8fafc 0%, #ffffff 38%, #f1f5f9 100%),
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: auto, 32px 32px, 32px 32px;
}

.landing-developers .cl-hero__accent {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(60px);
}

.landing-developers .cl-hero__accent:first-of-type {
    width: min(55%, 420px);
    height: 280px;
    top: -8%;
    right: -5%;
    background: radial-gradient(circle, rgba(22, 157, 142, 0.14), transparent 70%);
}

.landing-developers .cl-hero__accent--2 {
    width: min(45%, 320px);
    height: 220px;
    bottom: -12%;
    left: 5%;
    background: radial-gradient(circle, rgba(180, 134, 11, 0.08), transparent 72%);
}

.landing-developers .cl-hero .row {
    position: relative;
    z-index: 1;
}

.landing-developers .cl-hero__eyebrow {
    color: #475569;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.landing-developers .cl-hero__trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin-top: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.landing-developers .cl-hero__trust-line span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.landing-developers .cl-hero__trust-line .bi {
    color: rgb(100, 116, 139);
    font-size: 0.95rem;
}

@media (prefers-reduced-motion: no-preference) {
    .landing-developers .cl-hero .cl-mockup {
        animation: clFadeUp 0.65s ease both;
        animation-delay: 0.1s;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .landing-developers .cl-hero .cl-mockup {
        animation: none !important;
    }
}

/* Mockup */
.landing-developers .cl-mockup {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .landing-developers .cl-mockup {
        margin-right: 0;
        margin-left: auto;
    }
}

.landing-developers .cl-mockup__chrome {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    background: #e8ecf1;
    border: 1px solid #d1d9e2;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
}

.landing-developers .cl-mockup__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.landing-developers .cl-mockup__dot--r { background: #ff6b6b; }
.landing-developers .cl-mockup__dot--y { background: #feca57; }
.landing-developers .cl-mockup__dot--g { background: #1dd1a1; }

.landing-developers .cl-mockup__url {
    margin-left: auto;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 62%;
}

.landing-developers .cl-mockup__shell.hg-mockup__shell {
    border-radius: 0 0 14px 14px;
    border: 1px solid #dde3ea;
    border-top: none;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
    background: #fff;
}

.landing-developers .cl-mockup__catalog-title {
    margin: 0.85rem 0.85rem 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1e293b;
}

.landing-developers .cl-mockup__card--org {
    align-items: flex-start;
    position: relative;
}

.landing-developers .cl-mockup__card--org-alt {
    opacity: 0.92;
    transform: scale(0.98);
    transform-origin: top center;
}

.landing-developers .cl-mockup__org-logo.hg-mockup__logo {
    width: 40px;
    height: 40px;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(145deg, #1e293b, #334155);
    color: #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.landing-developers .cl-mockup__org-logo--alt {
    background: linear-gradient(145deg, #169d8e, #0f766e);
}

.landing-developers .cl-mockup__badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 1.35rem;
    height: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(22, 157, 142, 0.14);
    color: #169d8e;
    font-size: 0.75rem;
}

.landing-developers .cl-mockup__card--tender {
    border-left: 3px solid #169d8e;
    background: linear-gradient(90deg, rgba(22, 157, 142, 0.06), transparent 55%);
}

/* Benefit cards */
.landing-developers .cl-benefit-card {
    padding: 1.35rem 1.25rem;
    border: 1px solid #e8eaed;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.landing-developers .cl-benefit-card:hover {
    border-color: rgba(22, 157, 142, 0.22);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

@media (prefers-reduced-motion: no-preference) {
    .landing-developers .cl-benefit-card:hover {
        transform: translateY(-3px);
    }
}

.landing-developers .cl-benefit-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 0.85rem;
    font-size: 1.15rem;
    color: #169d8e;
    background: linear-gradient(145deg, rgba(22, 157, 142, 0.12), rgba(22, 157, 142, 0.04));
    border: 1px solid rgba(22, 157, 142, 0.15);
}

.landing-developers .cl-benefit-card__title {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #1e293b;
}

/* Project cards + map */
.landing-developers .cl-project-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.landing-developers .cl-project-card {
    padding: 1rem 1.1rem;
    border: 1px solid #e8eaed;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-developers .cl-project-card:hover {
    border-color: rgba(30, 41, 59, 0.14);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.landing-developers .cl-project-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.landing-developers .cl-project-card__year {
    color: #169d8e;
}

.landing-developers .cl-project-card__area {
    color: #94a3b8;
}

.landing-developers .cl-project-card__name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #1e293b;
}

.landing-developers .cl-map-card {
    padding: 1.25rem 1.35rem 1.35rem;
    border: 1px solid rgba(30, 41, 59, 0.1);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.landing-developers .cl-map-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
    margin-bottom: 1rem;
}

.landing-developers .cl-map-card__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
}

.landing-developers .cl-map-card__hint {
    font-size: 0.8rem;
}

.landing-developers .cl-mockup__portfolio {
    padding: 0.85rem 0.5rem 0.25rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eef2f6;
}

.landing-developers .cl-mockup__portfolio .cl-mockup-dash-timeline.dash-timeline-segments {
    min-height: 4.5rem;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-segment {
    min-width: 3.5rem;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-segment-track {
    min-height: 2rem;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-segment-year,
.landing-developers .cl-mockup__portfolio .cl-mockup-dash-timeline-total .dash-timeline-segment-year {
    font-size: 0.7rem;
}

.landing-developers .cl-mockup__portfolio .cl-mockup-dash-timeline-dot.dash-timeline-dot {
    cursor: default;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-tooltip {
    font-size: 0.68rem;
    max-width: 11rem;
}

.landing-developers .cl-mockup__portfolio .cl-mockup-dash-timeline-total {
    margin-top: 0.35rem;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-mobile {
    margin-top: 0.75rem;
}

.landing-developers .cl-mockup__portfolio .dash-timeline-item-link {
    font-size: 0.72rem;
}

.landing-developers .cl-map-card__note {
    margin-top: 0.85rem;
    font-size: 0.78rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* Steps */
.landing-developers .cl-steps {
    position: relative;
}

@media (min-width: 992px) {
    .landing-developers .cl-steps::before {
        content: '';
        position: absolute;
        left: 6%;
        right: 6%;
        top: 2.5rem;
        height: 2px;
        background: linear-gradient(90deg, rgba(30, 41, 59, 0.08), rgba(22, 157, 142, 0.35), rgba(30, 41, 59, 0.08));
        z-index: 0;
        pointer-events: none;
    }

    .landing-developers .cl-step {
        position: relative;
        z-index: 1;
    }
}

.landing-developers .cl-step {
    padding: 1.25rem 1.35rem 1.35rem;
    border: 1px solid #e8eaed;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-developers .cl-step:hover {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

@media (prefers-reduced-motion: no-preference) {
    .landing-developers .cl-step:hover {
        transform: translateY(-2px);
    }
}

.landing-developers .cl-step__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.landing-developers .cl-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(145deg, #1e293b, #334155);
    margin-bottom: 0;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
}

.landing-developers .cl-step__title {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.landing-developers .cl-step__text {
    padding-left: calc(2.5rem + 0.75rem);
}

/* Граф связей (компонент профиля) */
.landing-developers .cl-graph-showcase {
    margin-bottom: 2rem;
}

.landing-developers .cl-graph-showcase__card {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(30, 41, 59, 0.1);
}

.landing-developers .cl-graph-showcase__card .connections-graph-inline {
    margin-top: 0;
    background: transparent;
}

.landing-developers .cl-graph-showcase__card .connections-graph-inline-body {
    padding: 0.85rem 0.85rem 1rem;
}

.landing-developers .cl-graph-showcase__card .connections-graph-canvas-inner {
    min-height: 280px;
}

@media (min-width: 992px) {
    .landing-developers .cl-graph-showcase__card .connections-graph-inline-body--split {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    }

    .landing-developers .cl-graph-showcase__card .connections-graph-details {
        order: 0;
    }

    .landing-developers .cl-graph-showcase__card .connections-graph-canvas {
        order: 0;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .landing-developers .cl-step__text {
        padding-left: 0;
    }
}

/* Trust panel */
.landing-developers .cl-trust-panel {
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(30, 41, 59, 0.1);
    background:
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(22, 157, 142, 0.07), transparent 55%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(22, 157, 142, 0.05), transparent 50%),
        #fff;
}

.landing-developers .cl-trust-item__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.landing-developers .cl-trust-panel__title {
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.landing-developers .cl-trust-panel__lead {
    max-width: none;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 0.98rem;
}

.landing-developers .cl-trust-item__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #169d8e;
    background: linear-gradient(145deg, rgba(22, 157, 142, 0.12), rgba(22, 157, 142, 0.04));
    border: 1px solid rgba(22, 157, 142, 0.15);
}

.landing-developers .cl-trust-item__title {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
    white-space: nowrap;
    line-height: 1.25;
}

/* CTA buttons (guest landing без body_guest_home) */
.landing-developers .hg-cta-fill {
    background: #169d8e;
    border: 1px solid #169d8e;
    color: #fff !important;
    font-weight: 600;
}

.landing-developers .hg-cta-fill:hover {
    background: #148a7d;
    border-color: #148a7d;
    color: #fff !important;
}

.landing-developers .hg-cta-fill:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(22, 157, 142, 0.35);
}

.landing-developers .hg-cta-outline {
    background: transparent;
    color: #1e293b !important;
    border: 2px solid #334155;
    font-weight: 600;
}

.landing-developers .hg-cta-outline:hover {
    background: rgba(30, 41, 59, 0.06);
    color: #0f172a !important;
    border-color: #1e293b;
}

.landing-developers .hg-cta-outline:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(30, 41, 59, 0.15);
}

/* FAQ */
.landing-developers .cl-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.landing-developers .cl-faq-item {
    border: 1px solid #e8eaed;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s ease;
}

.landing-developers .cl-faq-item.is-open {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
    border-color: rgba(30, 41, 59, 0.14);
}

.landing-developers .cl-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1.1rem;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease;
}

.landing-developers .cl-faq-q:hover {
    background: rgba(30, 41, 59, 0.04);
}

.landing-developers .cl-faq-item.is-open .cl-faq-q {
    background: rgba(22, 157, 142, 0.07);
    color: #0f5c54;
}

.landing-developers .cl-faq-q__chev {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.05);
    position: relative;
}

.landing-developers .cl-faq-q__chev::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    margin-top: -0.15rem;
    transition: transform 0.22s ease;
}

.landing-developers .cl-faq-item.is-open .cl-faq-q__chev::before {
    transform: rotate(-135deg);
    margin-top: 0.1rem;
}

.landing-developers .cl-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.landing-developers .cl-faq-item.is-open .cl-faq-panel {
    grid-template-rows: 1fr;
}

.landing-developers .cl-faq-panel__inner {
    overflow: hidden;
    min-height: 0;
    padding: 0 1.1rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    border-top: 1px solid transparent;
}

.landing-developers .cl-faq-panel__inner a {
    color: #117b72;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.landing-developers .cl-faq-item.is-open .cl-faq-panel__inner {
    padding-bottom: 1rem;
    border-top-color: rgba(22, 157, 142, 0.12);
    padding-top: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
    .landing-developers .cl-faq-panel {
        transition: none;
    }
}

/* Final CTA */
.landing-developers .cl-final-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
    border: 1px solid rgba(30, 41, 59, 0.12);
    background-image:
        radial-gradient(circle at 15% 25%, rgba(22, 157, 142, 0.1), transparent 42%),
        radial-gradient(circle at 85% 75%, rgba(184, 134, 11, 0.08), transparent 45%),
        linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.landing-developers .cl-final-cta__title {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #1e293b;
    max-width: 34rem;
    line-height: 1.25;
}

.landing-developers .cl-final-cta__lead {
    max-width: 32rem;
    font-size: 0.98rem;
}

.landing-developers .cl-final-cta__btn {
    flex-shrink: 0;
}
