/*
 * Custom CSS for: Professional SEO Services
 * Page: /professional-seo-services
 * Generated: 2026-07-08 05:41:08
 */

/* ============================================
   CANNABIS SEO PAGE - UNIQUE DESIGN
=============================================== */
/* Custom CSS for this page */

/* Custom CSS for this page */

/* ============================================
   WEB DESIGN & DEVELOPMENT SERVICE PAGE
   Prefix: wdd-
   Global vars, resets, fonts, buttons,
   breadcrumb, anim- classes from global CSS
=============================================== */

/* ============================================
   PAGE BANNER
=============================================== */
.web-design-page-banner {
    position: relative;
    overflow: hidden;
}

.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;
}

.web-design-page-banner .services-inner-banner-content {
    position: relative;
    z-index: 2;
}

.wdd-hero-bullets {
    list-style: none;
    margin: 28px 0 36px;
    padding: 0;
    column-count: 2;
}

.wdd-hero-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--jdg-heading-font-family);
    line-height: 1.5;
}

.wdd-hero-bullets li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.wdd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* ============================================
   SHARED SECTION LABEL
=============================================== */
.wdd-label {
    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;
    display: block;
}

/* ============================================
   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;
}

/* ============================================
   ACHIEVE GRID
=============================================== */
.wdd-achieve-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wdd-achieve-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 38px 32px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wdd-achieve-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-achieve-card:hover::before {
    transform: scaleX(1);
}

.wdd-achieve-card:hover {
    background: rgba(99, 102, 241, 0.04);
    border-color: rgba(99, 102, 241, 0.16);
    transform: translateY(-5px);
}

.wdd-achieve-card h3 {
    font-size: clamp(1rem, 1vw, 1.15rem);
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wdd-achieve-card p {
    font-size: clamp(0.85rem, 0.82vw, 0.975rem);
    line-height: 1.75;
    margin: 0;
}

/* ============================================
   WHO WE SERVE — SPLIT LAYOUT
=============================================== */
.wdd-serve-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-serve-text>p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 18px;
}

.wdd-serve-audiences {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 34px;
}

.wdd-audience-pill {
    padding: 13px 20px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    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:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateX(5px);
}

/* IMAGE WITH FLOATING STAT CARD */
.wdd-serve-image {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}

.wdd-serve-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-serve-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.6) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-serve-image-card {
    position: absolute;
    bottom: -20px;
    left: -24px;
    background: rgba(15, 15, 16, 0.92);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 2;
}

.wdd-img-card-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wdd-img-stat-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;
}

.wdd-img-stat-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    white-space: nowrap;
}

.wdd-img-card-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
}

/* ============================================
   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-num {
    font-family: var(--jdg-heading-font-family);
    font-size: 2.6rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.16);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.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;
}

/* ============================================
   WEB APPS — IMAGE LEFT, TEXT RIGHT
=============================================== */
.wdd-webapps-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-webapps-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.wdd-webapps-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.wdd-webapps-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), transparent 60%);
    border-radius: 24px;
    pointer-events: none;
}

.wdd-webapps-text>p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 16px;
}

.wdd-webapps-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

/* ============================================
   FEATURE TAGS (shared)
=============================================== */
.wdd-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.wdd-feature-tag {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.75rem, 0.73vw, 0.875rem);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    display: inline-block;
}

.wdd-feature-tag:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================
   RESPONSIVE DEVICES SECTION
=============================================== */
.wdd-device-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.wdd-device-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-device-card:hover {
    background: rgba(99, 102, 241, 0.05);
    border-color: rgba(99, 102, 241, 0.16);
    transform: translateY(-5px);
}

.wdd-device-card h3 {
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: 500;
    margin-bottom: 12px;
}

.wdd-device-card p {
    font-size: clamp(0.82rem, 0.8vw, 0.95rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   WHITE LABEL — BOXED WITH IMAGE
=============================================== */
.wdd-whitelabel-inner {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px;
    padding: 80px 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.wdd-wl-text>p {
    font-size: clamp(0.9rem, 0.88vw, 1.05rem);
    line-height: 1.85;
    color: var(--jdg-gray);
    margin-bottom: 16px;
}

.wdd-wl-bullets {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 0;
}

.wdd-wl-bullets li {
    font-size: clamp(0.875rem, 0.88vw, 1rem);
    color: var(--jdg-gray);
    line-height: 1.65;
    padding-left: 16px;
    position: relative;
}

.wdd-wl-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.6);
}

.wdd-wl-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.wdd-wl-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.wdd-wl-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.5) 100%);
    border-radius: 20px;
    pointer-events: none;
}

/* ============================================
   PROCESS STEPS
=============================================== */
.wdd-process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
}

.wdd-process-steps::before {
    content: '';
    position: absolute;
    top: 26px;
    left: calc(100% / 12);
    right: calc(100% / 12);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent);
    pointer-events: none;
    z-index: 0;
}

.wdd-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 14px;
}

.wdd-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--main-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.wdd-step:hover .wdd-step-num {
    background: var(--jdg-btn-gradient);
    color: var(--jdg-white);
    border-color: transparent;
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(102, 126, 234, 0.28);
}

.wdd-step h3 {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    font-weight: 500;
    margin-bottom: 8px;
}

.wdd-step p {
    font-size: clamp(0.78rem, 0.76vw, 0.875rem);
    line-height: 1.65;
    margin: 0;
}

/* ============================================
   WHY CHOOSE US — IMAGE + STAT CARD LEFT
=============================================== */
.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 h4 {
    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 h4 {
    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;
}

/* ============================================
   RESULTS GRID
=============================================== */
.wdd-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.wdd-result-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 38px 28px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wdd-result-card::after {
    content: '';
    position: absolute;
    bottom: 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-result-card:hover::after {
    transform: scaleX(1);
}

.wdd-result-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.09);
}

.wdd-result-card h3 {
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wdd-result-card p {
    font-size: clamp(0.82rem, 0.8vw, 0.925rem);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   INDUSTRIES GRID
=============================================== */
.wdd-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.wdd-industry-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.wdd-industry-card:hover {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.18);
    transform: translateY(-4px);
}

.wdd-industry-card h4 {
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   TECH STACK
=============================================== */
.wdd-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.wdd-tech-pill {
    padding: 13px 26px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.wdd-tech-pill:hover {
    background: rgba(99, 102, 241, 0.07);
    border-color: rgba(99, 102, 241, 0.22);
    transform: translateY(-3px);
}

.wdd-tech-pill span {
    font-family: var(--jdg-heading-font-family);
    font-size: clamp(0.85rem, 0.85vw, 0.975rem);
    color: rgba(255, 255, 255, 0.75);
}

/* ============================================
   ENGAGEMENT CARDS
=============================================== */
.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.wdd-eng-featured {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.2);
}

.wdd-eng-badge {
    display: inline-block;
    padding: 5px 14px;
    position: absolute;
    top: -12px;
    left: 38px;
    background: var(--jdg-btn-gradient);
    border-radius: 50px;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
}

.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;
}

.wdd-engagement-note {
    text-align: center;
    margin-top: 36px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.25);
    font-family: var(--jdg-heading-font-family);
    letter-spacing: 0.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-inner .wdd-section-desc {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto 48px;
}

.wdd-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ============================================
   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%);
    }
}

/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1399px) {
    .wdd-included-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1199px) {
    .wdd-achieve-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-process-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .wdd-process-steps::before {
        display: none;
    }

    .wdd-why-visual {
        position: static;
    }
}

@media (max-width: 991px) {
    .wdd-section {
        padding: 70px 0;
    }

    .wdd-serve-inner,
    .wdd-webapps-inner,
    .wdd-whitelabel-inner,
    .wdd-why-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wdd-engagement-grid {
        grid-template-columns: 1fr;
    }

    .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .wdd-whitelabel-inner {
        padding: 50px 36px;
    }

    .wdd-cta-inner {
        padding: 80px 36px;
    }

    .wdd-why-visual {
        position: static;
    }

    .wdd-serve-image-card {
        left: 0;
    }
}

@media (max-width: 769px) {
    .wdd-process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-results-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wdd-hero-btns {
        flex-direction: column;
    }

    .wdd-hero-btns .jdg-btn {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .wdd-section {
        padding: 44px 0;
    }

    .wdd-achieve-grid,
    .wdd-device-grid,
    .wdd-results-grid {
        grid-template-columns: 1fr;
    }

    .wdd-included-grid {
        grid-template-columns: 1fr;
    }

    .wdd-industries-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wdd-process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .wdd-whitelabel-inner {
        padding: 36px 24px;
        gap: 36px;
    }

    .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;
    }

    .wdd-serve-image-card {
        position: static;
        margin-top: 12px;
        border-radius: 14px;
    }
}





/* ============================================
   INDUSTRIES — REDESIGNED
   Add to bottom of wdd-service.css
=============================================== */

/* Override the old flat grid */
.wdd-industries-section .wdd-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* New card */
.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;

    /* stagger handled per-card via delay classes below */
    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);
}

/* top-line gradient on hover — same pattern as wdd-achieve-card */
.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);
}

/* scroll-triggered entrance — JS GSAP fires anim-pop;
   for these cards we use a CSS-only approach with
   a custom class set when the section enters view */
.wdd-industries-section .wdd-industry-card.wdd-ind-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stagger delays */
.wdd-ind-delay-1 {
    transition-delay: 0s, 0s, 0.04s, 0s;
    animation-delay: 0s;
}

.wdd-ind-delay-2 {
    transition-delay: 0s, 0s, 0.10s, 0s;
    animation-delay: 0.06s;
}

.wdd-ind-delay-3 {
    transition-delay: 0s, 0s, 0.16s, 0s;
    animation-delay: 0.12s;
}

.wdd-ind-delay-4 {
    transition-delay: 0s, 0s, 0.22s, 0s;
    animation-delay: 0.18s;
}

.wdd-ind-delay-5 {
    transition-delay: 0s, 0s, 0.28s, 0s;
    animation-delay: 0.24s;
}

.wdd-ind-delay-6 {
    transition-delay: 0s, 0s, 0.34s, 0s;
    animation-delay: 0.30s;
}

.wdd-ind-delay-7 {
    transition-delay: 0s, 0s, 0.40s, 0s;
    animation-delay: 0.36s;
}

.wdd-ind-delay-8 {
    transition-delay: 0s, 0s, 0.46s, 0s;
    animation-delay: 0.42s;
}

/* entrance animation itself (added once visible) */
.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.wdd-ind-visible {
    animation-delay: 0s;
}

.wdd-ind-delay-2.wdd-ind-visible {
    animation-delay: 0.07s;
}

.wdd-ind-delay-3.wdd-ind-visible {
    animation-delay: 0.14s;
}

.wdd-ind-delay-4.wdd-ind-visible {
    animation-delay: 0.21s;
}

.wdd-ind-delay-5.wdd-ind-visible {
    animation-delay: 0.28s;
}

.wdd-ind-delay-6.wdd-ind-visible {
    animation-delay: 0.35s;
}

.wdd-ind-delay-7.wdd-ind-visible {
    animation-delay: 0.42s;
}

.wdd-ind-delay-8.wdd-ind-visible {
    animation-delay: 0.49s;
}

@keyframes wdd-ind-enter {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Icon wrapper */
.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);
}

/* SVG inside icon */
.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);
}

/* Industry name */
.wdd-industries-section .wdd-industry-card h4 {
    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 h4 {
    color: rgba(255, 255, 255, 1);
}

/* Short descriptor line */
.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);
}

/* ============================================
   RESPONSIVE — INDUSTRIES
=============================================== */
@media (max-width: 1199px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 769px) {
    .wdd-industries-section .wdd-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .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;
    }
}

/* ============================================
   HERO SECTION - Split Design
=============================================== */
.cannabis-hero-section {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
}

.cannabis-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.cannabis-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.cannabis-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    color: rgba(165, 180, 252, 0.9);
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.cannabis-hero-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.2;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.cannabis-hero-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.8;
    color: var(--jdg-gray);
    margin-bottom: 32px;
}

.cannabis-hero-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.cannabis-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.cannabis-feature-item i {
    color: rgba(99, 102, 241, 0.8);
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.cannabis-hero-cta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cannabis-primary-btn {
    background: var(--jdg-btn-gradient);
    border: none;
}

.cannabis-link-btn {
    font-family: var(--jdg-heading-font-family);
    font-size: 1rem;
    color: rgba(165, 180, 252, 0.9);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cannabis-link-btn:hover {
    gap: 12px;
    color: var(--jdg-white);
}

.cannabis-link-btn i {
    font-size: 0.875rem;
}

/* Hero Visual */
.cannabis-hero-visual {
    position: relative;
}

.cannabis-image-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
}

.cannabis-image-stack img {
    position: absolute;
    border-radius: 20px;
    object-fit: cover;
}

.stack-img-1 {
    width: 75%;
    height: 75%;
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.stack-img-2 {
    width: 65%;
    height: 65%;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
}

.cannabis-floating-stat {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: rgba(15, 15, 16, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--jdg-white);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}


/* ============================================
   SHARED ELEMENTS
=============================================== */
.cannabis-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.cannabis-section-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 20px;
}

.cannabis-section-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.8;
    color: var(--jdg-gray);
    max-width: 800px;
}

.cannabis-section-header {
    margin-bottom: 60px;
}

.cannabis-section-header.cannabis-centered {
    text-align: center;
}

.cannabis-section-header.cannabis-centered .cannabis-section-desc {
    margin-left: auto;
    margin-right: auto;
}


/* ============================================
   WHO WE SERVE - Horizontal Cards
=============================================== */
.cannabis-serve-section {
    padding: 100px 0;
}

.cannabis-serve-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cannabis-serve-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cannabis-serve-card:hover {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-5px);
}

.serve-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.cannabis-serve-card:hover .serve-card-icon {
    background: rgba(99, 102, 241, 0.2);
    transform: scale(1.1);
}

.serve-card-icon i {
    font-size: 1.5rem;
    color: rgba(165, 180, 252, 0.9);
}

.cannabis-serve-card h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--jdg-white);
    line-height: 1.4;
}


/* ============================================
   GROWTH - Sticky Content
=============================================== */
.cannabis-growth-section {
    padding: 100px 0;
}

.cannabis-growth-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.cannabis-sticky-content {
    position: sticky;
    top: 120px;
}

.cannabis-bullet-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.bullet-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.bullet-dot {
    width: 8px;
    height: 8px;
    background: var(--jdg-btn-gradient);
    border-radius: 50%;
    flex-shrink: 0;
}

.cannabis-growth-image img {
    width: 100%;
    border-radius: 20px;
}


/* ============================================
   STRATEGY - Icon Grid
=============================================== */
.cannabis-strategy-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
}

.cannabis-strategy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.strategy-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.strategy-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-5px);
}

.strategy-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
}

.strategy-icon svg {
    width: 100%;
    height: 100%;
    stroke: rgba(99, 102, 241, 0.6);
}

.strategy-card h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
}

.strategy-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   LOCAL SEO - Image Background
=============================================== */
.cannabis-local-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.cannabis-local-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cannabis-local-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cannabis-local-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.85) 100%);
    z-index: 1;
}

.cannabis-local-content {
    position: relative;
    z-index: 2;
}

.cannabis-local-text {
    max-width: 700px;
    margin-bottom: 48px;
}

.cannabis-local-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.local-feature-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.local-feature-box:hover {
    background: rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.3);
}

.local-feature-box i {
    font-size: 1.5rem;
    color: rgba(99, 102, 241, 0.8);
    flex-shrink: 0;
}

.local-feature-box span {
    font-size: 1rem;
    color: var(--jdg-white);
}


/* ============================================
   OPTIMIZATION - Large Cards
=============================================== */
.cannabis-optimization-section {
    padding: 100px 0;
}

.cannabis-optimization-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.optimization-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 36px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.optimization-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--jdg-btn-gradient);
    border-radius: 20px 20px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.optimization-card:hover::before {
    transform: scaleX(1);
}

.optimization-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
}

.optimization-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 3rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.2);
    line-height: 1;
    margin-bottom: 20px;
}

.optimization-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
}

.optimization-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   WHAT'S INCLUDED - Accordion Style
=============================================== */
.cannabis-included-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
}

.cannabis-included-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cannabis-included-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 36px;
    transition: all 0.3s ease;
}

.cannabis-included-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.2);
}

.included-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.included-icon {
    width: 48px;
    height: 48px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.included-icon i {
    font-size: 1.25rem;
    color: rgba(165, 180, 252, 0.9);
}

.cannabis-included-item h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--jdg-white);
}

.cannabis-included-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
    padding-left: 68px;
}


/* ============================================
   WHY CHOOSE US - Timeline
=============================================== */
.cannabis-why-section {
    padding: 100px 0;
}

.cannabis-why-timeline {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cannabis-why-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg,
            rgba(99, 102, 241, 0.3) 0%,
            rgba(99, 102, 241, 0.1) 100%);
}

.timeline-item {
    position: relative;
    padding-left: 48px;
    padding-bottom: 40px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -6px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: var(--jdg-btn-gradient);
    border: 3px solid var(--main-bg);
    border-radius: 50%;
    z-index: 2;
}

.timeline-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   BRANDS - Masonry Grid
=============================================== */
.cannabis-brands-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
}

.cannabis-brands-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.brand-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-5px);
}

.brand-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.brand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.brand-item:hover .brand-image img {
    transform: scale(1.1);
}

.brand-info {
    padding: 24px;
}

.brand-info h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 10px;
    line-height: 1.4;
}

.brand-info p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   COMPANY - Split Design
=============================================== */
.cannabis-company-section {
    padding: 100px 0;
}

.cannabis-company-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.cannabis-company-image {
    position: relative;
}

.cannabis-company-image img {
    width: 100%;
    border-radius: 20px;
}

.company-image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(15, 15, 16, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 28px;
}

.badge-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 2rem;
    font-weight: 500;
    color: var(--jdg-white);
    line-height: 1;
    margin-bottom: 6px;
}

.badge-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}


/* ============================================
   EXPERTS - 3 Columns
=============================================== */
.cannabis-experts-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
}

.cannabis-experts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.expert-column {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.expert-column:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-5px);
}

.expert-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 4rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.15);
    line-height: 1;
    margin-bottom: 20px;
}

.expert-column h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 16px;
}

.expert-column p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   MARKETING - Image Overlay
=============================================== */
.cannabis-marketing-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.cannabis-marketing-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cannabis-marketing-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cannabis-marketing-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.88) 100%);
    z-index: 1;
}

.cannabis-marketing-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.marketing-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.benefit-tag {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.9375rem;
    color: rgba(165, 180, 252, 0.9);
}


/* ============================================
   DIGITAL MARKETING - Centered
=============================================== */
.cannabis-digital-section {
    padding: 100px 0;
}

.cannabis-digital-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


/* ============================================
   PROCESS - Horizontal Flow
=============================================== */
.cannabis-process-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.01);
}

.cannabis-process-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    position: relative;
}

.process-step {
    flex: 1;
    text-align: center;
    max-width: 180px;
}

.process-step-number {
    width: 56px;
    height: 56px;
    background: var(--jdg-btn-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-family: var(--jdg-heading-font-family);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--jdg-white);
}

.process-step-content h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 8px;
}

.process-step-content p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--jdg-gray);
    margin: 0;
}

.process-connector {
    flex: 0 0 60px;
    height: 2px;
    background: rgba(99, 102, 241, 0.2);
    margin-top: 28px;
}


/* ============================================
   FAQ - Clean List
=============================================== */
.cannabis-faq-section {
    padding: 100px 0;
}

.cannabis-faq-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cannabis-faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cannabis-faq-item.cannabis-faq-open {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.2);
}

.cannabis-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
}

.cannabis-faq-question span {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--jdg-white);
    line-height: 1.4;
}

.cannabis-faq-icon {
    width: 32px;
    height: 32px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cannabis-faq-icon i {
    font-size: 0.875rem;
    color: rgba(165, 180, 252, 0.9);
    transition: transform 0.3s ease;
}

.cannabis-faq-open .cannabis-faq-icon {
    background: rgba(99, 102, 241, 0.2);
}

.cannabis-faq-open .cannabis-faq-icon i {
    transform: rotate(45deg);
}

.cannabis-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;
}

.cannabis-faq-open .cannabis-faq-answer {
    max-height: 300px;
    padding: 0 28px 24px;
}

.cannabis-faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--jdg-gray);
    margin: 0;
}


/* ============================================
   FINAL CTA - Centered Card
=============================================== */
.cannabis-cta-section {
    padding: 100px 0 140px;
}

.cannabis-cta-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cannabis-cta-glow {
    position: absolute;
    width: 600px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.cannabis-cta-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 600;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.cannabis-cta-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.8;
    color: var(--jdg-gray);
    max-width: 700px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

.cannabis-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}


/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1199px) {

    .cannabis-hero-grid,
    .cannabis-growth-wrapper,
    .cannabis-company-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cannabis-sticky-content {
        position: static;
    }

    .cannabis-strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cannabis-experts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .cannabis-serve-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cannabis-optimization-grid {
        grid-template-columns: 1fr;
    }

    .cannabis-process-flow {
        flex-direction: column;
        align-items: center;
    }

    .process-connector {
        width: 2px;
        height: 40px;
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    .cannabis-hero-section {
        padding: 140px 0 80px;
    }

    .cannabis-serve-grid,
    .cannabis-strategy-grid {
        grid-template-columns: 1fr;
    }

    .cannabis-brands-masonry {
        grid-template-columns: 1fr;
    }

    .cannabis-cta-card {
        padding: 60px 30px;
    }
}

/* ============================================
   CANNABIS SEO - PREMIUM SECTIONS
=============================================== */

/* ============================================
   CANNABIS SEO - PREMIUM SECTIONS
=============================================== */

/* ============================================
   PHILOSOPHY SECTION - Quote Block
=============================================== */
.cannabis-philosophy-section {
    padding: 120px 0;
    position: relative;
}

.philosophy-card {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(16, 185, 129, 0.02) 100%);
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 24px;
    padding: 80px 90px;
    position: relative;
}

.philosophy-quote-mark {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(99, 102, 241, 0.08);
    font-weight: 700;
}

.philosophy-content {
    position: relative;
    z-index: 2;
}

.philosophy-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 20px;
}

.philosophy-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.philosophy-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}


/* ============================================
   PROCESS SECTION - Vertical Timeline
=============================================== */
.cannabis-process-section {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.01);
}

.process-header {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.process-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.process-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
}

.process-timeline {
    max-width: 1200px;
    margin: 0 auto;
}

.process-timeline-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 0;
}

.process-timeline-item:last-child .process-connector {
    display: none;
}

.process-number-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.process-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%);
    border: 2px solid rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jdg-heading-font-family);
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--jdg-white);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.process-timeline-item:hover .process-number {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(99, 102, 241, 0.1) 100%);
    border-color: rgba(99, 102, 241, 0.4);
    transform: scale(1.08);
}

.process-connector {
    width: 2px;
    height: 100px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.3) 0%, rgba(99, 102, 241, 0.1) 100%);
    margin-top: 10px;
}

.process-details {
    flex: 1;
    padding-top: 12px;
    padding-bottom: 48px;
}

.process-step-title {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
    line-height: 1.3;
}

.process-step-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}


/* ============================================
   PORTFOLIO SECTION - Premium List
=============================================== */
.cannabis-portfolio-section {
    padding: 120px 0;
}

.portfolio-header {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 80px;
}

.portfolio-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.portfolio-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
}

.portfolio-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding-top: 8px;
}

.portfolio-brands-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.brand-showcase-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.brand-showcase-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-showcase-item:hover {
    padding-left: 20px;
}

.brand-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 3rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.15);
    line-height: 1;
    min-width: 80px;
    flex-shrink: 0;
}

.brand-details {
    flex: 1;
    padding-top: 4px;
}

.brand-name {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.brand-showcase-item:hover .brand-name {
    color: rgba(165, 180, 252, 0.95);
}

.brand-description {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}


/* ============================================
   OPTIMIZATION SECTION - Featured Grid
=============================================== */
.cannabis-optimization-section {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.01);
}

.optimization-header {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.optimization-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.optimization-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.optimization-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.optimization-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.optimization-feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 48px 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.optimization-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.6) 0%, rgba(16, 185, 129, 0.6) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.optimization-feature-card:hover::before {
    transform: scaleX(1);
}

.optimization-feature-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.15);
    transform: translateY(-5px);
}

.optimization-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
}

.optimization-icon svg {
    width: 100%;
    height: 100%;
    stroke: rgba(99, 102, 241, 0.6);
    transition: all 0.3s ease;
}

.optimization-feature-card:hover .optimization-icon svg {
    stroke: rgba(99, 102, 241, 0.9);
    transform: scale(1.1);
}

.optimization-feature-title {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 14px;
    line-height: 1.3;
}

.optimization-feature-desc {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}


/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1199px) {
    .portfolio-header {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .optimization-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .philosophy-card {
        padding: 60px 50px;
    }

    .process-timeline-item {
        gap: 30px;
    }

    .brand-showcase-item {
        gap: 30px;
    }

    .brand-number {
        font-size: 2.5rem;
        min-width: 60px;
    }
}

@media (max-width: 768px) {

    .cannabis-philosophy-section,
    .cannabis-process-section,
    .cannabis-portfolio-section,
    .cannabis-optimization-section {
        padding: 80px 0;
    }

    .philosophy-card {
        padding: 50px 30px;
    }

    .philosophy-quote-mark {
        font-size: 80px;
        top: 20px;
        left: 20px;
    }

    .process-header,
    .portfolio-header,
    .optimization-header {
        margin-bottom: 60px;
    }

    .process-timeline-item {
        flex-direction: column;
        gap: 20px;
    }

    .process-number-wrap {
        flex-direction: row;
        gap: 16px;
    }

    .process-connector {
        width: 100px;
        height: 2px;
    }

    .process-details {
        padding-bottom: 32px;
    }

    .brand-showcase-item {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }

    .brand-number {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .philosophy-card {
        padding: 40px 24px;
    }

    .brand-showcase-item:hover {
        padding-left: 0;
    }
}

/* ============================================
   PHILOSOPHY SECTION
=============================================== */
.cannabis-philosophy-section {
    padding: 120px 0;
    position: relative;
}

.philosophy-card {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(16, 185, 129, 0.02) 100%);
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 24px;
    padding: 80px 90px;
    position: relative;
    overflow: hidden;
}

.philosophy-quote-mark {
    position: absolute;
    top: 35px;
    left: 35px;
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(99, 102, 241, 0.08);
    font-weight: 700;
}

.philosophy-content {
    position: relative;
    z-index: 2;
}

.philosophy-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 20px;
}

.philosophy-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.philosophy-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}


/* ============================================
   PROCESS SECTION
=============================================== */
.cannabis-process-section {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.01);
}

.process-header {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
}

.process-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.process-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
}

.process-timeline {
    max-width: 900px;
    margin: 0 auto;
}

.process-timeline-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.process-number-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.process-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(99, 102, 241, 0.05) 100%);
    border: 2px solid rgba(99, 102, 241, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--jdg-heading-font-family);
    font-size: 1.75rem;
    font-weight: 300;
    color: var(--jdg-white);
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
}

.process-timeline-item:hover .process-number {
    transform: scale(1.08);
    border-color: rgba(99, 102, 241, 0.35);
}

.process-connector {
    width: 2px;
    height: 100px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.35) 0%, rgba(99, 102, 241, 0.05) 100%);
    margin-top: 10px;
}

.process-details {
    flex: 1;
    padding-top: 12px;
    padding-bottom: 48px;
}

.process-step-title {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
    line-height: 1.3;
}

.process-step-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}


/* ============================================
   OPTIMIZATION SECTION
=============================================== */
.cannabis-optimization-section {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.01);
}

.optimization-header {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.optimization-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.optimization-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.optimization-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.optimization-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.optimization-feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 48px 40px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.optimization-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.6) 0%, rgba(16, 185, 129, 0.6) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
}

.optimization-feature-card:hover::before {
    transform: scaleX(1);
}

.optimization-feature-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 102, 241, 0.15);
    transform: translateY(-5px);
}

.optimization-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
}

.optimization-icon svg {
    width: 100%;
    height: 100%;
    stroke: rgba(99, 102, 241, 0.6);
    transition: all 0.3s ease;
}

.optimization-feature-card:hover .optimization-icon svg {
    stroke: rgba(99, 102, 241, 0.9);
    transform: scale(1.05);
}

.optimization-feature-title {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 14px;
    line-height: 1.3;
}

.optimization-feature-desc {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}


/* ============================================
   PORTFOLIO SECTION
=============================================== */
.cannabis-portfolio-section {
    padding: 120px 0;
    position: relative;
}

.portfolio-header {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 80px;
}

.portfolio-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 16px;
}

.portfolio-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.3;
    color: var(--jdg-white);
}

.portfolio-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding-top: 8px;
}

.portfolio-brands-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.brand-showcase-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.brand-showcase-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.brand-showcase-item:hover {
    padding-left: 20px;
}

.brand-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 3rem;
    font-weight: 300;
    color: rgba(99, 102, 241, 0.15);
    line-height: 1;
    min-width: 80px;
    flex-shrink: 0;
}

.brand-details {
    flex: 1;
    padding-top: 4px;
}

.brand-name {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.brand-showcase-item:hover .brand-name {
    color: rgba(165, 180, 252, 0.95);
}

.brand-description {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Trailing Image */
.brand-trail-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    border-radius: 18px;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 14, 0.92);
}

.brand-trail-image.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.brand-trail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1199px) {
    .portfolio-header {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .optimization-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .philosophy-card {
        padding: 60px 50px;
    }

    .process-timeline-item {
        gap: 30px;
    }

    .brand-showcase-item {
        gap: 30px;
    }

    .brand-number {
        font-size: 2.5rem;
        min-width: 60px;
    }
}

@media (max-width: 768px) {

    .cannabis-philosophy-section,
    .cannabis-process-section,
    .cannabis-portfolio-section,
    .cannabis-optimization-section {
        padding: 80px 0;
    }

    .philosophy-card {
        padding: 50px 30px;
    }

    .philosophy-quote-mark {
        font-size: 80px;
        top: 20px;
        left: 20px;
    }

    .process-header,
    .portfolio-header,
    .optimization-header {
        margin-bottom: 60px;
    }

    .process-timeline-item {
        flex-direction: column;
        gap: 20px;
    }

    .process-number-wrap {
        flex-direction: row;
        gap: 16px;
    }

    .process-connector {
        width: 100px;
        height: 2px;
    }

    .process-details {
        padding-bottom: 32px;
    }

    .brand-showcase-item {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }

    .brand-number {
        font-size: 2rem;
    }

    .brand-trail-image {
        display: none;
    }
}

@media (max-width: 576px) {
    .philosophy-card {
        padding: 40px 24px;
    }

    .brand-showcase-item:hover {
        padding-left: 0;
    }
}


/* ============================================
   CUSTOM CANNABIS DESIGNS - ACHIEVE SECTION
=============================================== */
.cwd-achieve-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.cwd-achieve-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.cwd-achieve-wrapper {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: start;
}

/* Left Content */
.cwd-achieve-content {
    position: sticky;
    top: 120px;
}

.cwd-achieve-label {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.8);
    display: block;
    margin-bottom: 20px;
}

.cwd-achieve-title {
    font-family: var(--jdg-heading-font-family);
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.25;
    color: var(--jdg-white);
    margin-bottom: 24px;
}

.cwd-achieve-desc {
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.cwd-achieve-cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Right Bento Grid */
.cwd-achieve-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Cards Base */
.cwd-achieve-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.cwd-achieve-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.6) 0%, rgba(16, 185, 129, 0.4) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cwd-achieve-card:hover::before {
    transform: scaleX(1);
}

.cwd-achieve-card:hover {
    background: rgba(99, 102, 241, 0.04);
    border-color: rgba(99, 102, 241, 0.15);
    transform: translateY(-6px);
}

/* Large Card */
.cwd-achieve-card.cwd-card-large {
    grid-column: span 2;
    padding: 44px 40px;
}

.cwd-card-large .cwd-card-inner {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.cwd-card-large .cwd-card-icon {
    flex-shrink: 0;
    margin-bottom: 0;
}

.cwd-card-large .cwd-card-text {
    flex: 1;
}

.cwd-card-large .cwd-card-number {
    margin-bottom: 8px;
}

.cwd-card-large h3 {
    margin-bottom: 12px;
}

.cwd-card-large p {
    margin-bottom: 0;
}

/* Featured Card */
.cwd-achieve-card.cwd-card-featured {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(99, 102, 241, 0.02) 100%);
    border-color: rgba(99, 102, 241, 0.18);
}

.cwd-card-featured::before {
    transform: scaleX(1);
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.8) 0%, rgba(16, 185, 129, 0.6) 100%);
}

.cwd-card-featured:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(99, 102, 241, 0.04) 100%);
}

/* Card Icon */
.cwd-card-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(99, 102, 241, 0.05) 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cwd-achieve-card:hover .cwd-card-icon {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(99, 102, 241, 0.08) 100%);
    border-color: rgba(99, 102, 241, 0.35);
    transform: scale(1.08) rotate(-3deg);
}

.cwd-card-icon svg {
    width: 32px;
    height: 32px;
    color: rgba(165, 180, 252, 0.9);
    transition: all 0.3s ease;
}

.cwd-achieve-card:hover .cwd-card-icon svg {
    color: rgba(165, 180, 252, 1);
}

/* Card Number */
.cwd-card-number {
    font-family: var(--jdg-heading-font-family);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(99, 102, 241, 0.5);
    margin-bottom: 12px;
}

/* Card Title */
.cwd-achieve-card h3 {
    font-family: var(--jdg-heading-font-family);
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--jdg-white);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.cwd-achieve-card:hover h3 {
    color: rgba(255, 255, 255, 1);
}

/* Card Description */
.cwd-achieve-card p {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    transition: color 0.3s ease;
}

.cwd-achieve-card:hover p {
    color: rgba(255, 255, 255, 0.75);
}

/* Card Link */
.cwd-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-family: var(--jdg-heading-font-family);
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(165, 180, 252, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.cwd-card-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.cwd-card-link:hover {
    color: rgba(165, 180, 252, 1);
}

.cwd-card-link:hover i {
    transform: translateX(5px);
}


/* ============================================
   RESPONSIVE
=============================================== */
@media (max-width: 1199px) {
    .cwd-achieve-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cwd-achieve-content {
        position: static;
    }

    .cwd-achieve-grid {
        max-width: 700px;
    }
}

@media (max-width: 991px) {
    .cwd-achieve-section {
        padding: 100px 0;
    }

    .cwd-card-large .cwd-card-inner {
        flex-direction: column;
        gap: 20px;
    }

    .cwd-card-large .cwd-card-icon {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .cwd-achieve-section {
        padding: 80px 0;
    }

    .cwd-achieve-grid {
        grid-template-columns: 1fr;
    }

    .cwd-achieve-card.cwd-card-large {
        grid-column: span 1;
    }

    .cwd-achieve-card {
        padding: 32px 28px;
    }

    .cwd-card-large {
        padding: 36px 28px;
    }
}

@media (max-width: 576px) {
    .cwd-achieve-wrapper {
        gap: 48px;
    }

    .cwd-achieve-card {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .cwd-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }

    .cwd-card-icon svg {
        width: 28px;
        height: 28px;
    }
}

/* =========================================================
   🔥 DESIGN UPGRADE (STRONGER VISUAL CHANGE)
   Paste at END (replace previous override)
========================================================= */

/* ===============================
   AUDIENCE PILLS → PREMIUM CHIPS
=============================== */
.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);
    transition: all 0.35s ease;
}

/* fake icon dot */
.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);
}


/* ===============================
   CARDS → GLASS + GRADIENT BORDER
=============================== */
.wdd-achieve-card,
.wdd-included-card,
.wdd-result-card,
.wdd-device-card,
.wdd-industry-card {

    background: linear-gradient(rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.01));

    border: 1px solid transparent;
    border-radius: 20px;

    /* gradient border trick */
    background-clip: padding-box;
    position: relative;
}

.wdd-achieve-card::before,
.wdd-included-card::before,
.wdd-result-card::before,
.wdd-device-card::before,
.wdd-industry-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;
}


/* ===============================
   CARD DEPTH + LIGHT
=============================== */
.wdd-achieve-card::after,
.wdd-included-card::after,
.wdd-result-card::after,
.wdd-device-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;
}


/* ===============================
   HOVER (SUBTLE, PREMIUM)
=============================== */
.wdd-achieve-card:hover,
.wdd-included-card:hover,
.wdd-result-card:hover,
.wdd-device-card:hover,
.wdd-industry-card:hover {

    transform: translateY(-6px);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(99, 102, 241, 0.15);
}


/* ===============================
   INDUSTRY ICON GLOW
=============================== */
.wdd-ind-icon {
    transition: all 0.3s ease;
}

.wdd-industry-card:hover .wdd-ind-icon {
    transform: scale(1.1);
    color: rgba(165, 180, 252, 1);
}


/* ===============================
   TEXT ENHANCEMENT
=============================== */
.wdd-achieve-card h3,
.wdd-included-card h3,
.wdd-result-card h3,
.wdd-device-card h3 {
    transition: 0.3s;
}

.wdd-achieve-card:hover h3,
.wdd-included-card:hover h3,
.wdd-result-card:hover h3,
.wdd-device-card:hover h3 {
    color: rgba(165, 180, 252, 1);
}


/* =========================================================
   📱 RESPONSIVE (KEEP DESIGN CLEAN)
========================================================= */

@media (max-width: 1024px) {

    .wdd-achieve-grid,
    .wdd-included-grid,
    .wdd-results-grid,
    .wdd-device-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wdd-audience-pill {
        padding-left: 38px;
    }
}

@media (max-width: 767px) {

    .wdd-achieve-grid,
    .wdd-included-grid,
    .wdd-results-grid,
    .wdd-device-grid {
        grid-template-columns: 1fr;
    }

    /* remove heavy effects for mobile */
    .wdd-achieve-card::after,
    .wdd-included-card::after,
    .wdd-result-card::after,
    .wdd-device-card::after {
        display: none;
    }

    .wdd-achieve-card:hover,
    .wdd-included-card:hover,
    .wdd-result-card:hover,
    .wdd-device-card:hover,
    .wdd-industry-card:hover {
        transform: none;
        box-shadow: none;
    }
}

/*section-new*/
.trust-proof-section {
    padding: 90px 20px;
    color: #ffffff;
}

.trust-header {
    margin: 0 auto 42px;
    text-align: center;
}

.trust-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.trust-header h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
}

.trust-header p {
    margin: 18px auto 0;
    color: var(--jdg-gray);
    font-size: 16px;
    line-height: 1.7;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.trust-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid transparent;
    border-radius: 8px;
}

.trust-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;
}

.trust-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;
}

.trust-icon {
    position: relative;
    z-index: 1;
    width: fit-content;
    min-width: 54px;
    height: 42px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 6px;
    background: rgba(116, 76, 255, 0.18);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    border: 1px solid rgba(143, 108, 255, 0.32);
}

.trust-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 750;
}

.trust-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #b9bac8;
    font-size: 14.5px;
    line-height: 1.7;
}

/* .trust-card-wide {
    grid-column: span 2;
    background:
        linear-gradient(135deg, rgba(116, 76, 255, 0.2), rgba(0, 198, 255, 0.08)),
        #111117;
} */

/* Tablet */
@media (max-width: 1024px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-card-wide {
        grid-column: span 2;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .trust-proof-section {
        padding: 64px 16px;
    }

    .trust-header {
        text-align: left;
        margin-bottom: 28px;
    }

    .trust-header h2 {
        font-size: 32px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .trust-card,
    .trust-card-wide {
        grid-column: span 1;
        min-height: auto;
        padding: 22px;
    }

    .trust-card h3 {
        font-size: 18px;
    }
}

/* 2nd new section */

.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-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.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-intro strong {
    display: block;
    margin-top: 26px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
}

.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 span {
    color: #6366f1;
    font-size: 14px;
    font-weight: 800;
}

.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;
}

@media (max-width: 1024px) {
    .seo-flow-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .seo-flow-intro {
        position: static;
        max-width: 820px;
    }
}

@media (max-width: 640px) {
    .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 {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-bottom: 32px;
    }

    .seo-flow-item::before {
        left: -22px;
        top: 5px;
    }

    .seo-flow-item h3 {
        font-size: 20px;
    }

    .seo-flow-item p {
        font-size: 14.5px;
    }
}

/* Why Your Business Needs a Professional SEO Company */

.seo-company-section {
    color: #fff;
    padding: 110px 20px;
}

.seo-company-head {
    margin-bottom: 70px;
    text-align: center;
}

.seo-company-head span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    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 {
    margin: 22px 0 0;
    color: var(--jdg-gray);
    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-visual-caption {
    max-width: 420px;
    margin-top: 34px;
    padding-left: 22px;
    border-left: 2px solid #8f6cff;
}

.seo-visual-caption strong {
    display: block;
    font-size: 19px;
    line-height: 1.4;
}

.seo-visual-caption p {
    margin: 10px 0 0;
    color: #b9bac8;
    font-size: 15px;
    line-height: 1.7;
}

.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;
}

@media (max-width: 1024px) {
    .seo-company-layout {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .seo-company-visual {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .seo-orbit {
        margin: 0 auto;
    }

    .seo-visual-caption {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .seo-company-section {
        padding: 74px 16px;
    }

    .seo-company-head {
        margin-bottom: 46px;
    }

    .seo-company-head h2 {
        font-size: 34px;
    }

    .seo-company-head p {
        font-size: 15.5px;
    }

    .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-problem-row p {
        font-size: 14.5px;
    }
}

/* who help section start */

.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,
.who-help-stack-note 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;
}

.who-help-stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.who-help-stack-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
    font-size: 13px;
    font-weight: 650;
}

.who-help-stack-note {
    position: relative;
    overflow: hidden;
    margin-top: 26px;
    padding: 30px 34px;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.who-help-stack-note::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-note::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-note p {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 850px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
}

@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;
    }
}

@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-head p {
        font-size: 14.5px;
    }

    .who-help-stack-panel {
        padding: 24px 20px;
    }

    .who-help-stack-image {
        height: 210px;
    }

    .who-help-stack-content h3 {
        font-size: 24px;
    }

    .who-help-stack-content p {
        font-size: 14.5px;
    }

    .who-help-stack-tags span {
        font-size: 12.5px;
    }

    .who-help-stack-note {
        padding: 24px 20px;
    }

    .who-help-stack-note p {
        font-size: 16px;
    }
}

/* include section */
.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 span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.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,
.seo-service-card-final 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 span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-service-card-content h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 850;
}

.seo-service-card-content p {
    margin: 0 0 20px;
    font-size: 14.5px;
    line-height: 1.7;
}

.seo-service-card-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-service-card-content li {
    position: relative;
    padding-left: 16px;
    color: var(--jdg-gray);
    font-size: 13.5px;
    line-height: 1.45;
}

.seo-service-card-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.75);
}

.seo-service-card-final {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    text-align: center;
}

.seo-service-card-final p {
    position: relative;
    z-index: 1;
    border-bottom: 1px dashed var(--jdg-gray);
    border-top: 1px dashed var(--jdg-gray);
    padding: 15px 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;

}

@media (max-width: 900px) {
    .seo-service-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .seo-service-card-section {
        padding: 74px 16px;
    }

    .seo-service-card-head {
        margin-bottom: 40px;
    }

    .seo-service-card-head h2 {
        font-size: 34px;
    }

    .seo-service-card-head p {
        font-size: 14.5px;
    }

    .seo-service-card-content {
        padding: 24px 20px;
    }

    .seo-service-card-content h3 {
        font-size: 22px;
    }

    .seo-service-card-content ul {
        grid-template-columns: 1fr;
    }

    .seo-service-card-final {
        padding: 24px 20px;
    }

    .seo-service-card-final p {
        font-size: 16px;
    }
}

/* audit service */
.seo-logo-card-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.wdd-section-centered {
    text-align: center;
}

.wdd-section-header {
    margin-bottom: 58px;
}

.wdd-label {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-main-title {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.wdd-section-desc {
    max-width: 900px;
    margin: 0 auto;
    color: var(--jdg-gray);
    font-size: 16.5px;
    line-height: 1.8;
    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(even)::after {
  right: auto;
  left: 18px;
  animation-delay: 0.8s;
} */

.seo-logo-card:nth-child(3n)::after {
    /* bottom: auto;
  top: 18px; */
    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-logo-card:hover span {
    color: #ffffff;
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(99, 102, 241, 0.2);
}

.seo-logo-card-cta {
    display: flex;
    justify-content: center;
    /* margin-top: 38px; */
}

@keyframes jdgLogoFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    50% {
        transform: translateY(-8px) rotate(8deg) scale(1.06);
    }
}

@media (min-width: 1025px) {
    /* .seo-logo-card:nth-child(1),
  .seo-logo-card:nth-child(7),
  .seo-logo-card:nth-child(14) {
    grid-column: span 2;
  } */

    /* .seo-logo-card:nth-child(1) h3,
  .seo-logo-card:nth-child(7) h3,
  .seo-logo-card:nth-child(14) h3 {
    font-size: 30px;
  } */
}

@media (max-width: 1024px) {
    .seo-logo-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .seo-logo-card-section {
        padding: 74px 16px;
    }

    .wdd-section-header {
        margin-bottom: 40px;
    }

    .section-main-title {
        font-size: 34px;
    }

    .wdd-section-desc {
        font-size: 14.5px;
    }

    .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;
    }
}

@media (prefers-reduced-motion: reduce) {

    .seo-logo-card,
    .seo-logo-card::after {
        transition: none;
        animation: none;
    }
}

.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 span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.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,
.audit-result-list p {
    color: var(--jdg-gray);
}

.audit-result-content p {
    margin: 0 0 16px;
    font-size: 15.5px;
    line-height: 1.8;
}

.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;
}

.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);
}

@media (max-width: 900px) {

    .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;
    }
}

@media (max-width: 640px) {
    .audit-result-section {
        padding: 70px 16px;
    }

    .audit-result-image {
        aspect-ratio: 16 / 11;
    }

    .audit-result-content h2 {
        font-size: 30px;
    }

    .audit-result-content p {
        font-size: 14.5px;
    }

    .audit-result-list {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* seo-consulting-section */

.seo-consulting-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.seo-consulting-head {
    margin-bottom: 64px;
    text-align: center;
}

.seo-consulting-head span,
.seo-consulting-panel span,
.seo-consulting-bottom span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-consulting-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-consulting-head p,
.seo-consulting-panel p,
.seo-consulting-center p,
.seo-consulting-bottom p {
    color: var(--jdg-gray);
}

.seo-consulting-head p {
    margin: 0 auto 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-consulting-compass {
    display: grid;
    grid-template-columns: 1fr 310px 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 34px;
}

.seo-consulting-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.seo-consulting-panel::before,
.seo-consulting-bottom::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-consulting-panel::after,
.seo-consulting-bottom::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-consulting-panel>*,
.seo-consulting-bottom>* {
    position: relative;
    z-index: 1;
}

.seo-consulting-panel h3,
.seo-consulting-bottom h3 {
    margin: 0 0 24px;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.12;
    font-weight: 850;
}

.seo-consulting-list {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.seo-consulting-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;
    width: 50%;
}

.seo-consulting-list p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.75);
}

.seo-consulting-center {
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 310px;
    padding: 34px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(99, 102, 241, 0.2), transparent 66%),
        linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-consulting-center::before {
    content: '';
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 1px dashed rgb(103 104 237);
    animation: seoConsultingRotate 18s linear infinite;
}

.seo-consulting-center img {
    width: 54px;
    margin-bottom: 18px;
    opacity: 0.35;
}

.seo-consulting-center strong {
    display: block;
    max-width: 210px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 850;
}

.seo-consulting-center p {
    max-width: 210px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}



.seo-consulting-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.42);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

@keyframes seoConsultingRotate {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1050px) {
    .seo-consulting-compass {
        grid-template-columns: 1fr;
    }

    .seo-consulting-panel {
        min-height: auto;
    }

    .seo-consulting-center {
        max-width: 310px;
        margin: 8px auto;
    }

    .seo-consulting-link {
        width: fit-content;
    }
}

@media (max-width: 640px) {
    .seo-consulting-section {
        padding: 74px 16px;
    }

    .seo-consulting-head {
        margin-bottom: 42px;
    }

    .seo-consulting-head h2 {
        font-size: 34px;
    }

    .seo-consulting-head p {
        font-size: 14.5px;
    }

    .seo-consulting-panel,
    .seo-consulting-bottom {
        padding: 24px 20px;
    }

    .seo-consulting-panel h3,
    .seo-consulting-bottom h3 {
        font-size: 25px;
    }

    .seo-consulting-center {
        min-height: 250px;
        padding: 28px;
    }

    .seo-consulting-center strong {
        font-size: 24px;
    }

    .seo-consulting-list p,
    .seo-consulting-bottom p {
        font-size: 14.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-consulting-center::before {
        animation: none;
    }
}

.seo-consulting-execution {
    margin-top: 34px;
    padding-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.seo-consulting-execution-copy span {
    display: inline-block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-consulting-execution-copy h3 {
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 850;
}

.seo-consulting-execution-copy p {
    margin: 0 0 14px;
    color: var(--jdg-gray);
    font-size: 15.5px;
    line-height: 1.75;
}

.seo-consulting-execution-copy p:last-child {
    margin-bottom: 0;
}

.seo-consulting-execution-action {
    align-self: end;
}

.seo-consulting-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(99, 102, 241, 0.18);
    border: 1px solid rgba(99, 102, 241, 0.42);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .seo-consulting-execution {
        grid-template-columns: 54px 1fr;
    }

    .seo-consulting-execution-action {
        grid-column: 2;
        align-self: start;
    }
}

@media (max-width: 640px) {
    .seo-consulting-execution {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 34px;
    }

    .seo-consulting-execution-line {
        width: 44px;
        height: 44px;
    }

    .seo-consulting-execution-line::before {
        display: none;
    }

    .seo-consulting-execution-copy h3 {
        font-size: 28px;
    }

    .seo-consulting-execution-copy p {
        font-size: 14.5px;
    }

    .seo-consulting-execution-action {
        grid-column: auto;
    }
}

.seo-consulting-execution-copy {
    display: flex;
    gap: 50px;
    /* flex-wrap: wrap; */
}

.seo-consulting-execution-copy h3,
.seo-consulting-execution-copy p {
    width: 50%;
}

/* professional-firms-section */

.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 span,
.firm-trust-title span,
.firm-trust-item span,
.firm-orbit-final span {
    color: rgba(255, 255, 255, 0.3);
}

.firm-orbit-head span,
.firm-trust-title span,
.firm-orbit-final span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.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,
.firm-orbit-center p,
.firm-orbit-item p,
.firm-trust-title p,
.firm-trust-item p,
.firm-orbit-final p {
    color: var(--jdg-gray);
}

.firm-orbit-head p {
    max-width: 850px;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
}

.firm-orbit {
    position: relative;
    display: grid;
    grid-template-columns: 300px repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: auto;
    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::before,
.firm-orbit::after {
    display: none;
}

.firm-orbit-center {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    grid-row: span 4;
    width: auto;
    min-height: 100%;
    transform: none;
    display: grid;
    place-items: start;
    align-content: center;
    text-align: left;
    padding: 24px 22px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 20% 10%, rgba(99, 102, 241, 0.22), transparent 58%),
        linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.firm-orbit-center img {
    width: 44px;
    margin-bottom: 12px;
    opacity: 0.32;
}

.firm-orbit-center h3 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 850;
}

.firm-orbit-center p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.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;
}

.firm-trust-system {
    display: block;
    margin-bottom: 38px;
}

.firm-trust-title {
    max-width: 900px;
    margin: 0 auto 24px;
    padding: 0;
    border-radius: 8px;
    text-align: center;
    background: none;
    border: 0;
}

.firm-trust-title h3,
.firm-orbit-final h3 {
    margin: 0 0 12px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    font-weight: 850;
}

.firm-trust-title p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    text-align: center;
}

.firm-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    border: 0;
}

.firm-trust-item {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.firm-trust-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 24px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.firm-trust-item strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.firm-trust-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.firm-orbit-final {
    position: relative;
    overflow: hidden;
    /* display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr); */
    gap: 16px 34px;
    align-items: center;
    padding: 24px 28px;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.firm-orbit-final::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;
}

.firm-orbit-final::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;
}

.firm-orbit-final>* {
    position: relative;
    z-index: 1;
}

.firm-orbit-final p {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.65;
}

.firm-orbit-final span,
.firm-orbit-final h3 {
    grid-column: 1;
}

.firm-orbit-final p {
    grid-column: 2;
}

@media (max-width: 1120px) {
    .firm-orbit {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        min-height: auto;
    }

    .firm-orbit::before,
    .firm-orbit::after {
        display: none;
    }

    .firm-orbit-center {
        grid-column: span 2;
        grid-row: auto;
        width: 100%;
        min-height: auto;
    }

    .firm-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .firm-trust-item {
        min-height: auto;
    }

    .firm-orbit-final {
        grid-template-columns: 1fr;
    }

    .firm-orbit-final span,
    .firm-orbit-final h3,
    .firm-orbit-final p {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .firm-orbit-section {
        padding: 62px 16px;
    }

    .firm-orbit-head {
        margin-bottom: 28px;
    }

    .firm-orbit-head h2 {
        font-size: 34px;
    }

    .firm-orbit-head p {
        font-size: 14.5px;
    }

    .firm-orbit {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 34px;
    }

    .firm-orbit-center {
        grid-column: auto;
        padding: 22px 18px;
    }

    .firm-orbit-center h3 {
        font-size: 24px;
    }

    .firm-orbit-item {
        min-height: auto;
    }

    .firm-trust-grid {
        grid-template-columns: 1fr;
    }

    .firm-trust-item {
        min-height: auto;
        padding: 18px 16px;
    }

    .firm-trust-item span {
        margin-bottom: 14px;
    }

    .firm-orbit-final {
        padding: 22px 18px;
    }
}

/* smallbiz-seo-section */

.smallbiz-seo-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: visible;
}

.smallbiz-seo-head {
    margin-bottom: 64px;
    text-align: center;
}

.smallbiz-seo-head span,
.smallbiz-seo-step span {
    color: rgba(255, 255, 255, 0.3);
}

.smallbiz-seo-head span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.smallbiz-seo-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.smallbiz-seo-head p,
.smallbiz-seo-step p,
.smallbiz-seo-list p {
    color: var(--jdg-gray);
}

.smallbiz-seo-head p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.smallbiz-seo-path {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    padding: 4px 2px;
    scrollbar-width: none;
}

.smallbiz-seo-path::-webkit-scrollbar {
    display: none;
}

.smallbiz-seo-step {
    flex: 0 0 min(520px, 82vw);
    position: relative;
    overflow: hidden;
    min-height: 410px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    scroll-snap-align: start;
    opacity: 0;
    transform: translateY(42px) scale(0.96);
    transition: opacity 0.65s ease, transform 0.65s ease;
    transition-delay: var(--smallbiz-step-delay, 0ms);
    will-change: opacity, transform;
}

.smallbiz-seo-step.smallbiz-step-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.smallbiz-seo-step::before {
    display: none;
}

.smallbiz-seo-step::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;
}

.smallbiz-seo-step>* {
    position: relative;
    z-index: 1;
}

.smallbiz-seo-step span {
    display: inline-block;
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.smallbiz-seo-step h3 {
    margin: 0 0 14px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.12;
    font-weight: 850;
}

.smallbiz-seo-step p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
}

.smallbiz-seo-step p:last-child {
    margin-bottom: 0;
}

.smallbiz-seo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0;
}

.smallbiz-seo-list p {
    margin: 0;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    line-height: 1.35;
}

.smallbiz-seo-arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.smallbiz-seo-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.smallbiz-seo-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.smallbiz-seo-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.smallbiz-seo-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.smallbiz-seo-arrow:hover {
    background: rgba(99, 102, 241, 0.18);
    border-color: rgba(99, 102, 241, 0.55);
}

.smallbiz-seo-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .smallbiz-seo-path {
        display: flex;
    }

    .smallbiz-seo-step,
    .smallbiz-seo-step:nth-child(1),
    .smallbiz-seo-final {
        flex-basis: 84vw;
    }
}

@media (max-width: 640px) {
    .smallbiz-seo-section {
        padding: 74px 16px;
    }

    .smallbiz-seo-head {
        margin-bottom: 42px;
    }

    .smallbiz-seo-head h2 {
        font-size: 34px;
    }

    .smallbiz-seo-head p {
        font-size: 14.5px;
    }

    .smallbiz-seo-step {
        flex-basis: calc(100vw - 48px);
        min-height: auto;
        padding: 24px 20px;
    }

    .smallbiz-seo-step span {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .smallbiz-seo-step h3 {
        font-size: 24px;
    }

    .smallbiz-seo-step p {
        font-size: 14.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .smallbiz-seo-step {
        opacity: 1;
        transform: none;
        transition: none;
        will-change: auto;
    }
}

/* 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,
.seo-process-number {
    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,
.seo-process-list 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;
}

.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-process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 24px 0;
}

.seo-process-list p {
    margin: 0;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 760px) {
    .seo-process-section {
        padding: 74px 16px;
    }

    .seo-process-head {
        margin-bottom: 44px;
    }

    .seo-process-head h2 {
        font-size: 34px;
    }

    .seo-process-head p {
        font-size: 14.5px;
    }

    .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;
    }

    .seo-process-content p {
        font-size: 14.5px;
    }
}

/* agency-choice-section */
.agency-award-section {
    padding: 110px 20px;
    color: #ffffff;
    overflow: hidden;
}

.agency-award-head {
    margin-bottom: 58px;
    text-align: center;
}

.agency-award-head span,
.agency-award-card span {
    color: rgba(255, 255, 255, 0.3);
}

.agency-award-head span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.agency-award-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.agency-award-head p,
.agency-award-card p {
    color: var(--jdg-gray);
}

.agency-award-head p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.agency-award-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.agency-award-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
    border-radius: 8px;
    background: #1b1b1f;
}

.agency-award-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.35;
    pointer-events: none;
}

.agency-award-card>* {
    position: relative;
    z-index: 2;
}

.agency-award-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 54px;
}

.agency-award-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #6d5dfc, #121212);
    font-size: 16px;
    font-weight: 900;
}

.agency-award-top small {
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.agency-award-card span {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.agency-award-card h3 {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 1.28;
    font-weight: 850;
}

.agency-award-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.agency-award-card::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 150px;
    height: 150px;
    opacity: 0.85;
    pointer-events: none;
}

.pattern-wave::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-dots::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-lines::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-circles::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-grid::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-sparks::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-rings::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

.pattern-angle::after {
    right: 22px;
    bottom: 22px;
    width: 100px;
    height: 100px;
    background-image: url("https://justdigitalgurus.com/assets/front/imgs/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.12;
    animation: jdgLogoFloat 5s ease-in-out infinite;
}

@keyframes jdgLogoFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    50% {
        transform: translateY(-8px) rotate(8deg) scale(1.06);
    }
}

@media (max-width: 1024px) {
    .agency-award-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .agency-award-section {
        padding: 74px 16px;
    }

    .agency-award-head {
        margin-bottom: 40px;
    }

    .agency-award-head h2 {
        font-size: 34px;
    }

    .agency-award-head p {
        font-size: 14.5px;
    }

    .agency-award-grid {
        grid-template-columns: 1fr;
    }

    .agency-award-card {
        min-height: 310px;
        padding: 24px 20px;
    }

    .agency-award-card h3 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .agency-award-card::after {
        width: 120px;
        height: 120px;
    }
}

.agency-award-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.agency-award-list p {
    margin: 0;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--jdg-gray);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12.5px;
    line-height: 1.35;
}

/* seo-outcomes-section */
/* .seo-outcome-bg-section {
    position: relative;
    padding: 120px 20px;
    color: #ffffff;
    overflow: hidden;
}

.seo-outcome-bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 8, 12, 0.96), rgba(8, 8, 12, 0.82)),
        radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.22), transparent 38%);
    pointer-events: none;
}

.seo-outcome-bg-section .container {
    position: relative;
    z-index: 1;
}

.seo-outcome-bg-head {
    margin-bottom: 64px;
    text-align: center;
}

.seo-outcome-bg-head span,
.seo-outcome-bg-item span {
    color: rgba(255, 255, 255, 0.3);
}

.seo-outcome-bg-head span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-outcome-bg-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-outcome-bg-head p,
.seo-outcome-bg-item p {
    color: var(--jdg-gray);
}

.seo-outcome-bg-head p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-outcome-bg-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-outcome-bg-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-outcome-bg-item span {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.seo-outcome-bg-item h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.16;
    font-weight: 850;
}

.seo-outcome-bg-item p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
}

.seo-outcome-bg-item p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .seo-outcome-bg-section {
        background-attachment: scroll;
    }

    .seo-outcome-bg-list {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 640px) {
    .seo-outcome-bg-section {
        padding: 74px 16px;
    }

    .seo-outcome-bg-head {
        margin-bottom: 42px;
    }

    .seo-outcome-bg-head h2 {
        font-size: 34px;
    }

    .seo-outcome-bg-head p {
        font-size: 14.5px;
    }

    .seo-outcome-bg-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 0;
    }

    .seo-outcome-bg-item span {
        font-size: 30px;
    }

    .seo-outcome-bg-item h3 {
        font-size: 24px;
    }

    .seo-outcome-bg-item p {
        font-size: 14.5px;
    }
} */

/* ===========================
   SEO OUTCOMES SECTION
   =========================== */

.seo-outcome-bg-section {
    position: relative;
    padding: 120px 20px;

    color: #ffffff;
    overflow: hidden;
}





/* ===========================
   SECTION HEADER
   =========================== */

.seo-outcome-bg-head {
    margin-bottom: 64px;
    text-align: center;
}

.seo-outcome-bg-head span,
.seo-outcome-bg-item span {
    color: rgba(255, 255, 255, 0.3);
}

.seo-outcome-bg-head span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-outcome-bg-head h2 {
    margin: 0 0 20px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 850;
    text-align: center;
}

.seo-outcome-bg-head p,
.seo-outcome-bg-item p {
    color: var(--jdg-gray);
}

.seo-outcome-bg-head p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

/* ===========================
   CARDS GRID
   =========================== */

.seo-outcome-bg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* ===========================
   INDIVIDUAL CARD
   =========================== */

.seo-outcome-bg-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(17, 24, 39, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.seo-outcome-bg-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(99, 102, 241, 0.5), 
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.seo-outcome-bg-item:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(99, 102, 241, 0.1);
}

.seo-outcome-bg-item:hover::before {
    opacity: 1;
}

/* ===========================
   CARD IMAGE SECTION
   =========================== */

.outcome-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.outcome-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-outcome-bg-item:hover .outcome-card-image img {
    transform: scale(1.1);
}

.outcome-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8, 8, 12, 0.3) 0%,
        rgba(8, 8, 12, 0.7) 100%
    );
    transition: background 0.4s ease;
}

.seo-outcome-bg-item:hover .outcome-card-overlay {
    background: linear-gradient(
        180deg,
        rgba(8, 8, 12, 0.4) 0%,
        rgba(99, 102, 241, 0.3) 100%
    );
}

.outcome-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, 0.15) !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.seo-outcome-bg-item:hover .outcome-number {
    color: rgba(99, 102, 241, 0.3) !important;
    transform: scale(1.1);
}

/* ===========================
   CARD CONTENT
   =========================== */

.outcome-card-content {
    padding: 32px 28px 36px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.outcome-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 14px;
    color: #818cf8;
    transition: all 0.4s ease;
}

.seo-outcome-bg-item:hover .outcome-icon {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(139, 92, 246, 0.3));
    border-color: rgba(99, 102, 241, 0.5);
    transform: translateY(-4px) rotate(5deg);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.2);
}

.outcome-card-content h3 {
    margin: 0 0 16px;
    font-size: clamp(22px, 2.5vw, 28px);
    line-height: 1.25;
    font-weight: 750;
    color: #ffffff;
    transition: color 0.3s ease;
}

.seo-outcome-bg-item:hover .outcome-card-content h3 {
    color: #a5b4fc;
}

.outcome-card-content p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: #9ca3af;
    transition: color 0.3s ease;
}

.outcome-card-content p:last-child {
    margin-bottom: 0;
}

.seo-outcome-bg-item:hover .outcome-card-content p {
    color: #b8bec9;
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

@media (max-width: 1024px) {
    .seo-outcome-bg-section {
        padding: 90px 24px;
    }

    .seo-outcome-bg-head {
        margin-bottom: 60px;
    }

    .seo-outcome-bg-list {
        gap: 32px;
    }

    .outcome-card-image {
        height: 220px;
    }
}

@media (max-width: 900px) {
    .seo-outcome-bg-list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .outcome-card-image {
        height: 200px;
    }
}

@media (max-width: 640px) {
    .seo-outcome-bg-section {
        padding: 70px 16px;
    }

    .seo-outcome-bg-head {
        margin-bottom: 48px;
    }

    .seo-outcome-bg-head span {
        font-size: 11px;
        padding: 6px 16px;
    }

    .seo-outcome-bg-head h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .seo-outcome-bg-head p {
        font-size: 15px;
    }

    .seo-outcome-bg-list {
        gap: 24px;
    }

    .outcome-card-image {
        height: 180px;
    }

    .outcome-number {
        font-size: 44px;
        top: 16px;
        right: 16px;
    }

    .outcome-card-content {
        padding: 24px 20px 28px;
    }

    .outcome-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .outcome-icon svg {
        width: 24px;
        height: 24px;
    }

    .outcome-card-content h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .outcome-card-content p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .seo-outcome-bg-section {
        padding: 60px 12px;
    }

    .outcome-card-image {
        height: 160px;
    }

    .outcome-number {
        font-size: 36px;
    }

    .outcome-card-content {
        padding: 20px 16px 24px;
    }
}

/* ===========================
   ANIMATIONS
   =========================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-outcome-bg-item {
    animation: fadeInUp 0.6s ease-out backwards;
}

.seo-outcome-bg-item:nth-child(1) { animation-delay: 0.1s; }
.seo-outcome-bg-item:nth-child(2) { animation-delay: 0.2s; }
.seo-outcome-bg-item:nth-child(3) { animation-delay: 0.3s; }
.seo-outcome-bg-item:nth-child(4) { animation-delay: 0.4s; }
.seo-outcome-bg-item:nth-child(5) { animation-delay: 0.5s; }
.seo-outcome-bg-item:nth-child(6) { animation-delay: 0.6s; }
.seo-outcome-bg-item:nth-child(7) { animation-delay: 0.7s; }
.seo-outcome-bg-item:nth-child(8) { animation-delay: 0.8s; }

/* ===========================
   ACCESSIBILITY
   =========================== */

@media (prefers-reduced-motion: reduce) {
    .seo-outcome-bg-item,
    .outcome-card-image img,
    .outcome-icon,
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* Focus states for accessibility */
.seo-outcome-bg-item:focus-within {
    outline: 2px solid #818cf8;
    outline-offset: 4px;
}
/* industries-atlas-section */
.industries-atlas-section {
    padding: 110px 20px;
    color: #ffffff;
}

.industries-atlas-head {
    margin-bottom: 70px;
    text-align: center;
}

.industries-atlas-head span,
.industries-atlas-visual-inner span,
.industries-atlas-item>span {
    color: rgba(255, 255, 255, 0.3);
}

.industries-atlas-head span,
.industries-atlas-visual-inner span {
    display: inline-block;
    margin-bottom: 14px;
    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,
.industries-atlas-visual-inner p,
.industries-atlas-item p {
    color: var(--jdg-gray);
}

.industries-atlas-head p {
    margin: 0;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.industries-atlas-layout {
    display: block;
}

.industries-atlas-list {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.industries-atlas-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.industries-atlas-item>span {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.industries-atlas-item h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 850;
}

.industries-atlas-item p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
}

.industries-atlas-item p:last-child {
    margin-bottom: 0;
}

@keyframes industryLogoFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    50% {
        transform: translateY(-8px) rotate(8deg) scale(1.06);
    }
}

@media (max-width: 980px) {
    .industries-atlas-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .industries-atlas-visual {
        position: relative;
        top: auto;
        min-height: 420px;
    }

    .industries-atlas-visual-inner {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .industries-atlas-section {
        padding: 74px 16px;
    }

    .industries-atlas-head {
        margin-bottom: 42px;
    }

    .industries-atlas-head h2 {
        font-size: 34px;
    }

    .industries-atlas-head p {
        font-size: 14.5px;
    }

    .industries-atlas-visual,
    .industries-atlas-visual-inner {
        min-height: 360px;
    }

    .industries-atlas-visual-inner {
        padding: 24px 20px;
    }

    .industries-atlas-visual-inner h3 {
        font-size: 30px;
    }

    .industries-atlas-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 26px 0;
    }

    .industries-atlas-item>span {
        font-size: 28px;
    }

    .industries-atlas-item h3 {
        font-size: 24px;
    }

    .industries-atlas-item p {
        font-size: 14.5px;
    }
}

/* seo-tools-section */
.seo-tool-index-section {
    padding: 82px 20px;
    color: #ffffff;
    scroll-behavior: smooth;
    overflow: visible;
}

.seo-tool-index-head {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.seo-tool-index-head span,
.seo-tool-index-nav span,
.seo-tool-index-item span {
    color: rgba(255, 255, 255, 0.3);
}

.seo-tool-index-head span,
.seo-tool-index-nav span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.seo-tool-index-item img {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    object-fit: contain;
    padding: 9px;
    margin-bottom: 18px !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
}

.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-tool-index-head p,
.seo-tool-index-item p,
.seo-tool-index-note p {
    color: var(--jdg-gray);
}

.seo-tool-index-head p {
    max-width: 820px;
    margin: 0 auto 10px;
    font-size: 15.5px;
    line-height: 1.7;
    text-align: center;
}

.seo-tool-index-layout {
    display: block;
    position: relative;
    overflow: visible;
}

.seo-tool-slider-controls {
    position: absolute;
    inset: 50% -18px auto -18px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.seo-tool-slider-arrow {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 42%),
        rgba(15, 15, 16, 0.92);
    color: #ffffff;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.seo-tool-slider-arrow::before {
    content: '';
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.seo-tool-slider-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.seo-tool-slider-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.seo-tool-slider-arrow:hover {
    transform: scale(1.06);
    border-color: rgba(99, 102, 241, 0.48);
    background: rgba(99, 102, 241, 0.18);
}

.seo-tool-slider-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.seo-tool-index-nav {
    display: none;
}

.seo-tool-index-content::-webkit-scrollbar {
    height: 8px;
}

.seo-tool-index-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.seo-tool-index-content::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.65);
    border-radius: 999px;
}

.seo-tool-index-content {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 4px;
    padding: 4px 4px 18px;
    border-top: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(99, 102, 241, 0.65) rgba(255, 255, 255, 0.06);
}

.seo-tool-index-item {
    flex: 0 0 360px;
    padding: 24px !important;
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgba(99, 102, 241, 0.15), transparent 45%),
        linear-gradient(rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.08);
    scroll-margin-top: 110px;
    scroll-snap-align: start;
}

.seo-tool-index-item span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.seo-tool-index-item h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.08;
    font-weight: 850;
}

.seo-tool-index-item p {
    margin: 0;
    font-size: 13.8px;
    line-height: 1.58;
}

.seo-tool-index-note {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    text-align: center;
}

.seo-tool-index-note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 900px) {
    .seo-tool-index-layout {
        display: block;
    }
}

@media (max-width: 640px) {
    .seo-tool-index-section {
        padding: 62px 16px;
    }

    .seo-tool-index-head {
        margin-bottom: 28px;
    }

    .seo-tool-index-head h2 {
        font-size: 34px;
    }

    .seo-tool-index-head p {
        font-size: 14.5px;
    }

    .seo-tool-index-item {
        flex-basis: calc(100vw - 48px);
        min-height: 340px;
        padding: 20px;
    }

    .seo-tool-slider-controls {
        inset: auto 0 0 auto;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 12px;
        transform: none;
    }

    .seo-tool-slider-arrow {
        width: 40px;
        height: 40px;
    }

    .seo-tool-index-item h3 {
        font-size: 22px;
    }

    .seo-tool-index-item p {
        font-size: 14.5px;
    }

    .seo-tool-index-note p {
        font-size: 16px;
    }
}

.seo-tool-index-nav a.is-active {
    color: #ffffff;
    border-color: rgba(99, 102, 241, 0.42);
    background: rgba(99, 102, 241, 0.18);
}

.seo-tool-index-nav a.is-active::before {
    opacity: 1;
}

.seo-tool-index-nav a {
    position: relative;
}

.seo-tool-index-nav a::before {
    display: none;
}

@media (max-width: 900px) {
    .seo-tool-index-nav a.is-active {
        color: #ffffff;
        background: rgba(99, 102, 241, 0.18);
        border-color: rgba(99, 102, 241, 0.42);
        padding-left: 12px;
    }

    .seo-tool-index-nav a::before {
        display: none;
    }
}

/* seo-compare-section */
/* =========================================================
   SEO BATTLE SECTION
========================================================= */

.seo-battle-section {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
}

.seo-battle-container {
    max-width: 1380px;
    margin: 0 auto;
}

/* =========================================================
   HEADING
========================================================= */

.seo-battle-heading {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 100px;
}

.seo-badge {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: var(--jdg-primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.seo-battle-heading h2 {
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -2px;
    margin: 0 0 24px;
}

.seo-battle-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--jdg-gray);
    font-size: 17px;
    line-height: 1.9;
}

/* =========================================================
   GRID
========================================================= */

.seo-battle-grid {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    align-items: center;
    gap: 0;
}

/* =========================================================
   SIDE PANELS
========================================================= */

.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;
}

/* Glow */

.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);
}

/* Borders */

.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);
}

/* =========================================================
   HEADERS
========================================================= */

.seo-side-header {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.seo-side-header span {
    display: inline-flex;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cheap-side .seo-side-header span {
    color: #ff8484;
}

.pro-side .seo-side-header span {
    color: #79ffc7;
}

.seo-side-header h3 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0;
}

/* =========================================================
   FEATURES
========================================================= */

.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-feature-item p {
    margin: 0;
    color: var(--jdg-gray);
    font-size: 15.5px;
    line-height: 1.8;
}

/* =========================================================
   CENTER
========================================================= */

.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;
}

/* =========================================================
   ANIMATION
========================================================= */

@keyframes pulseBattle {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@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;
    }
}

@media (max-width: 767px) {

    .seo-battle-section {
        padding: 80px 16px;
    }

    .seo-battle-heading {
        margin-bottom: 60px;
    }

    .seo-battle-heading h2 {
        letter-spacing: -.8px;
    }

    .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;
    }

    .seo-feature-item p,
    .seo-battle-heading p {
        font-size: 15px;
        line-height: 1.8;
    }

    .battle-circle {
        width: 84px;
        height: 84px;
    }

    .battle-circle span {
        font-size: 18px;
    }
}

/* professional-seo-section */
.professional-seo-section {
    position: relative;
    padding: 110px 20px;
}

/* Heading */


.professional-seo-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    text-align: center;
}

.seo-versus-head p,
.seo-versus-pair p,
.seo-versus-detail p {
    color: var(--jdg-gray);
}

.seo-versus-head p {
    margin: 0 auto 14px;
    font-size: 16.5px;
    line-height: 1.8;
    text-align: center;
}

.seo-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

/* Main Track */

.seo-versus-track {
    position: relative;
    overflow: hidden;
    margin-bottom: 76px;
    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;
}

/* Grid */

.seo-company-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Cards */

.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-card-number {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,
            rgba(99, 102, 241, 0.18),
            rgba(16, 185, 129, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.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;
}

/* Bottom Note */

.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);
}

/* Responsive */

@media (max-width: 1100px) {

    .seo-company-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seo-versus-track {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    .professional-seo-section {
        padding: 80px 16px;
    }

    .professional-seo-title {
        letter-spacing: -.8px;
    }

    .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;
    }

    .seo-company-card p {
        font-size: 15px;
        line-height: 1.75;
    }

    .seo-bottom-note p,
    .seo-versus-head p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/*  */

.seo-services-orbit-section {
    position: relative;
    padding: 140px 20px;
}

.seo-services-orbit-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Heading */

.seo-orbit-heading {
    text-align: center;
    margin-bottom: 90px;
}

.seo-orbit-label {
    color: var(--jdg-primary);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.seo-orbit-title {
    font-size: clamp(40px, 5vw, 40px);
    line-height: 1.02;
    letter-spacing: -2px;
    margin: 0 auto 24px;
}

.seo-orbit-desc {
    margin: 0 auto;
    color: var(--jdg-gray);
    font-size: 17px;
    line-height: 1.9;
}

/* Orbit Wrapper */

.seo-orbit-wrapper {
    position: relative;
    width: 100%;
    height: 1100px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Center Core */

.seo-center-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
    animation: pulseCore 6s ease-in-out infinite;
}

.seo-center-core::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
        linear-gradient(135deg,
            rgba(99, 102, 241, .5),
            transparent,
            rgba(16, 185, 129, .4));
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.seo-core-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.seo-core-inner span {
    display: block;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
}

.seo-core-inner small {
    display: block;
    margin-top: 10px;
    color: var(--jdg-gray);
    font-size: 15px;
}


/* Orbit Rings */

.orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #6366f175;
}

.ring-1 {
    width: 620px;
    height: 620px;
    animation: rotateRing 40s linear infinite;
}

.ring-2 {
    width: 900px;
    height: 900px;
    animation: rotateRingReverse 50s linear infinite;
}

/* Orbit Items */

.seo-orbit-item {
    position: absolute;
    width: 290px;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(18px);
    overflow: hidden;
    transition: .4s ease;
    z-index: 1;

}
.seo-orbit-item:hover {
 scale: 1.1;
}
.seo-orbit-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(99, 102, 241, .4), transparent, #54557c);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.orbit-number {
    display: inline-flex;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--jdg-primary);
    letter-spacing: 1px;
}

.seo-orbit-item h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
}

.seo-orbit-item p {
    margin: 0;
    color: var(--jdg-gray);
    font-size: 15.5px;
    line-height: 1.85;
}

/* Positioning */

.item-1 {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.item-2 {
    top: 20%;
    right: 0;
}

.item-3 {
    bottom: 20%;
    right: 0;
}

.item-4 {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.item-5 {
    bottom: 20%;
    left: 0;
}

.item-6 {
    top: 20%;
    left: 0;
}

/* Animations */

@keyframes rotateRing {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateRingReverse {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes pulseCore {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.04);
    }
}

/* Responsive */

@media (max-width: 1100px) {

    .seo-orbit-wrapper {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .seo-center-core,
    .orbit-ring {
        display: none;
    }

    .seo-orbit-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        transform: none !important;
    }
}

@media (max-width: 767px) {

    .seo-services-orbit-section {
        padding: 80px 16px;
    }

    .seo-orbit-heading {
        margin-bottom: 60px;
    }

    .seo-orbit-title {
        letter-spacing: -.8px;
    }

    .seo-orbit-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .seo-orbit-item {
        padding: 22px;
        border-radius: 22px;
    }

    .seo-orbit-item h3 {
        font-size: 22px;
    }

    .seo-orbit-item p {
        font-size: 15px;
        line-height: 1.8;
    }

    .seo-orbit-desc {
        font-size: 15px;
        line-height: 1.8;
    }
}

.slider-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(200,200,220,0.55);
  margin-bottom: 1.5rem;
  text-align: center;
}
.track-container {
  position: relative;
  margin-bottom: 14px;
}
.track-container::before,
.track-container::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.track-container::before { left: 0;  }
.track-container::after  { right: 0; }
.track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}
.track.reverse { animation: scroll-right 36s linear infinite; }
.track:hover { animation-play-state: paused; }
@keyframes scroll-left  { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes scroll-right { 0%{transform:translateX(-50%)} 100%{transform:translateX(0)} }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
font-size: 18.5px;
  font-weight: 500;
  white-space: nowrap;
  cursor: default;
  transition: transform 0.18s, border-color 0.18s;
  background: linear-gradient(#6366f133, rgba(255, 255, 255, 0.02));
  border: 0.5px solid rgba(255,255,255,0.12);
  color: rgba(230,230,255,0.9);
}
.chip:hover {
  transform: scale(1.05);
  border-color: rgba(255,255,255,0.28);
}

.chip i { font-size: 15px; opacity: 0.85; }
.seo-cta {
    background: #6667ec;
}
.seo-cta .wdd-cta-btns {
    display: block;
}
.seo-cta a {
    background: #fff;
    color: #6366f1;
    padding: 17px 28px;
}