/* Social Media Marketing Page Styles */

:root {
    --smm-purple: #7B61FF;
    --smm-purple-soft: rgba(157, 123, 255, 0.15);
    --smm-dark: #05053E;
    --smm-navy: #0B0B2E;
    --smm-sub: #1A1A4D;
    --smm-body: #474650;
    --smm-secondary: #5F5D68;
    --smm-muted: #475067;
    --smm-surface: #F5F6FF;
    --smm-btn: linear-gradient(90deg, rgba(123, 97, 255, 1) 12%, rgba(204, 187, 245, 1) 96%);
    --smm-btn-alt: linear-gradient(90deg, rgba(107, 91, 255, 1) 0%, rgba(184, 167, 255, 1) 100%);
}

/* ========== Social Media Marketing Page ========== */
.smm-page {
    overflow-x: hidden;
    background: #fff;
}

.smm-page .smm-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--smm-dark);
    margin-bottom: 8px;
}

.smm-page .smm-eyebrow.accent,
.smm-page .smm-section-head .smm-eyebrow.accent {
    color: var(--smm-purple);
    font-weight: 700;
    font-size: 20px;
}

.smm-page .smm-body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--smm-secondary);
    margin-bottom: 16px;
}

.smm-page .smm-subhead {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--smm-sub);
    margin-bottom: 24px;
}

.smm-page .smm-section-head {
    max-width: 820px;
    margin: 0 auto 48px;
}

.smm-page .smm-section-head h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: var(--smm-navy);
    margin-bottom: 16px;
}

.smm-page .smm-section-head .smm-eyebrow {
    color: var(--smm-sub);
    font-size: 14px;
}

.smm-btn-primary,
.smm-btn-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 12px;
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    border: none;
    cursor: pointer;
}

.smm-btn-primary {
    background: var(--smm-btn-alt);
    border-radius: 6px;
    padding: 12px 14px;
}

.smm-btn-gradient {
    background: var(--smm-btn);
    box-shadow: 0 8px 24px rgba(123, 97, 255, 0.25);
}

.smm-btn-primary:hover,
.smm-btn-gradient:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

/* Hero */
.smm-hero {
    position: relative;
    padding: 80px 0 60px;
    background: radial-gradient(circle at 8% 43%, #05053E 0%, #07075A 100%);
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.smm-hero-glow {
    position: absolute;
    width: 940px;
    height: 940px;
    right: -120px;
    top: -80px;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.smm-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 32px;
}

.smm-hero-content h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    letter-spacing: 0.004em;
    color: #9D7BFF;
    margin-bottom: 12px;
}

.smm-hero-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.004em;
    color: #F5F6FF;
    margin-bottom: 16px;
    line-height: 1.25;
}

.smm-hero-content p {
    font-size: 16px;
    line-height: 26px;
    color: #F5F6FF;
    max-width: 660px;
    margin-bottom: 28px;
}

.smm-hero-image {
    position: relative;
    z-index: 2;
}

.smm-hero-image img {
    width: 100%;
    max-width: 630px;
    height: auto;
    display: block;
    margin-left: auto;
    object-fit: cover;
}

/* Essential */
.smm-essential {
    padding: 70px 0;
    background: #fff;
}

.smm-essential-content h2 {
    font-size: 44px;
    line-height: 52px;
    color: var(--smm-navy);
    margin-bottom: 16px;
}

.smm-essential-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: var(--smm-navy);
    margin: 12px 0 20px;
}

.smm-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.smm-check-list li {
    position: relative;
    padding-left: 52px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
    color: var(--smm-body);
}

.smm-check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B8A7FF 0%, #7B61FF 100%);
}

.smm-check-list li::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 13px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.smm-callout {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 24px;
    background: var(--smm-purple-soft);
    border: 1px solid var(--smm-purple);
    border-radius: 12px;
    box-shadow: 0px 8px 40px 0px rgba(24, 38, 65, 0.1);
    margin-bottom: 28px;
}

.smm-callout i {
    color: var(--smm-purple);
    font-size: 18px;
    margin-top: 4px;
}

.smm-callout p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--smm-secondary);
}

.smm-callout strong {
    font-weight: 600;
    color: var(--smm-body);
}

.smm-essential-media {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.smm-essential-img {
    position: relative;
    width: 100%;
    height: 495px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.smm-essential-stat {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 16px 20px;
    border-radius: 12px;
    background: linear-gradient(161deg, rgba(24, 38, 65, 0.18) 0%, rgba(24, 38, 65, 0.72) 100%);
    backdrop-filter: blur(4px);
}

.smm-stat-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.smm-stat-sub {
    color: #D8D8D5;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.smm-quote-card {
    background: var(--smm-dark);
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0;
}

.smm-quote-card p {
    color: #D8D8D5;
    font-style: italic;
    font-size: 15px;
    line-height: 25.5px;
    margin-bottom: 8px;
}

.smm-quote-card cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 30px;
    color: var(--smm-purple);
}

/* Calendly on SMM */
.smm-calendly.strategys-bookings-sections {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #05063E 0%, #9D7BFF 100%, #D8D8FF 100%);
    overflow: hidden;
}

.smm-calendly.strategys-bookings-sections h2 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
}

.smm-calendly .strategys-calendars-cards {
    display: flex;
    justify-content: center;
}

.smm-calendly .calendly-inline-widget {
    width: 100%;
    max-width: 1000px;
    min-width: 320px !important;
    height: 700px;
}

/* Services */
.smm-services {
    padding: 70px 0;
    background: #fff;
}

.smm-service-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.smm-service-row {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    align-items: stretch;
    background: var(--smm-surface);
    border-radius: 20px;
    overflow: hidden;
}

.smm-service-row.reverse {
    grid-template-columns: 1.1fr 1fr;
}

.smm-service-row.reverse .smm-service-media {
    order: 2;
}

.smm-service-row.reverse .smm-service-copy {
    order: 1;
}

.smm-service-media {
    position: relative;
    min-height: 320px;
}

.smm-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smm-service-num {
    position: absolute;
    top: 20px;
    left: 20px;
    min-width: 52px;
    height: 52px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B8A7FF 0%, #7B61FF 100%);
    border-radius: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: var(--smm-dark);
}

.smm-service-copy {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.smm-service-copy h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--smm-dark);
    margin-bottom: 12px;
}

.smm-service-copy > p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(5, 5, 62, 0.65);
    margin-bottom: 16px;
}

.smm-service-copy ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.smm-service-copy ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22.4px;
    color: rgba(5, 5, 62, 0.65);
}

.smm-service-copy ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #B8A7FF, #7B61FF);
}

.smm-focus {
    font-size: 12px !important;
    line-height: 20px !important;
    color: var(--smm-purple) !important;
    margin: 0 !important;
}

/* Dark CTA */
.smm-cta-dark {
    padding: 72px 0;
    background: var(--smm-dark);
}

.smm-cta-dark-inner {
    text-align: center;
}

.smm-cta-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
}

.smm-cta-dark h2 {
    font-size: 44px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
}

.smm-cta-desc {
    max-width: 873px;
    margin: 0 auto 32px;
    font-size: 16px;
    line-height: 1.6;
    color: #DDE1F7;
}

.smm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}

.smm-cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(168, 174, 208, 0.24);
    color: var(--smm-purple);
    font-weight: 700;
    font-size: 13px;
}

.smm-cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
    text-align: left;
}

.smm-cta-card {
    padding: 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(180, 177, 238, 0.2);
}

.smm-cta-card.featured {
    background: #151545;
    border-color: rgba(180, 177, 238, 0.56);
}

.smm-cta-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B8A7FF, #7B61FF);
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
}

.smm-cta-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.smm-cta-card p {
    font-size: 16px;
    line-height: 30px;
    color: #D8D5D5;
    margin: 0;
}

.smm-cta-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.smm-cta-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
}

.smm-cta-links a:hover {
    color: #9D7BFF;
}

/* Business types */
.smm-business {
    padding: 70px 0;
    background: var(--smm-surface);
}

.smm-business .smm-section-head h2 span {
    color: var(--smm-purple);
}

.smm-biz-card {
    height: 100%;
    background: #fff;
    border: 1px solid #E4E6F4;
    border-radius: 26px;
    padding: 36px 28px;
    box-shadow: 0px 8px 40px 0px rgba(24, 38, 65, 0.1);
}

.smm-biz-card.dark {
    background: var(--smm-dark);
    border-color: rgba(240, 216, 130, 0.2);
}

.smm-biz-card.tint {
    background: linear-gradient(130deg, #F4F2FF 0%, #EDE9FF 100%);
    border-color: rgba(155, 151, 232, 0.3);
}

.smm-biz-tag {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 50px;
    background: var(--smm-purple-soft);
    color: var(--smm-purple);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.smm-biz-card.dark .smm-biz-tag {
    background: var(--smm-purple-soft);
    color: var(--smm-purple);
}

.smm-biz-icon {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(157, 123, 255, 0.05);
    border: 1px solid rgba(157, 123, 255, 0.2);
    color: var(--smm-purple);
    font-size: 24px;
    margin-bottom: 20px;
}

.smm-biz-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    color: var(--smm-sub);
    margin-bottom: 20px;
}

.smm-biz-card.dark h3 {
    color: #F5F6FF;
}

.smm-biz-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-biz-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
    color: var(--smm-secondary);
}

.smm-biz-card.dark ul li {
    color: #D8D8D5;
}

.smm-biz-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(135deg, #B8A7FF, #7B61FF);
}

.smm-biz-cta {
    margin-top: 40px;
    padding: 40px 44px;
    border-radius: 24px;
    background: linear-gradient(171deg, #05053E 0%, #1A2D5A 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.smm-biz-cta h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.smm-biz-cta p {
    color: #D8D8D5;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    max-width: 854px;
}

.smm-biz-cta .smm-btn-primary {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Benefits */
.smm-benefits {
    padding: 70px 0;
    background: var(--smm-surface);
}

.smm-benefit-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.smm-benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #B8A7FF, #7B61FF);
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.smm-benefit-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: var(--smm-dark);
    margin-bottom: 10px;
}

.smm-benefit-card > p {
    font-size: 14px;
    line-height: 20px;
    color: var(--smm-body);
    margin-bottom: 12px;
}

.smm-benefit-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.smm-benefit-card ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: var(--smm-body);
}

.smm-benefit-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--smm-purple);
}

.smm-benefit-note {
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--smm-purple-soft);
    border: 1px solid var(--smm-purple);
    box-shadow: 0px 8px 40px 0px rgba(24, 38, 65, 0.1);
    color: var(--smm-purple);
    font-size: 12px;
    line-height: 20px;
}

/* FAQ */
.smm-faq {
    padding: 70px 0;
    background: #fff;
}

.smm-faq-title {
    text-align: center;
    font-size: 44px;
    color: var(--smm-dark);
    margin-bottom: 36px;
}

.smm-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.smm-accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px !important;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

.smm-accordion .accordion-button {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #08083B;
    background: #fff;
    box-shadow: none;
    padding: 16px 20px;
}

.smm-accordion .accordion-button::after {
    display: none;
}

.smm-accordion .accordion-button .faq-icon {
    margin-left: auto;
    font-size: 22px;
    font-weight: 400;
    color: var(--smm-purple);
}

.smm-accordion .accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(45deg);
}

.smm-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #08083B;
    box-shadow: none;
}

.smm-accordion .accordion-body {
    padding: 0 20px 18px;
}

.smm-accordion .accordion-body p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--smm-body);
}

/* Contact */
.smm-contact {
    position: relative;
    padding: 60px 0 80px;
    overflow: hidden;
}

.smm-contact-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    opacity: 1;
}

.smm-contact-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(102, 102, 102, 0.2) 0%, rgba(216, 216, 255, 0.2) 100%);
}

.smm-contact-form {
    position: relative;
    z-index: 2;
    max-width: 826px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 28px;
}

.smm-contact-head {
    background: linear-gradient(90deg, #6957FF 0%, #B59DFF 100%);
    padding: 28px 10px;
    text-align: center;
}

.smm-contact-head h2 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 33px;
    line-height: 42.9px;
    margin: 0;
}

.smm-form {
    padding: 24px 40px 0;
}

.smm-form label {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}

.smm-form label span {
    color: #E84F4F;
}

.smm-form input,
.smm-form select,
.smm-form textarea {
    width: 100%;
    border: 1px solid #767676;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 15px;
    font-family: Inter, sans-serif;
    background: #fff;
    color: #000;
}

.smm-form input:focus,
.smm-form select:focus,
.smm-form textarea:focus {
    outline: none;
    border-color: var(--smm-purple);
}

.smm-sms-box {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 13px 11px;
}

.smm-sms-box p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
}

.smm-sms-box a {
    color: #000;
    text-decoration: underline;
}

.smm-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px !important;
    line-height: 20px;
}

.smm-check input {
    width: 18px !important;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.smm-form-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.smm-form-submit button {
    background: linear-gradient(90deg, #6957FF 0%, #B59DFF 100%);
    color: #fff;
    border: none;
    border-radius: 150px;
    padding: 11px 36px 12px;
    font-size: 16px;
    cursor: pointer;
}

.smm-form-submit button:hover {
    opacity: 0.92;
}

/* SMM Responsive */
@media (max-width: 1199px) {
    .smm-hero-content h1 {
        font-size: 46px;
        line-height: 54px;
    }

    .smm-hero-content h2,
    .smm-page .smm-section-head h2,
    .smm-essential-content h2,
    .smm-essential-content h3,
    .smm-cta-dark h2,
    .smm-faq-title,
    .smm-calendly.strategys-bookings-sections h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .smm-service-copy {
        padding: 28px 24px;
    }

    .smm-biz-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
    }
}

@media (max-width: 991px) {
    .smm-hero {
        min-height: auto;
        padding: 60px 0 40px;
        text-align: center;
    }

    .smm-hero-content {
        padding-bottom: 12px;
    }

    .smm-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .smm-hero-image img {
        margin: 0 auto;
        max-width: 100%;
    }

    .smm-essential-img {
        height: 380px;
    }

    .smm-service-row,
    .smm-service-row.reverse {
        grid-template-columns: 1fr;
    }

    .smm-service-row.reverse .smm-service-media,
    .smm-service-row.reverse .smm-service-copy {
        order: initial;
    }

    .smm-service-media {
        min-height: 240px;
    }

    .smm-cta-cards {
        grid-template-columns: 1fr;
    }

    .smm-cta-actions {
        flex-direction: column;
    }

    .smm-form {
        padding: 20px 20px 0;
    }
}

@media (max-width: 767px) {
    .smm-hero-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .smm-hero-content h2,
    .smm-page .smm-section-head h2,
    .smm-essential-content h2,
    .smm-essential-content h3,
    .smm-cta-dark h2,
    .smm-faq-title,
    .smm-calendly.strategys-bookings-sections h2 {
        font-size: 28px;
    }

    .smm-check-list li {
        font-size: 16px;
        padding-left: 48px;
    }

    .smm-essential-img {
        height: 300px;
    }

    .smm-biz-cta .smm-btn-primary {
        white-space: normal;
        width: 100%;
        text-align: center;
    }

    .smm-cta-pill {
        font-size: 11px;
        text-align: left;
    }

    .smm-contact-head h2 {
        font-size: 26px;
    }

    .smm-calendly .calendly-inline-widget {
        height: 620px;
    }
}

@media (max-width: 575px) {
    .smm-hero {
        padding: 48px 0 32px;
    }

    .smm-essential,
    .smm-services,
    .smm-business,
    .smm-benefits,
    .smm-faq,
    .smm-cta-dark {
        padding: 48px 0;
    }

    .smm-btn-primary,
    .smm-btn-gradient {
        width: 100%;
    }
}
