/* ==============================
   Servizi Web - Studio Graffiti
================================= */

.sg-web-services-page {
    --sg-orange: #dc2d17;
    --sg-dark: #171717;
    --sg-dark-2: #101010;
    --sg-card: #1f1f1f;
    --sg-soft: rgba(255, 61, 0, 0.14);
    background-color: var(--sg-dark);
    color: #ffffff;
    overflow: hidden;
}

.sg-web-services-page * {
    box-sizing: border-box;
}

.sg-web-services-page a {
    text-decoration: none;
}


/* HERO STILE NEWS */

.sg-web-news-hero {
    position: relative;
    padding: 160px 0 90px;
    background:
        radial-gradient(circle at top right, rgba(255, 61, 0, 0.28) 0, transparent 34%),
        linear-gradient(135deg, #171717 0%, #101010 100%);
    overflow: hidden;
}

.sg-web-news-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: var(--sg-orange);
    opacity: 0.20;
    pointer-events: none;
}

.sg-web-news-hero::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.sg-web-news-hero .container {
    position: relative;
    z-index: 2;
}

.sg-web-news-hero-grid {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 60px;
    align-items: end;
}

.sg-web-news-info {
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sg-web-news-info h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 18px;
}

.sg-web-news-info p {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.sg-web-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sg-web-label::before {
    content: "";
    width: 42px;
    height: 2px;
    background-color: var(--sg-orange);
}

.sg-web-news-hero h1 {
    max-width: 1120px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(50px, 8vw, 118px);
    line-height: 0.86;
    letter-spacing: -0.075em;
    font-weight: 900;
}

.sg-web-news-hero h1 span {
    color: var(--sg-orange);
}

.sg-web-hero-text {
    max-width: 850px;
    margin-top: 34px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    line-height: 1.65;
}

.sg-web-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.sg-web-btn {
    min-height: 58px;
    padding: 18px 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
}

.sg-web-btn-primary {
    background-color: var(--sg-orange);
    color: #ffffff;
}

.sg-web-btn-primary:hover {
    background-color: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.sg-web-btn-light {
    background-color: #ffffff;
    color: #111111;
}

.sg-web-btn-light:hover {
    background-color: var(--sg-orange);
    color: #ffffff;
    transform: translateY(-3px);
}


/* SEZIONI */

.sg-web-intro-section,
.sg-web-marketing-section,
.sg-web-ecommerce-section {
    padding: 100px 0;
    background-color: #ffffff;
    color: #171717;
}

.sg-web-services-section,
.sg-web-proof-section,
.sg-web-tech-section,
.sg-web-shop-section,
.sg-web-case-study-section {
    padding: 100px 0;
    background-color: var(--sg-dark-2);
    color: #ffffff;
}

.sg-web-case-study-section-alt {
    background:
        radial-gradient(circle at bottom left, rgba(255, 61, 0, 0.24), transparent 34%),
        #111111;
}

.sg-web-method-section,
.sg-web-faq-section {
    padding: 100px 0;
    background-color: #ffffff;
    color: #171717;
}

.sg-web-content-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 80px;
    align-items: start;
}

.sg-web-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sg-web-title {
    margin: 0;
    color: #111111;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 0.96;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.sg-web-title span {
    color: var(--sg-orange);
}

.sg-web-lead {
    margin: 0 0 24px;
    color: #292929;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 700;
}

.sg-web-copy {
    margin: 0 0 18px;
    color: #555555;
    font-size: 18px;
    line-height: 1.75;
}


/* HEAD */

.sg-web-section-head {
    max-width: 900px;
    margin-bottom: 48px;
}

.sg-web-section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sg-web-section-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 5.4vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.sg-web-section-head h2 span {
    color: var(--sg-orange);
}

.sg-web-section-head p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.7;
}

.sg-web-section-head.dark h2,
.sg-web-section-head.light h2 {
    color: #111111;
}


/* SERVIZI */

.sg-web-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sg-web-service-card,
.sg-web-ecommerce-card,
.sg-web-shop-card,
.sg-web-proof-card,
.sg-web-case-card {
    transition: all 0.3s ease;
}

.sg-web-service-card {
    min-height: 300px;
    padding: 30px;
    border-radius: 32px;
    background-color: var(--sg-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sg-web-service-card:hover,
.sg-web-ecommerce-card:hover,
.sg-web-shop-card:hover,
.sg-web-proof-card:hover,
.sg-web-case-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 61, 0, 0.45);
    background-color: #242424;
}

.sg-web-service-card .number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background-color: var(--sg-soft);
    color: var(--sg-orange);
    font-size: 14px;
    font-weight: 900;
}

.sg-web-service-card h3,
.sg-web-ecommerce-card h3,
.sg-web-shop-card h3,
.sg-web-proof-card h3,
.sg-web-case-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 900;
}

.sg-web-service-card p,
.sg-web-ecommerce-card p,
.sg-web-shop-card p,
.sg-web-proof-card p,
.sg-web-case-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.7;
}


/* OFFERTA */

.sg-web-offer-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at bottom right, rgba(255, 61, 0, 0.24), transparent 34%),
        #111111;
    color: #ffffff;
}

.sg-web-offer-box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: stretch;
}

.sg-web-offer-content,
.sg-web-offer-price-card {
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 42px;
}

.sg-web-offer-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sg-web-offer-content h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 82px);
    line-height: .9;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.sg-web-offer-content h2 span {
    color: var(--sg-orange);
}

.sg-web-offer-content p {
    max-width: 820px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.7;
}

.sg-web-offer-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-web-offer-content li {
    position: relative;
    padding-left: 24px;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.5;
}

.sg-web-offer-content li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--sg-orange);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.sg-web-offer-price-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(145deg, rgba(220,45,23,.22), rgba(255,255,255,.05));
}

.sg-web-offer-price-card > span {
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 22px;
}

.sg-web-offer-price {
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}

.sg-web-offer-price strong {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(52px, 6vw, 82px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.sg-web-offer-price-card p {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.sg-web-offer-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    padding: 18px 30px;
    border-radius: 999px;
    background-color: var(--sg-orange);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    transition: all .3s ease;
}

.sg-web-offer-btn:hover {
    background-color: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}


/* ECOMMERCE */

.sg-web-ecommerce-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 60px;
}

.sg-web-ecommerce-card {
    min-height: 260px;
    padding: 30px;
    border-radius: 32px;
    background-color: var(--sg-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sg-web-ecommerce-card span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 50%;
    background-color: var(--sg-soft);
    color: var(--sg-orange);
    font-size: 14px;
    font-weight: 900;
}


/* SHOP */

.sg-web-shop-section {
    background:
        radial-gradient(circle at bottom left, rgba(255, 61, 0, 0.24), transparent 34%),
        #111111;
}

.sg-web-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sg-web-shop-card,
.sg-web-proof-card,
.sg-web-case-card {
    min-height: 230px;
    padding: 30px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}


/* CASE STUDY */

.sg-web-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sg-web-case-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sg-web-case-card {
    display: block;
}

.sg-web-case-card > span {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sg-web-case-card a {
    display: inline-block;
    margin-top: 24px;
    color: var(--sg-orange);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}


/* METODO */

.sg-web-method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.sg-web-method-card {
    padding: 28px;
    border-radius: 30px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.sg-web-method-card span {
    display: block;
    margin-bottom: 20px;
    color: var(--sg-orange);
    font-size: 14px;
    font-weight: 900;
}

.sg-web-method-card h3 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 900;
}

.sg-web-method-card p {
    margin: 0;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 1.7;
}


/* PROVE */

.sg-web-proof-section {
    background:
        radial-gradient(circle at bottom left, rgba(255, 61, 0, 0.24), transparent 34%),
        #111111;
}

.sg-web-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}


/* TECNOLOGIE */

.sg-web-tech-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sg-web-tech-card {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border-radius: 26px;
    background-color: var(--sg-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}


/* FAQ */

.sg-web-faq-list {
    max-width: 980px;
    margin: 0 auto;
}

.sg-web-faq-item {
    padding: 28px;
    margin-bottom: 14px;
    border-radius: 24px;
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.sg-web-faq-item h3 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.sg-web-faq-item p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
}


/* CTA */

.sg-web-cta-section {
    padding: 100px 0;
    background-color: var(--sg-orange);
    color: #ffffff;
}

.sg-web-cta-box {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.sg-web-cta-box h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 88px);
    line-height: 0.92;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.sg-web-cta-box p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.6;
}

.sg-web-cta-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.sg-web-btn-dark {
    background-color: #111111;
    color: #ffffff;
}

.sg-web-btn-dark:hover {
    background-color: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.sg-web-btn-white {
    background-color: #ffffff;
    color: #111111;
}

.sg-web-btn-white:hover {
    background-color: #111111;
    color: #ffffff;
    transform: translateY(-3px);
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    .sg-web-news-hero-grid,
    .sg-web-content-grid,
    .sg-web-cta-box,
    .sg-web-offer-box {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sg-web-method-grid,
    .sg-web-proof-grid,
    .sg-web-tech-grid,
    .sg-web-ecommerce-grid,
    .sg-web-shop-grid,
    .sg-web-case-grid,
    .sg-web-case-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-web-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-web-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .sg-web-news-hero {
        padding: 105px 0 54px;
    }

    .sg-web-news-hero h1 {
        font-size: clamp(44px, 15vw, 68px);
        letter-spacing: -0.06em;
    }

    .sg-web-hero-text {
        font-size: 18px;
    }

    .sg-web-service-grid,
    .sg-web-method-grid,
    .sg-web-proof-grid,
    .sg-web-tech-grid,
    .sg-web-ecommerce-grid,
    .sg-web-shop-grid,
    .sg-web-case-grid,
    .sg-web-case-grid-4 {
        grid-template-columns: 1fr;
    }

    .sg-web-offer-content ul {
        grid-template-columns: 1fr;
    }

    .sg-web-btn,
    .sg-web-cta-actions .sg-web-btn,
    .sg-web-offer-btn {
        width: 100%;
    }

    .sg-web-intro-section,
    .sg-web-services-section,
    .sg-web-offer-section,
    .sg-web-ecommerce-section,
    .sg-web-shop-section,
    .sg-web-case-study-section,
    .sg-web-method-section,
    .sg-web-marketing-section,
    .sg-web-proof-section,
    .sg-web-tech-section,
    .sg-web-faq-section,
    .sg-web-cta-section {
        padding: 72px 0;
    }
}

.sg-web-service-card {
    display: flex;
    flex-direction: column;
}

.sg-web-service-card p {
    margin-bottom: 26px;
}

.sg-web-card-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: 13px 20px;
    border-radius: 999px;
    background-color: var(--sg-orange);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: all .3s ease;
}

.sg-web-service-card:hover .sg-web-card-btn {
    background-color: #ffffff;
    color: #111111;
}

@media (max-width: 767px) {
    .sg-web-card-btn {
        width: 100%;
    }
}

.sg-ecommerce-note{

    margin-top:50px;
    padding:40px;

    border-radius:28px;

    background:linear-gradient(135deg,#dc2d17,#9d1c0f);

    color:#fff;

}

.sg-ecommerce-note h3{

    color:#fff;
    font-size:34px;
    font-weight:800;
    margin-bottom:20px;

}

.sg-ecommerce-note p{

    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    margin-bottom:18px;

}

/* ==============================
   Offerta E-commerce Top
================================= */

.sg-web-offer-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at bottom right, rgba(255, 61, 0, 0.24), transparent 34%),
        #111111;
    color: #ffffff;
}

.sg-web-offer-head {
    max-width: 960px;
    margin-bottom: 52px;
}

.sg-web-offer-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--sg-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sg-web-offer-head h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 82px);
    line-height: .9;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.sg-web-offer-head h2 span {
    color: var(--sg-orange);
}

.sg-web-offer-head p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 19px;
    line-height: 1.7;
}

.sg-web-offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.sg-web-offer-content {
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 38px;
}

.sg-web-offer-list ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-web-offer-list li {
    position: relative;
    padding-left: 26px;
    color: rgba(255,255,255,.80);
    font-size: 15px;
    line-height: 1.45;
}

.sg-web-offer-list li::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--sg-orange);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    box-shadow: 0 0 0 6px rgba(220,45,23,.12);
}


/* Price card */

.sg-web-offer-price-card {
    position: sticky;
    top: 120px;
    border-radius: 34px;
    padding: 30px;
    background:
        linear-gradient(160deg, rgba(220,45,23,.35), rgba(255,255,255,.055)),
        #161616;
    border: 1px solid rgba(220,45,23,.45);
    box-shadow:
        0 28px 80px rgba(0,0,0,.38),
        inset 0 1px 0 rgba(255,255,255,.10);
}

.sg-web-offer-price-card > span {
    display: inline-block;
    color: #ffffff;
    background-color: rgba(220,45,23,.85);
    border-radius: 999px;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 24px;
}

.sg-web-offer-price {
    margin-bottom: 22px;
}

.sg-web-offer-price small {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.sg-web-offer-price strong {
    display: block;
    color: #ffffff;
    font-size: clamp(52px, 5vw, 72px);
    line-height: .85;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.sg-web-offer-price em {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
}

.sg-web-offer-discount {
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 18px 0;
    margin-bottom: 20px;
}

.sg-web-offer-discount p {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 8px;
}

.sg-web-offer-discount p:last-child {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 900;
}

.sg-web-offer-price-note {
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 26px;
}

.sg-web-offer-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 17px 24px;
    border-radius: 999px;
    background-color: var(--sg-orange);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    transition: all .3s ease;
}

.sg-web-offer-btn:hover {
    background-color: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}


/* Note */

.sg-ecommerce-note {
    margin-top: 38px;
    padding: 42px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.10);
}

.sg-ecommerce-note h3 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: .95;
    letter-spacing: -0.045em;
    font-weight: 900;
    margin-bottom: 22px;
}

.sg-ecommerce-note p {
    max-width: 1050px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.sg-ecommerce-note strong {
    color: #ffffff;
}


/* Responsive */

@media (max-width: 1199px) {
    .sg-web-offer-layout {
        grid-template-columns: 1fr;
    }

    .sg-web-offer-price-card {
        position: relative;
        top: auto;
        max-width: 520px;
    }

    .sg-web-offer-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sg-web-offer-section {
        padding: 72px 0;
    }

    .sg-web-offer-content,
    .sg-web-offer-price-card,
    .sg-ecommerce-note {
        padding: 28px;
        border-radius: 28px;
    }

    .sg-web-offer-list ul {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   Case study dinamici - pagina servizi web
================================= */

.sg-web-case-study-section {
    padding: 100px 0;
    background: #101010;
    color: #fff;
}

.sg-web-case-study-section .case-study-list-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin-top: 50px;
}

.sg-web-case-study-section .case-study-item-card-sg {
    background: #1f1f1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease;
}

.sg-web-case-study-section .case-study-item-card-sg:hover {
    transform: translateY(-6px);
    border-color: rgba(220, 45, 23, .55);
    background: #242424;
}

.sg-web-case-study-section .case-study-item-link-sg {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.sg-web-case-study-section .case-study-item-image-sg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #000;
}

.sg-web-case-study-section .case-study-item-image-sg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.sg-web-case-study-section .case-study-item-card-sg:hover .case-study-item-image-sg img {
    transform: scale(1.05);
}

.sg-web-case-study-section .case-study-item-content-sg {
    padding: 28px;
}

.sg-web-case-study-section .case-study-item-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #dc2d17;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sg-web-case-study-section .case-study-item-content-sg h3 {
    margin: 0 0 28px;
    color: #fff;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sg-web-case-study-section .case-study-item-cta-sg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.sg-web-case-study-section .case-study-item-cta-sg > span:first-child {
    border-bottom: 2px solid #dc2d17;
    padding-bottom: 5px;
}

.sg-web-case-study-section .case-study-item-arrow-sg {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(220, 45, 23, .16);
    color: #dc2d17;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.sg-web-case-study-section .case-study-item-arrow-sg svg {
    width: 15px;
    height: 15px;
}

.sg-web-case-study-section .case-study-item-card-sg:hover .case-study-item-arrow-sg {
    background: #dc2d17;
    color: #fff;
    transform: rotate(45deg);
}


/* Pagination */

.sg-web-case-study-section .case-study-list-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.sg-web-case-study-section .case-study-list-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sg-web-case-study-section .case-study-list-pagination li a,
.sg-web-case-study-section .case-study-list-pagination li span {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
}

.sg-web-case-study-section .case-study-list-pagination li a:hover,
.sg-web-case-study-section .case-study-list-pagination .active a,
.sg-web-case-study-section .case-study-list-pagination li.active span {
    background: #dc2d17;
    border-color: #dc2d17;
    color: #fff;
}


/* Empty */

.sg-web-case-study-section .case-study-list-empty {
    margin-top: 50px;
    padding: 40px;
    border-radius: 30px;
    background: #1f1f1f;
    border: 1px solid rgba(255,255,255,.08);
    text-align: center;
}

.sg-web-case-study-section .case-study-list-empty h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 14px;
}

.sg-web-case-study-section .case-study-list-empty p {
    color: rgba(255,255,255,.70);
    font-size: 17px;
    margin: 0;
}


/* Responsive */

@media (max-width: 1199px) {
    .sg-web-case-study-section .case-study-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .sg-web-case-study-section {
        padding: 72px 0;
    }

    .sg-web-case-study-section .case-study-list-grid {
        grid-template-columns: 1fr !important;
    }

    .sg-web-case-study-section .case-study-item-image-sg {
        height: 220px;
    }

    .sg-web-case-study-section .case-study-item-content-sg {
        padding: 24px;
    }

    .sg-web-case-study-section .case-study-item-content-sg h3 {
        font-size: 26px;
    }
}

/* FIX colori case study */
.sg-web-case-study-section,
.sg-web-case-study-section * {
    color: inherit;
}

.sg-web-case-study-section .case-study-item-card-sg {
    background: #1f1f1f !important;
}

.sg-web-case-study-section .case-study-item-link-sg,
.sg-web-case-study-section .case-study-item-link-sg:hover,
.sg-web-case-study-section .case-study-item-link-sg:focus,
.sg-web-case-study-section .case-study-item-content-sg,
.sg-web-case-study-section .case-study-item-content-sg h3,
.sg-web-case-study-section .case-study-item-cta-sg,
.sg-web-case-study-section .case-study-item-cta-sg span {
    color: #ffffff !important;
}

.sg-web-case-study-section .case-study-item-label {
    color: #dc2d17 !important;
}

.sg-web-case-study-section .case-study-item-arrow-sg {
    color: #dc2d17 !important;
    background: rgba(220, 45, 23, .16) !important;
}

.sg-web-case-study-section .case-study-item-card-sg:hover .case-study-item-arrow-sg {
    color: #ffffff !important;
    background: #dc2d17 !important;
}

.sg-web-case-study-section .case-study-item-image-sg img {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}

.sg-web-dynamic-case-card {
    background: #ffffff !important;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

.sg-web-dynamic-case-link {
    display: block;
    text-decoration: none !important;
    color: #111111 !important;
}

.sg-web-dynamic-case-image {
    height: 260px;
    background: #101010;
    overflow: hidden;
}

.sg-web-dynamic-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}

.sg-web-dynamic-case-content {
    padding: 28px;
    background: #ffffff !important;
}

.sg-web-dynamic-case-label {
    display: block;
    color: #dc2d17 !important;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.sg-web-dynamic-case-content h3 {
    color: #111111 !important;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 24px;
}

.sg-web-dynamic-case-btn {
    display: inline-flex;
    background: #dc2d17;
    color: #ffffff !important;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

/* ==============================
   Section recensioni - spaziatura
================================= */

section:has(.custom-reviews) {
    padding: 100px 0;
    background: #101010;
    color: #fff;
    overflow: hidden;
}

section:has(.custom-reviews) .container {
    position: relative;
}


/* Titolo */

section:has(.custom-reviews) .title-wrapper {
    max-width: 980px;
    margin: 0 auto 55px;
}

section:has(.custom-reviews) .section-title {
    color: #fff !important;
    font-size: clamp(42px, 6vw, 86px) !important;
    line-height: .92 !important;
    letter-spacing: -0.06em !important;
    font-weight: 900 !important;
}

section:has(.custom-reviews) .section-title span {
    color: #fff !important;
}

section:has(.custom-reviews) .section-title .text-primary {
    color: #dc2d17 !important;
}


/* Iframe */

section:has(.custom-reviews) .custom-reviews {
    display: block;
    width: 100%;
    min-height: 560px;
    border: 0;
    margin: 0 auto;
}


/* Bottone */

section:has(.custom-reviews) .all-btn-wrapper {
    margin-top: 46px;
    text-align: center;
}

section:has(.custom-reviews) .rr-btn {
    min-height: 58px;
    padding: 18px 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #dc2d17 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none !important;
    transition: all .3s ease;
}

section:has(.custom-reviews) .rr-btn:hover {
    background: #fff !important;
    color: #111 !important;
    transform: translateY(-3px);
}

section:has(.custom-reviews) .rr-btn .btn-wrap,
section:has(.custom-reviews) .rr-btn .text-one,
section:has(.custom-reviews) .rr-btn .text-two {
    color: inherit !important;
}


/* Mobile */

@media (max-width: 767px) {
    section:has(.custom-reviews) {
        padding: 72px 0;
    }

    section:has(.custom-reviews) .section-title {
        font-size: 42px !important;
    }

    section:has(.custom-reviews) .custom-reviews {
        min-height: 650px;
    }

    section:has(.custom-reviews) .rr-btn {
        width: 100%;
    }
}

section:has(.custom-reviews) .custom-reviews {
    min-height: 430px !important;
    height: 430px !important;
}

section:has(.custom-reviews) .all-btn-wrapper {
    margin-top: 18px !important;
}

@media (max-width: 767px) {
    section:has(.custom-reviews) .custom-reviews {
        min-height: 520px !important;
        height: 520px !important;
    }

    section:has(.custom-reviews) .all-btn-wrapper {
        margin-top: 16px !important;
    }
}