body.dm-service-page {
    --dm-accent: #04aac9;
    --dm-accent-2: #9cc53b;
    --dm-bg-image: url('Images/Local SEO Background.jpg');
    color: #ffffff;
    background-color: #050028;
    background-image:
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: auto, auto, cover;
    background-position: top left, bottom right, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.dm-local-seo { --dm-accent: #12b8c9; --dm-accent-2: #9cc53b; --dm-bg-image: url('Images/Local SEO Background.jpg'); }
.dm-btn::before { background: var(--dm-accent-2); }
.dm-btn.primary:hover { box-shadow: 0 18px 34px rgba(156, 197, 59, 0.36); }
body.dm-seo-audit {
    --dm-accent: #6e7fff;
    --dm-accent-2: #29d0c3;
    --dm-bg-image: url('Images/seo audit services Background.jpg');
    background-image:
        linear-gradient(rgba(5, 0, 40, 0.72), rgba(5, 0, 40, 0.76)),
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: cover, auto, auto, cover;
    background-position: center, top left, bottom right, center;
}
body.dm-ecommerce-seo { --dm-accent: #19c2a7; --dm-accent-2: #70d6ff; --dm-bg-image: url('Images/ecommerce seo Background.jpg'); }
body.dm-b2b-marketing {
    --dm-accent: #2db4ff;
    --dm-accent-2: #93c83f;
    --dm-bg-image: url('Images/B2B Marketing Background.jpg');
    background-image:
        linear-gradient(rgba(5, 0, 40, 0.72), rgba(5, 0, 40, 0.76)),
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: cover, auto, auto, cover;
    background-position: center, top left, bottom right, center;
}
body.dm-email-marketing { --dm-accent: #7f8aff; --dm-accent-2: #18c8b4; --dm-bg-image: url('Images/Email Marketing Background.jpg'); }
body.dm-performance-marketing {
    --dm-accent: #00b4d8;
    --dm-accent-2: #a5d63f;
    --dm-bg-image: url('Images/Performance Marketing Background.jpg');
    background-image:
        linear-gradient(rgba(5, 0, 40, 0.72), rgba(5, 0, 40, 0.76)),
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: cover, auto, auto, cover;
    background-position: center, top left, bottom right, center;
}
body.dm-conversion-booster { --dm-accent: #ff8f5c; --dm-accent-2: #34d8f2; --dm-bg-image: url('Images/Conversion Booster Background.jpg'); }
body.dm-link-building {
    --dm-accent: #19b88d;
    --dm-accent-2: #8acbff;
    --dm-bg-image: url('Images/Link Building Background.jpg');
    background-image:
        linear-gradient(rgba(5, 0, 40, 0.72), rgba(5, 0, 40, 0.76)),
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: cover, auto, auto, cover;
    background-position: center, top left, bottom right, center;
}
body.dm-b2b-leads {
    --dm-accent: #8a78ff;
    --dm-accent-2: #19c2a7;
    --dm-bg-image: url('Images/B2B Lead Generation Background.jpg');
    background-image:
        linear-gradient(rgba(5, 0, 40, 0.72), rgba(5, 0, 40, 0.76)),
        radial-gradient(circle at top left, rgba(4, 170, 201, 0.12), transparent 30%),
        radial-gradient(circle at bottom right, rgba(156, 197, 59, 0.1), transparent 32%),
        var(--dm-bg-image);
    background-size: cover, auto, auto, cover;
    background-position: center, top left, bottom right, center;
}
body.dm-marketing-consulting {
    --dm-accent: #04aac9;
    --dm-accent-2: #ffb469;
    --dm-bg-image: url('Images/Marketing Consulting Background.jpg');
}

body.dm-marketing-consulting .dm-overview-section,
body.dm-marketing-consulting .dm-capabilities-section,
body.dm-marketing-consulting .dm-process-section,
body.dm-marketing-consulting .dm-impact-section,
body.dm-marketing-consulting .dm-cta-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.02) 40%, rgba(7, 18, 42, 0.92) 100%),
        linear-gradient(145deg, rgba(8, 20, 48, 0.94), rgba(28, 29, 57, 0.88));
}

.dm-hero-copy.service-reveal-init,
.dm-hero-visual.service-reveal-init,
.dm-overview-image.service-reveal-init,
.dm-overview-copy.service-reveal-init,
.dm-section-header.service-reveal-init,
.dm-card.service-reveal-init,
.dm-step-card.service-reveal-init,
.dm-impact-copy.service-reveal-init,
.dm-side-panel.service-reveal-init,
.dm-cta-card.service-reveal-init,
.dm-chip-list span.service-reveal-init,
.dm-metric-card.service-reveal-init {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    transition: opacity 0.78s ease, transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.dm-hero-copy.service-reveal-visible,
.dm-hero-visual.service-reveal-visible,
.dm-overview-image.service-reveal-visible,
.dm-overview-copy.service-reveal-visible,
.dm-section-header.service-reveal-visible,
.dm-card.service-reveal-visible,
.dm-step-card.service-reveal-visible,
.dm-impact-copy.service-reveal-visible,
.dm-side-panel.service-reveal-visible,
.dm-cta-card.service-reveal-visible,
.dm-chip-list span.service-reveal-visible,
.dm-metric-card.service-reveal-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.logo a {
    display: inline-flex;
    align-items: center;
}

.dropdown-service-item.active-service-item,
.mobile-services-link.active-service-item {
    background: linear-gradient(135deg, rgba(57, 58, 89, 0.92), rgba(4, 170, 201, 0.72));
    color: #ffffff;
    border-radius: 14px;
}

.dropdown-service-item.active-service-item h4,
.dropdown-service-item.active-service-item p,
.mobile-services-link.active-service-item {
    color: #ffffff !important;
}

.dm-main {
    width: 95%;
    max-width: 1240px;
    margin: 32px auto 70px;
    position: relative;
    z-index: 1;
}

.dm-section,
.dm-cta-section {
    margin-top: 28px;
}

.dm-panel,
.dm-soft-panel,
.dm-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.dm-panel,
.dm-cta-card {
    background: linear-gradient(140deg, rgba(6, 10, 28, 0.94), rgba(28, 29, 57, 0.9));
}

.dm-soft-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.02) 40%, rgba(7, 18, 42, 0.92) 100%),
        linear-gradient(145deg, rgba(8, 20, 48, 0.94), rgba(28, 29, 57, 0.88));
    backdrop-filter: blur(12px);
}

.dm-overview-section,
.dm-capabilities-section,
.dm-process-section,
.dm-impact-section,
.dm-cta-card {
    backdrop-filter: blur(12px) saturate(120%);
}

.dm-capabilities-section.dm-panel,
.dm-process-section.dm-panel,
.dm-impact-section.dm-panel,
.dm-cta-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.05) 18%, rgba(255, 255, 255, 0.015) 38%, rgba(8, 20, 48, 0.94) 100%),
        linear-gradient(145deg, rgba(8, 20, 48, 0.94), rgba(28, 29, 57, 0.88));
}

.dm-panel::before,
.dm-soft-panel::before,
.dm-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(4, 170, 201, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(156, 197, 59, 0.1), transparent 28%);
    pointer-events: none;
}

.dm-overview-section::after,
.dm-capabilities-section::after,
.dm-process-section::after,
.dm-impact-section::after,
.dm-cta-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 20%, transparent 42%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%);
    pointer-events: none;
}

.dm-hero-section,
.dm-capabilities-section,
.dm-process-section,
.dm-impact-section {
    padding: 34px;
}

.dm-overview-section {
    padding: 22px;
}

.dm-hero-grid,
.dm-overview-grid,
.dm-impact-grid {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 28px;
    align-items: center;
}

.dm-hero-copy,
.dm-overview-copy,
.dm-impact-copy,
.dm-side-panel,
.dm-cta-card {
    position: relative;
    z-index: 1;
}

.dm-eyebrow,
.dm-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--dm-accent);
    font-family: 'Poppins Light';
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dm-title,
.dm-overview-copy h2,
.dm-section-header h2,
.dm-impact-copy h2,
.dm-cta-card h2 {
    margin: 0 0 14px;
    font-family: 'Poppins Bold';
    line-height: 1.16;
    color: #ffffff;
}

.dm-title {
    font-size: clamp(34px, 5vw, 56px);
}

.dm-overview-copy h2,
.dm-section-header h2,
.dm-impact-copy h2,
.dm-cta-card h2 {
    font-size: clamp(28px, 4vw, 40px);
}

.dm-subtitle,
.dm-overview-copy p,
.dm-section-header p,
.dm-card p,
.dm-step-card p,
.dm-impact-copy p,
.dm-metric-card p,
.dm-cta-card p {
    margin: 0;
    font-family: 'Poppins Light';
    font-size: 15px;
    line-height: 1.82;
    color: #d5e2ea;
}

.dm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.dm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Poppins Bold';
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dm-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #9cc53b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: -1;
}

.dm-btn:hover {
    transform: translateY(-2px);
}

.dm-btn:hover::before {
    transform: scaleX(1);
}

.dm-btn.primary {
    background: var(--dm-accent);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(4, 170, 201, 0.28);
}

.dm-btn.primary:hover {
    box-shadow: 0 16px 30px rgba(156, 197, 59, 0.3);
}

.dm-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.dm-btn.secondary:hover {
    color: #ffffff;
    border-color: #9cc53b;
    box-shadow: 0 16px 30px rgba(156, 197, 59, 0.22);
}

.dm-pill-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.dm-impact-copy {
    display: grid;
    gap: 16px;
}

.dm-chip-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
}

.dm-pill-strip span {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 72px;
    padding: 14px 14px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    color: #ffffff;
    font-family: 'Poppins Bold';
    font-size: 13px;
    line-height: 1.55;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.dm-pill-strip span:nth-child(1) { background: #5d63a6; }
.dm-pill-strip span:nth-child(2) { background: #0d9fbb; }
.dm-pill-strip span:nth-child(3) { background: #86b53c; color: #07122a; }
.dm-pill-strip span:nth-child(4) { background: #ff8c42; }

.dm-pill-strip span::after {
    content: '';
    position: absolute;
    inset: 5px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    clip-path: inset(0 100% 0 0 round 12px);
    transition: clip-path 0.32s linear, border-color 0.28s ease;
    pointer-events: none;
}

.dm-pill-strip span:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.dm-pill-strip span:hover::after {
    clip-path: inset(0 0 0 0 round 12px);
}

.dm-chip-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    text-align: center;
    padding: 10px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f2fbff;
    font-family: 'Poppins Light';
    font-size: 12px;
    font-weight: 600;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.dm-chip-list span:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
    border-color: rgba(255, 255, 255, 0.26);
}

.dm-hero-visual {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-image-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 430px);
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(4, 170, 201, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.dm-image-card::after,
.dm-card::after,
.dm-step-card::after,
.dm-metric-card::after {
    content: '';
    position: absolute;
    inset: 8px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.dm-image-card:hover,
.dm-card:hover,
.dm-step-card:hover,
.dm-metric-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34);
}

.dm-image-card:hover::after,
.dm-card:hover::after,
.dm-step-card:hover::after,
.dm-metric-card:hover::after {
    opacity: 1;
    transform: scale(1);
}

.dm-image-card img,
.dm-overview-image img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.32s ease, filter 0.32s ease;
}

.dm-image-card:hover img,
.dm-overview-image:hover img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

.dm-floating-note {
    position: absolute;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(7, 18, 42, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
}

.dm-floating-note span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9fd7e6;
    margin-bottom: 4px;
}

.dm-floating-note strong {
    font-size: 13px;
    color: #ffffff;
}

.dm-note-one { top: 20px; right: 4px; }
.dm-note-two { bottom: 26px; left: 4px; }

.dm-overview-image {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.dm-overview-image::after {
    content: '';
    position: absolute;
    inset: 8px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    clip-path: inset(0 100% 0 0 round 18px);
    transition: clip-path 0.32s linear, border-color 0.28s ease;
    pointer-events: none;
}

.dm-overview-image:hover::after {
    clip-path: inset(0 0 0 0 round 18px);
    border-color: rgba(255, 255, 255, 1);
}

.dm-overview-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.dm-overview-list li {
    position: relative;
    padding-left: 20px;
    color: #e8f4fa;
    font-family: 'Poppins Light';
    line-height: 1.75;
}

.dm-overview-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dm-accent);
    font-size: 18px;
}

.dm-section-header {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.dm-card-grid,
.dm-step-grid,
.dm-metric-grid {
    display: grid;
    gap: 18px;
    position: relative;
    z-index: 1;
}

.dm-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dm-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dm-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.dm-card,
.dm-step-card,
.dm-metric-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(4, 170, 201, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.dm-card:hover,
.dm-step-card:hover,
.dm-metric-card:hover {
    border-color: rgba(255, 255, 255, 0.22);
}

.dm-card-icon,
.dm-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Poppins Bold';
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.dm-card:nth-child(1) .dm-card-icon,
.dm-step-card:nth-child(1) .dm-step-number { background: #5d63a6; }
.dm-card:nth-child(2) .dm-card-icon,
.dm-step-card:nth-child(2) .dm-step-number { background: #0d9fbb; }
.dm-card:nth-child(3) .dm-card-icon,
.dm-step-card:nth-child(3) .dm-step-number { background: #86b53c; }
.dm-card:nth-child(4) .dm-card-icon,
.dm-step-card:nth-child(4) .dm-step-number { background: #ff8c42; }
.dm-card:nth-child(5) .dm-card-icon { background: #d657a1; }
.dm-card:nth-child(6) .dm-card-icon { background: #7a5cff; }

.dm-card h3,
.dm-step-card h3,
.dm-metric-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: 'Poppins Bold';
    font-size: 20px;
}

.dm-impact-grid {
    grid-template-columns: 1.28fr 0.72fr;
    gap: 24px;
    align-items: start;
}

.dm-side-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-side-panel .dm-image-card {
    width: min(100%, 390px);
    min-height: 540px;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
}

.dm-side-panel .dm-image-card img {
    width: 100%;
    height: 100%;
    min-height: 516px;
    max-height: none;
    object-fit: cover;
}

.dm-metric-grid .dm-metric-card:nth-child(1) {
    background: linear-gradient(160deg, rgba(13, 159, 187, 0.28), rgba(13, 159, 187, 0.1));
    border-color: rgba(52, 216, 242, 0.36);
}

.dm-metric-grid .dm-metric-card:nth-child(2) {
    background: linear-gradient(160deg, rgba(134, 181, 60, 0.3), rgba(134, 181, 60, 0.1));
    border-color: rgba(182, 219, 98, 0.36);
}

.dm-metric-grid .dm-metric-card:nth-child(3) {
    background: linear-gradient(160deg, rgba(255, 140, 66, 0.3), rgba(255, 140, 66, 0.1));
    border-color: rgba(255, 180, 105, 0.36);
}

.dm-metric-grid .dm-metric-card h3 {
    position: relative;
    padding-left: 14px;
}

.dm-metric-grid .dm-metric-card h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: calc(100% - 8px);
    border-radius: 999px;
    background: currentColor;
    opacity: 0.85;
}

.dm-metric-grid .dm-metric-card:nth-child(1) h3 { color: #34d8f2; }
.dm-metric-grid .dm-metric-card:nth-child(2) h3 { color: #b6db62; }
.dm-metric-grid .dm-metric-card:nth-child(3) h3 { color: #ffb469; }

body.dm-local-seo .local-impact-grid {
    grid-template-columns: 1.28fr 0.72fr;
    gap: 24px;
}

body.dm-local-seo .local-impact-copy {
    display: grid;
    gap: 16px;
}

body.dm-local-seo .local-fit-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px;
}

body.dm-local-seo .local-fit-list span {
    min-height: 58px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 8px;
    font-size: 12px;
}

body.dm-local-seo .local-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(1) {
    background: linear-gradient(160deg, rgba(13, 159, 187, 0.28), rgba(13, 159, 187, 0.1));
    border-color: rgba(52, 216, 242, 0.36);
}

body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(2) {
    background: linear-gradient(160deg, rgba(134, 181, 60, 0.3), rgba(134, 181, 60, 0.1));
    border-color: rgba(182, 219, 98, 0.36);
}

body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(3) {
    background: linear-gradient(160deg, rgba(255, 140, 66, 0.3), rgba(255, 140, 66, 0.1));
    border-color: rgba(255, 180, 105, 0.36);
}

body.dm-local-seo .local-metric-grid .dm-metric-card h3 {
    position: relative;
    padding-left: 14px;
}

body.dm-local-seo .local-metric-grid .dm-metric-card h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: calc(100% - 8px);
    border-radius: 999px;
    background: currentColor;
    opacity: 0.85;
}

body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(1) h3 { color: #34d8f2; }
body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(2) h3 { color: #b6db62; }
body.dm-local-seo .local-metric-grid .dm-metric-card:nth-child(3) h3 { color: #ffb469; }

body.dm-local-seo .local-image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 100%;
}

body.dm-local-seo .local-image-panel .dm-image-card {
    width: min(100%, 390px);
    min-height: 540px;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

body.dm-local-seo .local-image-panel .dm-image-card img {
    width: 100%;
    height: 100%;
    min-height: 516px;
    max-height: none;
    object-fit: cover;
}

.dm-cta-card {
    padding: 32px;
    text-align: center;
}

.dm-cta-card .dm-btn {
    margin-top: 18px;
}

@media (max-width: 1024px) {
    .dm-hero-grid,
    .dm-overview-grid,
    .dm-impact-grid,
    .dm-card-grid,
    .dm-step-grid,
    .dm-metric-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dm-chip-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.dm-local-seo .local-fit-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dm-main {
        width: 94%;
        margin-top: 18px;
    }

    .dm-hero-section,
    .dm-capabilities-section,
    .dm-process-section,
    .dm-impact-section,
    .dm-overview-section,
    .dm-cta-card {
        padding: 22px;
    }

    .dm-hero-grid,
    .dm-overview-grid,
    .dm-impact-grid,
    .dm-card-grid,
    .dm-step-grid,
    .dm-metric-grid,
    .dm-pill-strip,
    .dm-chip-list {
        grid-template-columns: 1fr;
    }

    .dm-hero-visual {
        min-height: auto;
    }

    .dm-note-one,
    .dm-note-two {
        position: static;
        margin-top: 12px;
    }

    body.dm-local-seo .local-impact-grid,
    body.dm-local-seo .local-metric-grid,
    body.dm-local-seo .local-fit-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .dm-title {
        font-size: 31px;
    }

    .dm-btn {
        width: 100%;
    }

    .dm-pill-strip span,
    .dm-chip-list span {
        width: 100%;
    }
}
