/* ==============================
   Logo e Grafica - Studio Graffiti
================================= */

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

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

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

/* Hero */

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

.sg-logo-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: var(--sg-orange);
    opacity: .2;
}

.sg-logo-hero::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

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

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

.sg-logo-kicker {
    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: .08em;
}

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

.sg-logo-hero h1 {
    max-width: 1120px;
    margin: 0;
    color: #fff;
    font-size: clamp(50px, 8vw, 112px);
    line-height: .86;
    letter-spacing: -.075em;
    font-weight: 900;
}

.sg-logo-hero h1 span,
.sg-logo-title span,
.sg-logo-section-head h2 span {
    color: var(--sg-orange);
}

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

.sg-logo-info {
    padding: 30px;
    border-radius: 30px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

.sg-logo-info h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 18px;
}

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

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

.sg-logo-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: .03em;
    transition: all .3s ease;
}

.sg-logo-btn-primary,
.sg-logo-btn-dark {
    background: var(--sg-orange);
    color: #fff;
}

.sg-logo-btn-light,
.sg-logo-btn-white {
    background: #fff;
    color: #111;
}

.sg-logo-btn:hover {
    transform: translateY(-3px);
}

/* Sections */

.sg-logo-intro,
.sg-logo-value,
.sg-logo-method,
.sg-logo-faq {
    padding: 100px 0;
    background: #fff;
    color: #171717;
}

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

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

.sg-logo-title {
    margin: 0;
    color: #111;
    font-size: clamp(38px, 5vw, 72px);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 900;
}

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

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

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

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

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

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

.sg-logo-section-head.dark h2,
.sg-logo-section-head.light h2 {
    color: #111;
}

.sg-logo-section-head.light p,
.sg-logo-section-head.dark p {
    color: #555;
}

/* Cards */

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

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

.sg-logo-card,
.sg-logo-why-card {
    min-height: 260px;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    transition: all .3s ease;
}

.sg-logo-card:hover,
.sg-logo-why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220,45,23,.55);
    background: #242424;
}

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

.sg-logo-card h3,
.sg-logo-why-card h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 14px;
}

.sg-logo-card p,
.sg-logo-why-card p {
    color: rgba(255,255,255,.70);
    font-size: 16px;
    line-height: 1.7;
}

/* Method */

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

.sg-logo-method-card h3 {
    color: #111;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

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

/* FAQ */

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

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

.sg-logo-faq-item h3 {
    color: #111;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.sg-logo-faq-item p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

/* CTA */

.sg-logo-cta {
    padding: 100px 0;
    background: var(--sg-orange);
    color: #fff;
}

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

.sg-logo-cta-box h2 {
    color: #fff;
    font-size: clamp(42px, 6vw, 88px);
    line-height: .92;
    letter-spacing: -.06em;
    font-weight: 900;
}

.sg-logo-cta-box p {
    color: rgba(255,255,255,.86);
    font-size: 19px;
    line-height: 1.6;
}

/* Casi studio */

.sg-logo-page .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-logo-page .sg-web-dynamic-case-card {
    background: #fff !important;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.sg-logo-page .sg-web-dynamic-case-link {
    display: block;
    height: 100%;
    color: #111 !important;
}

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

.sg-logo-page .sg-web-dynamic-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

/* Recensioni */

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

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

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

.sg-logo-page section:has(.custom-reviews) .custom-reviews {
    display: block;
    width: 100%;
    height: 430px !important;
    min-height: 430px !important;
    border: 0;
}

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

.sg-logo-page section:has(.custom-reviews) .rr-btn {
    min-height: 58px !important;
    padding: 18px 34px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    background: #dc2d17 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

/* Responsive */

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

    .sg-logo-service-grid,
    .sg-logo-why-grid,
    .sg-logo-method-grid,
    .sg-logo-page .sg-web-case-study-section .case-study-list-grid {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }
}

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

    .sg-logo-hero h1 {
        font-size: clamp(44px, 15vw, 68px);
    }

    .sg-logo-service-grid,
    .sg-logo-why-grid,
    .sg-logo-method-grid,
    .sg-logo-page .sg-web-case-study-section .case-study-list-grid {
        grid-template-columns: 1fr !important;
    }

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

    .sg-logo-intro,
    .sg-logo-services,
    .sg-logo-method,
    .sg-logo-value,
    .sg-logo-why,
    .sg-logo-faq,
    .sg-logo-cta,
    .sg-logo-page section:has(.custom-reviews),
    .sg-web-case-study-section {
        padding: 72px 0;
    }

    .sg-logo-page section:has(.custom-reviews) .custom-reviews {
        height: 520px !important;
        min-height: 520px !important;
    }
}

/* ==============================
   Casi studio - pagina logo grafica
================================= */

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

.sg-logo-page .sg-web-case-study-section .sg-web-section-head {
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center;
}

.sg-logo-page .sg-web-case-study-section .sg-web-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #dc2d17;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.sg-logo-page .sg-web-case-study-section .sg-web-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #dc2d17;
}

.sg-logo-page .sg-web-case-study-section .sg-web-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 5.4vw, 78px);
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 900;
}

.sg-logo-page .sg-web-case-study-section .sg-web-section-head h2 span {
    color: #dc2d17;
}

.sg-logo-page .sg-web-case-study-section .sg-web-section-head p {
    max-width: 820px;
    margin: 22px auto 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.7;
}

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

.sg-logo-page .sg-web-dynamic-case-card {
    background: #ffffff !important;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,.12);
    transition: all .3s ease;
}

.sg-logo-page .sg-web-dynamic-case-card:hover {
    transform: translateY(-6px);
}

.sg-logo-page .sg-web-dynamic-case-link {
    display: block;
    height: 100%;
    color: #111 !important;
    text-decoration: none !important;
}

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

.sg-logo-page .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;
    transition: transform .4s ease;
}

.sg-logo-page .sg-web-dynamic-case-card:hover .sg-web-dynamic-case-image img {
    transform: scale(1.05);
}

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

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

.sg-logo-page .sg-web-dynamic-case-content h3 {
    color: #111 !important;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.04em;
    margin: 0 0 24px;
}

.sg-logo-page .sg-web-dynamic-case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc2d17;
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

/* Pagination casi studio */

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

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

.sg-logo-page .case-study-list-pagination li a,
.sg-logo-page .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 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
}

.sg-logo-page .case-study-list-pagination li a:hover,
.sg-logo-page .case-study-list-pagination .active a,
.sg-logo-page .case-study-list-pagination li.active span {
    background: #dc2d17;
    border-color: #dc2d17;
    color: #fff !important;
}

/* Empty */

.sg-logo-page .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-logo-page .case-study-list-empty h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 14px;
}

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

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

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

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

    .sg-logo-page .sg-web-dynamic-case-image {
        height: 220px;
    }

    .sg-logo-page .sg-web-dynamic-case-content {
        padding: 24px;
    }

    .sg-logo-page .sg-web-dynamic-case-content h3 {
        font-size: 26px;
    }

    .sg-logo-page .sg-web-dynamic-case-btn {
        width: 100%;
    }
}

/* Blocco "Grafica bella, ma soprattutto utile alla comunicazione" */

.sg-logo-why-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.sg-logo-why-card {
    min-height: 250px;
}

@media (max-width: 1199px) {
    .sg-logo-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .sg-logo-why-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==============================
   Servizi grafici con bottone
================================= */

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

.sg-logo-service-card {
    min-height: 340px;
    padding: 30px;
    border-radius: 32px;
    background-color: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    text-decoration: none !important;
}

.sg-logo-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220,45,23,.55);
    background-color: #242424;
}

.sg-logo-service-card .number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    background-color: rgba(255,61,0,.14);
    color: #dc2d17;
    font-size: 14px;
    font-weight: 900;
}

.sg-logo-service-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 900;
}

.sg-logo-service-card p {
    margin: 0 0 26px;
    color: rgba(255,255,255,.70);
    font-size: 16px;
    line-height: 1.7;
}

.sg-logo-card-btn {
    margin-top: auto;
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    padding: 13px 20px;
    border-radius: 999px;
    background-color: #dc2d17;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: all .3s ease;
}

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

@media (max-width: 1199px) {
    .sg-logo-service-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .sg-logo-service-grid-4 {
        grid-template-columns: 1fr !important;
    }

    .sg-logo-service-card {
        min-height: auto;
    }

    .sg-logo-card-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Fix hover bottone consulenza gratuita */

.sg-logo-page .sg-logo-btn-primary:hover,
.sg-logo-page .sg-logo-btn-dark:hover {
    background: #ffffff !important;
    color: #111111 !important;
}

.sg-logo-page .sg-logo-btn-primary:hover *,
.sg-logo-page .sg-logo-btn-dark:hover * {
    color: #111111 !important;
}

.sg-logo-page .sg-logo-btn-light:hover,
.sg-logo-page .sg-logo-btn-white:hover {
    background: #dc2d17 !important;
    color: #ffffff !important;
}

.sg-logo-page .sg-logo-btn-light:hover *,
.sg-logo-page .sg-logo-btn-white:hover * {
    color: #ffffff !important;
}