/*
 * Custom CSS for: Content Optimization Services
 * Page: /content-optimization-services
 * Generated: 2026-07-08 05:37:27
 */

/* Custom CSS for this page */

/* ============================================
   HVAC SEO SERVICE PAGE — CLEANED CSS
   (Unused selectors removed, duplicates merged)
=============================================== */

/* ============================================
   PAGE BANNER
=============================================== */

.wdd-hero-glow-left,
.wdd-hero-glow-right {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.wdd-hero-glow-left {
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.14) 0%, transparent 65%);
    top: -150px;
    left: -200px;
    animation: wdd-float 9s ease-in-out infinite;
}

.wdd-hero-glow-right {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.09) 0%, transparent 65%);
    bottom: 0;
    right: -120px;
    animation: wdd-float 11s ease-in-out infinite reverse;
}

.wdd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* ============================================
   SHARED SECTION LABEL
=============================================== */

.wdd-label {
    display: inline-block;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.65rem, 0.65vw, 0.78rem);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 14px;
}

/* ============================================
   TRUST BAR
=============================================== */

.wdd-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.015);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.wdd-trust::before,
.wdd-trust::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.wdd-trust::before {
    left: 0;
    background: linear-gradient(90deg, var(--main-bg), transparent);
}

.wdd-trust::after {
    right: 0;
    background: linear-gradient(-90deg, var(--main-bg), transparent);
}

.wdd-trust-track {
    display: flex;
    width: max-content;
    animation: wdd-scroll-trust 40s linear infinite;
}

.wdd-trust-track:hover {
    animation-play-state: paused;
}

.wdd-trust-item {
    display: flex;
    align-items: center;
    padding: 22px 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    flex-shrink: 0;
}

.wdd-trust-item span {
    font-family: var(--jdg-heading-font-family);
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wdd-trust-item span i {
    color: rgba(99, 102, 241, 0.8);
}

/* ============================================
   SHARED SECTION LAYOUT
=============================================== */

.wdd-section {
    padding: 100px 0;
}

.wdd-section-centered {
    text-align: center;
}

.wdd-section-centered .section-main-title {
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-centered .wdd-section-desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-section-desc {
    font-size: clamp(0.95rem, 0.88vw, 1.1rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    max-width: 1200px;
    margin-bottom: 0;
}

.wdd-section-header {
    margin-bottom: 64px;
}

/* ============================================
   AUDIENCE PILLS
=============================================== */

.wdd-serve-audiences {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
}

.wdd-audience-pill {
    position: relative;
    padding: 14px 20px 14px 42px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.82rem, 0.82vw, 0.95rem);
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    cursor: default;
    line-height: 1.4;
}

.wdd-audience-pill::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    transform: translateY(-50%);
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.6);
}

.wdd-audience-pill:hover {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.4);
    transform: translateY(-2px);
}

/* ============================================
   FAQ
=============================================== */

.wdd-faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wdd-faq-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.wdd-faq-item.wdd-faq-open {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.wdd-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.wdd-faq-question span {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.9rem, 0.92vw, 1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
}

.wdd-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 0.65rem;
}

.wdd-faq-open .wdd-faq-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(165, 180, 252, 0.85);
    transform: rotate(180deg);
}

.wdd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    padding: 0 28px;
}

.wdd-faq-open .wdd-faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.wdd-faq-answer p {
    font-size: clamp(0.875rem, 0.88vw, 0.975rem);
    line-height: 1.8;
    margin: 0;
    color: var(--jdg-gray);
}

/* ============================================
   FINAL CTA
=============================================== */

.wdd-cta-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 32px;
    padding: 110px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wdd-cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.wdd-cta-glow {
    position: absolute;
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 65%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wdd-cta-inner .section-main-title {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.wdd-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ============================================
   INDUSTRIES SECTION
=============================================== */

.wdd-industries-section .wdd-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wdd-industries-section .wdd-industry-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 36px 28px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    cursor: default;
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    transition:
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-industries-section .wdd-industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--jdg-btn-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-industries-section .wdd-industry-card:hover::before {
    transform: scaleX(1);
}

.wdd-industries-section .wdd-industry-card:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateY(-6px) scale(1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.wdd-industries-section .wdd-industry-card.wdd-ind-visible {
    animation: wdd-ind-enter 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wdd-ind-delay-1 { animation-delay: 0s; }
.wdd-ind-delay-2 { animation-delay: 0.07s; }
.wdd-ind-delay-3 { animation-delay: 0.14s; }
.wdd-ind-delay-4 { animation-delay: 0.21s; }
.wdd-ind-delay-5 { animation-delay: 0.28s; }
.wdd-ind-delay-6 { animation-delay: 0.35s; }

.wdd-ind-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition:
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wdd-industries-section .wdd-industry-card:hover .wdd-ind-icon {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.25);
    transform: scale(1.1) translateY(-2px);
}

.wdd-ind-icon svg {
    width: 26px;
    height: 26px;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.4s ease;
    display: block;
}

.wdd-industries-section .wdd-industry-card:hover .wdd-ind-icon svg {
    color: rgba(165, 180, 252, 0.9);
}

.wdd-industries-section .wdd-industry-card h3 {
    font-size: clamp(0.95rem, 0.95vw, 1.05rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.wdd-industries-section .wdd-industry-card:hover h3 {
    color: rgba(255, 255, 255, 1);
}

.wdd-industries-section .wdd-industry-card p {
    font-size: clamp(0.78rem, 0.76vw, 0.875rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    transition: color 0.3s ease;
}

.wdd-industries-section .wdd-industry-card:hover p {
    color: rgba(255, 255, 255, 0.55);
}

/* ============================================
   WHY CHOOSE US
=============================================== */

.wdd-why-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.wdd-why-visual {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wdd-why-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.wdd-why-img-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-why-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.65) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-why-stat-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 32px 36px;
}

.wdd-why-stat-card > p {
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    line-height: 1.8;
    color: var(--jdg-gray);
    margin-bottom: 28px;
}

.wdd-why-stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 24px;
}

.wdd-why-stat {
    text-align: center;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.wdd-why-stat:last-child {
    border-right: none;
}

.wdd-wstat-val {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(1.3rem, 1.4vw, 1.7rem);
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.wdd-wstat-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
}

.wdd-why-text > p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 0;
}

.wdd-why-bullets {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

.wdd-why-bullets li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.wdd-why-bullets li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wdd-why-item-text strong {
    font-size: clamp(0.92rem, 0.95vw, 1.05rem);
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--jdg-white);
    transition: color 0.3s ease;
}

.wdd-why-bullets li:hover .wdd-why-item-text strong {
    color: rgba(165, 180, 252, 0.9);
}

.wdd-why-item-text p {
    font-size: clamp(0.82rem, 0.8vw, 0.925rem);
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   ENGAGEMENT CARDS (Testimonials)
=============================================== */

.wdd-engagement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wdd-eng-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 48px 38px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.wdd-eng-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
}

.wdd-eng-card h3 {
    font-size: clamp(1.05rem, 1.1vw, 1.25rem);
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.3;
}

.wdd-eng-card p {
    font-size: clamp(0.875rem, 0.88vw, 1rem);
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   WHAT'S INCLUDED GRID
=============================================== */

.wdd-included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.wdd-included-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 30px 26px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-included-card:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-4px);
}

.wdd-included-card h3 {
    font-size: clamp(0.95rem, 0.95vw, 1.05rem);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wdd-included-card p {
    font-size: clamp(0.8rem, 0.78vw, 0.9rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   SEO CTA CARD
=============================================== */

.seo-cta {
    background: #6667ec !important;
}

.seo-cta a {
    background: #fff;
    color: #6366f1;
    padding: 17px 28px;
}

.seo-cta .wdd-cta-btns {
    display: block !important;
}

/* ============================================
   WHO WE SERVE — TRUST PROOF SECTION
=============================================== */

.who-help-stack-section {
    padding: 110px 20px;
    color: #ffffff;
}

.who-help-stack-head {
    text-align: center;
    margin-bottom: 64px;
}

.who-help-stack-head span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.who-help-stack-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.who-help-stack-head p,
.who-help-stack-content p {
    color: var(--jdg-gray);
}

.who-help-stack-head p {
    margin: 0 auto;
    max-width: 860px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.who-help-stack {
    display: grid;
    gap: 22px;
}

.who-help-stack-panel {
    position: sticky;
    top: 90px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 38px;
    align-items: center;
    min-height: 320px;
    padding: 44px;
    border-radius: 8px;
    background: #000000fa;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.who-help-stack-panel:nth-child(2) { top: 110px; z-index: 1; }
.who-help-stack-panel:nth-child(3) { top: 130px; z-index: 2; }
.who-help-stack-panel:nth-child(4) { top: 150px; z-index: 3; }
.who-help-stack-panel:nth-child(5) { top: 170px; z-index: 4; }

.who-help-stack-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
}

.who-help-stack-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.who-help-stack-content,
.who-help-stack-image {
    position: relative;
    z-index: 1;
}

.who-help-stack-image {
    overflow: hidden;
    width: 100%;
    height: 240px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotate(-1.5deg);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.who-help-stack-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.04) rotate(1.5deg);
    transition: transform 0.45s ease;
}

.who-help-stack-panel:hover .who-help-stack-image {
    border-color: rgba(99, 102, 241, 0.38);
    transform: rotate(1.5deg);
}

.who-help-stack-panel:hover .who-help-stack-image img {
    transform: scale(1.1) rotate(-1.5deg);
}

.who-help-stack-content h3 {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.12;
    font-weight: 850;
}

.who-help-stack-content p {
    margin: 0;
    max-width: 820px;
    font-size: 15.5px;
    line-height: 1.78;
}

/* ============================================
   SEO SERVICES FLOW (sticky split layout)
=============================================== */

.seo-services-flow {
    padding: 100px 20px;
    color: #ffffff;
}

.seo-flow-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 72px;
    align-items: start;
}

.seo-flow-intro {
    position: sticky;
    top: 32px;
}

.seo-flow-intro h2 {
    margin: 0 0 22px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 850;
}

.seo-flow-intro p {
    margin: 0 0 16px;
    color: var(--jdg-gray);
    font-size: 16px;
    line-height: 1.75;
}

.seo-flow-list {
    position: relative;
    padding-left: 34px;
}

.seo-flow-list::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 1px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.seo-flow-item {
    position: relative;
    display: block;
    gap: 20px;
    padding: 0 0 36px;
}

.seo-flow-item:last-child {
    padding-bottom: 0;
}

.seo-flow-item::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #8f6cff;
}

.seo-flow-item h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 780;
}

.seo-flow-item p {
    max-width: 680px;
    margin: 0;
    color: var(--jdg-gray);
    font-size: 15px;
    line-height: 1.75;
}

/* ============================================
   SEO COMPANY SECTION (orbit visual)
=============================================== */

.seo-company-section {
    color: #fff;
    padding: 110px 20px;
}

.seo-company-head {
    margin-bottom: 70px;
    text-align: center;
}

.seo-company-head h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 850;
    text-align: center;
}

.seo-company-head p,
.seo-company-content p {
    color: var(--jdg-gray);
}

.seo-company-head p {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
}

.seo-company-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.seo-company-visual {
    position: sticky;
    top: 32px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.seo-orbit {
    position: relative;
    width: min(100%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(143, 108, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(143, 108, 255, 0.12), transparent 55%),
        rgba(255, 255, 255, 0.02);
}

.seo-orbit::before,
.seo-orbit::after {
    content: "";
    position: absolute;
    inset: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-orbit::after {
    inset: 112px;
    border-color: rgba(143, 108, 255, 0.18);
}

.seo-orbit-line {
    position: absolute;
    left: 50%;
    top: 8%;
    width: 1px;
    height: 84%;
    background: linear-gradient(transparent, rgba(143, 108, 255, 0.7), transparent);
    transform: rotate(38deg);
    transform-origin: center;
}

.seo-orbit-center {
    position: absolute;
    inset: 50%;
    width: 142px;
    height: 142px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(143, 108, 255, 0.38), rgba(18, 18, 26, 0.96) 68%);
    box-shadow: 0 0 70px rgba(143, 108, 255, 0.35);
}

.seo-orbit-center strong {
    font-size: 34px;
    line-height: 1;
}

.seo-orbit-center small {
    margin-top: 8px;
    color: #c7c3d9;
    font-size: 12px;
}

.orbit-point {
    position: absolute;
    padding: 9px 13px;
    border-bottom: 1px solid rgba(143, 108, 255, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    background: rgba(9, 9, 13, 0.72);
    backdrop-filter: blur(10px);
}

.point-1 { top: 12%; left: 8%; }
.point-2 { top: 25%; right: -4%; }
.point-3 { bottom: 18%; right: 6%; }
.point-4 { bottom: 28%; left: -2%; }

.seo-company-content {
    counter-reset: seoRow;
}

.seo-problem-row {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 26px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-problem-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-problem-row span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(143, 108, 255, 0.8);
    font-size: 42px;
    line-height: 1;
    font-weight: 850;
}

.seo-problem-row h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.seo-problem-row p {
    margin: 0;
    color: #b9bac8;
    font-size: 15.5px;
    line-height: 1.75;
}

.seo-problem-row:hover {
    border-top-color: rgba(143, 108, 255, 0.45);
}

.seo-problem-row:hover h3 {
    color: #d9d0ff;
}

/* ============================================
   SEO SERVICE CARDS
=============================================== */

.seo-service-card-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.seo-service-card-head {
    margin-bottom: 58px;
    text-align: center;
}

.seo-service-card-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-service-card-head p,
.seo-service-card-content p {
    color: var(--jdg-gray);
}

.seo-service-card-head p {
    margin: 0 auto;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-service-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.seo-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.seo-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
}

.seo-service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.seo-service-card-image {
    position: relative;
    z-index: 1;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.seo-service-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.seo-service-card-content {
    position: relative;
    z-index: 1;
    padding: 28px;
}

.seo-service-card-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
}

/* ============================================
   SEO LOGO CARD (What You Get)
=============================================== */

.seo-logo-card-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.section-main-title {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.05;
    font-weight: 400;
    text-align: center;
}

.seo-logo-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.seo-logo-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 28px;
    border-radius: 8px;
    isolation: isolate;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.seo-logo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
}

.seo-logo-card::after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.seo-logo-card:nth-child(3n)::after {
    animation-delay: 1.4s;
}

.seo-logo-card h3,
.seo-logo-card p {
    position: relative;
    z-index: 2;
}

.seo-logo-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 850;
}

.seo-logo-card p {
    margin: 0;
    color: var(--jdg-gray);
    font-size: 14px;
    line-height: 1.65;
}

.seo-logo-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.seo-logo-card:hover::after {
    opacity: 0.14;
}

/* ============================================
   SEO PROCESS SECTION
=============================================== */

.seo-process-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.seo-process-head {
    margin-bottom: 70px;
    text-align: center;
}

.seo-process-head span,
.seo-process-content span {
    color: rgba(255, 255, 255, 0.3);
}

.seo-process-head span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-process-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-process-head p,
.seo-process-content p {
    color: var(--jdg-gray);
}

.seo-process-head p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-process-roadmap {
    position: relative;
    display: grid;
    gap: 26px;
}

.seo-process-roadmap::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.seo-process-progress {
    position: absolute;
    left: 44px;
    top: 20px;
    width: 1px;
    height: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 95%), rgb(103 104 237));
    box-shadow: 0 0 18px rgba(99, 102, 241, 0.55);
    transition: height 0.08s linear;
}

.seo-process-step {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 28px;
    align-items: start;
}

.seo-process-number {
    position: sticky;
    top: 110px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.3);
}

.seo-process-content {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.seo-process-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
}

.seo-process-content::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.seo-process-content > * {
    position: relative;
    z-index: 1;
}

.seo-process-content span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-process-content h3 {
    margin: 0 0 14px;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.12;
    font-weight: 850;
}

.seo-process-content p {
    margin: 0 0 14px;
    font-size: 15.5px;
    line-height: 1.75;
}

/* ============================================
   SEO BATTLE / COMPARE SECTION
=============================================== */

.seo-battle-section {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
}

.seo-battle-container {
    max-width: 1380px;
    margin: 0 auto;
}

.seo-tool-index-head {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.seo-tool-index-head span {
    color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-tool-index-head h2 {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
    font-weight: 850;
    text-align: center;
}

.seo-battle-grid {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    align-items: center;
    gap: 0;
}

.seo-side {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 50px;
    backdrop-filter: blur(18px);
    background: linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .015));
    min-height: 720px;
}

.seo-side-glow {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(239, 68, 68, .12);
    filter: blur(80px);
}

.seo-side-glow.green {
    background: rgba(16, 185, 129, .12);
}

.seo-side::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.cheap-side::before {
    background: linear-gradient(135deg, rgba(239, 68, 68, .45), transparent);
}

.pro-side::before {
    background: linear-gradient(135deg, rgba(16, 185, 129, .45), transparent);
}

.seo-side-header {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.seo-side-header h3 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0;
}

.seo-feature-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.seo-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    transition: .4s ease;
}

.seo-feature-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, .045);
}

.seo-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: 8px;
}

.seo-icon.red {
    background: #ff6a6a;
    box-shadow: 0 0 16px rgba(255, 106, 106, .7);
}

.seo-icon.green {
    background: #4dffb0;
    box-shadow: 0 0 16px rgba(77, 255, 176, .7);
}

.seo-feature-item h4 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
}

.seo-battle-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.battle-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.18), rgba(255,255,255,0));
}

.battle-circle {
    position: relative;
    z-index: 3;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    background: linear-gradient(rgba(255,255,255,.06), rgba(255,255,255,.02));
    animation: pulseBattle 4s ease-in-out infinite;
}

.battle-circle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(239, 68, 68, .5), rgba(16, 185, 129, .5));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.battle-circle span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* ============================================
   AUDIT RESULT SECTION
=============================================== */

.audit-result-section {
    padding: 100px 20px;
    color: #ffffff;
    overflow: hidden;
}

.audit-result-row {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 90px;
}

.audit-result-row:last-child {
    margin-bottom: 0;
}

.audit-result-row-reverse .audit-result-image { order: 2; }
.audit-result-row-reverse .audit-result-content { order: 1; }

.audit-result-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.audit-result-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
    pointer-events: none;
    z-index: 2;
}

.audit-result-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.15), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}

.audit-result-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.82;
}

.audit-result-content h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 850;
}

.audit-result-content p {
    margin: 0 0 16px;
    font-size: 15.5px;
    line-height: 1.8;
    color: var(--jdg-gray);
}

.audit-result-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.audit-result-list p {
    position: relative;
    margin: 0;
    padding: 14px 0 14px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--jdg-gray);
}

.audit-result-list p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.75);
}

/* ============================================
   FIRM ORBIT (Performance Metrics)
=============================================== */

.firm-orbit-section {
    padding: 78px 20px;
    color: #ffffff;
    overflow: hidden;
}

.firm-orbit-head {
    max-width: 960px;
    margin: 0 auto 36px;
    text-align: center;
}

.firm-orbit-head h2 {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.02;
    font-weight: 850;
    text-align: center;
}

.firm-orbit-head p {
    max-width: 850px;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
    color: var(--jdg-gray);
}

.firm-orbit {
    position: relative;
    display: grid;
    grid-template-columns: 300px repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 44px;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.firm-orbit-item {
    position: relative;
    width: auto;
    min-height: auto;
    padding: 14px 16px;
    text-align: left;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.firm-orbit-item::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.8), rgba(16, 185, 129, 0.65));
}

.firm-orbit-item strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.firm-orbit-item p {
    margin: 0;
    font-size: 12.8px;
    line-height: 1.48;
    color: var(--jdg-gray);
}

/* ============================================
   PROFESSIONAL SEO SECTION
=============================================== */

.professional-seo-section {
    position: relative;
    padding: 110px 20px;
}

.industries-atlas-head {
    margin-bottom: 70px;
    text-align: center;
}

.industries-atlas-head span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.industries-atlas-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.industries-atlas-head p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
    color: var(--jdg-gray);
}

.seo-versus-track {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 40px;
    backdrop-filter: blur(18px);
}

.seo-versus-track::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.4), transparent, rgba(16, 185, 129, 0.3));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.seo-company-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.seo-company-card {
    position: relative;
    padding: 34px 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all .35s ease;
}

.seo-company-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.09);
}

.seo-company-card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.seo-company-card p {
    margin: 0;
    color: var(--jdg-gray);
    font-size: 15.8px;
    line-height: 1.85;
}

.seo-bottom-note {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.seo-bottom-note p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: var(--jdg-gray);
}

/* ============================================
   KEYFRAMES
=============================================== */

@keyframes wdd-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes wdd-scroll-trust {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes wdd-ind-enter {
    from { opacity: 0; transform: translateY(28px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jdgLogoFloat {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    50%       { transform: translateY(-8px) rotate(8deg) scale(1.06); }
}

@keyframes pulseBattle {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.08); }
}

/* ============================================
   RESPONSIVE
=============================================== */

@media (max-width: 1199px) {
    .wdd-why-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wdd-why-visual {
        position: static;
    }

    .seo-company-layout {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .seo-company-visual {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .seo-orbit {
        margin: 0 auto;
    }

    .firm-orbit {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wdd-included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1100px) {
    .seo-battle-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .seo-battle-center {
        height: 140px;
    }

    .battle-line {
        width: 100%;
        height: 2px;
    }

    .seo-side {
        min-height: auto;
    }

    .seo-company-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-versus-track {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .seo-flow-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .seo-flow-intro {
        position: static;
        max-width: 820px;
    }
}

@media (max-width: 991px) {
    .wdd-section {
        padding: 70px 0;
    }

    .wdd-engagement-grid {
        grid-template-columns: 1fr;
    }

    .wdd-cta-inner {
        padding: 80px 36px;
    }
}

@media (max-width: 900px) {
    .who-help-stack-panel {
        position: relative;
        top: auto;
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
        padding: 34px;
    }

    .who-help-stack-image {
        height: 260px;
    }

    .who-help-stack-panel:nth-child(2),
    .who-help-stack-panel:nth-child(3),
    .who-help-stack-panel:nth-child(4),
    .who-help-stack-panel:nth-child(5) {
        top: auto;
    }

    .seo-service-card-grid {
        grid-template-columns: 1fr;
    }

    .audit-result-row,
    .audit-result-row-reverse {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 64px;
    }

    .audit-result-row-reverse .audit-result-image,
    .audit-result-row-reverse .audit-result-content {
        order: initial;
    }

    .firm-orbit {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 769px) {
    .wdd-hero-btns {
        flex-direction: column;
    }

    .wdd-hero-btns .jdg-btn {
        text-align: center;
    }

    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .seo-battle-section {
        padding: 80px 16px;
    }

    .seo-side {
        padding: 26px;
        border-radius: 24px;
    }

    .seo-side-header h3 {
        font-size: 28px;
    }

    .seo-feature-item {
        padding: 18px;
        border-radius: 18px;
        gap: 14px;
    }

    .seo-feature-item h4 {
        font-size: 19px;
    }

    .battle-circle {
        width: 84px;
        height: 84px;
    }

    .battle-circle span {
        font-size: 18px;
    }

    .professional-seo-section {
        padding: 80px 16px;
    }

    .seo-versus-track {
        padding: 20px;
        border-radius: 22px;
    }

    .seo-company-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .seo-company-card {
        padding: 26px 22px;
    }

    .seo-company-card h3 {
        font-size: 21px;
    }
}

@media (max-width: 760px) {
    .seo-process-section {
        padding: 74px 16px;
    }

    .seo-process-head {
        margin-bottom: 44px;
    }

    .seo-process-roadmap::before,
    .seo-process-progress {
        left: 21px;
    }

    .seo-process-step {
        grid-template-columns: 44px 1fr;
        gap: 16px;
    }

    .seo-process-number {
        position: relative;
        top: auto;
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    .seo-process-content {
        padding: 24px 20px;
    }

    .seo-process-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .who-help-stack-section {
        padding: 74px 16px;
    }

    .who-help-stack-head {
        margin-bottom: 40px;
    }

    .who-help-stack-head h2 {
        font-size: 34px;
    }

    .who-help-stack-panel {
        padding: 24px 20px;
    }

    .who-help-stack-image {
        height: 210px;
    }

    .who-help-stack-content h3 {
        font-size: 24px;
    }

    .seo-services-flow {
        padding: 70px 16px;
    }

    .seo-flow-intro h2 {
        font-size: 32px;
    }

    .seo-flow-list {
        padding-left: 24px;
    }

    .seo-flow-list::before {
        left: 7px;
    }

    .seo-flow-item {
        padding-bottom: 32px;
    }

    .seo-flow-item::before {
        left: -22px;
        top: 5px;
    }

    .seo-company-section {
        padding: 74px 16px;
    }

    .seo-company-head h2 {
        font-size: 34px;
    }

    .seo-orbit {
        width: 100%;
        max-width: 330px;
    }

    .seo-orbit-center {
        width: 112px;
        height: 112px;
    }

    .seo-orbit-center strong {
        font-size: 28px;
    }

    .orbit-point {
        font-size: 12px;
        padding: 7px 10px;
    }

    .point-2 { right: 0; }
    .point-4 { left: 0; }

    .seo-problem-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 25px 0;
    }

    .seo-problem-row span {
        font-size: 30px;
    }

    .seo-problem-row h3 {
        font-size: 21px;
    }

    .seo-service-card-section {
        padding: 74px 16px;
    }

    .seo-service-card-head h2 {
        font-size: 34px;
    }

    .seo-service-card-content {
        padding: 24px 20px;
    }

    .seo-service-card-content h3 {
        font-size: 22px;
    }

    .seo-logo-card-section {
        padding: 74px 16px;
    }

    .seo-logo-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .seo-logo-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .seo-logo-card h3 {
        font-size: 21px;
    }

    .seo-logo-card::after {
        width: 46px;
        height: 46px;
    }

    .audit-result-section {
        padding: 70px 16px;
    }

    .audit-result-image {
        aspect-ratio: 16 / 11;
    }

    .audit-result-content h2 {
        font-size: 30px;
    }

    .audit-result-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .firm-orbit-section {
        padding: 62px 16px;
    }

    .firm-orbit-head h2 {
        font-size: 34px;
    }

    .firm-orbit-item {
        min-height: auto;
    }

    .seo-process-head h2 {
        font-size: 34px;
    }

    .wdd-section {
        padding: 44px 0;
    }

    .wdd-included-grid {
        grid-template-columns: 1fr;
    }

    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .wdd-industries-section .wdd-industry-card {
        padding: 28px 18px 24px;
    }

    .wdd-ind-icon {
        width: 52px;
        height: 52px;
    }

    .wdd-cta-inner {
        padding: 56px 24px;
    }

    .wdd-why-stat-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-why-stat:nth-child(2) {
        border-right: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-logo-card,
    .seo-logo-card::after {
        transition: none;
        animation: none;
    }
}