/* ==============================
   Marketing - Studio Graffiti
================================= */

.sg-marketing-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-marketing-page * {
    box-sizing: border-box;
}

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

/* Hero */

.sg-marketing-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-marketing-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: var(--sg-orange);
    opacity: .2;
}

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

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

.sg-marketing-hero-grid,
.sg-marketing-content-grid,
.sg-marketing-cta-box {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 60px;
    align-items: end;
}

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

.sg-marketing-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-marketing-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--sg-orange);
}

.sg-marketing-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-marketing-hero h1 span,
.sg-marketing-title span,
.sg-marketing-section-head h2 span {
    color: var(--sg-orange);
}

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

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

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

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

/* Buttons */

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

.sg-marketing-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-marketing-btn-primary,
.sg-marketing-btn-dark {
    background: var(--sg-orange);
    color: #fff;
}

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

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

/* Sections */

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

.sg-marketing-services,
.sg-marketing-certifications,
.sg-marketing-seo-focus,
.sg-marketing-ads-section,
.sg-web-case-study-section {
    padding: 100px 0;
    background: #101010;
    color: #fff;
}

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

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

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

/* Section head */

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

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

.sg-marketing-section-head h2,
.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-marketing-section-head p,
.sg-web-section-head p {
    margin: 22px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.7;
}

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

/* Services */

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

.sg-marketing-service-card {
    min-height: 330px;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

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

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

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

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

.sg-marketing-card-btn {
    margin-top: auto;
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    padding: 13px 20px;
    border-radius: 999px;
    background: var(--sg-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Certifications */

.sg-marketing-certifications {
    background:
        radial-gradient(circle at top right, rgba(220,45,23,.24), transparent 36%),
        #111;
}

.sg-marketing-cert-head {
    max-width: 980px;
    margin: 0 auto 55px;
}

.sg-marketing-cert-head h2 {
    color: #fff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: .92;
    letter-spacing: -.06em;
    font-weight: 900;
}

.sg-marketing-cert-head h2 span {
    color: var(--sg-orange);
}

.sg-marketing-cert-head p {
    max-width: 780px;
    margin: 24px auto 0;
    color: rgba(255,255,255,.72);
    font-size: 19px;
    line-height: 1.7;
}

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

.sg-marketing-cert-card {
    min-height: 250px;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    transition: all .3s ease;
}

.sg-marketing-cert-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220,45,23,.55);
}

.sg-marketing-cert-card img {
    max-width: 180px;
    max-height: 120px;
    object-fit: contain;
}

.sg-marketing-cert-card span {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

/* SEO focus */

.sg-marketing-seo-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: stretch;
}

.sg-marketing-seo-main,
.sg-marketing-seo-side > div {
    padding: 38px;
    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-marketing-seo-main {
    background:
        linear-gradient(145deg, rgba(220,45,23,.20), rgba(255,255,255,.035));
    border-color: rgba(220,45,23,.45);
}

.sg-marketing-seo-main h2 {
    color: #fff;
    font-size: clamp(40px, 5vw, 78px);
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 900;
    margin-bottom: 24px;
}

.sg-marketing-seo-main h2 span {
    color: var(--sg-orange);
}

.sg-marketing-seo-main p {
    color: rgba(255,255,255,.76);
    font-size: 19px;
    line-height: 1.7;
}

.sg-marketing-seo-side {
    display: grid;
    gap: 18px;
}

.sg-marketing-seo-side span {
    color: var(--sg-orange);
    font-size: 28px;
    font-weight: 900;
}

.sg-marketing-seo-side p {
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}

/* Ads */

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

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

.sg-marketing-ads-card {
    min-height: 240px;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

.sg-marketing-ads-card h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}

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

/* Method */

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

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

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

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

/* FAQ */

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

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

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

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

/* CTA */

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

.sg-marketing-cta-box {
    grid-template-columns: 1.1fr .9fr;
}

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

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

/* Casi studio */

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

.sg-marketing-page .sg-web-dynamic-case-card {
    background: #fff !important;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

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

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

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

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

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

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

.sg-marketing-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;
}

/* Reviews */

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

.sg-marketing-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-marketing-page section:has(.custom-reviews) .section-title .text-primary {
    color: #dc2d17 !important;
}

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

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

.sg-marketing-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-marketing-hero-grid,
    .sg-marketing-content-grid,
    .sg-marketing-seo-layout,
    .sg-marketing-cta-box {
        grid-template-columns: 1fr;
        gap: 38px;
    }

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

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

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

    .sg-marketing-service-grid,
    .sg-marketing-cert-grid,
    .sg-marketing-ads-grid,
    .sg-marketing-method-grid,
    .sg-marketing-page .case-study-list-grid {
        grid-template-columns: 1fr !important;
    }

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

    .sg-marketing-intro,
    .sg-marketing-services,
    .sg-marketing-certifications,
    .sg-marketing-seo-focus,
    .sg-marketing-ads-section,
    .sg-marketing-social-section,
    .sg-marketing-method,
    .sg-marketing-faq,
    .sg-marketing-cta,
    .sg-web-case-study-section,
    .sg-marketing-page section:has(.custom-reviews) {
        padding: 72px 0;
    }

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

/* ==============================
   Actually + Google Partner
   Pagina Marketing
================================= */

.sg-marketing-page .sg-marketing-actually {
    background: #050505;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sg-marketing-page .sg-marketing-actually .actually-area-inner {
    position: relative;
    background: #050505;
    overflow: hidden;
}

.sg-marketing-page .sg-marketing-actually .bg-area {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(220,45,23,.28), transparent 34%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,.07), transparent 35%);
    pointer-events: none;
}

.sg-marketing-page .sg-marketing-actually .container {
    position: relative;
    z-index: 2;
}

.sg-marketing-page .sg-marketing-actually .section-title {
    color: #fff !important;
    font-size: clamp(58px, 9vw, 150px) !important;
    line-height: .82 !important;
    letter-spacing: -0.075em !important;
    font-weight: 900 !important;
    max-width: 1050px;
}

.sg-marketing-page .sg-google-partner-section {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 90px !important;
    padding-bottom: 100px !important;
}

.sg-marketing-page .sg-google-partner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 10%, rgba(220, 35, 45, .20), transparent 34%),
        radial-gradient(circle at 15% 85%, rgba(255, 255, 255, .06), transparent 35%);
    pointer-events: none;
}

.sg-marketing-page .sg-google-partner-section .container {
    position: relative;
    z-index: 2;
}

.sg-marketing-page .sg-google-partner-heading {
    max-width: 920px;
    margin: 0 auto 55px;
}

.sg-marketing-page .sg-google-partner-heading > span {
    display: inline-block;
    color: #dc2d17;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.sg-marketing-page .sg-google-partner-heading h2 {
    color: #fff;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1;
    font-weight: 800;
    margin-bottom: 22px;
}

.sg-marketing-page .sg-google-partner-heading h2 strong {
    display: block;
    color: #dc2d17;
    font-weight: 800;
}

.sg-marketing-page .sg-google-partner-heading p {
    color: rgba(255,255,255,.72);
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 760px;
}

.sg-marketing-page .sg-google-partner-heading p strong {
    color: #fff;
}

.sg-marketing-page .sg-google-cert-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px;
    width: 100%;
}

.sg-marketing-page .sg-google-cert-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 390px;
    background: #070707;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 30px;
    padding: 28px;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.sg-marketing-page .sg-google-cert-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 6px;
    background: #dc2d17;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.sg-marketing-page .sg-google-cert-card:hover {
    transform: translateY(-8px);
    background: #111;
    border-color: rgba(227, 38, 54, .55);
    color: #fff;
}

.sg-marketing-page .sg-google-cert-card:hover::before {
    transform: scaleX(1);
}

.sg-marketing-page .sg-cert-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    margin-bottom: 25px;
}

.sg-marketing-page .sg-cert-img img {
    width: 160px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sg-marketing-page .sg-cert-content span {
    display: inline-block;
    color: #dc2d17;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
}

.sg-marketing-page .sg-cert-content h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.sg-marketing-page .sg-cert-content p {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .sg-marketing-page .sg-google-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767.98px) {
    .sg-marketing-page .sg-marketing-actually .section-title {
        font-size: clamp(48px, 15vw, 80px) !important;
    }

    .sg-marketing-page .sg-google-partner-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .sg-marketing-page .sg-google-cert-grid {
        grid-template-columns: 1fr !important;
    }

    .sg-marketing-page .sg-google-cert-card {
        min-height: auto;
    }

    .sg-marketing-page .sg-cert-img {
        min-height: auto;
    }

    .sg-marketing-page .sg-google-partner-heading p {
        font-size: 18px;
    }
}



/* Actually area full screen */

.sg-marketing-page .actually-area.sg-marketing-actually {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    height: 100vh !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #111111 !important;
    overflow: hidden !important;
}

.sg-marketing-page .sg-marketing-actually .actually-area-inner {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    height: 100vh !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.sg-marketing-page .sg-marketing-actually .container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sg-marketing-page .sg-marketing-actually .section-title {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* ==============================
   Social e marketing diretto
================================= */

.sg-marketing-social-advanced {
    background:
        radial-gradient(circle at 85% 20%, rgba(220,45,23,.14), transparent 34%),
        #ffffff;
    color: #111111;
    padding: 110px 0;
}

.sg-marketing-social-wrapper {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 46px;
    align-items: stretch;
}

.sg-marketing-social-left {
    padding: 44px;
    border-radius: 36px;
    background: #111111;
    color: #ffffff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sg-marketing-social-left .sg-marketing-title {
    color: #ffffff;
    margin-bottom: 28px;
}

.sg-marketing-social-left .sg-marketing-title span {
    color: #dc2d17;
}

.sg-marketing-social-left p {
    color: rgba(255,255,255,.72);
    font-size: 19px;
    line-height: 1.65;
}

.sg-marketing-social-right {
    display: grid;
    gap: 18px;
}

.sg-social-main-card {
    padding: 38px;
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(220,45,23,.15), rgba(17,17,17,.04));
    border: 1px solid rgba(17,17,17,.08);
}

.sg-social-main-card > span {
    display: inline-block;
    color: #dc2d17;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px;
}

.sg-social-main-card h3 {
    color: #111111;
    font-size: clamp(32px, 4vw, 58px);
    line-height: .95;
    letter-spacing: -.055em;
    font-weight: 900;
    margin-bottom: 20px;
}

.sg-social-main-card p {
    color: #555555;
    font-size: 18px;
    line-height: 1.7;
}

.sg-social-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sg-social-mini-card {
    min-height: 220px;
    padding: 24px;
    border-radius: 28px;
    background: #f5f5f5;
    border: 1px solid rgba(17,17,17,.08);
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

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

.sg-social-mini-card span {
    color: #dc2d17;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 26px;
}

.sg-social-mini-card h4 {
    color: #111111;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.sg-social-mini-card p {
    color: #666666;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.sg-social-mini-card:hover h4,
.sg-social-mini-card:hover p {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .sg-marketing-social-wrapper {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .sg-marketing-social-advanced {
        padding: 72px 0;
    }

    .sg-marketing-social-left,
    .sg-social-main-card {
        padding: 30px;
    }

    .sg-social-mini-grid {
        grid-template-columns: 1fr;
    }

    .sg-social-mini-card {
        min-height: auto;
    }
}

/* Fix hover bottoni pagina SEO Ads Marketing */

.sg-marketing-page .sg-marketing-btn:hover {
    color: #111111 !important;
}

.sg-marketing-page .sg-marketing-btn:hover *,
.sg-marketing-page .sg-marketing-btn:hover span {
    color: inherit !important;
}

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

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

.sg-marketing-page .sg-marketing-cta .sg-marketing-btn-dark:hover {
    background: #111111 !important;
    color: #ffffff !important;
}