/* txt_responsive.css */
/* xs < 768 */
@media screen and (max-width: 767px) {
    body {
        font-size: 0.9em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    body {
        font-size: 1em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    body {
        font-size: 1.2em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.3em;
    }
}

/* icomoon.css */
@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/devtema/icomoon/fonts/icomoon.eot?3tkwfb');
  src:  url('/wp-content/themes/devtema/icomoon/fonts/icomoon.eot?3tkwfb#iefix') format('embedded-opentype'),
    url('/wp-content/themes/devtema/icomoon/fonts/icomoon.ttf?3tkwfb') format('truetype'),
    url('/wp-content/themes/devtema/icomoon/fonts/icomoon.woff?3tkwfb') format('woff'),
    url('/wp-content/themes/devtema/icomoon/fonts/icomoon.svg?3tkwfb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-performance:before {
  content: "\e91a";
}
.icon-liberta:before {
  content: "\e91b";
}
.icon-website:before {
  content: "\e900";
}
.icon-trasparenza:before {
  content: "\e901";
}
.icon-toggle-up:before {
  content: "\e902";
}
.icon-toggle-down:before {
  content: "\e903";
}
.icon-theme:before {
  content: "\e904";
}
.icon-right-arrow-outline:before {
  content: "\e905";
}
.icon-right-arrow-full:before {
  content: "\e906";
}
.icon-precisione:before {
  content: "\e907";
}
.icon-portfolio:before {
  content: "\e908";
}
.icon-plugin:before {
  content: "\e909";
}
.icon-list:before {
  content: "\e90a";
}
.icon-left-arrow-outline:before {
  content: "\e90b";
}
.icon-left-arrow-full:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-freccia-button:before {
  content: "\e90e";
}
.icon-flessibilita:before {
  content: "\e90f";
}
.icon-filter:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e911";
}
.icon-esperienza:before {
  content: "\e912";
}
.icon-creativita:before {
  content: "\e913";
}
.icon-code:before {
  content: "\e914";
}
.icon-close:before {
  content: "\e915";
}
.icon-burger:before {
  content: "\e916";
}
.icon-blog:before {
  content: "\e917";
}
.icon-app:before {
  content: "\e918";
}
.icon-affidabilita:before {
  content: "\e919";
}


/* menu_header.css */
header {
    transition: all 200ms ease;
}
.small-container {
    max-width: 1392px !important;
    margin: 0 auto;
    width: 100%;
}
.out-offset {
    max-width: 1550px !important;
    margin-right: 36px
}
.position-header-custom {
    position: fixed;
    top: 0;
    width: 100%;
    padding:20px  64px ;
    z-index: 9999;
    background-color: #000;
    backdrop-filter: blur(15px);
    box-sizing: border-box;
    max-height: 110px;
}
body.home .position-header-custom{
    background-color: rgba(29, 29, 29, 0.60);
}
body.open-menu .position-header-custom{
    background-color: var(--menu-open);
    backdrop-filter: unset;
}
.logo-header {
    width: 100%;
    max-width: 320px;
    min-width: 320px;   
}
body.open-menu .logo-header {
    display: none;
}
body .menu-string {
    display: none;
}
body.open-menu .menu-string {
    display: block;
}
.only-open-menu {
    display: none;
}
body.open-menu .only-open-menu {
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.right-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.right-section-header .toggle-menu {
    font-size: 32px;
}
#wrapper-navbar {
    display: none;
}
.navbar-custom-center {
    background-color: var(--menu-open);
    display: flex!important;
    align-items: center;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;

    left: 0;
    right: 0;
    bottom: 0;
}

.position-header-custom ul li a {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    display: inline-block;
}
.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px;
    position: absolute;
    bottom: 50px;
    width: 100%;
    max-width: 1372px;
}
.wrapper-logo-menu-open img{
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}
.divisore {
    border-top:1px solid #fff;
    width: 100%;
}
.footer-nav .button-primary {
    min-width: 180px;
}
.container-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.logo-header-wrapper{
    display: flex;
    align-items: center;
}
body.open-menu .logo-header-wrapper {
    display: none;
}
/* inizio header */
#img-link-container {
    display: flex;
    flex-basis: 50%;
    justify-content: end;
}
.wrapper-menu-image {
    display: flex;
}
#scf_principal_menu {
    flex-basis: 50%;
}
.scf-nav-main-link {
    display: block;
    margin-bottom: 40px;
    /* titolo medio */
    font-size: 32px;
    font-weight: 700;
}
.img-header-menu-item {
    visibility: hidden;
    transition: all .5s ease;
    opacity: 0;
    width: 100%;
    max-width: 423px;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    positioN: absolute;
    top: 50%;
    transform: translateY(-60%);
}
.toggleImgHeader {
    opacity: 1;
    visibility: visible;
}
/* inizio hamburger */
.toggle-menu-desktop {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    height: 30px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    margin-top: 15px;
}
.hamburger {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}
.hamburger-top-line,
.hamburger-bottom-line {
    transition: all .5s ease;
    display: inline-block;
    border-bottom: 3px solid #fff;
    width: 30px;
}
.fixed-custom .hamburger-top-line,
.fixed-custom .hamburger-bottom-line,
.has_not_header_image .hamburger-top-line,
.has_not_header_image .hamburger-bottom-line {
    border-color: #fff;
}
.open-menu .hamburger-top-line,
.open-menu .hamburger-bottom-line {
    border-color: #fff;
}
body.isMobile.open-menu .hamburger-top-line, body.isMobile.open-menu .hamburger-bottom-line {
     top: 0;
    border-color: #fff;
}
.hamburger-bottom-line {
    width: 20px;
}
.hamburger:hover .hamburger-top-line {
    width: 20px;
}
.hamburger:hover .hamburger-bottom-line {
    width: 30px;
}
.hamburger.rotate-to-close-icon {
    gap: 0;
    width: 30px;
    position: relative;
}
.hamburger.rotate-to-close-icon .hamburger-top-line {
    width: 30px;
    position: absolute;
    transform: rotate(45deg);
}
.hamburger.rotate-to-close-icon .hamburger-bottom-line {
    width: 30px;
    position: absolute;
    transform: rotate(-45deg);
}
/* fine hamburger */
@media screen and (max-width: 1119px) {
    .position-header-custom {
        padding: 20px;
    }
    .position-header-custom nav ul {
        gap: 0;
    }
    .position-header-custom nav ul li a {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 24px 0;
    }
    .logo-header{
        max-width: 250px;
        width: 100%;
    }
    .navbar-custom-center {
        align-items: flex-start;
        padding-top: 50px;
    }
    body.isMobile.open-menu .menu-string {
        display: none;
    }
    body.isMobile.open-menu .logo-header-wrapper,
    body.isMobile.open-menu .logo-header{
         display: block;
    }
    #img-link-container {
        display: none;
    }
    #scf_principal_menu {
        flex-basis: 100%;
        padding: 0 20px;
    }
}

/* style.css */
/*
Theme Name: devtema
Author: S.C.F. Group Srl
Author URI: https://wordpress.org/
Description: Tema personalizzato
Version: 29
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devtema
This is the best theme for wordPress
*/

/* PAROLE CHIAVI
    2. INIZIO FOOTER
    4. WHATS APP
*/
:root {
    --spacer-top-page: 80px;
    --background-color: #111111;
    --testo-grigio: #7C7C7C;
    --primary-color: #fff;
    --blu: #1D40FE;
    --bg-card-chiaro: #060606;
    --bg-card-scuro: #111111;
    --arrow-color: transparent;
    --menu-open: #111111;
    --testo-footer: #5C5C5C;
    scroll-behavior: smooth;
}
#page {
    margin-top: var(--spacer-top-page)
}
.spacer-top {
    margin-top: 96px;
}
p {
    margin: 0;
}
.font-correction {
    font-family: "Poppins", sans-serif !important;
}
/* INIZIO OVERRIDE ELEMENTOR (contenuto pagine/articoli gestito con Elementor) */
/* Base identica a quella del contenuto Breakdance nel tema originale: Poppins (override del tema su .breakdance)
   e 16px fissi (--bde-body-font-size), non l'em responsive del body. */
.elementor {
    font-family: "poppins", sans-serif;
    font-size: 16px;
}
.elementor img {
    max-width: 100%;
    height: auto;
}
.elementor .frm_forms {
    width: 100%;
}
.elementor h1, .elementor h2, .elementor h3, .elementor h4, .elementor h5, .elementor h6 {
    font-family: "poppins", sans-serif;
}
/* Elementor forza line-height:1 sui titoli: ripristiniamo quelli del tema */
.elementor-widget-heading .elementor-heading-title {
    line-height: normal;
}
.elementor-widget-heading h1.elementor-heading-title {
    line-height: 120%;
}
.elementor a,
.elementor a:hover {
    color: #fff;
}
/* le "sezioni tema" (widget DevCrew) occupano sempre tutta la larghezza, come i CodeBlock */
.elementor-widget-container .devcrew-widget,
.elementor-widget .devcrew-widget {
    width: 100%;
}
/* FINE OVERRIDE ELEMENTOR */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    font-family: "poppins", sans-serif;
    color: var(--primary-color);
    background-color: var(--background-color);
}
main {
    color: var(--primary-color);
    background-color: var(--bg-card-scuro);
}
video {
    width: 100%;
}
.bg-card-custom {
    background-color: var(--bg-card-chiaro);
    border-radius: 16px;
    color: #fff;
    padding: 20px;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px;
    overflow: hidden;
    background-color: var(--bg-card-scuro);
}
.container-portfolio-blog {
    width: 100%;
    max-width: 1184px;
    margin: 0 auto;
}
.bde-h1, .breakdance h1,
h1 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    display: inline;
}
.bde-h2, .breakdance h2,
h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.bde-h3, .breakdance h3,
h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.bde-h4, .breakdance h4,
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
a:visited,
a:focus-visible,
a:focus,
a:active {
    text-decoration: underline;
    cursor: pointer;
}
p {
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    font-family: 'poppins', sans-serif;
}
.button-primary {
    font-family: 'poppins', sans-serif;
    border-radius: 4px;
    background-color: var(--blu);
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    width: max-content;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    transition: all .5s ease;
}
.button-primary.with-hover-icon i {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.button-primary.with-hover-icon:hover {
    padding-right: 40px;
}
.button-primary.with-hover-icon:hover i {
    opacity: 1;
}
.dark-button {
    padding: 12px 16px;
    color: #fff;
    background-color: #3B3B3B;
    display: inline-block;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.call-to-action-center {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.mt-max {
    margin-top: auto;
}
.margin-top-custom {
    margin-top: 100px;
}
.divider {
    width: 100%;
    border-color: var(--testo-grigio);
    margin: 0px;
}
.small-sub-title {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 40px;
}
.gradient-word {
    background: linear-gradient(90deg, var(--blu, #1D40FE) 40.3%, #7B10DC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon {
    background: linear-gradient(90deg, var(--blu, #1D40FE) 40.3%, #7B10DC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* INIZIO OVERRIDE SWIPER */
.crew_developers .swiper-slide.swiper-slide-next,
.crew_developers .swiper-slide.swiper-slide-prev
{
    opacity: 0.4;
}
.wrapper-arrow-scf {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding-top: 20px;
}

.swiper-wrapper {
    height: auto;
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}

.wrapper-arrow-scf .swiper-button-next,
.wrapper-arrow-scf .swiper-button-prev {
    position: static;
    width: 35px;
    height: 35px;
    margin-top: unset;
    background-color: var(--arrow-color);
    border-radius: 100%;
    border: 2px solid #F7F7F7;
}

.wrapper-arrow-scf .swiper-button-next:after,
.wrapper-arrow-scf .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
    color: #F7F7F7;
}
/* FINE OVERRIDE SWIPER */
/* INIZIO OVERRIDE FORMIDABLE */
.with_frm_style .frm_inside_container > label {
    color: #fff !important;
}
.with_frm_style .frm_inside_container > input {
    border-radius: 2em !important;
}
.with_frm_style .frm_inside_container > input, .with_frm_style .frm_inside_container > select, .with_frm_style .frm_inside_container > textarea {
    background: transparent !important;
    color: #fff !important;
}
.with_frm_style .vertical_radio .frm_checkbox, .with_frm_style .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
    color: #fff !important;
    font-size: 13px !important;
}
.centered_privacy_policy
{
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.custom_button_formidable {
    display: flex;
    justify-content: center;
}
.frm_button_submit.frm_final_submit {
    background-color: #1D40FE !important;
    border-color: #1D40FE !important;
    outline: none !important;
    box-shadow: none!important;
    border-radius: 4px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'poppins', sans-serif !important;
}
/* FINE OVERRIDE FORMIDABLE */
/* INIZIO COSA FACCIAMO */
.arrows-crew {
    display: flex;
}
.crew_sub {
    margin: 0 auto;
    color: var(--testo-grigio);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: 750px;
    width: 100%;
}
.crew_developers_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.crew_developers {
    max-width: 1180px;
    margin: 0 auto;
    overflow: visible;
    width: 100%;
}
.wrapper-card-crew {
    display: flex;
    justify-content: space-between;
    padding: 36px 80px;
}
h3.title-crew {
    color: #fff;
    margin-bottom: 12px;
    margin-top: 75px;
}
.desc-crew {
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.extra-crew {
    font-size: 20px;
    font-weight: 600;
}
.crew_developers .left-column {
    max-width: 515px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.wrapper-card-crew .right-column img {
    width: 100%;
    max-width: 410px;
    height: 380px;
    object-fit: contain;
}
/* FINE COSA FACCIAMO */
/* INIZIO WORKFLOW */
.workflow_wrapper_title {
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
}
.wrapper-workflow {
    display: flex;
    flex-direction: column;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.content-workflow {
    border-radius: 20em;
    padding: 10px 20px;
    color: var(--testo-grigio);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-workflow:hover {
    color: #fff;
    background: #060606;
}
.title-row-workflow {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.iteration-item {
    font-size: 20px;
    font-weight: 600;
}
.circle-workflow {
    border: 1px solid #fff;
    flex-basis: 100%;
    margin: 0 20px;
    visibility: hidden;
}
.description-row-workflow {
    transition: all .4s ease;
    min-width: 450px;
    max-width: 450px;
    color: var(--testo-grigio);
    visibility: hidden;
    height: 0;
    font-size: 20px;
    font-weight: 400;
}
.active-custom {
    color: #fff;
    background: #060606;
}
.content-workflow:hover .circle-workflow,
.content-workflow:hover .description-row-workflow,
.active-custom .circle-workflow,
.active-custom .description-row-workflow {
    visibility: visible;
}
.content-workflow:hover .description-row-workflow,
.active-custom .description-row-workflow {
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    visibility: visible;
    height: 150px;
}
/* FINE WORKFLOW */
/* INIZIO COSA FACCIAMO 2 */
.cosa-facciamo-slider-dc {
    width: 100%;
    max-width: 1748px;
}
.cosa-facciamo-slider-dc .bg-card-custom {
    min-height: 240px;
    background-color: var(--bg-card-scuro);
}
.cosa-facciamo-dc .sub-title {
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 16px;
    line-height: normal;
    text-align: start;
    max-width: 750px;
    width: 100%;
}
.cosa-facciamo-slider-dc .icon-header {
    font-size: 40px;
    padding-bottom: 20px;
}
.title-cosa-facciamo-dc {
    font-size: 24px;
    font-weight: 400;
}
.cosa-facciamo-slider-dc .footer-bg-card-custom {
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cosa-facciamo-slider-dc .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: #fff;
}
.cosa-facciamo-slider-dc .button-primary {
    opacity: 0;
    transition: opacity .3s ease;
}
.cosa-facciamo-slider-dc .bg-card-custom:hover .button-primary {
    opacity: 1;
}
.cosa-facciamo-slider-dc h4.title-cosa-facciamo-2 {
    color: #fff;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 6px;
    font-family: 'poppins', sans-serif;
}
/* FINE COSA FACCIAMO 2 */
/* INIZIO MARQUEE */
.marquee-container {
    background-color: var(--bg-card-scuro);
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    padding: 60px 0;
}
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 22s linear infinite;
    width: 100%;
    /* Twice the original width */
}
.marquee-content span {
    color:#fff;
    padding-right: 40px;
    font-size: 40px;
    font-weight: 700;
}
.pittogramma-marquee {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    margin-right: 10px;
}
@keyframes marquee {
    from {
        transform: translateX(15%);
    }

    to {
        transform: translateX(-150%);
    }
}
/* FINE MARQUEE */
/* INIZIO VALORI */
.values-card {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 40px;
}
.values-card .bg-card-custom {
    background-color: var(--bg-card-scuro);
}
.bg-card-servizi {
    background-color: var(--bg-card-scuro);
    border-radius: 16px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapper-header-servizi {
    padding: 70px 0;
}
h4.title-card-servizi {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'poppins', sans-serif;
}
.short-desc-card-servizi {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.title-section-servizi {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}
.desc-section {
    max-width: 375px;
    font-size: 16px;
    font-weight: 400;
}
.card-values {
    padding: 20px;
}

.symbol-values i {
    font-size: 32px;
}
.servizi-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.title-values {
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 4px;
}
/* FINE VALORI */
/* INIZIO NEWS */
.last-updates-title-wrapper {
    text-align: left;
    width: 100%;
    max-width: 1792px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
.last-updates-slider {
    padding: 0 64px;
    overflow: hidden;
}
.last-updates-slider .wrapper-arrow-scf .swiper-button-next,
.last-updates-slider .wrapper-arrow-scf .swiper-button-prev {
    position: absolute;
}

.last-updates-slider .thumb-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}
.last-updates-slider .top-card-scf,
.last-updates-slider .bottom-card-scf {
    position: absolute;
}
.last-updates-slider .top-card-scf {
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.last-updates-slider .bottom-card-scf {
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.last-updates-slider .wrapper-arrow-scf {
    padding: 0;
}
.wrapper-content-last-updates .title-category,
.wrapper-content-last-updates-featured .title-category {
    font-size: 20px;
    font-weight: 600;
}
.wrapper-content-last-updates .titoli-news,
.wrapper-content-last-updates-featured .titoli-news {
       font-family: 'poppins', sans-serif;
}
/* FINE NEWS */
/* INIZIO TECNOLOGIE */
.tecnologie-global-wrapper {
    margin: 100px 0;
}
.tecnologie-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.tecnologie {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}
img.tecnologie-img {
    width: 100%;
    max-width: 145px;
    height: auto;
    border-radius: 16px;
}
/* FINE TECNOLOGIE */
/* INIZIO SERVIZI */
.wrapper-service-help {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 60px;
}
.wrapper-service-help .left-column {
    max-width: 575px;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}
.wrapper-service-help .right-column {
    max-width: 575px;
    flex-basis: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    row-gap: 32px;
}
h3.title-service-help {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
p.desc-service-help {
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 20px;
}
.btn-service-help {
    width: min-content;
    white-space: nowrap;
    padding: 12px 16px;
    background-color: var(--blu);
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-width: 0;
}
.card-service-help {
    height: 140px;
    padding: 20px;
    background-color: var(--bg-card-chiaro);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-help-icon {
    font-size: 32px;
    color: #fff;
    height: 32px;
    width: 32px;
}
.card-small-title-service-help {
    font-size: 13px;
    color: #fff;
}
.card-desc-service-help {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
/* FINE SERVIZI */
/* INIZIO PROGETTO IN MENTE */
.closing_section_global_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0;
}
h3.closing_section_title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}
.closing_section_desc {
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
/* FINE PROGETTO IN MENTE */
/* INIZIO  BLOG */
.header-blog {
    margin-top: 120px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-blog {
    font-size: 120px;
}
.img-blog {
    width:100%;
    max-width: 200px;
    height: auto;
}
.latest_news .wrapper-content-last-updates,
.latest_news .wrapper-content-last-updates-featured {
    position: relative;
}
.wrapper-content-last-updates .top-card-scf,
.wrapper-content-last-updates-featured .top-card-scf {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper-content-last-updates .bottom-card-scf,
.wrapper-content-last-updates-featured .bottom-card-scf {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.latest_news .thumb-img {
    object-fit: cover;
    height: 360px !important;
    border-radius: 15px;
}
.container-portfolio-blog .thumb-img {
    object-fit: cover;
    border-radius: 15px;
    height: 460px;
}
.layout-portfolio-blog {
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.layout-portfolio-blog .wrapper-content-last-updates,
.layout-portfolio-blog .wrapper-content-last-updates-featured {
    position: relative;
}
.category-list-news {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;

}
.category-button-news {
    background-color: #060606;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    cursor: pointer;
}
.active-category {
    background-color: var(--blu);
}
.wrapper-progetto-in-mente {
    margin-top: 100px;
}
/* FINE BLOG */
/* INIZIO PORTFOLIO */
.wrapper-content-last-updates,
.wrapper-content-last-updates-featured {
    position: relative;
}
.filter-order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 1180px;
    margin: 0 auto
}
.label-filter-orderby {
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.filters-select {
    display: flex;
    gap: 20px;
}
.orderby-select {
    display: flex;
    gap: 20px;
}
.filters-select select,
.orderby-select select {
    padding: 12px 16px;
    background-color: var(--bg-card-chiaro);
    border: none;
    border-radius: 4px;
    color: #fff;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.card-portfolio {
    background-color: var(--bg-card-chiaro);
    padding: 20px;
    border-radius: 12px;
}
.card-portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-portfolio-header .title-portfolio {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.card-portfolio-header .data-portfolio {
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background-color: #3B3B3B;
}
.img-portfolio {
    padding: 35px 20px;
}
/* FINE PORTFOLIO */
/* INIZIO SINGLE NEWS */
.container-featured-image {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.img_news_evidenza {
    border-radius: 0 0 15px 15px;
    width: 100%;
    max-width: 1600px;
    height: 500px;
    object-fit: cover;
}
h1.title-news {
    font-size: 40px;
}
header.single-news {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}
.data_post_single {
    margin-top: 15px;
}
.news-container-negativo {
    margin-top: -100px;
    background-color: #060606;
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 15px;
}
.separatore-single-news {
    margin-top: 0;
}
/* FINE SINGLE NEWS */
/* INZIO LAYOUT FIGMA SECTION */
.wrapper-layout-figma {
    max-width: 730px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
h3.title-layout {
    color: #fff;
    text-align:center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.desc-layout {
    max-width: 360px;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 20px;
}
.wrapper-texts-animated {
    display: flex;
    gap: 32px;
    align-items: center;
}
.element-animated {
    width: 350px;
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
    border-bottom: 5px solid var(--blu);
    cursor: pointer;
}
.element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--blu);
    z-index: 0;
    transition: height 0.4s ease;
}
.element-animated:hover::before {
    height: 100%;
}
.element-animated:hover {
    color: #fff;
}
.element-animated {
    position: relative;
    z-index: 1;
}
.text-of-animation {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: max-content;
    font-size: 20px;
}
/* FINE LAYOUT FIGMA SECTION */
/* INIZIO REALIZZIAMO SITI WEB */
.layout-three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.layout-three-column .bg-card-custom {
    background-color: #111111;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-three-column i {
    font-size: 32px;
}
h4.title-cosa-facciamo-2 {
    color: #fff;
    
}
.realizziamo_siti_web .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #fff;
}
/* FINE REALIZZIAMO SITI WEB */
/* INIZIO FAQ */
.faq_global_wrappper {
    margin: 80px auto;
    width: 100%;
    max-width: 1180px;
}
h3.title-section-faq {
    color: #fff;
}
.faq_title {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
.faq_desc {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    background-color: var(--bg-card-chiaro);
    transition: all 0.3s ease;
    opacity: 0;
    max-height: 0;
}
.faq_element {
    border-bottom: 1px solid #7C7C7C;
}
.faq_element.show {
    padding-bottom: 10px;
}
.faq_element.show .faq_desc {
    max-height: 500px;
    opacity: 1;
    padding: 20px;
}
.faq_icon {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    transform: rotate(0deg);
}
.faq_element.show .faq_icon {
    transform: rotate(180deg);
}
/* FINE FAQ */
/* INIZIO COSTRUIAMO LA TUA APP */
.wrapper-build-app {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    gap: 40px;
}
h3.title-app {
    color: #fff;
    margin-bottom: 12px;
}
.desc-app {
    max-width: 360px;
    color: var(--testo-grigio);
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 40px;
}
.wrapper-build-app .left-column {
    flex-basis: 50%;
}
.wrapper-build-app .wrapper-texts-animated {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}
.wrapper-build-app .element-animated {
    border-bottom: none;
    width: 100%;
    padding: 25px 40px;
}
.wrapper-build-app .element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    background-color: var(--blu);
    z-index: 0;
    transition: all 0.4s ease;
    border-radius: 10px 0 0 10px;
}
.wrapper-build-app .element-animated:hover::before {
    left: 0;
}
.wrapper-build-app .text-of-animation {
    left: 5%;
    transform: translate(0%, -50%);
}
/* FINE COSTRUIAMO LA TUA APP */
/* INIZIO SVILUPPIAMO IN FLUTTER */
.layout-four-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.layout-four-column .bg-card-custom {
    background-color: #060606;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.layout-four-column i {
    font-size: 32px;
}
h4.title-cosa-facciamo-2 {
    color: #fff;
    font-family: 'poppins', sans-serif;
}
.sviluppiamo_in_flutter .short-desc-card-scf {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #fff;
}
/* FINE SVILUPPIAMO IN FLUTTER */
/* INIZIO LINGUAGGIO AGENZIA */
.wrapper-build-consulenza {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
h3.title-app {
    color: #fff;
    margin-bottom: 12px;
}
.desc-app {
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    max-width: 360px;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    display: inline-block;
    margin-bottom: 40px;
}
.wrapper-build-consulenza .left-column {
    flex-basis: 40%;
}
.wrapper-build-consulenza .wrapper-texts-animated {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}
.wrapper-build-consulenza .element-animated {
    border-bottom: none;
    width: 100%;
    padding: 25px 40px;
}
.wrapper-build-consulenza .element-animated::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    background-color: var(--blu);
    z-index: 0;
    transition: all 0.4s ease;
    border-radius: 10px 0 0 10px;
}
.wrapper-build-consulenza .element-animated:hover::before {
    left: 0;
}
.wrapper-build-consulenza .text-of-animation {
    left: 5%;
    transform: translate(0%, -50%);
}
/* FINE LINGUAGGIO AGENZIA */
/* INIZIO SINGLE NEWS */
.container-portfolio-blog {
    width: 80%;
}

/* FINE SINGLE NEWS */
/* INIZIO FOOTER */
footer {
    font-family: 'poppins', sans-serif !important;
}
.sede_content {
    font-size: 14px;
}
footer ul {
    list-style: none!important;
}
.footer-global-wrapper {
   /* padding: 50px 64px 32px;*/
}

.footer-body {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.logo-footer {
    width: 100%;
    max-width: 320px;
}

.leading-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-footer {
    gap: 16px;
    display: flex;
}

.social-footer-icon {
    font-size: 24px;
}

.title-footer {
    display: flex;
    align-items: start;
    margin: 0px auto;
    gap: 120px;
}

.section-title-footer {
    display: flex;
    flex-direction: column;
    gap: 8px
}
.title-section-footer {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.body-section-footer {
    font-size: 13px;
    color: white;
}
.body-section-footer a,
a.body-section-footer,
.body-section-footer strong,
#links ul li a {
    font-size: 15px;
}

.copyright-footer {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-footer-icon {
    display: none;
}
#links .body-section-footer li {
    margin-bottom: 8px;
}
#links .body-section-footer a {
    font-weight: 600;
}
/* FINE FOOTER */
/* WHATS APP */
.wrapper-whatsapp_btn {
    z-index:99999999;
    position: fixed;
    bottom: 110px;
    right: 110px;
}
.whatsapp_btn a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--footer-blackground);
    border-radius: 3em;
    border: 1px solid var(--background-primary);
    /* display: inline-flex; */
}
.whatsapp_btn a:hover {
    text-decoration: none;
}
.whatsapp_btn i {
    color: var(--main);
    font-size: 32px;
}
/* WHATS APP */
/* WPML */
.wpml-ls {
    width: max-content;
}
.wpml-ls-legacy-dropdown-click a {
    color: #000!important;
}
/* WPML */
@media screen and (max-width: 1119px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .bde-h1, .breakdance h1,
    h1 {
        font-size: 60px;
    }

    .bde-h2, .breakdance h2,
    h2 {
        font-size: 40px;
    }

    .bde-h3, .breakdance h3, .elementor h3,
    .h3 {
        font-size: 32px;
        margin: 0;
    }
    /* INIZIO COSA FACCIAMO */
    .crew_developers_solutions_wrapper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 30px;
    }
    .crew_developers_solutions_wrapper {
        width: 100%;
        overflow: hidden;
    }
    h3.title-crew {
        margin-bottom: 20px;
    }
    .crew_sub {
        color: white;
    }
    .wrapper-card-crew {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    .crew_developers .left-column {
        align-items: center;
        gap: 20px;
    }
    .arrows-crew {
        display: none;
    }
    .desc-crew {
        color: white;
    }
    .title-row-workflow {
        font-size: 20px;
    }
    .description-row-workflow {
        font-size: 16px;
    }
    .cosa-facciamo-slider-dc .bg-card-custom .button-primary {
        opacity: 1;
    }
    /* FINE COSA FACCIAMO */
    /* INIZIO WORKFLOW */
    .content-workflow {
        flex-direction: column;
        align-items: flex-start;
    }
    .circle-workflow {
        display: none;
    }
    .content-workflow {
        border-radius: 16px;
    }
    .description-row-workflow {
        min-width: unset;
        max-width: unset;
        width: 100%
    }
    .content-workflow:hover .description-row-workflow,
    .active-custom .description-row-workflow {
        height: 150px;
    }
    .cosa-facciamo-slider-dc .button-primary {
        display: flex;
    }
    .title-section-servizi {
        align-items: center;
        flex-direction: column;
    }
    .desc-section {
        max-width: 370px;
        text-align: center;
    }
    /* FINE WORKFLOW */
    /* INIZIO COSA FACCIAMO 2*/
    .cosa-facciamo-wrapper {
        padding: 20px 0px;
    }
    .cosa-facciamo-dc .sub-title {
        display: none;
    }
    .wrapper-arrow-cosa-facciamo {
        display: flex;
        justify-content: center;
        gap: 32px;
        padding-top: 20px;
    }
    .wrapper-arrow-cosa-facciamo .swiper-button-next,
    .wrapper-arrow-cosa-facciamo .swiper-button-prev {
        position: static;
        width: 35px;
        height: 35px;
        margin-top: unset;
        background-color: var(--arrow-color);
        border-radius: 100%;
        border: 2px solid #F7F7F7;
    }
    .wrapper-arrow-cosa-facciamo .swiper-button-next:after,
    .wrapper-arrow-cosa-facciamo .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 700;
        color: #F7F7F7;
    }
    .cosa-facciamo-primary-button {
        width: 100%;
        box-sizing: border-box;
    }
    /* FINE COSA FACCIAMO 2*/
    /* INIZIO VALORI */
    .values-card {
        grid-template-columns: repeat(1, 1fr);
    }
    .values-card .bg-card-custom {
        background-color: var(--bg-card-scuro);
        text-align: center;
    }
    /* FINE VALORI */
    /* INIZIO LAYOUT FIGMA SECTION */
    .title-layout,
    .desc-layout {
        text-align: center;
    }
    .wrapper-texts-animated {
        flex-direction: column;
    }
    .element-animated {
        border-bottom: 0;
    }
    .element-animated::before {
        height: 100%;
    }
    .text-of-animation {
        transform: translate(-50%, -50%);
    }
    .wrapper-layout-figma {
        margin: 70px 0;
    }
    /* FINE LAYOUT FIGMA SECTION */
    /* INIZIO REALIZZIAMO SITI WEB */
    .layout-three-column {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    /* FINE REALIZZIAMO SITI WEB */
    /* INIZIO SERVIZI */
    .wrapper-service-help {
        flex-direction: column;
        padding: 0 20px;
    }
    .title-service-help {
        font-size: 20px;
    }
    /* FINE SERVIZI */
    /* INIZIO BLOG */
    .layout-portfolio-blog {
        grid-template-columns: repeat(1, 1fr);
    }
    .wrapper-img-blog {
        display: none;
    }
    h3.title-blog {
        font-size: 60px;
    }
    /* FINE BLOG */
    /* INIZIO FAQ */
    .faq_icon {
        align-items: start;
    }
    /* FINE FAQ */
    /* INIZIO COSTRUIAMO LA TUA APP */
    .wrapper-build-app .left-column {
        text-align: center;
    }
    .wrapper-build-app {
        flex-direction: column;
    }
    .title-app,
    .desc-app {
        width: 100%;
        text-align: center;
    }
    .wrapper-build-app .element-animated::before {
        left: 0;
    }
    .wrapper-build-app .element-animated::before {
        border-radius: 0;
    }
    .wrapper-build-app .text-of-animation {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* FINE COSTRUIAMO LA TUA APP */
    /* INIZIO SVILUPPIAMO IN FLUTTER */
    .layout-four-column {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        width: 100%;
    }
    /* FINE SVILUPPIAMO IN FLUTTER */
    /* INIZIO LINGUAGGIO AGENZIA */
    .wrapper-build-consulenza .left-column {
        text-align: center;
    }
    .wrapper-build-consulenza {
        flex-direction: column;
    }
    .title-app,
    .desc-app {
        width: 100%;
        text-align: center;
    }
    .wrapper-build-consulenza .element-animated {
        height: 80px;
        border-radius: 12px;
    }
    .wrapper-build-consulenza .text-of-animation {
        width: 100%;
        padding: 10px;
    }
    .wrapper-build-consulenza .element-animated::before {
        left: 0;
    }
    .wrapper-build-consulenza .element-animated::before {
        border-radius: 0;
    }
    .wrapper-build-consulenza .text-of-animation {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* FINE LINGUAGGIO AGENZIA */
    /* */
    /* INIZIO FOOTER */
    .footer-nav {
        display: none;
    }
    .footer-global-wrapper {
        padding-top: 30px;
    }
    .footer-body {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .social-footer {
        justify-content: center;
        align-items: center;
    }
    .title-footer {
        flex-direction: column;
        align-items: center;
        gap: 23px;
        margin: 30px 0;
        text-align:center;
    }
    .section-title-footer {
        align-items: center;
    }
    .contacts .body-section-footer {
        display: none;
    }
    .links .body-section-footer {
        display: none;
    }
    .contacts.show .body-section-footer {
        display: flex;
    }
    .links.show .body-section-footer {
        display: flex;
    }
    .dropdown-footer-icon {
        display: inline;
        font-size: 16px;
        margin-left: 8px;
    }
    .wrapper-service-help .right-column {
        column-gap: 20px;
        row-gap: 20px;
    }
    .copyright-footer {
        text-align: center;
    }
    /* FINE FOOTER */
    /* WHATS APP*/
    .wrapper-whatsapp_btn {
        bottom: 20px !important;
        right: 20px !important;
    }
    /* WHATS APP*/
}
.bde-code-block {
    opacity: 1 !important;
}

/* design-system.css */
/* ==========================================================================
   DevCrew design system (redesign 2026) — palette e font del sito, componenti
   riutilizzabili per header/footer, sezioni tema (widget DevCrew) ed Elementor.
   Caricato dopo style.css: vince nei conflitti a pari specificita'.
   ========================================================================== */
:root {
    --dc-bg: #111111;
    --dc-surface: #060606;
    --dc-black: #000;
    --dc-blue: #1D40FE;
    --dc-purple: #7B10DC;
    --dc-grey: #8C8C8C; /* testo secondario: #7C7C7C del brand schiarito per contrasto AA su #111111 */
    --dc-white: #fff;
    --dc-radius: 16px;
    --dc-ease: cubic-bezier(.2, .8, .2, 1);
    --dc-gradient: linear-gradient(90deg, #1D40FE, #7B10DC);
    --dc-wrap: 1184px;
}

/* ---------- motion ---------- */
@keyframes dc-fade-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes dc-shimmer { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@keyframes dc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes dc-draw { from { width: 0; } to { width: 100%; } }
@keyframes dc-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(29, 64, 254, .45); } 50% { box-shadow: 0 0 0 12px rgba(29, 64, 254, 0); } }

html.js .dc-reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.1s var(--dc-ease), transform 1.1s var(--dc-ease); transition-delay: var(--dc-delay, 0s); }
html.js .dc-reveal.is-visible { opacity: 1; transform: none; }
html.js .dc-reveal-group > * { opacity: 0; transform: translateY(28px); transition: opacity 1.1s var(--dc-ease), transform 1.1s var(--dc-ease); }
html.js .dc-reveal-group.is-visible > * { opacity: 1; transform: none; }
html.js .dc-reveal-group.is-visible > *:nth-child(2) { transition-delay: .15s; }
html.js .dc-reveal-group.is-visible > *:nth-child(3) { transition-delay: .3s; }
html.js .dc-reveal-group.is-visible > *:nth-child(4) { transition-delay: .45s; }
html.js .dc-reveal-group.is-visible > *:nth-child(5) { transition-delay: .6s; }
html.js .dc-reveal-group.is-visible > *:nth-child(6) { transition-delay: .75s; }

.gradient-word,
.dc-gradient-word {
    background: linear-gradient(90deg, #1D40FE 0%, #7B10DC 45%, #1D40FE 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: dc-shimmer 8s linear infinite;
}

.dc-lift { transition: transform .6s var(--dc-ease), box-shadow .6s var(--dc-ease), outline-color .6s var(--dc-ease); outline: 1px solid rgba(29, 64, 254, 0); }
.dc-lift:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0, 0, 0, .45); outline-color: rgba(29, 64, 254, .7); }
.dc-lift:hover, .dc-lift:hover a { text-decoration: none; }

@media (prefers-reduced-motion: reduce) {
    html.js .dc-reveal, html.js .dc-reveal-group > * { opacity: 1; transform: none; transition: none; }
    .gradient-word, .dc-gradient-word, .dc-marquee__track, .dc-step__line::after, .dc-pulse { animation: none !important; }
    .dc-lift, .dc-btn, .dc-btn::before { transition: none !important; }
}

/* ---------- layout & tipografia ---------- */
.dc-wrap { width: 100%; max-width: var(--dc-wrap); margin: 0 auto; box-sizing: border-box; }
.dc-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--dc-grey); }
.dc-grey { color: var(--dc-grey); }
.dc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.dc-section-head h2, .dc-section-head .dc-title { font-size: 64px; font-weight: 700; line-height: 1.05; margin: 0; }
.dc-section-head p { max-width: 520px; font-size: 16px; line-height: 1.6; margin: 0; }

/* ---------- pulsanti ---------- */
.dc-btn {
    position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 18px; border-radius: 4px; font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2;
    background: var(--dc-blue); color: var(--dc-white) !important; width: max-content; border: 0; cursor: pointer; text-decoration: none !important;
    transition: transform .5s var(--dc-ease), box-shadow .5s var(--dc-ease);
}
.dc-btn::before { content: ""; position: absolute; inset: 0; background: var(--dc-gradient); transform: translateX(-101%); transition: transform .6s var(--dc-ease); }
.dc-btn > * { position: relative; }
.dc-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29, 64, 254, .35); }
.dc-btn:hover::before { transform: translateX(0); }
.dc-btn--ghost { background: transparent; border: 1px solid var(--dc-grey); }
.dc-btn--ghost::before { background: var(--dc-surface); }
.dc-btn--dark { background: #3B3B3B; font-size: 16px; font-weight: 700; padding: 12px 16px; }
.dc-btn--dark::before { background: var(--dc-blue); }
.dc-btn--sm { font-size: 16px; padding: 10px 16px; }
.dc-arrow { display: inline-block; transition: transform .5s var(--dc-ease); }
a:hover .dc-arrow, .dc-lift:hover .dc-arrow { transform: translateX(6px); }
.dc-link { position: relative; font-weight: 600; color: var(--dc-white); text-decoration: none !important; }
.dc-link::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 2px; width: 100%; background: var(--dc-gradient); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--dc-ease); }
.dc-link:hover::after { transform: scaleX(1); }
.dc-link--blue { color: var(--dc-blue); }

/* Elementor: bottoni con classe "dc-btn" nel tab Avanzate */
.elementor-widget-button.dc-btn { overflow: visible; background: none; padding: 0; width: auto; display: block; transform: none; box-shadow: none; }
.elementor-widget-button.dc-btn::before { display: none; }
.elementor-widget-button.dc-btn .elementor-button { position: relative; overflow: hidden; transition: transform .5s var(--dc-ease), box-shadow .5s var(--dc-ease); }
.elementor-widget-button.dc-btn .elementor-button::before { content: ""; position: absolute; inset: 0; background: var(--dc-gradient); transform: translateX(-101%); transition: transform .6s var(--dc-ease); }
.elementor-widget-button.dc-btn .elementor-button-content-wrapper { position: relative; }
.elementor-widget-button.dc-btn .elementor-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29, 64, 254, .35); }
.elementor-widget-button.dc-btn .elementor-button:hover::before { transform: translateX(0); }

/* ---------- card ---------- */
.dc-card { background: var(--dc-surface); border-radius: var(--dc-radius); padding: 24px; color: var(--dc-white); box-sizing: border-box; }
.dc-card--dark { background: var(--dc-bg); }
.dc-card h3, .dc-card h4 { margin: 0; }
.dc-icon { width: 24px; height: 24px; stroke: var(--dc-white); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.dc-icon--blue { stroke: var(--dc-blue); }
.dc-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 4px; background: var(--dc-blue); color: var(--dc-white); }
.dc-tag--purple { background: var(--dc-purple); }
.dc-tag--outline { background: var(--dc-surface); border: 1px solid var(--dc-grey); }

/* ---------- header: nav visibile + CTA (desktop) ---------- */
.dc-nav { display: flex; align-items: center; gap: 40px; margin-left: auto; margin-right: 32px; }
.dc-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 40px; }
.dc-nav ul li a { font-size: 16px; font-weight: 600; color: var(--dc-white); }
/* voce corrente: evidenziata col gradiente del brand e senza sottolineatura (solo nel menu) */
.dc-nav li.current-menu-item > a .dc-link,
.dc-nav li.current-menu-ancestor > a .dc-link,
.dc-nav li.current-menu-parent > a .dc-link,
.dc-nav li.current_page_item > a .dc-link,
.dc-nav li.current_page_parent > a .dc-link,
.dc-nav ul li a:active {
    text-decoration: none!important;
}
.dc-nav a[aria-current="page"] .dc-link {
    background: var(--dc-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.dc-nav li.current-menu-item > a .dc-link::after,
.dc-nav li.current-menu-ancestor > a .dc-link::after,
.dc-nav li.current-menu-parent > a .dc-link::after,
.dc-nav li.current_page_item > a .dc-link::after,
.dc-nav li.current_page_parent > a .dc-link::after,
.dc-nav a[aria-current="page"] .dc-link::after { content: none; }
.dc-nav .dc-btn { font-size: 16px; padding: 10px 16px; }
@media screen and (max-width: 1119px) { .dc-nav { display: none; } }

/* ---------- trust: claim + marquee loghi ---------- */
.dc-trust { border-top: 1px solid var(--dc-surface); border-bottom: 1px solid var(--dc-surface); width: 100%; }
.dc-claims { display: flex; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; padding: 24px 0; font-size: 14px; font-weight: 600; color: var(--dc-grey); text-transform: uppercase; letter-spacing: .08em; }
/* loghi tecnologie: Swiper a scorrimento continuo, 5 per volta su desktop */
.dc-tech { width: 100%; padding: 36px 0; border-top: 1px solid var(--dc-surface); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.dc-tech .swiper-wrapper { transition-timing-function: linear !important; align-items: center; }
.dc-tech__slide { display: flex; align-items: center; justify-content: center; height: 96px; }
.dc-tech__slide img { height: 80px; width: auto; max-width: 180px; object-fit: contain; opacity: .92; filter: grayscale(.15); transition: transform .5s var(--dc-ease), opacity .4s, filter .4s; }
.dc-tech__slide:hover img { opacity: 1; filter: none; transform: translateY(-4px) scale(1.04); }
.dc-tech.swiper-initialized { -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
/* fallback prima dell'init JS: mostra i loghi affiancati */
.dc-tech:not(.swiper-initialized) .swiper-wrapper { display: flex; gap: 48px; overflow: hidden; }
/* marquee CSS legacy (claim) */
.dc-marquee { width: 100%; overflow: hidden; padding: 28px 0; }
.dc-marquee__track { display: flex; width: max-content; align-items: center; gap: 72px; animation: dc-marquee 34s linear infinite; }
@media screen and (max-width: 1119px) { .dc-tech__slide { height: 80px; } .dc-tech__slide img { height: 64px; max-width: 150px; } }
@media screen and (max-width: 767px) { .dc-tech { padding: 24px 0; } .dc-tech__slide { height: 64px; } .dc-tech__slide img { height: 48px; max-width: 120px; } .dc-claims { font-size: 12px; justify-content: flex-start; padding: 16px 0; } }

/* ---------- griglie sezioni tema ---------- */
.dc-grid { display: grid; gap: 32px; width: 100%; }
.dc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media screen and (max-width: 1023px) { .dc-grid--3, .dc-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media screen and (max-width: 767px) { .dc-grid--2, .dc-grid--3, .dc-grid--4 { grid-template-columns: minmax(0, 1fr); gap: 16px; } }

/* crew (cosaFacciamo) */
.dc-crew__card { display: flex; gap: 24px; align-items: center; padding: 36px 40px; }
.dc-crew__body { display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.dc-crew__card h3 { font-size: 32px; }
.dc-crew__card p { color: var(--dc-grey); font-size: 18px; margin: 0; }
.dc-crew__card img { width: 180px; height: auto; flex-shrink: 0; }
@media screen and (max-width: 767px) { .dc-crew__card { padding: 24px; flex-direction: column; align-items: flex-start; } .dc-crew__card img { width: 140px; } .dc-crew__card h3 { font-size: 24px; } .dc-crew__card p { font-size: 16px; } }

/* servizi (cosaFacciamo2 / servizi) */
.dc-service { display: flex; flex-direction: column; gap: 16px; color: var(--dc-white); text-decoration: none !important; }
.dc-service h3 { font-size: 24px; line-height: 1.25; }
.dc-service p { color: var(--dc-grey); margin: 0; }
.dc-service__more { font-weight: 600; margin-top: auto; }
.dc-service--cta { border: 1px dashed var(--dc-grey); background: transparent; justify-content: center; }
.dc-service--cta h3 { font-size: 20px; }
@media screen and (max-width: 767px) { .dc-service { flex-direction: row; align-items: center; min-height: 72px; padding: 20px; } .dc-service__body { display: flex; flex-direction: column; gap: 2px; flex-grow: 1; } .dc-service h3 { font-size: 17px; } .dc-service p { font-size: 13px; } .dc-service__more { margin-top: 0; color: var(--dc-grey); } .dc-service--cta { flex-direction: column; align-items: flex-start; } }

/* workflow */
.dc-step { display: flex; flex-direction: column; gap: 16px; }
.dc-step__line { position: relative; height: 2px; background: var(--dc-surface); overflow: hidden; }
.dc-step__line::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--dc-gradient); }
.is-visible .dc-step__line::after, .no-js .dc-step__line::after { animation: dc-draw 1.6s var(--dc-ease) both; animation-delay: var(--dc-delay, 0s); }
.dc-step__num { font-size: 40px; font-weight: 700; color: var(--dc-grey); line-height: 1; }
.dc-step:first-child .dc-step__num { color: var(--dc-blue); }
.dc-step h3 { font-size: 24px; margin: 0; }
.dc-step p { color: var(--dc-grey); margin: 0; }

/* progetti / archivio */
.dc-project { display: flex; flex-direction: column; gap: 16px; padding: 0; overflow: hidden; color: var(--dc-white); text-decoration: none !important; }
.dc-project__media { width: 100%; height: 190px; background: var(--dc-bg); display: flex; align-items: center; justify-content: center; padding: 24px; box-sizing: border-box; }
.dc-project__media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.dc-project__media--cover { padding: 0; }
.dc-project__media--cover img { object-fit: cover; }
.dc-project__body { display: flex; flex-direction: column; gap: 8px; padding: 0 24px 24px; }
.dc-project__body h3 { font-size: 20px; margin: 0; }
.dc-project__body p { color: var(--dc-grey); font-size: 14px; margin: 0; }
.dc-project__media.dc-project__media--cover {
    border: 1px solid #fff;
}
/* notizie */
.dc-news { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; width: 100%; }
.dc-news__featured { display: grid; grid-template-columns: 1fr 1fr; padding: 0; overflow: hidden; min-height: 420px; color: var(--dc-white); text-decoration: none !important; }
.dc-news__featured .dc-news__body { padding: 32px; }
.dc-news__side { display: flex; flex-direction: column; gap: 32px; }
.dc-news__item { display: flex; gap: 20px; padding: 0; overflow: hidden; flex-grow: 1; color: var(--dc-white); text-decoration: none !important; }
.dc-news__item .dc-cover { width: 150px; flex-shrink: 0; }
.dc-news__item .dc-news__body { padding: 24px 24px 24px 0; }
.dc-news__body { display: flex; flex-direction: column; gap: 12px; }
.dc-news__meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.dc-news__body h3 { font-size: 28px; line-height: 1.2; margin: 0; }
.dc-news__body h3 { font-size: 18px; line-height: 1.3; margin: 0; }
.dc-news__body p { color: var(--dc-grey); margin: 0; }
.dc-news__more { font-weight: 600; margin-top: auto; }
.dc-cover { position: relative; overflow: hidden; background: var(--dc-bg); min-height: 180px; }
.dc-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.dc-cover--gradient { background: linear-gradient(135deg, var(--dc-blue), var(--dc-purple)); }
.dc-cover__label { position: absolute; left: 24px; bottom: 20px; font-size: 44px; font-weight: 700; color: rgba(255, 255, 255, .22); line-height: 1; }
@media screen and (max-width: 1023px) { .dc-news { grid-template-columns: minmax(0, 1fr); } .dc-news__featured { grid-template-columns: minmax(0, 1fr); min-height: 0; } .dc-news__featured .dc-cover { min-height: 220px; } }
@media screen and (max-width: 767px) { .dc-news__item .dc-cover { width: 110px; } .dc-news__item .dc-news__body { padding: 16px 16px 16px 0; } .dc-news__body h3 { font-size: 22px; } .dc-news__body h3 { font-size: 16px; } .dc-news__side { gap: 16px; } }

/* valori */
.dc-value { display: flex; flex-direction: column; gap: 12px; }
.dc-value h3 { font-size: 20px; margin: 0; }
.dc-value p { color: var(--dc-grey); margin: 0; }
.dc-value .dc-icon, .dc-value i { font-size: 24px; color: var(--dc-white); }
@media screen and (max-width: 767px) { .dc-grid--values { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .dc-value { padding: 16px; } .dc-value h3 { font-size: 16px; } .dc-value p { font-size: 13px; } }

/* CTA band (progetto_in_mente) */
.dc-cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; width: 100%; padding: 56px 0; border-top: 1px solid var(--dc-surface); }
.dc-cta h3 { font-size: 36px; line-height: 1.15; margin: 0; }
.dc-cta p { color: var(--dc-grey); font-size: 18px; margin: 8px 0 0; }
@media screen and (max-width: 767px) { .dc-cta { flex-direction: column; align-items: flex-start; gap: 20px; padding: 40px 0; } .dc-cta h3 { font-size: 28px; } }

/* FAQ (faq_* widget) */
.faq_global_wrappper { max-width: var(--dc-wrap); margin: 0 auto; }
.faq_global_wrappper .faq_element { border-bottom: 1px solid var(--dc-surface); padding: 20px 0; transition: background .4s; }
.faq_global_wrappper .faq_title { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 20px; font-weight: 600; color: var(--dc-white); }
.faq_global_wrappper .faq_title::after { content: "+"; font-size: 28px; font-weight: 400; color: var(--dc-blue); transition: transform .5s var(--dc-ease); flex-shrink: 0; }
.faq_global_wrappper .faq_element.show .faq_title::after { transform: rotate(45deg); }
.faq_global_wrappper .faq_desc, .faq_global_wrappper .faq_content, .faq_global_wrappper .faq_description { color: var(--dc-grey); max-height: 0; overflow: hidden; transition: max-height .6s var(--dc-ease), padding .4s; }
.faq_global_wrappper .faq_element.show .faq_desc, .faq_global_wrappper .faq_element.show .faq_content, .faq_global_wrappper .faq_element.show .faq_description { max-height: 600px; padding-top: 12px; }

/* contatti */
.dc-contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; width: 100%; }
.dc-contact__links { display: flex; flex-direction: column; gap: 12px; font-size: 16px; }
.dc-contact__links a { display: flex; align-items: center; gap: 12px; color: var(--dc-white); min-height: 44px; }
.dc-contact__card { background: var(--dc-surface); border-radius: var(--dc-radius); padding: 32px; }
.dc-contact__card .frm_forms { width: 100%; }
.dc-contact__card .with_frm_style .frm_inside_container > input, .dc-contact__card .with_frm_style .frm_inside_container > textarea { border-color: var(--dc-grey) !important; transition: border-color .4s, box-shadow .4s; }
.dc-contact__card .with_frm_style .frm_inside_container > input:focus, .dc-contact__card .with_frm_style .frm_inside_container > textarea:focus { border-color: var(--dc-blue) !important; box-shadow: 0 0 0 4px rgba(29, 64, 254, .15) !important; }
@media screen and (max-width: 1023px) { .dc-contact { grid-template-columns: minmax(0, 1fr); gap: 32px; } .dc-contact__card { padding: 20px; } }

/* ---------- hero slider (home): frecce in basso a destra, paginazione a linee ---------- */
.dc-hero { position: relative; }
.dc-hero .elementor-swiper-button-prev, .dc-hero .elementor-swiper-button-next {
    top: auto !important; bottom: 64px !important; transform: none !important; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; background: rgba(29, 29, 29, .35); color: var(--dc-white); transition: background .4s, border-color .4s;
}
.dc-hero .elementor-swiper-button-prev { left: auto !important; right: calc((100% - var(--dc-wrap)) / 2 + 56px) !important; }
.dc-hero .elementor-swiper-button-next { right: calc((100% - var(--dc-wrap)) / 2) !important; animation: dc-pulse 3s ease-out infinite; }
.dc-hero .elementor-swiper-button-prev:hover, .dc-hero .elementor-swiper-button-next:hover { background: var(--dc-blue); border-color: var(--dc-blue); }
.dc-hero .elementor-swiper-button-prev svg, .dc-hero .elementor-swiper-button-next svg { width: 16px; height: 16px; fill: currentColor; }
.dc-hero .swiper-pagination { text-align: left; padding-left: calc((100% - var(--dc-wrap)) / 2); bottom: 78px !important; display: flex; gap: 10px; align-items: center; }
.dc-hero .swiper-pagination-bullet { width: 16px; height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .35); opacity: 1; margin: 0 !important; transition: width .5s var(--dc-ease), background .5s; }
.dc-hero .swiper-pagination-bullet-active { width: 40px; background: var(--dc-gradient); }
@media screen and (max-width: 1119px) {
    .dc-hero .elementor-swiper-button-prev { right: 76px !important; }
    .dc-hero .elementor-swiper-button-next { right: 20px !important; }
    .dc-hero .swiper-pagination { padding-left: 20px; }
}
@media screen and (max-width: 767px) {
    .dc-hero .elementor-swiper-button-prev, .dc-hero .elementor-swiper-button-next { bottom: 24px !important; }
    .dc-hero .swiper-pagination { bottom: 36px !important; }
}

/* ---------- articolo singolo & archivio ---------- */
.dc-post-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; background: var(--dc-surface); }
.dc-post-hero__media { position: absolute; inset: 0; }
.dc-post-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); transition: transform 12s ease-out; }
.dc-post-hero:hover .dc-post-hero__media img { transform: scale(1.08); }
.dc-post-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29, 29, 29, .1) 0%, rgba(29, 29, 29, .92) 100%); }
.dc-post-hero__inner { position: relative; z-index: 1; padding: 120px 0 56px; display: flex; flex-direction: column; gap: 20px; }
.dc-post-hero__inner h1 { font-size: 64px; line-height: 1.08; display: block; }
.dc-post-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--dc-grey); font-size: 14px; }
.dc-post-body { max-width: 820px; margin: 0 auto; padding: 72px 0 96px; font-size: 18px; line-height: 1.8; }
.dc-post-body p { margin: 0 0 20px; }
.dc-post-body h2 { font-size: 40px; line-height: 1.15; margin: 48px 0 16px; }
.dc-post-body h3 { font-size: 28px; margin: 40px 0 12px; }
.dc-post-body ul { list-style: disc; padding-left: 24px; margin: 0 0 20px; }
.dc-post-body ul li { margin-bottom: 8px; }
.dc-post-body a { color: var(--dc-blue); }
.dc-post-body img { border-radius: var(--dc-radius); }
.dc-post-body .elementor { font-size: inherit; }
.dc-post-nav { display: flex; justify-content: space-between; gap: 24px; padding: 32px 0 0; border-top: 1px solid var(--dc-surface); }
.dc-archive { padding: 72px 0 96px; }
.dc-archive__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 48px; }
.dc-archive__head h1 { font-size: 64px; display: block; }
.dc-archive__head p { color: var(--dc-grey); max-width: 640px; margin: 0; }
.dc-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.dc-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; border-radius: 4px; background: var(--dc-surface); color: var(--dc-white); font-weight: 600; text-decoration: none !important; }
.dc-pagination .page-numbers.current { background: var(--dc-blue); }
@media screen and (max-width: 1119px) { .dc-post-hero__inner { padding: 96px 20px 40px; } .dc-post-hero__inner h1 { font-size: 40px; } .dc-post-body { padding: 48px 20px 72px; font-size: 16px; } .dc-post-body h2 { font-size: 32px; } .dc-archive { padding: 48px 20px 72px; } .dc-archive__head h1 { font-size: 40px; } }

/* ---------- pagine: 404 / ricerca ---------- */
.dc-empty { min-height: 60vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 96px 0; }
.dc-empty h1 { font-size: 64px; display: block; }
.dc-empty p { color: var(--dc-grey); font-size: 18px; margin: 0; max-width: 560px; }
@media screen and (max-width: 1119px) { .dc-empty { padding: 72px 20px; } .dc-empty h1 { font-size: 40px; } }

/* ---------- footer ---------- */
.dc-footer { position: relative; background: var(--dc-black); color: var(--dc-white); overflow: hidden; }
.dc-footer__line { height: 2px; background: linear-gradient(90deg, #1D40FE, #7B10DC, #111111); }
.dc-footer__glow { position: absolute; right: -120px; top: 80px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(29, 64, 254, .22) 0%, rgba(29, 64, 254, 0) 70%); pointer-events: none; }
.dc-footer__inner { position: relative; padding: 72px 0 32px; display: flex; flex-direction: column; gap: 56px; }
.dc-footer__cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid var(--dc-surface); }
.dc-footer__cta h3 { font-size: 36px; line-height: 1.15; margin: 0; }
.dc-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; }
.dc-footer__brand { display: flex; flex-direction: column; gap: 24px; }
.dc-footer__brand img { height: 44px; width: auto; max-width: 300px; align-self: flex-start; }
.dc-footer__brand p { color: var(--dc-grey); max-width: 320px; font-size: 14px; line-height: 1.6; margin: 0; }
.dc-footer__social { display: flex; gap: 12px; }
.dc-footer__social a { width: 44px; height: 44px; border-radius: 10px; background: var(--dc-surface); display: flex; align-items: center; justify-content: center; color: var(--dc-white); font-size: 20px; transition: background .4s, transform .4s var(--dc-ease); }
.dc-footer__social a:hover { background: var(--dc-blue); transform: translateY(-3px); text-decoration: none; }
.dc-footer__col { display: flex; flex-direction: column; gap: 14px; }
.dc-footer__col > strong { font-size: 16px; font-weight: 700; }
.dc-footer__col a, .dc-footer__col span { color: var(--dc-grey); font-size: 14px; line-height: 1.6; }
.dc-footer__col a:hover { color: var(--dc-white); text-decoration: none; }
.dc-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.dc-footer__legal { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--dc-surface); font-size: 13px; color: var(--dc-grey); }
.dc-footer__legal a { color: var(--dc-grey); }
.dc-footer__legal-right { display: flex; gap: 24px; }
@media screen and (max-width: 1119px) {
    .dc-footer__inner { padding: 48px 20px 28px; gap: 36px; }
    .dc-footer__cta { flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 36px; }
    .dc-footer__cta h3 { font-size: 28px; }
    .dc-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
    .dc-footer__brand { grid-column: 1 / -1; }
    .dc-footer__legal { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ---------- redesign: aggiunte fase 3 ---------- */
@keyframes dc-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.dc-float img { animation: dc-float 9s ease-in-out infinite; will-change: transform; }
.dc-lift--soft:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0, 0, 0, .35); }
.dc-band { position: relative; overflow: hidden; }
.dc-band::after { content: ""; position: absolute; inset: -40%; background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .18), transparent 45%); animation: dc-float 12s ease-in-out infinite; pointer-events: none; }
.dc-band .elementor-widget-heading .elementor-heading-title { position: relative; z-index: 1; }
.dc-icon--sm { width: 20px; height: 20px; }
.dc-eyebrow-w .elementor-heading-title { letter-spacing: .12em; }
.faq_global_wrappper .faq_icon { display: none; }
.faq_global_wrappper .title-section-faq { font-size: 40px; margin: 0 0 24px; }
.dc-page-hero .elementor-widget-image img { max-height: 420px; width: auto; }
.dc-ai-hero-img img { border-radius: var(--dc-radius); box-shadow: 0 30px 60px rgba(0, 0, 0, .45); }
.dc-contact__card.e-con { background: var(--dc-surface); }
.dc-services .dc-service--cta .dc-btn { flex-shrink: 0; }
/* hero: il carosello e' dentro il contenuto boxed (1184), controlli allineati al box */
.dc-hero .elementor-swiper-button-prev { right: 56px !important; }
.dc-hero .elementor-swiper-button-next { right: 0 !important; }
.dc-hero .swiper-pagination { padding-left: 0; left: 0 !important; width: auto !important; transform: none !important; }
.dc-hero .elementor-swiper-button-prev, .dc-hero .elementor-swiper-button-next { bottom: 0 !important; }
.dc-hero .swiper-pagination { bottom: 20px !important; }
.dc-hero .e-n-carousel { overflow: hidden; }
.dc-hero .elementor-widget-heading h1.elementor-heading-title { display: block; }
.dc-hero__slide .dc-eyebrow-w .elementor-heading-title { color: #fff; opacity: .85; }
.dc-hero .elementor-background-video-container::after { content: ""; position: absolute; inset: 0; background: rgba(29, 29, 29, .25); }
.dc-hero .elementor-background-video-hosted { object-fit: cover; }
@media screen and (max-width: 1119px) {
    .dc-hero .elementor-swiper-button-prev { right: 56px !important; }
    .dc-hero .elementor-swiper-button-next { right: 0 !important; }
    .dc-page-hero .elementor-widget-image img { max-height: 300px; }
    .faq_global_wrappper .title-section-faq { font-size: 32px; }
}
@media screen and (max-width: 767px) {
    .dc-hero .elementor-swiper-button-prev, .dc-hero .elementor-swiper-button-next { width: 40px; height: 40px; }
    .dc-hero__actions .elementor-widget-button { width: 100%; }
    .dc-hero__actions .elementor-widget-button .elementor-button { width: 100%; }
    .dc-page-hero .elementor-widget-image img { max-height: 220px; }
    .dc-float img { animation: none; }
}
/* hero: il contenuto boxed riempie l'altezza del container (min-height 100vh) e si allinea in basso */
.dc-hero.e-con > .e-con-inner { flex-grow: 1; justify-content: flex-end; }
/* articolo: copertina piu' scura sotto il titolo per la leggibilita' */
.dc-post-hero::after { background: linear-gradient(180deg, rgba(29, 29, 29, .35) 0%, rgba(29, 29, 29, .75) 45%, rgba(29, 29, 29, .97) 100%); }
.dc-post-hero__media img { filter: saturate(1.1); }
/* header fisso (100px): spazio in alto per archivi, ricerca, 404 */
.dc-archive { padding-top: 168px; }
.dc-empty { padding-top: 168px; }
@media screen and (max-width: 1119px) { .dc-archive { padding-top: 128px; } .dc-empty { padding-top: 128px; } }
.dc-footer__legal a { font-size: inherit; }
.dc-icon--wa { width: 22px; height: 22px; stroke: currentColor; }
.whatsapp_btn .dc-icon--wa { width: 50px; height: 50px; stroke: #fff; stroke-width: 1; }
.whatsapp_btn a { display: flex; align-items: center; justify-content: center; }

/* ---------- round 2 ---------- */
/* nav desktop: voci centrate verticalmente rispetto alla CTA */
.dc-nav ul li { display: flex; align-items: center; height: auto; }
.dc-nav ul li a { display: inline-flex; align-items: center; line-height: 1; }
/* desktop: il menu e' gia' visibile, il burger (che ripeteva le stesse voci) sparisce */
@media screen and (min-width: 1120px) {
    .right-section-header .toggle-menu-desktop, body .menu-string { display: none !important; }
    .dc-nav { margin-right: 0; }
}
/* pagine classiche (es. Privacy Policy): titolo h1 e contenuto leggibile sotto l'header fisso */
.dc-page-classic { max-width: 820px; margin: 0 auto; padding: 168px 20px 96px; }
.dc-page-classic .entry-header h1 { font-size: 56px; line-height: 1.1; margin: 0 0 32px; display: block; }
.dc-page-classic .entry-content { font-size: 16px; line-height: 1.8; }
.dc-page-classic .entry-content h2 { font-size: 32px; margin: 40px 0 12px; }
.dc-page-classic .entry-content h3 { font-size: 24px; margin: 32px 0 10px; }
.dc-page-classic .entry-content p { margin: 0 0 16px; }
.dc-page-classic .entry-content ul { list-style: disc; padding-left: 24px; margin: 0 0 16px; }
.dc-page-classic .entry-content a { color: var(--dc-blue); }
@media screen and (max-width: 1119px) { .dc-page-classic { padding-top: 128px; } .dc-page-classic .entry-header h1 { font-size: 36px; } }
/* nav desktop: il tema da' ai link di menu un margin-bottom di 40px (mega-menu); qui va azzerato */
.dc-nav ul li a { margin: 0 !important; padding: 0 !important; }
/* articoli portfolio costruiti con Elementor: larghezza piena (i container boxed gestiscono il contenuto), meno vuoto */
.dc-post-body--elementor { max-width: none; padding: 24px 0 64px; }
.dc-post-body--elementor > .elementor > .e-con { --padding-left: 20px; --padding-right: 20px; }
.dc-post-body--elementor .elementor-widget-image img { border-radius: 12px; box-shadow: 0 20px 50px rgba(0, 0, 0, .45); }
.dc-post-body--elementor .elementor-widget-image a { display: block; cursor: zoom-in; transition: transform .5s var(--dc-ease); }
.dc-post-body--elementor .elementor-widget-image a:hover { transform: translateY(-4px); }
.dc-post-body--elementor .e-n-carousel .swiper-slide { display: flex; align-items: center; justify-content: center; }
.dc-post-body--elementor .e-n-carousel .elementor-swiper-button { width: 40px; height: 40px; border-radius: 50%; background: rgba(29, 29, 29, .7); border: 1px solid rgba(255, 255, 255, .25); color: #fff; display: flex; align-items: center; justify-content: center; }
.dc-post-body--elementor .e-n-carousel .elementor-swiper-button svg { width: 14px; height: 14px; fill: currentColor; }
.dc-post-body--elementor .e-n-carousel .swiper-pagination-progressbar { background: rgba(255, 255, 255, .15); }
.dc-post-body--elementor .e-n-carousel .swiper-pagination-progressbar-fill { background: var(--dc-gradient); }
.dc-post-body--elementor .elementor-widget-heading .elementor-heading-title { line-height: 1.15; }
.dc-post-nav--elementor { max-width: 1120px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
/* loghi tecnologie: altezza 130px su desktop (richiesta), ridotti in proporzione sotto i 1120px */
.dc-tech__slide { height: 150px; }
.dc-tech__slide img { height: 130px; max-width: 260px; }
@media screen and (max-width: 1119px) { .dc-tech__slide { height: 116px; } .dc-tech__slide img { height: 100px; max-width: 200px; } }
@media screen and (max-width: 767px) { .dc-tech__slide { height: 90px; } .dc-tech__slide img { height: 76px; max-width: 150px; } }

/* ---------- form contatti (Formidable): etichette sopra, campi puliti, submit a gradiente ---------- */
.dc-contact__card, .dc-contact__card.e-con { background: #232323 !important; border: 1px solid rgba(255, 255, 255, .06); border-radius: 20px; position: relative; overflow: hidden; }
.dc-contact__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--dc-gradient); }
.dc-contact__card .with_frm_style .frm_form_field { margin-bottom: 22px; }
.dc-contact__card .with_frm_style .frm_inside_container { position: relative; }
.dc-contact__card .with_frm_style .frm_inside_container > label,
.dc-contact__card .with_frm_style .frm_primary_label {
    position: static !important; display: block; margin: 0 0 8px !important; padding: 0 !important; transform: none !important; opacity: 1 !important; max-width: none;
    font-family: "Poppins", sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .08em; text-transform: uppercase; color: #9A9A9A !important; line-height: 1.3; white-space: normal;
}
.dc-contact__card .with_frm_style .frm_required { color: var(--dc-blue) !important; margin-left: 2px; }
.dc-contact__card .with_frm_style input[type="text"], .dc-contact__card .with_frm_style input[type="email"], .dc-contact__card .with_frm_style input[type="tel"],
.dc-contact__card .with_frm_style input[type="number"], .dc-contact__card .with_frm_style input[type="url"], .dc-contact__card .with_frm_style select, .dc-contact__card .with_frm_style textarea {
    width: 100%; height: 54px !important; min-height: 0; padding: 0 16px !important; box-sizing: border-box;
    background: #1A1A1A !important; border: 1px solid #383838 !important; border-radius: 10px !important; color: var(--dc-white) !important;
    font-family: "Poppins", sans-serif !important; font-size: 15px !important; line-height: 1.4; box-shadow: none !important;
    transition: border-color .3s, box-shadow .3s, background .3s;
}
.dc-contact__card .with_frm_style textarea { height: auto !important; min-height: 150px; padding: 14px 16px !important; resize: vertical; }
.dc-contact__card .with_frm_style input:hover, .dc-contact__card .with_frm_style textarea:hover { border-color: #4A4A4A !important; }
.dc-contact__card .with_frm_style input:focus, .dc-contact__card .with_frm_style textarea:focus, .dc-contact__card .with_frm_style select:focus {
    outline: none; border-color: var(--dc-blue) !important; box-shadow: 0 0 0 3px rgba(29, 64, 254, .22) !important; background: #111111 !important;
}
.dc-contact__card .with_frm_style .frm_description { color: var(--dc-grey) !important; font-size: 12px !important; line-height: 1.45; margin: 8px 0 0 2px; }
.dc-contact__card .with_frm_style .frm_checkbox { display: flex; align-items: flex-start; gap: 12px; }
.dc-contact__card .with_frm_style .frm_checkbox label { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: #BDBDBD !important; font-size: 14px !important; line-height: 1.5; cursor: pointer; text-transform: none; letter-spacing: 0; font-weight: 400 !important; }
.dc-contact__card .with_frm_style .frm_checkbox input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px !important; height: 20px !important; margin: 2px 0 0 !important; flex-shrink: 0; border: 1px solid #4A4A4A; border-radius: 5px; background: #1A1A1A; cursor: pointer; position: relative; transition: background .25s, border-color .25s; }
.dc-contact__card .with_frm_style .frm_checkbox input[type="checkbox"]:checked { background: var(--dc-blue); border-color: var(--dc-blue); }
.dc-contact__card .with_frm_style .frm_checkbox input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.dc-contact__card .with_frm_style .frm_checkbox input[type="checkbox"]:focus-visible { box-shadow: 0 0 0 3px rgba(29, 64, 254, .3); outline: none; }
.dc-contact__card .with_frm_style .frm_submit { margin-top: 6px; }
.dc-contact__card .with_frm_style .frm_submit button.frm_button_submit {
    display: flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; padding: 0 24px;
    background: var(--dc-gradient) !important; background-size: 200% 100% !important; color: var(--dc-white) !important; border: 0 !important; border-radius: 10px !important;
    font-family: "Poppins", sans-serif !important; font-size: 17px !important; font-weight: 600 !important; letter-spacing: .01em; cursor: pointer; box-shadow: none !important;
    transition: transform .4s var(--dc-ease), box-shadow .4s var(--dc-ease), background-position .6s var(--dc-ease);
}
.dc-contact__card .with_frm_style .frm_submit button.frm_button_submit:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(29, 64, 254, .35) !important; background-position: 100% 0 !important; }
.dc-contact__card .with_frm_style .frm_error { color: #FF6B85 !important; font-size: 12px !important; margin-top: 8px; }
.dc-contact__card .with_frm_style .frm_blank_field input, .dc-contact__card .with_frm_style .frm_blank_field textarea { border-color: #FF6B85 !important; }
.dc-contact__card .with_frm_style .frm_message, .dc-contact__card .with_frm_style .frm_error_style { background: #1A1A1A; border: 1px solid var(--dc-blue); border-radius: 12px; color: var(--dc-white); padding: 16px 18px; }
.dc-contact__card .with_frm_style .frm_message p, .dc-contact__card .with_frm_style .frm_error_style p { color: var(--dc-white); margin: 0; }
@media screen and (max-width: 767px) { .dc-contact__card .with_frm_style .frm_form_field { margin-bottom: 18px; } .dc-contact__card .with_frm_style .frm_half { width: 100% !important; margin-left: 0 !important; } }
/* slider loghi: base minima anche prima del CSS di Swiper (caricato da Elementor) */
.dc-tech { overflow: hidden; }
.dc-tech .swiper-wrapper { display: flex; box-sizing: content-box; }
.dc-tech .swiper-slide { flex-shrink: 0; }
/* form: etichette a altezza fissa (allineamento delle colonne anche se il testo va su due righe), submit a piena larghezza */
.dc-contact__card .with_frm_style .frm_inside_container > label,
.dc-contact__card .with_frm_style .frm_primary_label { min-height: 34px; display: flex !important; align-items: flex-end; gap: 4px; line-height: 1.25; }
.dc-contact__card .with_frm_style .frm_checkbox label { min-height: 0; align-items: flex-start; }
.dc-contact__card .with_frm_style .frm_submit.frm_flex { display: block; }
.dc-contact__card .with_frm_style .frm_submit button.frm_button_submit { width: 100% !important; }
/* form: etichetta allineata in basso con asterisco in linea; il contenitore del submit (flex centrato nel tema) torna a blocco */
.dc-contact__card .with_frm_style .frm_inside_container > label,
.dc-contact__card .with_frm_style .frm_primary_label { display: table-cell !important; vertical-align: bottom; height: 34px; width: 100%; min-height: 0; padding-bottom: 8px !important; margin: 0 !important; }
.dc-contact__card .with_frm_style .frm_checkbox label { display: flex !important; height: auto; width: auto; padding-bottom: 0 !important; }
.dc-contact__card .with_frm_style .custom_button_formidable { display: block !important; }
.dc-contact__card .with_frm_style .frm_submit { width: 100%; }
/* form: consenso privacy a piena larghezza allineato a sinistra; etichette leggermente piu' compatte */
.dc-contact__card .with_frm_style .centered_privacy_policy { display: block !important; text-align: left; }
.dc-contact__card .with_frm_style .centered_privacy_policy .frm_opt_container, .dc-contact__card .with_frm_style .frm_checkbox { width: 100%; }
.dc-contact__card .with_frm_style .frm_inside_container > label, .dc-contact__card .with_frm_style .frm_primary_label { font-size: 11.5px !important; letter-spacing: .06em; }

/* ---------- bottoni Elementor con classi dc-btn / --ghost / --dark / --sm: lo stile va sul .elementor-button interno, il wrapper resta neutro ---------- */
.elementor-widget-button.dc-btn, .elementor-widget-button.dc-btn--ghost, .elementor-widget-button.dc-btn--dark, .elementor-widget-button.dc-btn--sm {
    background: none !important; border: 0 !important; padding: 0 !important; border-radius: 0; font-size: inherit; width: auto; overflow: visible; box-shadow: none; transform: none;
}
.elementor-widget-button.dc-btn .elementor-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--dc-blue); color: var(--dc-white); border: 1px solid transparent; border-radius: 4px;
    padding: 12px 18px; font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 600; line-height: 1.2; text-decoration: none;
}
.elementor-widget-button.dc-btn--ghost .elementor-button { background: transparent; border-color: var(--dc-grey); }
.elementor-widget-button.dc-btn--ghost .elementor-button::before { background: var(--dc-surface); }
.elementor-widget-button.dc-btn--ghost .elementor-button:hover { border-color: var(--dc-white); box-shadow: 0 14px 30px rgba(0, 0, 0, .35); }
.elementor-widget-button.dc-btn--dark .elementor-button { background: #3B3B3B; font-size: 16px; font-weight: 700; padding: 12px 16px; }
.elementor-widget-button.dc-btn--dark .elementor-button::before { background: var(--dc-blue); }
.elementor-widget-button.dc-btn--sm .elementor-button { font-size: 16px; padding: 10px 16px; }
.elementor-widget-button.dc-btn .elementor-button .elementor-button-text { position: relative; }
/* post portfolio: blocco introduttivo come colonna di lettura */
.dc-post-body--elementor .dc-post-intro .elementor-widget-text-editor { font-size: 18px; line-height: 1.7; }
.dc-post-body--elementor .dc-post-intro .elementor-widget-heading .elementor-heading-title { font-size: 32px; }
/* lightbox Elementor (screenshot portfolio): immagine contenuta, non a tutto schermo */
.elementor-lightbox .swiper-zoom-container { display: flex; align-items: center; justify-content: center; }
.elementor-lightbox .elementor-lightbox-image { max-width: min(1100px, 82vw) !important; max-height: 76vh !important; width: auto !important; height: auto !important; border-radius: 12px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.elementor-lightbox .elementor-slideshow__footer { background: transparent; }
@media screen and (max-width: 767px) { .elementor-lightbox .elementor-lightbox-image { max-width: 92vw !important; max-height: 70vh !important; } }
/* progetti portfolio testuali: card con elenchi puntati, banda "risultato" */
.dc-post-body--elementor .dc-case-card { background: var(--dc-surface); border-radius: var(--dc-radius); }
.dc-post-body--elementor .dc-case-card .elementor-widget-text-editor p { margin: 0 0 14px; }
.dc-post-body--elementor .dc-case-card .elementor-widget-text-editor ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.dc-post-body--elementor .dc-case-card .elementor-widget-text-editor li { position: relative; padding-left: 26px; line-height: 1.55; }
.dc-post-body--elementor .dc-case-card .elementor-widget-text-editor li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--dc-gradient); }
.dc-post-body--elementor .dc-case-band .dc-eyebrow-w .elementor-heading-title { color: rgba(255, 255, 255, .85) !important; }
.dc-post-body--elementor .dc-case-band .elementor-widget-text-editor { max-width: 900px; }
.dc-post-body--elementor .dc-case-band.e-con { border-radius: 20px; }
.dc-post-body--elementor .dc-case-band.e-con { max-width: 1120px; margin-left: auto; margin-right: auto; }
@media screen and (max-width: 1160px) { .dc-post-body--elementor .dc-case-band.e-con { margin-left: 20px; margin-right: 20px; } }
/* breadcrumb (Rank Math) nell'hero di articoli e progetti */
.dc-breadcrumb { margin-bottom: 18px; font-size: 13px; letter-spacing: .02em; }
.dc-breadcrumb .rank-math-breadcrumb p { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; color: rgba(255, 255, 255, .6); }
.dc-breadcrumb .rank-math-breadcrumb a { color: rgba(255, 255, 255, .75); text-decoration: none; position: relative; transition: color .3s; }
.dc-breadcrumb .rank-math-breadcrumb a:hover { color: var(--dc-white); }
/* separatore: si usa la freccia gia' prodotta da Rank Math (nessun segno aggiuntivo) */
.dc-breadcrumb .rank-math-breadcrumb .separator { color: rgba(255, 255, 255, .45); font-weight: 400; }
.dc-breadcrumb .rank-math-breadcrumb .last { color: var(--dc-white); font-weight: 500; max-width: 60ch; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 767px) { .dc-breadcrumb { font-size: 12px; } .dc-breadcrumb .rank-math-breadcrumb .last { max-width: 30ch; } }
.dc-footer__address {font-size:15px; font-style: normal; line-height: 1.6; color: var(--dc-grey); }
.dc-footer__note { display: block; margin-top: 10px; color: var(--dc-grey); }
/* pagina Il team: foto con angoli e ombra, galleria a tre, ritratto CEO */
.dc-team-photo img { border-radius: 20px; box-shadow: 0 30px 70px rgba(0, 0, 0, .5); width: 100%; height: auto; }
.dc-team-photo--hero img { max-height: 560px; width: auto; max-width: 100%; }
.dc-team-photo--about img, .dc-team-photo--ceo img { max-height: 520px; width: auto; max-width: 100%; }
.dc-team-gallery .dc-team-photo img { aspect-ratio: 3 / 4; object-fit: cover; transition: transform .6s var(--dc-ease); }
.dc-team-gallery .dc-team-photo:hover img { transform: translateY(-6px); }
.dc-team-gallery .elementor-widget-image { width: 100%; }
.dc-stat__num .elementor-heading-title { background: var(--dc-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
@media screen and (max-width: 1023px) { .dc-team-photo--hero img, .dc-team-photo--about img, .dc-team-photo--ceo img { max-height: 440px; } }
/* nav desktop con 6 voci: piu' compatta tra 1120 e 1280px */
@media screen and (min-width: 1120px) and (max-width: 1280px) {
    .dc-nav, .dc-nav ul { gap: 22px; }
    .dc-nav ul li a { font-size: 15px; }
    .dc-nav .dc-btn { font-size: 14px; padding: 9px 12px; }
    .logo-header-wrapper .logo-header { width: 220px; height: auto; }
}
@media screen and (min-width: 1120px) and (max-width: 1280px) { .logo-header { min-width: 220px; max-width: 220px; } .dc-nav, .dc-nav ul { flex-wrap: nowrap; } }
/* foto team: niente distorsione (Elementor forza width:100%) */
.dc-team-photo img { width: auto !important; max-width: 100% !important; height: auto !important; }
.dc-team-gallery .dc-team-photo img { width: 100% !important; height: auto !important; aspect-ratio: 3 / 4; object-fit: cover; }
/* card news/portfolio: h3 con le dimensioni delle vecchie h4 */
.dc-news__body h3.dc-news__title--sm { font-size: 18px; line-height: 1.3; }
/* contrasto AA: breadcrumb e meta sugli hero scuri */
.dc-breadcrumb .rank-math-breadcrumb p { color: rgba(255, 255, 255, .78); }
.dc-breadcrumb .rank-math-breadcrumb a { color: rgba(255, 255, 255, .85); }
.dc-post-meta { color: #B5B5B5; }
/* contrasto AA: link nel corpo degli articoli */
.dc-post-body a { color: #8FA3FF; text-decoration: underline; text-decoration-color: rgba(143, 163, 255, .45); text-underline-offset: 3px; transition: color .3s; }
.dc-post-body a:hover { color: #fff; }
/* contrasto AA: occhielli grigi anche sulle card #060606 */
.dc-eyebrow { color: #9A9A9A; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
/* illustrazioni hero pagine: mai deformate ne' ingrandite oltre la dimensione reale */
.dc-page-hero .elementor-widget-image img { width: auto !important; height: auto !important; max-width: 100%; max-height: 420px; object-fit: contain; }
@media screen and (max-width: 1119px) { .dc-page-hero .elementor-widget-image img { max-height: 300px; } }
@media screen and (max-width: 767px) { .dc-page-hero .elementor-widget-image img { max-height: 220px; } }
.dc-breadcrumb .rank-math-breadcrumb a, .dc-breadcrumb .rank-math-breadcrumb span, .dc-breadcrumb .rank-math-breadcrumb p { font-size: 13px !important; line-height: 1.4; }

/* sezione notizie su banda #060606: card in tinta pagina per staccare dal fondo */
#news .dc-news .dc-card { background: var(--dc-bg); }
#news .dc-news .dc-cover { background: var(--dc-surface); }

/* loghi degli strumenti di design (blocco "Hai un layout in Figma...") */
.dc-tools { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 36px; margin: 4px 0 24px; }
.dc-tools img { height: 44px; width: auto; opacity: .85; transition: opacity .4s, transform .5s var(--dc-ease); }
.dc-tools img:hover { opacity: 1; transform: translateY(-4px); }
/* logo del prodotto sopra il titolo di sezione (WordPress, PrestaShop) */
.dc-brand-logo img { width: 150px; height: auto; max-width: 60%; opacity: .95; }
@media screen and (max-width: 767px) { .dc-tools { gap: 24px; } .dc-tools img { height: 34px; } .dc-brand-logo img { width: 120px; } }
/* riga di loghi tecnologia sotto un titolo (Flutter, Android, iOS) */
.dc-logo-row img { height: 44px; width: auto; opacity: .9; transition: opacity .4s, transform .5s var(--dc-ease); }
.dc-logo-row img:hover { opacity: 1; transform: translateY(-4px); }
/* nota marchi nel footer */
.dc-footer__trademarks { width: 100%; margin: 14px 0 0; font-size: 12px; line-height: 1.5; color: var(--dc-grey); }
@media screen and (max-width: 767px) { .dc-logo-row img { height: 34px; } }

/* articoli: tabelle di confronto e indice dei contenuti */
.dc-table-wrap { overflow-x: auto; margin: 0 0 28px; -webkit-overflow-scrolling: touch; }
.dc-post-body table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.dc-post-body th, .dc-post-body td { padding: 12px 14px; border-bottom: 1px solid #333; text-align: left; vertical-align: top; }
.dc-post-body thead th { background: var(--dc-surface); color: var(--dc-white); font-weight: 600; border-bottom: 0; }
.dc-post-body thead th:first-child { border-radius: 10px 0 0 0; }
.dc-post-body thead th:last-child { border-radius: 0 10px 0 0; }
.dc-post-body tbody td:first-child { color: var(--dc-white); font-weight: 500; }
.dc-post-toc { background: var(--dc-surface); border-radius: var(--dc-radius); padding: 20px 24px; margin: 0 0 32px; }
.dc-post-toc strong { display: block; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--dc-grey); margin-bottom: 10px; }
.dc-post-toc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.dc-post-toc li { margin: 0; }
.dc-post-toc a { color: var(--dc-white); text-decoration: none; font-size: 15px; }
.dc-post-toc a:hover { color: #8FA3FF; }
.dc-post-body .faq_global_wrappper { max-width: none; margin: 0 0 28px; }
.dc-post-body .faq_global_wrappper .faq_title { font-size: 18px; }

/* Screenshot di app nei portfolio: cornice, ombra e didascalia */
.dc-app-shots__row { align-items: flex-start; }
.dc-app-shot img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .5);
  background: #fff;
  display: block;
}
.dc-app-shot .widget-image-caption {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.35;
  color: var(--dc-grey);
  text-align: center;
  font-style: normal;
}
@media (max-width: 767px) {
  .dc-app-shots__row { gap: 18px 14px; }
}

/* ---------- hero del single: testo a sinistra, copertina a destra ---------- */
.dc-post-hero--split { position: relative; min-height: 0; display: block; overflow: hidden; background: var(--dc-bg); }
.dc-post-hero--split::after { content: none; }
.dc-post-hero__glow { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.dc-post-hero__glow::before {
  content: ""; position: absolute; top: -220px; right: -160px; width: 780px; height: 780px; border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 64, 254, .34) 0%, rgba(29, 64, 254, 0) 68%);
}
.dc-post-hero__glow::after {
  content: ""; position: absolute; top: 60px; left: -260px; width: 680px; height: 680px; border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 16, 220, .26) 0%, rgba(123, 16, 220, 0) 70%);
}
.dc-post-hero--split .dc-post-hero__inner {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 1fr;
  gap: 56px; align-items: center; padding: 164px 0 64px;
}
.dc-post-hero--split .dc-post-hero__inner--nocover { grid-template-columns: minmax(0, 780px); }
.dc-post-hero__text { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; min-width: 0; }
.dc-post-hero--split .dc-post-hero__inner h1 { font-size: clamp(34px, 3.7vw, 54px); line-height: 1.08; margin: 0; text-wrap: balance; }
.dc-post-hero--split .dc-breadcrumb { margin: 0; }
.dc-post-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700;
  letter-spacing: 1.6px; text-transform: uppercase; color: #A9B4FF;
}
.dc-post-hero__eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--dc-blue), var(--dc-purple)); }
.dc-post-hero__sub { margin: 0; color: #B9BCC4; font-size: 19px; line-height: 1.65; max-width: 32em; }
.dc-post-hero__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.dc-post-hero__chip {
  font-size: 13px; font-weight: 600; color: #D6D8DE; padding: 7px 13px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .05);
}
.dc-post-hero__cover {
  margin: 0; border-radius: 22px; padding: 1px; max-width: 100%;
  background: linear-gradient(140deg, rgba(29, 64, 254, .75), rgba(123, 16, 220, .55) 45%, rgba(255, 255, 255, .08) 85%);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .6);
}
.dc-post-hero__cover img { display: block; width: 100%; height: auto; border-radius: 21px; }
.dc-post-hero--split + .dc-post-body { padding-top: 32px; }
.dc-post-hero--split + .dc-post-body--elementor { padding-top: 0; }

@media screen and (max-width: 1119px) {
  .dc-post-hero--split .dc-post-hero__inner { grid-template-columns: 1fr; gap: 32px; padding: 132px 20px 48px; }
  .dc-post-hero--split .dc-post-hero__inner h1 { font-size: 34px; }
  .dc-post-hero__sub { font-size: 16.5px; }
  .dc-post-hero__cover { border-radius: 18px; box-shadow: 0 24px 54px rgba(0, 0, 0, .55); }
  .dc-post-hero__cover img { border-radius: 17px; }
  .dc-post-hero--split + .dc-post-body { padding-top: 12px; }
  .dc-post-hero--split + .dc-post-body--elementor { padding-top: 0; }
}
@media screen and (max-width: 767px) {
  .dc-post-hero--split .dc-post-hero__inner { padding: 116px 20px 40px; gap: 26px; }
  .dc-post-hero--split .dc-post-hero__inner h1 { font-size: 30px; }
  .dc-post-hero__text { gap: 16px; }
  .dc-post-hero__chip { font-size: 12.5px; padding: 6px 11px; }
}

/* ---------- cursore "cometa con etichetta" ---------- */
html.dc-cursor-on { cursor: none; }
html.dc-cursor-on * { cursor: inherit; }
html.dc-cursor-on input,
html.dc-cursor-on textarea,
html.dc-cursor-on [contenteditable="true"] { cursor: text; }
html.dc-cursor-on select,
html.dc-cursor-on iframe,
html.dc-cursor-on video,
html.dc-cursor-on embed,
html.dc-cursor-on object { cursor: auto; }

.dc-cursor {
  position: fixed; left: 0; top: 0; width: 0; height: 0;
  pointer-events: none; z-index: 999999;
  opacity: 0; transition: opacity .18s;
}
.dc-cursor.is-on { opacity: 1; }
.dc-cursor__coda,
.dc-cursor__punta,
.dc-cursor__targa { position: absolute; left: 0; top: 0; will-change: transform; }
.dc-cursor__coda { width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; }
.dc-cursor__punta {
  width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; border-radius: 50%; background: var(--dc-white);
  box-shadow: 0 0 16px rgba(123, 16, 220, .95), 0 0 34px rgba(29, 64, 254, .55);
  transition: width .2s cubic-bezier(.2, .8, .2, 1), height .2s cubic-bezier(.2, .8, .2, 1), margin .2s cubic-bezier(.2, .8, .2, 1);
}
.dc-cursor__punta.is-su { width: 17px; height: 17px; margin: -8.5px 0 0 -8.5px; }
.dc-cursor__punta.is-giu { width: 8px; height: 8px; margin: -4px 0 0 -4px; }
.dc-cursor__targa {
  display: flex; align-items: center; gap: 7px; height: 32px; padding: 0 14px 0 12px; border-radius: 999px;
  background: linear-gradient(135deg, var(--dc-blue), var(--dc-purple)); color: var(--dc-white);
  font-size: 13.5px; font-weight: 600; line-height: 1; letter-spacing: .01em; white-space: nowrap;
  box-shadow: 0 8px 22px rgba(29, 64, 254, .38);
  transform-origin: 0 50%; opacity: 0;
  transition: opacity .18s, transform .22s cubic-bezier(.2, .8, .2, 1);
}
.dc-cursor__targa svg { width: 13px; height: 13px; flex: 0 0 13px; }
.dc-cursor__targa i { font-style: normal; }

@media (prefers-reduced-motion: reduce) { .dc-cursor { display: none; } }
@media (hover: none), (pointer: coarse) { html.dc-cursor-on { cursor: auto; } .dc-cursor { display: none; } }

/* ---------- footer: il menu diventa una fisarmonica da telefono ---------- */
.dc-footer__toggle {
  appearance: none; background: none; border: 0; padding: 0; margin: 0;
  font: inherit; color: inherit; text-align: left; cursor: default;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%;
}
.dc-footer__col .dc-footer__toggle strong { font-size: 16px; font-weight: 700; }
.dc-footer__chevron { display: none; width: 18px; height: 18px; flex: 0 0 18px; color: var(--dc-grey); }
.dc-footer__panel > ul { margin: 0; }

@media screen and (max-width: 767px) {
  .dc-footer__col--pieghevole { grid-column: 1 / -1; gap: 0; border-top: 1px solid rgba(255, 255, 255, .08); padding-top: 14px; }
  .dc-footer__toggle { cursor: pointer; padding: 2px 0; }
  .dc-footer__toggle:focus-visible { outline: 2px solid var(--dc-blue); outline-offset: 4px; border-radius: 4px; }
  .dc-footer__chevron { display: block; transition: transform .28s var(--dc-ease, ease); }
  .dc-footer__toggle[aria-expanded="true"] .dc-footer__chevron { transform: rotate(180deg); }
  /* apertura senza altezze fisse: la riga della griglia passa da 0fr a 1fr */
  .dc-footer__panel { display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows .3s var(--dc-ease, ease); }
  .dc-footer__panel > * { min-height: 0; }
  .dc-footer__toggle[aria-expanded="true"] + .dc-footer__panel { grid-template-rows: 1fr; }
  .dc-footer__toggle[aria-expanded="true"] + .dc-footer__panel > ul { padding-top: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .dc-footer__panel, .dc-footer__chevron { transition: none; }
}

/* ---------- menu principale da telefono: sfondo sfumato e lista curata ---------- */
.dc-menu-contatti { display: none; }

@media screen and (max-width: 1119px) {
  /* lo sfondo piatto lascia il posto a due aloni di marca su base scura */
  #wrapper-navbar,
  body.open-menu .position-header-custom {
    background:
      radial-gradient(700px 520px at -12% -6%, rgba(29, 64, 254, .34) 0%, rgba(29, 64, 254, 0) 62%),
      radial-gradient(620px 560px at 112% 104%, rgba(123, 16, 220, .34) 0%, rgba(123, 16, 220, 0) 60%),
      linear-gradient(168deg, #17171C 0%, #0D0D10 58%, #0A0A0C 100%);
    backdrop-filter: none;
  }
  body.open-menu .position-header-custom { border-bottom: 1px solid rgba(255, 255, 255, .07); }

  /* la lista: voci piu' compatte, separatore leggero, freccia a destra */
  #scf_principal_menu { padding: 6px 20px 0; }
  .scf-nav-main-link {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    margin: 0; padding: 17px 0;
    font-size: clamp(23px, 6.6vw, 30px); line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: var(--dc-white);
  }
  .scf-nav-main-link::after {
    content: ""; flex: 0 0 9px; width: 9px; height: 9px;
    border-top: 2px solid rgba(255, 255, 255, .32);
    border-right: 2px solid rgba(255, 255, 255, .32);
    transform: rotate(45deg);
    transition: transform .25s var(--dc-ease, ease), border-color .25s;
  }
  .scf-nav-main-link:active::after { border-color: var(--dc-white); transform: rotate(45deg) translate(3px, -3px); }
  .scf-nav-main-link.active { color: #9DB0FF; }
  .scf-nav-main-link.active::after { border-color: #9DB0FF; }

  /* ingresso a cascata delle voci */
  body.open-menu .scf-nav-main-link { animation: dc-voce-menu .42s var(--dc-ease, ease) both; }
  body.open-menu .scf-nav-main-link:nth-child(1) { animation-delay: .04s; }
  body.open-menu .scf-nav-main-link:nth-child(2) { animation-delay: .09s; }
  body.open-menu .scf-nav-main-link:nth-child(3) { animation-delay: .14s; }
  body.open-menu .scf-nav-main-link:nth-child(4) { animation-delay: .19s; }
  body.open-menu .scf-nav-main-link:nth-child(5) { animation-delay: .24s; }
  body.open-menu .scf-nav-main-link:nth-child(6) { animation-delay: .29s; }

  /* il pannello finiva 50 pixel sotto il bordo dello schermo */
  /* niente unita' di viewport: top e bottom definiscono l'altezza in modo affidabile
     anche quando la barra del browser compare e scompare */
  #wrapper-navbar {
    top: 70px; bottom: 0; height: auto; max-height: none; overflow: hidden;
  }

  /* il pannello diventa una colonna: lista in alto, blocco contatti in fondo */
  #wrapper-navbar > .menu-item-header,
  #wrapper-navbar .small-container.menu-item-header {
    display: flex; flex-direction: column; height: 100%; width: 100%; padding: 0;
  }
  #wrapper-navbar .wrapper-menu-image { flex: 1 1 auto; min-height: 0; overflow-y: auto; }

  /* blocco in fondo: invito all'azione e contatti al posto dello spazio vuoto */
  .footer-nav {
    display: flex !important; flex-direction: column; align-items: stretch; gap: 16px;
    position: static; margin: auto 0 0; width: 100%; box-sizing: border-box;
    padding: 20px 20px calc(22px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(10, 10, 12, 0) 0%, rgba(10, 10, 12, .85) 38%);
  }

  /* il tasto WhatsApp flottante coprirebbe i contatti */
  body.open-menu .wrapper-whatsapp_btn { display: none; }
  .footer-nav .wrapper-logo-menu-open, .footer-nav .divisore { display: none; }
  .footer-nav .button-primary { min-width: 0; width: 100%; box-sizing: border-box; justify-content: center; }

  .dc-menu-contatti { display: flex; flex-direction: column; gap: 12px; }
  .dc-menu-contatti a { display: flex; align-items: center; gap: 11px; color: var(--dc-grey); font-size: 14.5px; font-weight: 500; text-decoration: none; }
  .dc-menu-contatti a:active { color: var(--dc-white); }
  .dc-menu-contatti svg { width: 18px; height: 18px; flex: 0 0 18px; color: #9DB0FF; }
}

@keyframes dc-voce-menu {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  body.open-menu .scf-nav-main-link { animation: none; }
  .scf-nav-main-link::after { transition: none; }
}
