.wd-hero {
    padding: 40px 0 60px;
}

.wd-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 56px;
    align-items: center;
}

.wd-hero h1 {
    font-size: clamp(36px, 4.8vw, 56px);
    font-weight: 700;
}

.wd-hero-side {
    border-left: 2px solid var(--brand);
    padding-left: 24px;
}

.wd-hero-side p {
    color: var(--ink-soft);
    font-size: 14.5px;
    margin-bottom: 20px;
}

@media (max-width: 880px) {
    .wd-hero-grid {
        grid-template-columns: 1fr;
    }
}

.wd-answer {
    padding: 70px 0 20px 0;
}

.wd-answer-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 56px;
    align-items: center;
}

.wd-answer h2 {
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 700;
    margin: 14px 0 16px;
}

.wd-lead-answer {
    font-size: 15.5px;
    color: var(--ink-soft);
    max-width: 520px;
    margin-bottom: 20px;
}

.wd-answer-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 26px;
}

.wd-answer-list li {
    font-size: 14.5px;
    color: var(--ink-soft);
    padding-left: 26px;
    position: relative;
}

.wd-answer-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand-deep);
    font-weight: 700;
}

.wd-answer-art {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
}   
.wd-us-icon-svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

@media (max-width: 920px) {
    .wd-answer-grid {
        grid-template-columns: 1fr;
    }
}

.wd-mini-cta {
    padding: 36px 10px;
}

.wd-mini-cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 26px 32px;
}

.wd-mini-cta--light .wd-mini-cta-row {
    background: var(--bg-warm);
    border: 1px solid var(--line);
}

.wd-mini-cta--dark .wd-mini-cta-row {
    background: var(--surface-dark-2);
    border: 1px solid #24352B;
}

.wd-mini-cta--dark .wd-mini-cta-row p {
    color: var(--on-dark);
}

.wd-mini-cta--dark .wd-mini-cta-row strong {
    color: var(--brand-bright);
}

.wd-mini-cta-row p {
    font-size: 14.5px;
    color: var(--ink-soft);
    max-width: 520px;
}

.wd-mini-cta-row strong {
    color: var(--ink);
}

@media (max-width: 700px) {
    .wd-mini-cta-row {
        padding: 22px;
    }
}

.wd-portfolio {
    padding: 70px 0;
}

.wd-portfolio-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 22px;
    margin-top: 44px;
}

.wd-portfolio-stack {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.wd-portfolio h2 {
    margin-top: 14px;
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 700;
}

.wd-portfolio .wd-text {
    color: var(--muted);
    max-width: 380px;
    font-size: 14.5px;
}

.wd-port-card {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
    transition: transform .15s ease;
}

.wd-port-card:hover {
    transform: translateY(-4px);
}

.wd-port-card--feature .wd-port-thumb {
    aspect-ratio: 16/11;
}

.wd-port-card--feature .wd-port-body h3 {
    font-size: 19px;
}

.wd-port-thumb {
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
}

.wd-port-body {
    padding: 18px 20px 22px;
}

.wd-port-body .wd-cat {
    font-size: 11.5px;
    color: var(--brand-deep);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.wd-port-body h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 6px;
}

.wd-port-body p {
    font-size: 13px;
    color: var(--muted);
}

@media (max-width: 880px) {
    .wd-portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.wd-compare {
    padding: 20px 0 100px;
}

.wd-compare-head {
    max-width: 640px;
    margin-bottom: 40px;
}

.wd-compare-head h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 700;
    margin-top: 14px;
}

.wd-compare-head p {
    color: var(--ink-soft);
    font-size: 15px;
    margin-top: 12px;
}

.wd-compare-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.wd-compare-table th,
.wd-compare-table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid var(--line);
}

.wd-compare-table thead th {
    background: var(--bg-warm);
    font-weight: 600;
    font-size: 14.5px;
}

.wd-compare-table td:first-child {
    color: var(--ink-soft);
    font-weight: 500;
}

.wd-yes {
    color: var(--brand-deep);
    font-weight: 700;
}

.wd-no {
    color: var(--muted);
}

.wd-compare-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 700px) {
    .wd-compare-table {
        font-size: 12.5px;
    }

    .wd-compare-table th,
    .wd-compare-table td {
        padding: 12px 10px;
    }
}

.wd-testimonials {
    background: var(--bg-warm);
    padding: 100px 0;
}

.wd-testimonials h2 {
    margin-top: 14px;
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 700;
}

.wd-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 44px;
}

.wd-test-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
}

.wd-stars {
    color: var(--gold);
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.wd-test-card p {
    font-size: 14.5px;
    color: var(--ink-soft);
    margin-bottom: 22px;
    line-height: 1.6;
}

.wd-test-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wd-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.wd-test-person .wd-who .wd-name {
    font-size: 13.5px;
    font-weight: 600;
}

.wd-test-person .wd-who .wd-role {
    font-size: 12px;
    color: var(--muted);
}

@media (max-width: 880px) {
    .wd-test-grid {
        grid-template-columns: 1fr;
    }
}

.wd-area {
    background: var(--surface-dark);
    color: var(--on-dark);
    padding: 90px 0;
}

.wd-area-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.wd-area h2 {
    color: var(--on-dark);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    margin: 14px 0 16px;
}

.wd-area p {
    color: var(--on-dark-muted);
    font-size: 14.5px;
    margin-bottom: 18px;
    max-width: 440px;
}

.wd-area-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.wd-area-chips span {
    font-size: 12px;
    color: var(--brand-bright);
    border: 1px solid #24352B;
    padding: 7px 14px;
    border-radius: 999px;
}

@media (max-width: 880px) {
    .wd-area-grid {
        grid-template-columns: 1fr;
    }
}

.wd-us {
    padding: 100px 0 70px;
}

.wd-us-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    margin-bottom: 56px;
}

.wd-us-head h2 {
    font-size: clamp(28px, 3.6vw, 42px);
    font-weight: 700;
    margin-top: 14px;
}

.wd-us-head p {
    color: var(--ink-soft);
    font-size: 15px;
}

@media (max-width: 880px) {
    .wd-us-head {
        grid-template-columns: 1fr;
    }
}

.wd-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wd-us-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    background: #fff;
    display: flex;
    gap: 18px;
}

.wd-us-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--bg-warm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-deep);
    flex: none;
}

.wd-us-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wd-us-card p {
    font-size: 14px;
    color: var(--muted);
}

@media (max-width: 700px) {
    .wd-us-grid {
        grid-template-columns: 1fr;
    }
}

.wd-results {
    background: var(--surface-dark);
    color: var(--on-dark);
    padding: 100px 0;
}

.wd-results-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 56px;
    align-items: center;
}

.wd-results .wd-p-1 {
    color: var(--on-dark);
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 600;
    margin: 16px 0 20px;
    line-height: 1.2;
}

.wd-results .wd-p-2 {
    color: var(--on-dark-muted);
    font-size: 15px;
    max-width: 480px;
    margin-bottom: 14px;
}

@media (max-width: 920px) {
    .wd-results-grid {
        grid-template-columns: 1fr;
    }
}

.wd-convert {
    padding: 100px 0 40px;
}

.wd-convert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    margin-bottom: 20px;
}

.wd-convert h2 {
    font-size: clamp(28px, 3.6vw, 42px);
    font-weight: 700;
}

.wd-convert-intro p {
    color: var(--ink-soft);
    font-size: 15px;
    margin-bottom: 6px;
}

@media (max-width: 880px) {
    .wd-convert-grid {
        grid-template-columns: 1fr;
    }
}

.wd-qa-list {
    border-top: 1px solid var(--line);
}

.wd-qa-item {
    border-bottom: 1px solid var(--line);
    padding: 30px 0;
}

.wd-qa-item summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    align-items: start;
}

.wd-qa-item summary::-webkit-details-marker {
    display: none;
}

.wd-qa-num {
    font-weight: 700;
    font-size: 36px;
    color: var(--brand);
    opacity: .35;
}

.wd-qa-item[open] .wd-qa-num {
    opacity: 1;
}

.wd-qa-q {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.wd-qa-q .wd-plus {
    font-weight: 400;
    font-size: 22px;
    color: var(--muted);
    transition: transform .2s ease;
    flex: none;
}

.wd-qa-item[open] .wd-qa-q .wd-plus {
    transform: rotate(45deg);
    color: var(--brand);
}

.wd-qa-a {
    padding: 14px 0 0 94px;
    color: var(--ink-soft);
    font-size: 14.5px;
    max-width: 640px;
}

@media (max-width: 600px) {
    .wd-qa-a {
        padding-left: 0;
        margin-top: 10px;
    }

    .wd-qa-item summary {
        grid-template-columns: 44px 1fr;
    }

    .wd-qa-num {
        font-size: 26px;
    }
}

.wd-process {
    background: var(--surface-dark);
    color: var(--on-dark);
    padding: 100px 0;
}

.wd-process h2 {
    color: var(--on-dark);
    font-size: clamp(28px, 3.6vw, 42px);
    font-weight: 700;
    margin: 16px 0;
}

.wd-process>.wrap>p {
    color: var(--on-dark-muted);
    font-size: 15px;
    max-width: 600px;
    margin-bottom: 56px;
}

.wd-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wd-timeline::before {
    content: "";
    position: absolute;
    top: 23px;
    left: calc(12.5%);
    right: calc(12.5%);
    height: 2px;
    background: #24352B;
}

.wd-tl-step {
    position: relative;
    padding: 0 18px;
    text-align: left;
}

.wd-tl-marker {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--surface-dark);
    border: 2px solid var(--brand-bright);
    color: var(--brand-bright);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.wd-tl-step h3 {
    color: var(--on-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wd-tl-step p {
    color: var(--on-dark-muted);
    font-size: 13.5px;
}

@media (max-width: 880px) {
    .wd-timeline {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .wd-timeline::before {
        display: none;
    }

    .wd-tl-step {
        padding-left: 26px;
        border-left: 2px solid #24352B;
    }

    .wd-tl-marker {
        margin-left: -40px;
    }
}

.wd-faq {
    padding: 100px 0;
}

.wd-faq-head {
    margin-bottom: 44px;
}

.wd-faq-head h2 {
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 700;
    margin-top: 14px;
}

.wd-faq-list {
    max-width: 820px;
}

.wd-faq-item {
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}

.wd-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 16px;
}

.wd-faq-item summary::-webkit-details-marker {
    display: none;
}

.wd-faq-item summary .wd-plus {
    font-weight: 400;
    font-size: 22px;
    color: var(--muted);
    transition: transform .2s ease;
    flex: none;
}

.wd-faq-item[open] summary .wd-plus {
    transform: rotate(45deg);
    color: var(--brand);
}

.wd-faq-item p {
    color: var(--ink-soft);
    font-size: 14.5px;
    margin-top: 14px;
    max-width: 640px;
}

.wd-cta-box {
    background: var(--bg-warm);
    border: 1px solid var(--line);
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 60px 40px;
}

.wd-cta-box h2 {
    font-size: clamp(28px, 3.6vw, 42px);
    color: var(--ink);
    margin-right: 44px;
}

.wd-cta-box p {
    color: var(--ink-soft);
    margin-bottom: 20px;
}

@media (max-width: 880px) {
    .wd-cta-box {
        grid-template-columns: 1fr;
        padding: 34px;
        text-align: center;
    }

    .wd-cta-box h2 {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

#wd-blog {
    margin-top: 50px;
}

.wd-types {
    background: var(--surface-dark);
    padding: 100px 0;
}

.wd-types .section-head h2 {
    color: var(--on-dark);
}

.wd-types .wd-text {
    color: var(--on-dark-muted);
}

.wd-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wd-type-card {
    border: 1px solid #24352B;
    border-radius: var(--radius);
    padding: 30px 26px;
    background: var(--surface-dark-2);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.wd-type-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}

.wd-type-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(241, 243, 236, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 18px;
}

.wd-type-card h3 {
    color: var(--on-dark);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.wd-type-card p {
    font-size: 14px;
    color: var(--on-dark-muted);
}

@media (max-width: 920px) {
    .wd-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wd-types-grid {
        grid-template-columns: 1fr;
    }
}