:root {
    --smm-primary: #ca3200;
    --smm-accent: #34AD54;
    --smm-ink: #091E3E;
    --smm-soft: #F3FBF6;
    --smm-border: rgba(9, 30, 62, 0.10);
    /* Premium hero photo (Unsplash — analytics / growth marketing mood) */
    --smm-hero-banner: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=2000&q=85");
}

.smm-page {
    background: #fff;
}

.smm-hero {
    position: relative;
    color: #fff;
    padding: 85px 0 65px;
    overflow: hidden;
    background-color: #091e3e;
    background-image:
        linear-gradient(rgba(9, 30, 62, 0.70), rgba(9, 30, 62, 0.70)),
        var(--smm-hero-banner);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.smm-hero::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -260px;
    top: -260px;
    background: radial-gradient(circle at center, rgba(52, 173, 84, 0.40), rgba(52, 173, 84, 0.00) 60%);
    z-index: 0;
    pointer-events: none;
}

.smm-hero-inner {
    position: relative;
    z-index: 1;
}

.smm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.smm-hero-title {
    color: #fff !important;
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 14px;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.1;
}

.smm-hero-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 650px;
}

.smm-btn {
    box-shadow: 0 8px 20px rgba(202, 50, 0, 0.22);
}

.smm-btn-secondary {
    border-color: rgba(255, 255, 255, 0.45) !important;
}

.smm-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.smm-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.10);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.smm-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.smm-hero-image {
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.smm-hero-image-ring {
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    border: 2px dashed rgba(52, 173, 84, 0.55);
    right: -14%;
    top: -12%;
    pointer-events: none;
    opacity: 0.7;
}

.smm-section {
    position: relative;
}

.smm-section-title-wrap {
    margin-bottom: 14px;
}

.smm-section-kicker {
    color: var(--smm-accent);
    font-weight: 900;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.smm-section-title {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 14px;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    line-height: 1.25;
}

.smm-section-subtitle {
    color: rgba(9, 30, 62, 0.78);
    line-height: 1.7;
    font-size: 1rem;
}

.smm-checklist {
    list-style: none;
    padding-left: 0;
    margin-top: 22px;
    margin-bottom: 0;
}

.smm-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 700;
    color: rgba(9, 30, 62, 0.90);
}

.smm-about-visual {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--smm-border);
    background: var(--smm-soft);
    padding: 10px;
}

.smm-card {
    background: #fff;
    border: 1px solid var(--smm-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(9, 30, 62, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.smm-card:hover {
    transform: translateY(-6px);
    border-color: rgba(52, 173, 84, 0.35);
    box-shadow: 0 22px 60px rgba(9, 30, 62, 0.10);
}

.smm-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--smm-accent);
    background: rgba(52, 173, 84, 0.12);
    margin-bottom: 14px;
    font-size: 1.2rem;
}

.smm-card-title {
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.smm-card-text {
    color: rgba(9, 30, 62, 0.75);
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 0.98rem;
}

.smm-platform-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--smm-border);
    border-radius: 18px;
    padding: 22px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 34px rgba(9, 30, 62, 0.05);
}

.smm-platform-card:hover {
    transform: translateY(-6px);
    border-color: rgba(52, 173, 84, 0.35);
    box-shadow: 0 22px 60px rgba(9, 30, 62, 0.10);
}

.smm-platform-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(9, 30, 62, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--smm-accent);
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.smm-platform-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.smm-platform-title {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.smm-platform-text {
    color: rgba(9, 30, 62, 0.75);
    line-height: 1.7;
    margin-bottom: 0;
}

.smm-platform-note {
    color: rgba(9, 30, 62, 0.7);
    font-weight: 700;
}

.smm-packages .smm-package-card {
    background: #fff;
    border: 1px solid var(--smm-border);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 16px 34px rgba(9, 30, 62, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.smm-packages .smm-package-card:hover {
    transform: translateY(-6px);
    border-color: rgba(52, 173, 84, 0.35);
    box-shadow: 0 22px 60px rgba(9, 30, 62, 0.10);
}

.smm-package-card--featured {
    border-color: rgba(52, 173, 84, 0.45);
    position: relative;
    overflow: hidden;
}

.smm-package-card--featured::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(52, 173, 84, 0.22), rgba(202, 50, 0, 0.10));
    z-index: 0;
}

.smm-package-card--featured .smm-package-top,
.smm-package-card--featured .smm-package-list,
.smm-package-card--featured .btn {
    position: relative;
    z-index: 1;
}

.smm-package-top {
    margin-bottom: 14px;
}

.smm-package-badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(52, 173, 84, 0.35);
    color: var(--smm-accent);
    font-weight: 900;
    margin-bottom: 10px;
}

.smm-package-badge--featured {
    background: rgba(52, 173, 84, 0.12);
}

.smm-package-title {
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.smm-package-lead {
    color: rgba(9, 30, 62, 0.74);
    font-weight: 700;
    margin-bottom: 0;
}

.smm-package-list {
    list-style: none;
    padding-left: 0;
    margin-top: 14px;
    margin-bottom: 0;
}

.smm-package-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    color: rgba(9, 30, 62, 0.88);
}

.smm-process {
    background: linear-gradient(180deg, rgba(243, 251, 246, 1) 0%, rgba(255, 255, 255, 1) 70%);
}

.smm-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.smm-step {
    background: #fff;
    border: 1px solid var(--smm-border);
    border-radius: 18px;
    padding: 20px 18px;
    display: flex;
    gap: 16px;
    box-shadow: 0 16px 34px rgba(9, 30, 62, 0.05);
}

.smm-step-num {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(52, 173, 84, 0.12);
    color: var(--smm-accent);
    font-weight: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.smm-step-body h3 {
    font-weight: 1000;
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.smm-step-body p {
    margin-bottom: 0;
    color: rgba(9, 30, 62, 0.72);
    line-height: 1.65;
    font-weight: 700;
}

.smm-stats {
    background: linear-gradient(135deg, rgba(9, 30, 62, 0.98), rgba(9, 30, 62, 0.78));
}

.smm-stat-num {
    font-weight: 1000;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.smm-stat-label {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.85);
}

.smm-accordion .accordion-item {
    border: 1px solid var(--smm-border);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}

.smm-accordion .accordion-button {
    font-weight: 1000;
    background: rgba(243, 251, 246, 0.9);
    box-shadow: none;
}

.smm-accordion .accordion-body {
    color: rgba(9, 30, 62, 0.76);
    line-height: 1.75;
    font-weight: 700;
}

.smm-cta-inner {
    padding: 52px 22px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 15% 25%, rgba(52, 173, 84, 0.30), rgba(52, 173, 84, 0.00) 55%),
        linear-gradient(135deg, rgba(202, 50, 0, 0.95), rgba(9, 30, 62, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.smm-cta-title {
    color: #fff !important;
    font-weight: 1000;
    margin-bottom: 12px;
    font-size: clamp(1.4rem, 2.1vw, 2rem);
}

.smm-cta-lead {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    line-height: 1.7;
}

.smm-cta-btn {
    font-weight: 900;
    padding: 14px 22px;
    border-radius: 14px;
}

@media (max-width: 991.98px) {
    .smm-hero {
        padding: 70px 0 45px;
    }

    .smm-hero::after {
        width: 520px;
        height: 520px;
        right: -220px;
        top: -220px;
    }
}

