/**
 * Dezvoltare Web — hero only (2026 editorial)
 * Scoped to .wd-hero--2026 — keeps existing markup & copy
 */
.bw-page:has(.wd-hero--2026) .breadcrumb-nav {
    padding: 5.5rem 0 0.5rem;
    background: transparent;
}

.bw-page:has(.wd-hero--2026) .breadcrumb-list a {
    color: #8fbf5a;
}

.bw-page:has(.wd-hero--2026) .breadcrumb-current {
    color: rgba(245, 241, 230, 0.72);
}

.wd-hero--2026 {
    --wdh-accent: #8fbf5a;
    --wdh-accent-deep: #6bb832;
    --wdh-paper: #F5F1E6;
    --wdh-mute: rgba(245, 241, 230, 0.72);
    --wdh-line: rgba(245, 241, 230, 0.12);
    --wdh-shell: min(1240px, calc(100% - 2rem));
    position: relative;
    padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(3rem, 6vw, 4.5rem) !important;
    background:
        radial-gradient(ellipse 50% 55% at 12% 10%, rgba(107, 184, 50, 0.1), transparent 55%),
        radial-gradient(ellipse 40% 45% at 90% 80%, rgba(143, 191, 90, 0.06), transparent 50%),
        var(--bg-dark, #0a0a0f) !important;
    overflow: hidden;
    color: var(--wdh-paper);
}

.wd-hero--2026 .hero-bg-animated,
.wd-hero--2026 .hero-shapes {
    display: none !important;
}

.wd-hero--2026 .container-full {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: min(1240px, calc(100% - 2rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1rem, 2vw, 1.5rem) !important;
    padding-right: clamp(1rem, 2vw, 1.5rem) !important;
    box-sizing: border-box !important;
}

.wd-hero--2026 .hero-content-modern {
    display: grid !important;
    gap: clamp(1.75rem, 4vw, 3rem) !important;
    align-items: center !important;
}

@media (min-width: 960px) {
    .wd-hero--2026 .hero-content-modern {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    }
}

.wd-hero--2026 .wd-hero__eyebrow {
    margin: 0 0 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wdh-accent);
}

.wd-hero--2026 .wd-hero__eyebrow::before {
    content: '';
    width: 1.5rem;
    height: 2px;
    background: linear-gradient(90deg, #6bb832, transparent);
}

.wd-hero--2026 .hero-trust-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.55rem !important;
    margin: 0 0 1.25rem !important;
}

.wd-hero--2026 .trust-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    padding: 0.42rem 0.8rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(143, 191, 90, 0.35) !important;
    background: rgba(107, 184, 50, 0.1) !important;
    color: var(--wdh-accent) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.wd-hero--2026 .trust-badge svg {
    width: 14px !important;
    height: 14px !important;
    stroke: var(--wdh-accent) !important;
}

.wd-hero--2026 .hero-headline-modern {
    margin: 0 0 1rem !important;
    font-size: clamp(2.15rem, 5vw, 3.35rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.08 !important;
    color: var(--wdh-paper) !important;
}

.wd-hero--2026 .headline-line {
    display: block;
}

.wd-hero--2026 .highlight-gradient {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: var(--wdh-accent) !important;
}

.wd-hero--2026 .hero-subheading-modern {
    margin: 0 0 1.5rem !important;
    max-width: 38rem !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
    color: var(--wdh-mute) !important;
}

.wd-hero--2026 .hero-cta-modern {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.7rem !important;
    margin: 0 0 1.75rem !important;
}

.wd-hero--2026 .btn-hero-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    min-height: 3rem !important;
    padding: 0.8rem 1.35rem !important;
    border-radius: 11px !important;
    background: var(--wdh-accent-deep) !important;
    color: #0a0a0f !important;
    border: 1px solid rgba(107, 184, 50, 0.5) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(107, 184, 50, 0.2) !important;
    transition: transform 0.2s ease, background 0.2s ease !important;
    overflow: hidden;
}

.wd-hero--2026 .btn-hero-primary:hover {
    background: #7ac63a !important;
    transform: translateY(-1px) !important;
}

.wd-hero--2026 .btn-hero-primary .btn-ripple {
    display: none !important;
}

.wd-hero--2026 .btn-hero-primary .btn-icon {
    width: 1.05rem;
    height: 1.05rem;
    stroke: currentColor;
}

.wd-hero--2026 .btn-hero-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    min-height: 3rem !important;
    padding: 0.8rem 1.35rem !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: var(--wdh-paper) !important;
    border: 1px solid rgba(143, 191, 90, 0.35) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease !important;
}

.wd-hero--2026 .btn-hero-secondary:hover {
    border-color: rgba(143, 191, 90, 0.55) !important;
    background: rgba(107, 184, 50, 0.08) !important;
    transform: translateY(-1px) !important;
}

.wd-hero--2026 .btn-hero-secondary .btn-icon {
    width: 1.05rem;
    height: 1.05rem;
    stroke: var(--wdh-accent);
}

.wd-hero--2026 .hero-quick-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.65rem !important;
    max-width: 28rem !important;
}

.wd-hero--2026 .quick-stat {
    padding: 0.85rem 0.7rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(143, 191, 90, 0.22) !important;
    background: rgba(107, 184, 50, 0.06) !important;
    text-align: center !important;
    box-shadow: none !important;
}

.wd-hero--2026 .stat-value {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: var(--wdh-accent) !important;
    letter-spacing: -0.02em !important;
}

.wd-hero--2026 .stat-label {
    margin-top: 0.2rem !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: rgba(245, 241, 230, 0.55) !important;
}

.wd-hero--2026 .hero-visual-modern .visual-container {
    position: relative;
    min-height: 320px;
}

.wd-hero--2026 .mockup-card {
    border-radius: 14px !important;
    border: 1px solid rgba(143, 191, 90, 0.28) !important;
    background: rgba(12, 13, 18, 0.92) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4) !important;
}

.wd-hero--2026 .mockup-header {
    background: rgba(107, 184, 50, 0.22) !important;
}

.wd-hero--2026 .mockup-line {
    background: rgba(245, 241, 230, 0.18) !important;
}

.wd-hero--2026 .mockup-label {
    color: var(--wdh-mute) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
}

.wd-hero--2026 .floating-element {
    border-color: rgba(143, 191, 90, 0.35) !important;
    background: rgba(107, 184, 50, 0.12) !important;
    color: var(--wdh-accent) !important;
    box-shadow: none !important;
}

.wd-hero--2026 .hero-scroll-indicator {
    color: var(--wdh-accent) !important;
    opacity: 0.55;
    margin-top: 1.75rem;
}

@media (max-width: 640px) {
    .wd-hero--2026 .hero-quick-stats {
        grid-template-columns: 1fr !important;
        max-width: none !important;
    }

    .wd-hero--2026 .hero-cta-modern {
        flex-direction: column !important;
    }

    .wd-hero--2026 .btn-hero-primary,
    .wd-hero--2026 .btn-hero-secondary {
        width: 100% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wd-hero--2026 .btn-hero-primary,
    .wd-hero--2026 .btn-hero-secondary {
        transition: none !important;
    }
}

/* —— Servicii Digitale / Digital Services —— */
.wd-services--2026 {
    --wds-accent: #8fbf5a;
    --wds-accent-deep: #6bb832;
    --wds-paper: #F5F1E6;
    --wds-mute: rgba(245, 241, 230, 0.72);
    --wds-line: rgba(245, 241, 230, 0.12);
    --wds-shell: min(1240px, calc(100% - 2rem));
    position: relative;
    padding: clamp(3rem, 6vw, 4.75rem) 0 !important;
    background:
        radial-gradient(ellipse 45% 50% at 92% 8%, rgba(107, 184, 50, 0.07), transparent 55%),
        var(--bg-dark, #0a0a0f) !important;
    overflow: hidden;
}

.wd-services--2026::before {
    display: none !important;
}

.wd-services--2026 > .container {
    width: 100% !important;
    max-width: min(1240px, calc(100% - 2rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1rem, 2vw, 1.5rem) !important;
    padding-right: clamp(1rem, 2vw, 1.5rem) !important;
    box-sizing: border-box !important;
}

@media (min-width: 1024px) {
    body.bw-v2 main .wd-hero--2026 .container-full,
    body.bw-v2 main .wd-services--2026 > .container {
        width: 100% !important;
        max-width: min(1240px, calc(100% - 2rem)) !important;
        padding-left: clamp(1rem, 2vw, 1.5rem) !important;
        padding-right: clamp(1rem, 2vw, 1.5rem) !important;
    }
}

.wd-services--2026 .section-header-clean {
    text-align: left !important;
    max-width: 44rem;
    margin: 0 0 1.75rem !important;
}

.wd-services--2026 .section-badge-clean {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin: 0 0 0.85rem !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    color: var(--wds-accent) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.wd-services--2026 .section-badge-clean::before {
    content: '';
    width: 1.5rem;
    height: 2px;
    background: linear-gradient(90deg, #6bb832, transparent);
}

.wd-services--2026 .section-title-clean {
    margin: 0 0 0.75rem !important;
    font-size: clamp(1.85rem, 3.8vw, 2.55rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    color: var(--wds-paper) !important;
    text-align: left !important;
}

.wd-services--2026 .title-normal {
    color: var(--wds-paper) !important;
}

.wd-services--2026 .title-highlight {
    color: var(--wds-accent) !important;
    background: none !important;
    -webkit-text-fill-color: unset !important;
}

.wd-services--2026 .section-subtitle-clean {
    margin: 0 !important;
    max-width: none !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    color: var(--wds-mute) !important;
    text-align: left !important;
}

.wd-services--2026 .services-grid-clean {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 0.85rem !important;
    width: 100% !important;
    margin: 0 !important;
}

.wd-services--2026 .service-card-clean {
    align-items: flex-start !important;
    text-align: left !important;
    padding: 1.15rem 1.05rem !important;
    border-radius: 16px !important;
    border: 1px solid var(--wds-line) !important;
    background:
        linear-gradient(165deg, rgba(107, 184, 50, 0.07), transparent 45%),
        rgba(255, 255, 255, 0.03) !important;
    box-shadow: none !important;
    height: auto !important;
    min-width: 0 !important;
    transition: border-color 0.2s ease, transform 0.25s ease, background 0.2s ease !important;
}

.wd-services--2026 .service-card-clean::before,
.wd-services--2026 .service-card-clean::after {
    display: none !important;
}

.wd-services--2026 .service-card-clean:hover {
    border-color: rgba(143, 191, 90, 0.35) !important;
    transform: translateY(-3px) !important;
    background: rgba(107, 184, 50, 0.08) !important;
    box-shadow: none !important;
}

.wd-services--2026 .service-icon-circle {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin: 0 0 1rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(143, 191, 90, 0.35) !important;
    background: rgba(107, 184, 50, 0.12) !important;
    color: var(--wds-accent) !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wd-services--2026 .service-icon-circle::before,
.wd-services--2026 .service-icon-circle::after {
    display: none !important;
}

.wd-services--2026 .service-icon-circle svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    stroke: var(--wds-accent) !important;
}

.wd-services--2026 .service-card-clean:hover .service-icon-circle {
    transform: none !important;
    background: rgba(107, 184, 50, 0.16) !important;
}

.wd-services--2026 .service-title-clean {
    margin: 0 0 0.5rem !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: var(--wds-paper) !important;
    text-align: left !important;
}

.wd-services--2026 .service-description-clean {
    margin: 0 0 0.8rem !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    color: var(--wds-mute) !important;
    text-align: left !important;
}

.wd-services--2026 .service-features-clean {
    list-style: none !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.wd-services--2026 .service-features-clean li {
    position: relative;
    padding: 0.28rem 0 0.28rem 1.05rem !important;
    color: rgba(245, 241, 230, 0.78) !important;
    font-size: 0.84rem !important;
    line-height: 1.4 !important;
    border: none !important;
    background: none !important;
}

.wd-services--2026 .service-features-clean li::before {
    content: '' !important;
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: var(--wds-accent) !important;
    color: transparent !important;
    box-shadow: none !important;
}

.wd-services--2026 .service-link-clean {
    margin-top: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    color: var(--wds-accent) !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    text-align: left !important;
}

.wd-services--2026 .service-link-clean svg {
    width: 1rem !important;
    height: 1rem !important;
    stroke: currentColor !important;
    transition: transform 0.2s ease;
}

.wd-services--2026 .service-link-clean:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.wd-services--2026 .service-link-clean:hover svg {
    transform: translateX(3px);
}

@media (max-width: 1100px) {
    .wd-services--2026 .services-grid-clean {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 800px) {
    .wd-services--2026 .services-grid-clean {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wd-services--2026 .service-card-clean,
    .wd-services--2026 .service-link-clean svg {
        transition: none !important;
    }
}

/* —— Beneficii Incluse (muted green overrides on bf26) —— */
.wd-benefits--2026 {
    background:
        radial-gradient(ellipse 45% 50% at 8% 10%, rgba(107, 184, 50, 0.08), transparent 55%),
        radial-gradient(ellipse 40% 45% at 92% 90%, rgba(143, 191, 90, 0.05), transparent 50%),
        var(--bg-dark, #0a0a0f) !important;
}

.wd-benefits--2026 > .container {
    max-width: min(1240px, calc(100% - 2rem)) !important;
    width: 100% !important;
    padding-left: clamp(1rem, 2vw, 1.5rem) !important;
    padding-right: clamp(1rem, 2vw, 1.5rem) !important;
}

.wd-benefits--2026 .bf26__eyebrow {
    color: #8fbf5a !important;
}

.wd-benefits--2026 .bf26__eyebrow::before {
    background: linear-gradient(90deg, #6bb832, transparent) !important;
}

.wd-benefits--2026 .bf26__title span {
    color: #8fbf5a !important;
}

.wd-benefits--2026 .bf26__tile:hover {
    border-color: rgba(143, 191, 90, 0.4) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 28px rgba(107, 184, 50, 0.1) !important;
}

.wd-benefits--2026 .bf26__ring {
    border-color: rgba(143, 191, 90, 0.35) !important;
}

.wd-benefits--2026 .bf26__ring--b {
    border-color: rgba(143, 191, 90, 0.22) !important;
}

.wd-benefits--2026 .bf26__spin i {
    background: #8fbf5a !important;
    box-shadow: 0 0 8px rgba(107, 184, 50, 0.85) !important;
}

.wd-benefits--2026 .bf26__icon {
    color: #8fbf5a !important;
    border-color: rgba(143, 191, 90, 0.55) !important;
    box-shadow:
        0 0 0 4px rgba(107, 184, 50, 0.06),
        0 0 18px rgba(107, 184, 50, 0.3) !important;
}

.wd-benefits--2026 .bf26__tile:hover .bf26__icon {
    border-color: #8fbf5a !important;
    box-shadow:
        0 0 0 5px rgba(107, 184, 50, 0.1),
        0 0 28px rgba(107, 184, 50, 0.45) !important;
}

.wd-benefits--2026 .bf26__idx {
    color: rgba(143, 191, 90, 0.8) !important;
}

.wd-benefits--2026 .bf26__tile--accent {
    background: linear-gradient(125deg, rgba(107, 184, 50, 0.14) 0%, rgba(107, 184, 50, 0.04) 42%, hsl(240, 10%, 9%) 100%) !important;
    border-color: rgba(143, 191, 90, 0.28) !important;
}

.wd-benefits--2026 .bf26__pill {
    background: rgba(107, 184, 50, 0.14) !important;
    color: #8fbf5a !important;
    border-color: rgba(143, 191, 90, 0.35) !important;
}

.wd-benefits--2026 .bf26__cta .btn-primary,
.wd-benefits--2026 .section-cta-btn.btn-primary {
    background: #6bb832 !important;
    border-color: rgba(107, 184, 50, 0.5) !important;
    box-shadow: 0 10px 24px rgba(107, 184, 50, 0.18) !important;
}
/* cache-bust 1789369887 */
