/* Webmaster Plus — SEO Landing Page (marketing / conversion) */
.wm-seo-page {
    --wm-seo-primary: var(--wm-module-primary);
    --wm-seo-primary-deep: var(--wm-module-primary-dark);
    --wm-seo-accent: var(--wm-module-accent);
    --wm-seo-accent-glow: var(--wm-brand-accent-glow);
    --wm-seo-primary-glow: var(--wm-brand-primary-glow);
    --wm-seo-dark: var(--wm-module-primary-deep);
    --wm-seo-ink: var(--wm-module-ink);
    --wm-seo-muted: var(--wm-module-muted);
    --wm-seo-line: var(--wm-module-line);
    --wm-seo-surface: var(--wm-module-surface);
    --wm-seo-bg: var(--wm-module-bg);
    --wm-seo-on-dark-muted: var(--wm-brand-on-dark-muted);
    --wm-seo-on-dark-accent: var(--wm-brand-on-dark-accent);
    --wm-seo-on-dark-soft: var(--wm-brand-on-dark-soft);
    --wm-seo-radius: 18px;
    --wm-seo-pill: 999px;
    --wm-seo-wrap: var(--wm-container, 1360px);
    --wm-seo-section-y: clamp(48px, 6vw, 80px);
    direction: rtl;
    font-family: inherit;
    color: var(--wm-seo-ink);
    background: var(--wm-seo-surface);
    width: 100%;
    max-width: none;
    margin-inline: 0;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.wm-seo-page--section.wm-seo-page {
    background: transparent;
    padding: 0;
    overflow: visible;
}

.wm-seo-page *,
.wm-seo-page *::before,
.wm-seo-page *::after {
    box-sizing: border-box;
}

.wm-seo-wrap {
    width: 100%;
    max-width: var(--wm-seo-wrap);
    margin-inline: auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-seo-page > section {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: var(--wm-seo-section-y);
    padding-inline: 0;
}

.wm-seo-page > section > :is(header, div, article, p) {
    max-width: var(--wm-seo-wrap);
    margin-inline: auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-seo-page__mesh {
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.wm-seo-page__mesh span {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.28;
}

.wm-seo-page__mesh span:nth-child(1) {
    width: 480px;
    height: 480px;
    background: var(--wm-seo-primary);
    top: -120px;
    right: -80px;
}

.wm-seo-page__mesh span:nth-child(2) {
    width: 360px;
    height: 360px;
    background: var(--wm-seo-accent);
    top: 35%;
    left: -100px;
}

.wm-seo-page__mesh span:nth-child(3) {
    width: 280px;
    height: 280px;
    background: var(--wm-brand-purple-soft);
    bottom: 8%;
    right: 18%;
    opacity: 0.15;
}

/* icon system */
.wm-seo-page .wm-seo-icon__svg {
    width: 1.15em;
    height: 1.15em;
    display: block;
}

.wm-seo-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wm-seo-btn__icon .wm-seo-icon__svg {
    width: 16px;
    height: 16px;
}

/* buttons */
.wm-seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: var(--wm-seo-pill);
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    font-family: inherit;
}

.wm-seo-btn--sm {
    padding: 11px 22px;
    font-size: 0.88rem;
}

.wm-seo-btn--primary {
    background: var(--wm-grad-cta);
    color: #fff;
    box-shadow: 0 10px 28px var(--wm-seo-primary-glow);
}

.wm-seo-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px var(--wm-seo-accent-glow);
}

.wm-seo-btn--ghost,
.wm-seo-btn--outline {
    background: transparent;
    border-color: var(--wm-seo-line);
    color: var(--wm-seo-ink);
}

.wm-seo-btn--ghost:hover,
.wm-seo-btn--outline:hover {
    border-color: var(--wm-seo-primary);
    color: var(--wm-seo-primary);
}

.wm-seo-btn--white {
    background: #fff;
    color: var(--wm-seo-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.wm-seo-btn--white:hover {
    color: var(--wm-seo-primary-deep);
    transform: translateY(-2px);
}

/* section head */
.wm-seo-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.wm-seo-section-head__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: var(--wm-seo-pill);
    background: rgba(85, 70, 201, 0.1);
    color: var(--wm-seo-primary);
    font-size: 0.78rem;
    font-weight: 700;
}

.wm-seo-section-head h2,
.wm-seo-section-head__title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--wm-seo-ink);
}

.wm-seo-section-head__lead {
    margin: 12px auto 0;
    max-width: 640px;
    color: var(--wm-seo-muted);
    line-height: 1.8;
}

/* hero */
.wm-seo-hero {
    padding-top: clamp(56px, 8vw, 100px);
    padding-bottom: clamp(40px, 6vw, 72px);
}

.wm-seo-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.wm-seo-hero__badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: var(--wm-seo-pill);
    background: rgba(85, 70, 201, 0.12);
    color: var(--wm-seo-primary);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.wm-seo-hero__title {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.35;
}

.wm-seo-hero__highlight {
    display: block;
    background: var(--wm-grad-cta);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wm-seo-hero__lead {
    margin: 0 0 24px;
    color: var(--wm-seo-muted);
    font-size: 1.05rem;
    line-height: 1.85;
    max-width: 520px;
}

.wm-seo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wm-seo-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
}

.wm-seo-hero__orbit {
    position: relative;
    width: min(100%, 380px);
    aspect-ratio: 1;
}

.wm-seo-hero__orbit-ring {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    border: 2px dashed rgba(85, 70, 201, 0.2);
}

.wm-seo-hero__orbit-ring--inner {
    inset: 22%;
    border-style: solid;
    border-color: rgba(110, 95, 232, 0.25);
}

.wm-seo-hero__hub {
    position: absolute;
    inset: 38%;
    border-radius: 50%;
    background: var(--wm-grad-cta);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 40px var(--wm-seo-primary-glow);
}

.wm-seo-hero__hub-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wm-seo-hero__hub-icon .wm-seo-icon__svg {
    width: 30px;
    height: 30px;
}

.wm-seo-hero__float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(calc(var(--wm-seo-orbit-i) * 72deg)) translateY(-145px) rotate(calc(var(--wm-seo-orbit-i) * -72deg));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.wm-seo-hero__float-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.wm-seo-hero__float-icon-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wm-seo-hero__float-icon-inner .wm-seo-icon__svg {
    width: 22px;
    height: 22px;
}

.wm-seo-hero__float-icon--0 { background: var(--wm-grad-icon-0); }
.wm-seo-hero__float-icon--1 { background: var(--wm-grad-icon-1); }
.wm-seo-hero__float-icon--2 { background: var(--wm-grad-icon-2); }
.wm-seo-hero__float-icon--3 { background: var(--wm-grad-icon-3); }
.wm-seo-hero__float-icon--4 { background: var(--wm-grad-icon-4); }

.wm-seo-hero__float-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--wm-seo-muted);
    white-space: nowrap;
}

/* why */
.wm-seo-why {
    background: var(--wm-seo-bg);
}

.wm-seo-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wm-seo-why__card {
    background: #fff;
    border: 1px solid var(--wm-seo-line);
    border-radius: var(--wm-seo-radius);
    padding: 24px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-seo-why__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(85, 70, 201, 0.1);
}

.wm-seo-why__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #fff;
    box-shadow: 0 10px 24px rgba(85, 70, 201, 0.18);
}

.wm-seo-why__icon-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wm-seo-why__icon-inner .wm-seo-icon__svg {
    width: 24px;
    height: 24px;
}

.wm-seo-why__icon--0 { background: var(--wm-grad-icon-0); }
.wm-seo-why__icon--1 { background: var(--wm-grad-icon-1); }
.wm-seo-why__icon--2 { background: var(--wm-grad-icon-2); }
.wm-seo-why__icon--3 { background: var(--wm-grad-icon-3); }

.wm-seo-why__card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
}

.wm-seo-why__card p {
    margin: 0;
    color: var(--wm-seo-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* services */
.wm-seo-services__stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wm-seo-services__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    background: var(--wm-seo-bg);
    border-radius: calc(var(--wm-seo-radius) + 4px);
    padding: 28px;
    border: 1px solid var(--wm-seo-line);
}

.wm-seo-services__row--reverse .wm-seo-services__media {
    order: 2;
}

.wm-seo-services__img {
    width: 100%;
    border-radius: var(--wm-seo-radius);
    aspect-ratio: 4/3;
    object-fit: cover;
}

.wm-seo-services__media .wm-fake-visual--seo-service {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
}

.wm-fake-visual__seo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    min-height: 240px;
    padding: 28px;
    border-radius: var(--wm-seo-radius);
    background: linear-gradient(145deg, rgba(85, 70, 201, 0.08), rgba(110, 95, 232, 0.16));
    border: 1px solid rgba(85, 70, 201, 0.12);
    overflow: hidden;
}

.wm-fake-visual__seo-glow {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--wm-fake-accent, var(--wm-seo-accent));
    opacity: 0.18;
    filter: blur(40px);
    top: -40px;
    left: -20px;
}

.wm-fake-visual__seo-icon {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--wm-grad-cta);
    box-shadow: 0 14px 30px rgba(85, 70, 201, 0.25);
}

.wm-fake-visual__seo-icon-svg {
    width: 34px;
    height: 34px;
}

.wm-fake-visual__seo-lines {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(220px, 70%);
}

.wm-fake-visual__seo-lines span {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(85, 70, 201, 0.14);
}

.wm-fake-visual__seo-lines span:nth-child(2) { width: 82%; }
.wm-fake-visual__seo-lines span:nth-child(3) { width: 64%; }

.wm-fake-visual__seo-label {
    position: relative;
    z-index: 1;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wm-seo-primary-deep);
}

.wm-seo-services__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.wm-seo-services__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wm-seo-services__icon--0 { background: var(--wm-grad-icon-0); }
.wm-seo-services__icon--1 { background: var(--wm-grad-icon-1); }
.wm-seo-services__icon--2 { background: var(--wm-grad-icon-2); }

.wm-seo-services__icon-inner .wm-seo-icon__svg {
    width: 22px;
    height: 22px;
}

.wm-seo-services__head h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--wm-seo-primary-deep);
}

.wm-seo-services__lead {
    margin: 0 0 14px;
    color: var(--wm-seo-muted);
    line-height: 1.8;
}

.wm-seo-services__list {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.wm-seo-services__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    color: var(--wm-seo-ink);
    font-size: 0.92rem;
}

.wm-seo-services__check {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: #fff;
    background: var(--wm-grad-cta);
}

.wm-seo-services__check .wm-seo-icon__svg {
    width: 12px;
    height: 12px;
}

.wm-seo-services__list li::before {
    content: none;
}

/* results */
.wm-seo-results {
    background: linear-gradient(160deg, var(--wm-seo-dark) 0%, var(--wm-module-primary-deep) 100%);
    color: #fff;
}

.wm-seo-results .wm-seo-section-head h2,
.wm-seo-results .wm-seo-section-head__lead {
    color: #fff;
}

.wm-seo-results .wm-seo-section-head__tag {
    background: rgba(255, 255, 255, 0.12);
    color: var(--wm-seo-on-dark-muted);
}

.wm-seo-results__panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: calc(var(--wm-seo-radius) + 4px);
    padding: 24px 22px;
}

.wm-seo-results__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wm-seo-results__brand {
    margin: 0 0 20px;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--wm-seo-on-dark-muted);
}

.wm-seo-results__keywords {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.wm-seo-results__kw {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.wm-seo-results__kw-icon,
.wm-seo-results__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: var(--wm-seo-on-dark-soft);
    background: rgba(110, 231, 183, 0.16);
}

.wm-seo-results__icon-inner .wm-seo-icon__svg,
.wm-seo-results__rank-icon .wm-seo-icon__svg {
    width: 16px;
    height: 16px;
}

.wm-seo-results__kw-phrase {
    font-weight: 600;
}

.wm-seo-results__kw-rank {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--wm-seo-on-dark-accent);
    font-weight: 700;
    white-space: nowrap;
}

.wm-seo-results__rank-icon {
    display: inline-flex;
    color: #fbbf24;
}

.wm-seo-results__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wm-seo-results__stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.wm-seo-results__stat-icon {
    margin: 0 auto 10px;
}

.wm-seo-results__stat strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--wm-seo-on-dark-accent);
}

.wm-seo-results__stat span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
}

/* pricing */
.wm-seo-pricing {
    background: var(--wm-seo-bg);
}

.wm-seo-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.wm-seo-pricing__card {
    position: relative;
    background: #fff;
    border: 1px solid var(--wm-seo-line);
    border-radius: calc(var(--wm-seo-radius) + 2px);
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-seo-pricing__card.is-featured {
    border-color: var(--wm-seo-primary);
    box-shadow: 0 18px 48px var(--wm-seo-primary-glow);
    transform: scale(1.03);
}

.wm-seo-pricing__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 14px;
    border-radius: var(--wm-seo-pill);
    background: var(--wm-seo-primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.wm-seo-pricing__card h3 {
    margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 800;
}

.wm-seo-pricing__price {
    margin: 0 0 18px;
}

.wm-seo-pricing__price span {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--wm-seo-primary);
}

.wm-seo-pricing__price small {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
    color: var(--wm-seo-muted);
}

.wm-seo-pricing__features {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    flex: 1;
}

.wm-seo-pricing__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid var(--wm-seo-line);
    font-size: 0.88rem;
    color: var(--wm-seo-muted);
}

.wm-seo-pricing__check {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #fff;
    background: var(--wm-grad-cta);
}

.wm-seo-pricing__check .wm-seo-icon__svg {
    width: 11px;
    height: 11px;
}

.wm-seo-pricing__features li:last-child {
    border-bottom: none;
}

.wm-seo-pricing__note {
    margin: 28px auto 0;
    max-width: 720px;
    text-align: center;
    color: var(--wm-seo-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* content */
.wm-seo-content {
    background: var(--wm-seo-bg);
}

.wm-seo-content__prose {
    max-width: min(960px, 100%);
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--wm-seo-line);
    border-radius: calc(var(--wm-seo-radius) + 4px);
    padding: clamp(24px, 3vw, 40px);
}

.wm-seo-content__block {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--wm-seo-line);
}

.wm-seo-content__block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.wm-seo-content__block--lead {
    padding-top: 0;
}

.wm-seo-content__block--sub {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--wm-seo-line);
}

.wm-seo-content__block--sub + .wm-seo-content__block:not(.wm-seo-content__block--sub) {
    margin-top: 12px;
}

.wm-seo-content__block h2 {
    margin: 0 0 14px;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 800;
    color: var(--wm-seo-primary-deep);
}

.wm-seo-content__block h3 {
    margin: 0 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 800;
    color: var(--wm-seo-primary-deep);
}

.wm-seo-content__body p,
.wm-seo-content__footer p {
    margin: 0 0 14px;
    color: var(--wm-seo-muted);
    line-height: 1.9;
    font-size: 0.96rem;
}

.wm-seo-content__body p:last-child,
.wm-seo-content__footer p:last-child {
    margin-bottom: 0;
}

.wm-seo-content__block--lead .wm-seo-content__body p {
    color: var(--wm-seo-ink);
    font-size: 1rem;
}

.wm-seo-content__link {
    color: var(--wm-seo-primary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wm-seo-content__link:hover {
    color: var(--wm-seo-primary-deep);
}

.wm-seo-content__table-wrap {
    margin: 18px 0 6px;
    overflow-x: auto;
    border: 1px solid var(--wm-seo-line);
    border-radius: 12px;
    background: #fff;
}

.wm-seo-content__table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.wm-seo-content__table th,
.wm-seo-content__table td {
    padding: 12px 14px;
    text-align: right;
    border-bottom: 1px solid var(--wm-seo-line);
    vertical-align: top;
    line-height: 1.7;
}

.wm-seo-content__table thead th {
    background: rgba(85, 70, 201, 0.08);
    color: var(--wm-seo-primary-deep);
    font-weight: 800;
    white-space: nowrap;
}

.wm-seo-content__table tbody th {
    color: var(--wm-seo-ink);
    font-weight: 800;
    white-space: nowrap;
}

.wm-seo-content__table tbody td {
    color: var(--wm-seo-muted);
}

.wm-seo-content__table tbody tr:last-child th,
.wm-seo-content__table tbody tr:last-child td {
    border-bottom: none;
}

.wm-seo-content__list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.wm-seo-content__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 0.94rem;
    color: var(--wm-seo-ink);
    line-height: 1.8;
    border-bottom: 1px dashed var(--wm-seo-line);
}

.wm-seo-content__bullet-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wm-seo-content__bullet-icon--0 { background: var(--wm-grad-icon-0); }
.wm-seo-content__bullet-icon--1 { background: var(--wm-grad-icon-1); }
.wm-seo-content__bullet-icon--2 { background: var(--wm-grad-icon-2); }
.wm-seo-content__bullet-icon--3 { background: var(--wm-grad-icon-3); }
.wm-seo-content__bullet-icon--4 { background: var(--wm-grad-icon-4); }
.wm-seo-content__bullet-icon--5 { background: var(--wm-grad-icon-0); }
.wm-seo-content__bullet-icon--6 { background: var(--wm-grad-icon-1); }

.wm-seo-content__bullet-icon-inner .wm-seo-icon__svg {
    width: 18px;
    height: 18px;
}

.wm-seo-content__bullet-text strong {
    display: block;
    margin-bottom: 4px;
    color: var(--wm-seo-primary-deep);
    font-weight: 800;
}

.wm-seo-content__block ul:not(.wm-seo-content__list) {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.wm-seo-content__list li:last-child {
    border-bottom: none;
}

.wm-seo-content__block ul:not(.wm-seo-content__list) li {
    position: relative;
    padding: 10px 18px 10px 0;
    font-size: 0.94rem;
    color: var(--wm-seo-ink);
    line-height: 1.8;
    border-bottom: 1px dashed var(--wm-seo-line);
}

.wm-seo-content__block ul:not(.wm-seo-content__list) li:last-child {
    border-bottom: none;
}

.wm-seo-content__block ul:not(.wm-seo-content__list) li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wm-seo-accent);
}

.wm-seo-content__block li strong {
    display: block;
    margin-bottom: 4px;
    color: var(--wm-seo-primary-deep);
    font-weight: 800;
}

.wm-seo-content__footer {
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--wm-seo-bg);
}

.wm-seo-content__footer p {
    color: var(--wm-seo-ink);
}

.wm-seo-content__quote {
    margin: 0 0 12px;
    padding: 0 14px 0 0;
    border-right: 3px solid var(--wm-seo-primary);
}

.wm-seo-content__quote:last-child {
    margin-bottom: 0;
}

.wm-seo-content__quote p {
    margin: 0 0 8px;
    color: var(--wm-seo-ink);
    font-size: 0.94rem;
    line-height: 1.85;
}

.wm-seo-content__quote cite {
    display: block;
    font-style: normal;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--wm-seo-primary);
}

.wm-seo-content__quote cite a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* process */
.wm-seo-process__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wm-seo-process__step {
    background: #fff;
    border: 1px solid var(--wm-seo-line);
    border-radius: var(--wm-seo-radius);
    padding: 22px 18px;
}

.wm-seo-process__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.wm-seo-process__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wm-seo-process__icon--0 { background: var(--wm-grad-icon-0); }
.wm-seo-process__icon--1 { background: var(--wm-grad-icon-1); }
.wm-seo-process__icon--2 { background: var(--wm-grad-icon-2); }
.wm-seo-process__icon--3 { background: var(--wm-grad-icon-3); }
.wm-seo-process__icon--4 { background: var(--wm-grad-icon-4); }
.wm-seo-process__icon--5 { background: var(--wm-grad-icon-0); }

.wm-seo-process__icon-inner .wm-seo-icon__svg {
    width: 20px;
    height: 20px;
}

.wm-seo-process__num {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(85, 70, 201, 0.1);
    color: var(--wm-seo-primary);
    font-size: 0.85rem;
    font-weight: 800;
}

.wm-seo-process__step h3 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 800;
}

.wm-seo-process__step p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--wm-seo-muted);
    line-height: 1.7;
}

/* faq */
.wm-seo-faq {
    background: var(--wm-seo-bg);
}

.wm-seo-faq__list {
    max-width: 800px;
    margin: 0 auto;
}

.wm-seo-faq__item {
    background: #fff;
    border: 1px solid var(--wm-seo-line);
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.wm-seo-faq__q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
    color: var(--wm-seo-ink);
}

.wm-seo-faq__q-text {
    flex: 1;
}

.wm-seo-faq__chevron {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: var(--wm-seo-primary);
    background: rgba(85, 70, 201, 0.1);
    transition: transform 0.25s ease, background 0.25s ease;
}

.wm-seo-faq__chevron .wm-seo-icon__svg {
    width: 16px;
    height: 16px;
}

.wm-seo-faq__item.is-open .wm-seo-faq__chevron {
    transform: rotate(180deg);
    background: rgba(85, 70, 201, 0.16);
}

.wm-seo-faq__q i {
    display: none;
}

.wm-seo-faq__a {
    display: none;
    padding: 0 20px 16px;
}

.wm-seo-faq__item.is-open .wm-seo-faq__a {
    display: block;
}

.wm-seo-faq__a p {
    margin: 0;
    color: var(--wm-seo-muted);
    line-height: 1.8;
    font-size: 0.9rem;
}

/* cta */
.wm-seo-cta {
    padding-bottom: clamp(64px, 8vw, 100px);
}

.wm-seo-cta__inner {
    text-align: center;
    padding: clamp(40px, 6vw, 64px) 32px;
    border-radius: calc(var(--wm-seo-radius) + 6px);
    background: var(--wm-grad-cta-deep);
    color: #fff;
}

.wm-seo-cta__inner h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
}

.wm-seo-cta__inner p {
    margin: 0 0 24px;
    opacity: 0.9;
    max-width: 560px;
    margin-inline: auto;
    line-height: 1.8;
}

/* reveal */
.wm-seo-page.wm-seo-js section.wm-seo-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wm-seo-page.wm-seo-js section.wm-seo-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* responsive */
@media (max-width: 1024px) {
    .wm-seo-hero__inner,
    .wm-seo-services__row {
        grid-template-columns: 1fr;
    }

    .wm-seo-services__row--reverse .wm-seo-services__media {
        order: 0;
    }

    .wm-seo-why__grid,
    .wm-seo-results__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wm-seo-pricing__grid {
        grid-template-columns: 1fr;
    }

    .wm-seo-process__track {
        grid-template-columns: repeat(2, 1fr);
    }

    .wm-seo-pricing__card.is-featured {
        transform: none;
    }
}

@media (max-width: 640px) {
    .wm-seo-why__grid,
    .wm-seo-results__grid,
    .wm-seo-results__keywords,
    .wm-seo-results__stats,
    .wm-seo-process__track {
        grid-template-columns: 1fr;
    }

    .wm-seo-hero__visual {
        min-height: 260px;
    }
}
