.logo-design-workflow-page {
    background: #fff;
    color: #17171c;
    overflow: hidden;
}

.logo-design-workflow-page *,
.logo-design-workflow-page *::before,
.logo-design-workflow-page *::after {
    box-sizing: border-box;
}

.logo-design-workflow-page h1,
.logo-design-workflow-page h2,
.logo-design-workflow-page h3,
.logo-design-workflow-page p {
    letter-spacing: 0;
}

.ldw-hero,
.ldw-designer-section,
.ldw-final-section {
    isolation: isolate;
    position: relative;
}

.ldw-grid-bg {
    background-image:
        linear-gradient(rgba(107, 57, 244, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 57, 244, .055) 1px, transparent 1px);
    background-size: 34px 34px;
    inset: 0;
    mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 84%, transparent 100%);
    opacity: .8;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 84%, transparent 100%);
    z-index: -1;
}

.logo-design-workflow-page > .ldw-hero {
    background:
        radial-gradient(circle at 12% 24%, rgba(214, 239, 253, .72) 0, rgba(214, 239, 253, 0) 24%),
        radial-gradient(circle at 88% 38%, rgba(207, 190, 246, .52) 0, rgba(207, 190, 246, 0) 22%),
        #fff;
    border-bottom: 1px solid rgba(107, 57, 244, .1);
    min-height: 820px;
    overflow: hidden;
    padding: 112px 0 76px;
}

.ldw-hero::after,
.ldw-final-section::after {
    background: linear-gradient(90deg, transparent, #6b39f4 24%, #4f83f1 52%, #9a1eaa 76%, transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 12%;
    opacity: .62;
    position: absolute;
    right: 12%;
}

.ldw-hero .container,
.ldw-designer-section .container,
.ldw-final-section .container {
    position: relative;
    z-index: 1;
}

.ldw-hero-copy {
    margin: 0 auto 54px;
    max-width: 960px;
    text-align: center;
}

.ldw-kicker {
    align-items: center;
    color: #6b39f4;
    display: inline-flex;
    font-size: 12px;
    font-weight: 650;
    gap: 8px;
    line-height: 1.4;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.ldw-kicker i {
    font-size: 11px;
}

.ldw-hero h1 {
    color: #15151a;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

.ldw-gradient-text {
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #6b39f4 0%, #4f83f1 36%, #9a1eaa 68%, #6b39f4 100%);
    background-size: 220% 100%;
    color: transparent;
    display: inline-block;
    padding-bottom: .08em;
    -webkit-text-fill-color: transparent;
}

.logo-design-workflow-page.is-motion-ready .ldw-gradient-text {
    animation: ldwGradientShift 8s ease-in-out infinite;
}

@keyframes ldwGradientShift {
    0%, 100% { background-position: 0 50%; }
    50% { background-position: 100% 50%; }
}

.ldw-hero-copy > p {
    color: #5f5b68;
    font-size: 18px;
    line-height: 1.72;
    margin: 23px auto 0;
    max-width: 790px;
}

.ldw-hero-principle {
    color: #242229;
    display: block;
    font-size: 15px;
    font-weight: 550;
    margin-top: 13px;
}

.ldw-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: center;
    margin-top: 29px;
}

.ldw-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    min-height: 48px;
    padding: 11px 22px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ldw-button:hover {
    transform: translateY(-2px);
}

.ldw-button-primary {
    background: #6b39f4;
    border-color: #6b39f4;
    color: #fff;
}

.ldw-button-primary:hover {
    background: #5d2ee8;
    border-color: #5d2ee8;
    color: #fff;
}

.ldw-button-secondary {
    background: rgba(255, 255, 255, .82);
    border-color: #dfdce6;
    color: #28252d;
}

.ldw-button-secondary:hover {
    background: #fff;
    border-color: #bcb6c8;
    color: #17171c;
}

.ldw-trust-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 11px 22px;
    justify-content: center;
    margin-top: 25px;
}

.ldw-trust-row span {
    align-items: center;
    color: #777280;
    display: inline-flex;
    font-size: 11px;
    gap: 7px;
}

.ldw-trust-row i {
    color: #6b39f4;
    font-size: 11px;
}

.ldw-hero-console {
    --active-step: 0;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(44, 38, 57, .11);
    border-radius: 20px;
    box-shadow: 0 34px 90px -64px rgba(41, 26, 83, .72);
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
}

.ldw-console-bar {
    align-items: center;
    border-bottom: 1px solid #efedf2;
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    padding: 10px 18px;
}

.ldw-console-project {
    align-items: center;
    display: flex;
    gap: 11px;
}

.ldw-console-mark {
    align-items: center;
    background: #f4f1ff;
    border-radius: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.ldw-console-mark img {
    height: 22px;
    width: 22px;
}

.ldw-console-project div {
    display: grid;
    gap: 2px;
}

.ldw-console-project small,
.ldw-console-project strong {
    letter-spacing: 0;
}

.ldw-console-project small {
    color: #99939f;
    font-size: 9px;
    text-transform: uppercase;
}

.ldw-console-project strong {
    color: #29262e;
    font-size: 13px;
    font-weight: 600;
}

.ldw-console-status {
    align-items: center;
    background: #f7f7f9;
    border: 1px solid #eeecf1;
    border-radius: 999px;
    color: #77717d;
    display: inline-flex;
    font-size: 10px;
    gap: 7px;
    padding: 7px 10px;
}

.ldw-console-status i {
    background: #11967f;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.ldw-console-tabs {
    background: #fbfbfc;
    border-bottom: 1px solid #efedf2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.ldw-console-tabs::after {
    background: linear-gradient(90deg, #6b39f4, #4f83f1);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateX(calc(var(--active-step) * 100%));
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
    width: 25%;
}

.ldw-console-tabs button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #8b8592;
    display: flex;
    font-family: inherit;
    font-size: 11px;
    font-weight: 550;
    gap: 8px;
    justify-content: center;
    min-height: 52px;
    padding: 8px;
    transition: color .2s ease;
}

.ldw-console-tabs button span {
    align-items: center;
    background: #f0edf4;
    border-radius: 50%;
    display: inline-flex;
    font-size: 8px;
    height: 23px;
    justify-content: center;
    width: 23px;
}

.ldw-console-tabs button.is-active {
    color: #27242c;
}

.ldw-console-tabs button.is-active span {
    background: #6b39f4;
    color: #fff;
}

.ldw-console-stage {
    min-height: 260px;
    padding: 28px;
}

.ldw-console-panel {
    animation: ldwPanelIn .42s cubic-bezier(.22, 1, .36, 1);
    min-height: 204px;
}

.ldw-console-panel[hidden] {
    display: none !important;
}

@keyframes ldwPanelIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.ldw-review-preview {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.65fr) minmax(180px, .7fr);
}

.ldw-review-logo,
.ldw-review-result {
    align-items: center;
    background: #f8f8fa;
    border: 1px solid #eceaf0;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    min-height: 125px;
}

.ldw-review-logo img {
    max-height: 54px;
    max-width: 70%;
}

.ldw-review-result {
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.ldw-review-result > span {
    color: #8d8793;
    font-size: 9px;
    text-transform: uppercase;
}

.ldw-review-result > strong {
    color: #11967f;
    font-size: 34px;
    font-weight: 650;
    line-height: 1.1;
}

.ldw-review-result > strong small {
    color: #97919c;
    font-size: 12px;
}

.ldw-review-result em {
    background: #eaf8f4;
    border-radius: 999px;
    color: #117b69;
    font-size: 8px;
    font-style: normal;
    margin-top: 4px;
    padding: 5px 8px;
}

.ldw-mini-scores {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.ldw-mini-scores span {
    align-items: center;
    background: #fff;
    border: 1px solid #eeecf1;
    border-radius: 11px;
    color: #8a8490;
    display: flex;
    font-size: 9px;
    gap: 8px;
    justify-content: center;
    min-height: 45px;
}

.ldw-mini-scores b {
    color: #343039;
    font-size: 12px;
}

.ldw-compare-preview {
    align-items: stretch;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 204px;
}

.ldw-compare-preview > div {
    align-items: center;
    background: #f8f8fa;
    border: 1px solid #eceaf0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 16px 16px;
    position: relative;
}

.ldw-compare-preview > div > span {
    color: #8b8591;
    font-size: 9px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ldw-compare-preview img {
    max-height: 44px;
    max-width: 76%;
}

.ldw-compare-preview small {
    color: #35313a;
    font-size: 13px;
    font-weight: 650;
    margin-top: 22px;
}

.ldw-compare-preview .is-winner {
    background: #faf9ff;
    border-color: #b9a7ff;
}

.ldw-compare-preview em {
    background: #6b39f4;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-style: normal;
    left: 50%;
    padding: 5px 8px;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.ldw-mockup-preview {
    align-items: center;
    background: #f4f1ff;
    border-radius: 15px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(210px, .75fr) minmax(260px, 1fr);
    min-height: 204px;
    overflow: hidden;
    padding: 22px 52px 0;
}

.ldw-phone-mockup {
    align-self: end;
    background: #fff;
    border: 4px solid #d8d6dc;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    height: 188px;
    overflow: hidden;
    padding: 12px;
}

.ldw-phone-status,
.ldw-phone-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ldw-phone-status {
    color: #39353d;
    font-size: 7px;
    padding: 0 3px 12px;
}

.ldw-phone-header {
    border-bottom: 1px solid #efedf2;
    min-height: 46px;
}

.ldw-phone-header img {
    max-height: 22px;
    max-width: 70%;
}

.ldw-phone-header i {
    color: #7e7885;
    font-size: 10px;
}

.ldw-phone-lines {
    display: grid;
    gap: 8px;
    padding-top: 18px;
}

.ldw-phone-lines span {
    background: #eeeef2;
    border-radius: 999px;
    height: 6px;
}

.ldw-phone-lines span:nth-child(2) {
    width: 72%;
}

.ldw-card-mockup {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 38px -28px rgba(38, 27, 70, .46);
    display: flex;
    flex-direction: column;
    min-height: 134px;
    padding: 28px;
    transform: rotate(-2deg);
}

.ldw-card-mockup img {
    height: 36px;
    margin-bottom: auto;
    width: 36px;
}

.ldw-card-mockup strong {
    color: #29262e;
    font-size: 12px;
    margin-top: 15px;
}

.ldw-card-mockup span,
.ldw-card-mockup small {
    color: #8c8692;
    font-size: 8px;
}

.ldw-export-preview {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 160px 24px minmax(0, 1fr);
    min-height: 204px;
    padding: 12px 18px;
}

.ldw-export-source {
    align-items: center;
    background: #f8f8fa;
    border: 1px solid #ebe9ef;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    min-height: 145px;
}

.ldw-export-source img {
    height: 58px;
    width: 58px;
}

.ldw-export-source span {
    color: #89838f;
    font-size: 9px;
}

.ldw-export-preview > i {
    color: #6b39f4;
    font-size: 14px;
}

.ldw-export-files {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ldw-export-files span {
    align-items: center;
    background: #fff;
    border: 1px solid #e9e7ed;
    border-radius: 12px;
    color: #8b8591;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    gap: 6px;
    justify-content: center;
    min-height: 105px;
}

.ldw-export-files b {
    color: #4a4550;
    font-size: 13px;
}

.ldw-export-files .is-more {
    background: #f4f1ff;
    border-color: #ddd4ff;
    color: #6b39f4;
}

.ldw-export-files .is-more b {
    color: #6b39f4;
}

.ldw-friction-section,
.ldw-credits-section,
.ldw-faq-section {
    padding: 112px 0;
}

.ldw-section-head {
    max-width: 700px;
}

.ldw-section-head-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ldw-section-head h2 {
    color: #17171c;
    font-size: 40px;
    font-weight: 650;
    line-height: 1.18;
    margin: 0;
}

.ldw-section-head > p {
    color: #686270;
    font-size: 16px;
    line-height: 1.72;
    margin: 18px auto 0;
    max-width: 680px;
}

.ldw-friction-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
}

.ldw-friction-grid article {
    background: #fff;
    border: 1px solid #e9e7ed;
    border-radius: 20px;
    min-height: 210px;
    padding: 25px;
    transition: border-color .25s ease, transform .25s ease;
}

.ldw-friction-grid article:hover {
    border-color: #cfc4f8;
    transform: translateY(-3px);
}

.ldw-friction-grid article > span {
    align-items: center;
    background: #f4f1ff;
    border-radius: 50%;
    color: #6b39f4;
    display: flex;
    font-size: 10px;
    font-weight: 650;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ldw-friction-grid h3 {
    color: #222027;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 28px 0 8px;
}

.ldw-friction-grid p {
    color: #77717d;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.ldw-workflow-section {
    border-top: 1px solid rgba(107, 57, 244, .08);
    padding-top: 112px;
}

.ldw-workflow-section > .container {
    padding-bottom: 72px;
}

.ldw-tool-band {
    background: #fff;
    border-top: 1px solid #f0eef3;
    padding: 100px 0;
}

.ldw-tool-band.is-soft {
    background: #fafafd;
}

.ldw-tool-layout {
    align-items: center;
    display: grid;
    gap: 82px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.ldw-tool-layout.is-reversed {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}

.ldw-tool-layout.is-reversed .ldw-tool-copy {
    order: 2;
}

.ldw-tool-layout.is-reversed .ldw-tool-visual {
    order: 1;
}

.ldw-step-label {
    color: #6b39f4;
    display: block;
    font-size: 11px;
    font-weight: 650;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ldw-tool-copy h2 {
    color: #18171c;
    font-size: 36px;
    font-weight: 650;
    line-height: 1.2;
    margin: 0;
}

.ldw-tool-copy > p {
    color: #69636f;
    font-size: 15px;
    line-height: 1.72;
    margin: 18px 0 0;
}

.ldw-tool-copy ul,
.ldw-roles ul {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
}

.ldw-tool-copy li {
    align-items: flex-start;
    color: #454149;
    display: flex;
    font-size: 13px;
    gap: 10px;
    line-height: 1.55;
    margin-top: 10px;
}

.ldw-tool-copy li i {
    align-items: center;
    background: #f1edff;
    border-radius: 50%;
    color: #6b39f4;
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 8px;
    height: 20px;
    justify-content: center;
    margin-top: 1px;
}

.ldw-text-link {
    align-items: center;
    color: #6b39f4;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    margin-top: 29px;
    text-decoration: none;
}

.ldw-text-link i {
    font-size: 10px;
    transition: transform .2s ease;
}

.ldw-text-link:hover {
    color: #5d2ee8;
}

.ldw-text-link:hover i {
    transform: translateX(3px);
}

.ldw-tool-visual {
    background: #fff;
    border: 1px solid #e8e6ec;
    border-radius: 20px;
    min-height: 410px;
    overflow: hidden;
}

.ldw-tool-window-bar {
    align-items: center;
    background: #fafafd;
    border-bottom: 1px solid #eceaf0;
    display: flex;
    gap: 6px;
    min-height: 48px;
    padding: 0 16px;
}

.ldw-tool-window-bar > span {
    background: #d9d6df;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.ldw-tool-window-bar > span:first-child {
    background: #d7ceff;
}

.ldw-tool-window-bar small {
    color: #918b97;
    font-size: 9px;
    margin-left: 7px;
    text-transform: uppercase;
}

.ldw-tool-review-main {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 132px;
    min-height: 245px;
    padding: 45px;
}

.ldw-tool-review-main > img {
    max-height: 66px;
    max-width: 86%;
}

.ldw-score-ring {
    align-items: center;
    background:
        radial-gradient(circle, #fff 62%, transparent 64%),
        conic-gradient(#11967f 338deg, #e9e8ed 0);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 122px;
    justify-content: center;
    width: 122px;
}

.ldw-score-ring strong {
    color: #11967f;
    font-size: 29px;
    font-weight: 650;
    line-height: 1;
}

.ldw-score-ring span {
    color: #8d8793;
    font-size: 8px;
    margin-top: 5px;
}

.ldw-tool-review-detail {
    border-top: 1px solid #efedf2;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
}

.ldw-tool-review-detail span {
    align-items: center;
    border-radius: 11px;
    display: flex;
    font-size: 10px;
    gap: 8px;
    min-height: 48px;
    padding: 10px 12px;
}

.ldw-tool-review-detail .is-good {
    background: #edf9f6;
    color: #117b69;
}

.ldw-tool-review-detail .is-watch {
    background: #fff8ea;
    color: #9b6b16;
}

.ldw-tool-concepts {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 42px 26px 24px;
}

.ldw-tool-concepts > div {
    align-items: center;
    background: #fafafd;
    border: 1px solid #eceaf0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 224px;
    padding: 30px 12px 18px;
    position: relative;
}

.ldw-tool-concepts > div > span {
    color: #918b97;
    font-size: 9px;
    margin-bottom: 35px;
}

.ldw-tool-concepts img {
    max-height: 50px;
    max-width: 78%;
}

.ldw-tool-concepts small {
    color: #35313a;
    font-size: 16px;
    font-weight: 650;
    margin-top: 38px;
}

.ldw-tool-concepts .is-selected {
    background: #faf9ff;
    border-color: #a98fff;
}

.ldw-tool-concepts em {
    background: #6b39f4;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-style: normal;
    left: 50%;
    padding: 6px 10px;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
}

.ldw-compare-tool-visual > p {
    align-items: flex-start;
    border-top: 1px solid #efedf2;
    color: #686270;
    display: flex;
    font-size: 10px;
    gap: 9px;
    line-height: 1.55;
    margin: 0;
    padding: 17px 24px;
}

.ldw-compare-tool-visual > p i {
    color: #6b39f4;
    margin-top: 2px;
}

.ldw-mockup-stack {
    align-items: end;
    background: #f4f1ff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.2fr) minmax(170px, .7fr);
    min-height: 361px;
    padding: 46px 34px 0;
}

.ldw-browser-mockup {
    align-self: center;
    background: #fff;
    border: 1px solid #dedbe4;
    border-radius: 13px;
    box-shadow: 0 28px 52px -40px rgba(38, 27, 70, .58);
    min-height: 190px;
    overflow: hidden;
}

.ldw-browser-mockup > div {
    align-items: center;
    background: #f5f4f7;
    border-bottom: 1px solid #e9e7ed;
    display: flex;
    gap: 5px;
    min-height: 36px;
    padding: 0 10px;
}

.ldw-browser-mockup > div > span {
    background: #d7d3dc;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

.ldw-browser-mockup > div small {
    background: #fff;
    border-radius: 999px;
    color: #928c98;
    font-size: 7px;
    margin-left: 8px;
    padding: 5px 12px;
}

.ldw-browser-mockup header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    padding: 0 20px;
}

.ldw-browser-mockup header img {
    max-height: 28px;
    max-width: 72%;
}

.ldw-browser-mockup header i {
    color: #85808b;
    font-size: 11px;
}

.ldw-social-mockup {
    align-items: center;
    align-self: end;
    background: #fff;
    border: 4px solid #dbd9df;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    display: flex;
    flex-direction: column;
    height: 275px;
    padding: 36px 16px 18px;
    text-align: center;
}

.ldw-social-mockup img {
    background: #f1edff;
    border: 5px solid #e6e0ff;
    border-radius: 50%;
    height: 76px;
    padding: 18px;
    width: 76px;
}

.ldw-social-mockup strong {
    color: #302c34;
    font-size: 10px;
    margin-top: 20px;
}

.ldw-social-mockup span {
    color: #918b97;
    font-size: 8px;
    margin-top: 4px;
}

.ldw-export-tool-head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 28px 28px 16px;
}

.ldw-export-tool-head span {
    color: #6b39f4;
    font-size: 10px;
    font-weight: 600;
    order: 2;
}

.ldw-export-tool-head strong {
    color: #2b2830;
    font-size: 16px;
    font-weight: 600;
}

.ldw-export-tool-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 28px 28px;
}

.ldw-export-tool-grid > span {
    align-items: center;
    background: #fafafd;
    border: 1px solid #eceaf0;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
    padding: 13px;
}

.ldw-export-tool-grid img {
    height: 48px;
    max-width: 72%;
    width: 48px;
}

.ldw-export-tool-grid small {
    color: #8e8894;
    font-size: 8px;
    margin-top: 10px;
}

.ldw-export-tool-grid .is-purple {
    background: #6b39f4;
}

.ldw-export-tool-grid .is-purple img,
.ldw-export-tool-grid .is-dark img {
    filter: brightness(0) invert(1);
}

.ldw-export-tool-grid .is-purple small,
.ldw-export-tool-grid .is-dark small {
    color: rgba(255, 255, 255, .76);
}

.ldw-export-tool-grid .is-dark {
    background: #232128;
}

.ldw-export-tool-grid .is-more {
    background: #f4f1ff;
    border-color: #ddd4ff;
}

.ldw-export-tool-grid .is-more strong {
    color: #6b39f4;
    font-size: 21px;
}

.logo-design-workflow-page > .ldw-designer-section {
    background: #17171c;
    border-bottom: 1px solid #2d2934;
    border-top: 1px solid #2d2934;
    color: #fff;
    overflow: hidden;
    padding: 112px 0;
}

.ldw-designer-section .ldw-grid-bg {
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    opacity: .7;
}

.ldw-designer-section .ldw-section-head h2 {
    color: #fff;
}

.ldw-designer-section .ldw-section-head > p {
    color: #aaa4b1;
}

.ldw-designer-section .ldw-kicker {
    color: #bfaeff;
}

.ldw-roles {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 54px;
    overflow: hidden;
}

.ldw-roles > div {
    min-height: 330px;
    padding: 38px 42px;
}

.ldw-roles > div + div {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.ldw-role-icon {
    align-items: center;
    background: rgba(107, 57, 244, .2);
    border: 1px solid rgba(174, 150, 255, .28);
    border-radius: 12px;
    color: #c3b2ff;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-bottom: 28px;
    width: 42px;
}

.ldw-role-icon.is-human {
    background: rgba(79, 131, 241, .16);
    border-color: rgba(128, 166, 247, .26);
    color: #9ebcff;
}

.ldw-roles small {
    color: #8f8996;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.ldw-roles h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin: 8px 0 0;
}

.ldw-roles li {
    color: #bcb6c2;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 9px;
    padding-left: 17px;
    position: relative;
}

.ldw-roles li::before {
    background: #8060f7;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

.ldw-roles > div + div li::before {
    background: #6e9af7;
}

.ldw-credits-layout {
    align-items: center;
    display: grid;
    gap: 88px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.ldw-credits-layout .ldw-button {
    margin-top: 28px;
}

.ldw-credit-list {
    border: 1px solid #e8e6ec;
    border-radius: 20px;
    overflow: hidden;
}

.ldw-credit-list > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 69px;
    padding: 15px 20px;
}

.ldw-credit-list > div + div {
    border-top: 1px solid #efedf2;
}

.ldw-credit-list span {
    align-items: center;
    color: #39353e;
    display: flex;
    font-size: 13px;
    gap: 11px;
}

.ldw-credit-list span i {
    align-items: center;
    background: #f4f1ff;
    border-radius: 9px;
    color: #6b39f4;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.ldw-credit-list strong {
    color: #77717d;
    font-size: 12px;
    font-weight: 550;
}

.logo-design-workflow-page > .ldw-faq-section {
    background: #fafafd;
    border-top: 1px solid #efedf2;
}

.ldw-faq-list {
    margin: 48px auto 0;
    max-width: 880px;
}

.ldw-faq-list details {
    background: #fff;
    border: 1px solid #e9e7ed;
    border-radius: 15px;
    margin-top: 10px;
    overflow: hidden;
}

.ldw-faq-list summary {
    align-items: center;
    color: #29262e;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 550;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 15px 19px;
}

.ldw-faq-list summary::-webkit-details-marker {
    display: none;
}

.ldw-faq-list summary i {
    color: #8b8591;
    font-size: 10px;
    transition: transform .2s ease;
}

.ldw-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.ldw-faq-list details p {
    border-top: 1px solid #f0eef3;
    color: #6f6975;
    font-size: 13px;
    line-height: 1.72;
    margin: 0;
    padding: 17px 19px 20px;
}

.logo-design-workflow-page > .ldw-final-section {
    background:
        radial-gradient(circle at 18% 40%, rgba(214, 239, 253, .56) 0, rgba(214, 239, 253, 0) 26%),
        radial-gradient(circle at 82% 52%, rgba(207, 190, 246, .46) 0, rgba(207, 190, 246, 0) 25%),
        #fff;
    padding: 116px 0 122px;
}

.ldw-final-copy {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

.ldw-final-copy h2 {
    color: #17171c;
    font-size: 46px;
    font-weight: 650;
    line-height: 1.14;
    margin: 0;
}

.ldw-final-copy > p {
    color: #686270;
    font-size: 16px;
    line-height: 1.72;
    margin: 19px auto 0;
    max-width: 670px;
}

[data-ldw-reveal] {
    opacity: 1;
    transform: none;
}

.logo-design-workflow-page.is-motion-ready [data-ldw-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
}

.logo-design-workflow-page.is-motion-ready [data-ldw-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .ldw-hero h1 {
        font-size: 52px;
    }

    .ldw-tool-layout,
    .ldw-tool-layout.is-reversed {
        gap: 48px;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .ldw-tool-copy h2 {
        font-size: 32px;
    }

    .ldw-mockup-stack {
        padding-left: 22px;
        padding-right: 22px;
    }

    .ldw-friction-grid article {
        padding: 21px;
    }
}

@media (max-width: 900px) {
    .ldw-hero {
        min-height: 0;
        padding: 94px 0 68px;
    }

    .ldw-hero h1 {
        font-size: 46px;
    }

    .ldw-friction-section,
    .ldw-credits-section,
    .ldw-faq-section,
    .ldw-designer-section {
        padding: 88px 0;
    }

    .ldw-workflow-section {
        padding-top: 88px;
    }

    .ldw-tool-band {
        padding: 82px 0;
    }

    .ldw-friction-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ldw-tool-layout,
    .ldw-tool-layout.is-reversed {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .ldw-tool-layout.is-reversed .ldw-tool-copy,
    .ldw-tool-layout.is-reversed .ldw-tool-visual {
        order: initial;
    }

    .ldw-tool-copy {
        max-width: 670px;
    }

    .ldw-tool-visual {
        min-height: 390px;
    }

    .ldw-credits-layout {
        gap: 44px;
        grid-template-columns: 1fr;
    }

    .ldw-credits-layout .ldw-section-head {
        max-width: 650px;
    }
}

@media (max-width: 680px) {
    .ldw-hero {
        padding: 78px 0 52px;
    }

    .ldw-hero-copy {
        margin-bottom: 38px;
    }

    .ldw-hero h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    .ldw-gradient-text {
        display: inline;
    }

    .ldw-hero-copy > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .ldw-hero-principle {
        font-size: 13px;
    }

    .ldw-hero-actions {
        align-items: center;
        flex-direction: row;
    }

    .ldw-button {
        flex: 1 1 0;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
        width: auto;
    }

    .ldw-trust-row {
        align-items: center;
        flex-direction: row;
        gap: 8px 14px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }

    .ldw-trust-row span {
        font-size: 9px;
    }

    .ldw-console-bar {
        min-height: 60px;
        padding: 9px 12px;
    }

    .ldw-console-status {
        font-size: 0;
        gap: 0;
        height: 30px;
        justify-content: center;
        padding: 0;
        width: 30px;
    }

    .ldw-console-tabs {
        gap: 4px;
        padding: 6px;
    }

    .ldw-console-tabs::after {
        bottom: 0;
    }

    .ldw-console-tabs button {
        flex-direction: column;
        font-size: 8px;
        gap: 4px;
        line-height: 1.2;
        min-height: 58px;
        padding: 5px 2px;
    }

    .ldw-console-tabs button span {
        height: 20px;
        width: 20px;
    }

    .ldw-console-stage {
        min-height: 0;
        padding: 12px;
    }

    .ldw-console-panel {
        min-height: 225px;
    }

    .ldw-review-preview {
        grid-template-columns: 1fr;
    }

    .ldw-review-logo,
    .ldw-review-result {
        min-height: 95px;
    }

    .ldw-review-result {
        display: grid;
        gap: 4px 8px;
        grid-template-columns: 1fr auto;
        padding: 13px 17px;
        text-align: left;
    }

    .ldw-review-result > strong {
        grid-row: span 2;
    }

    .ldw-review-result em {
        justify-self: start;
        margin: 0;
    }

    .ldw-mini-scores span {
        flex-direction: column;
        gap: 2px;
        min-height: 55px;
    }

    .ldw-compare-preview {
        gap: 7px;
    }

    .ldw-compare-preview > div {
        min-height: 215px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .ldw-compare-preview img {
        max-height: 36px;
        max-width: 88%;
    }

    .ldw-compare-preview em {
        font-size: 0;
        height: 20px;
        padding: 0;
        width: 20px;
    }

    .ldw-compare-preview em i {
        font-size: 8px;
        line-height: 20px;
    }

    .ldw-mockup-preview {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        min-height: 225px;
        padding: 20px 12px 0;
    }

    .ldw-phone-mockup {
        height: 205px;
        padding: 10px;
    }

    .ldw-card-mockup {
        min-height: 118px;
        padding: 17px;
    }

    .ldw-export-preview {
        gap: 12px;
        grid-template-columns: 92px 12px minmax(0, 1fr);
        min-height: 225px;
        padding: 8px 0;
    }

    .ldw-export-source {
        min-height: 126px;
    }

    .ldw-export-source img {
        height: 40px;
        width: 40px;
    }

    .ldw-export-files {
        gap: 6px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ldw-export-files span {
        min-height: 70px;
    }

    .ldw-section-head h2 {
        font-size: 32px;
    }

    .ldw-section-head > p {
        font-size: 14px;
    }

    .ldw-friction-section,
    .ldw-credits-section,
    .ldw-faq-section,
    .ldw-designer-section {
        padding: 74px 0;
    }

    .ldw-workflow-section {
        padding-top: 74px;
    }

    .ldw-workflow-section > .container {
        padding-bottom: 52px;
    }

    .ldw-tool-band {
        padding: 68px 0;
    }

    .ldw-friction-grid {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .ldw-friction-grid article {
        min-height: 0;
    }

    .ldw-tool-copy h2 {
        font-size: 29px;
    }

    .ldw-tool-copy > p {
        font-size: 14px;
    }

    .ldw-tool-visual {
        min-height: 0;
    }

    .ldw-tool-review-main {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr) 94px;
        min-height: 210px;
        padding: 28px 20px;
    }

    .ldw-score-ring {
        height: 90px;
        width: 90px;
    }

    .ldw-score-ring strong {
        font-size: 22px;
    }

    .ldw-tool-review-detail {
        grid-template-columns: 1fr;
    }

    .ldw-tool-concepts {
        gap: 7px;
        padding: 34px 10px 18px;
    }

    .ldw-tool-concepts > div {
        min-height: 190px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .ldw-tool-concepts img {
        max-height: 39px;
        max-width: 90%;
    }

    .ldw-tool-concepts em {
        font-size: 7px;
        padding: 5px 7px;
    }

    .ldw-mockup-stack {
        gap: 9px;
        grid-template-columns: minmax(0, 1.1fr) minmax(115px, .7fr);
        min-height: 320px;
        padding: 30px 11px 0;
    }

    .ldw-browser-mockup header {
        padding: 0 11px;
    }

    .ldw-social-mockup {
        border-radius: 20px 20px 0 0;
        height: 238px;
        padding: 28px 8px 14px;
    }

    .ldw-social-mockup img {
        height: 60px;
        padding: 14px;
        width: 60px;
    }

    .ldw-export-tool-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 22px 16px 14px;
    }

    .ldw-export-tool-head span {
        order: initial;
    }

    .ldw-export-tool-grid {
        gap: 7px;
        padding: 0 16px 20px;
    }

    .ldw-export-tool-grid > span {
        min-height: 91px;
        padding: 9px;
    }

    .ldw-export-tool-grid img {
        height: 36px;
        width: 36px;
    }

    .ldw-roles {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .ldw-roles > div {
        min-height: 0;
        padding: 29px 25px;
    }

    .ldw-roles > div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .ldw-credit-list > div {
        min-height: 63px;
        padding: 13px 14px;
    }

    .ldw-credit-list span {
        font-size: 12px;
    }

    .ldw-final-section {
        padding: 84px 0 90px;
    }

    .ldw-final-copy h2 {
        font-size: 35px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-design-workflow-page.is-motion-ready .ldw-gradient-text {
        animation: none;
    }

    .logo-design-workflow-page.is-motion-ready [data-ldw-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ldw-console-tabs::after,
    .ldw-button,
    .ldw-text-link i,
    .ldw-friction-grid article {
        transition: none;
    }
}

/* Simplified workflow story and product-accurate interface previews. */
.logo-design-workflow-page > .ldw-hero {
    align-items: center;
    display: flex;
    min-height: 590px;
    padding: 112px 0 104px;
}

.ldw-hero-copy {
    margin-bottom: 0;
    max-width: 900px;
}

.ldw-hero-actions {
    margin-top: 30px;
}

.ldw-friction-section {
    scroll-margin-top: 96px;
}

.ldw-friction-grid article {
    display: flex;
    flex-direction: column;
}

.ldw-friction-grid article > a {
    align-items: center;
    color: #6b39f4;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
    text-decoration: none;
}

.ldw-friction-grid article > a i {
    font-size: 9px;
    transition: transform .2s ease;
}

.ldw-friction-grid article > a:hover i {
    transform: translateX(3px);
}

.ldw-tool-visual {
    box-shadow: 0 24px 60px -48px rgba(39, 29, 67, .34);
}

.ldw-home-product-preview {
    min-height: 340px;
}

.ldw-home-product-preview.home-core-review-visual {
    padding: 30px 22px 20px;
}

.ldw-home-product-preview.home-core-mockup-visual {
    min-height: 430px;
    padding-top: 42px;
}

.ldw-home-product-preview .home-core-mobile-device {
    height: 470px;
    width: 326px;
}

.ldw-home-product-preview .home-core-mobile-header {
    justify-content: center;
    position: relative;
}

.ldw-home-product-preview .home-core-mobile-header img {
    max-height: 28px;
    max-width: 180px;
}

.ldw-home-product-preview .home-core-mobile-header button {
    position: absolute;
    right: 14px;
}

.ldw-home-product-preview.home-core-export-visual {
    padding: 22px;
}

.ldw-home-product-preview .home-core-export-results > div {
    aspect-ratio: auto;
    height: 88px;
    padding: 16px;
}

.ldw-home-product-preview .home-core-export-results > div.is-dark {
    background: #242129;
}

.ldw-home-product-preview .home-core-export-results > div.is-blue {
    background: #eef6ff;
    border-color: #dceafa;
}

.ldw-home-product-preview .home-core-export-results svg {
    height: 72%;
    width: 72%;
}

.ldw-review-tool-visual {
    padding: 22px;
}

.ldw-tool-review-main {
    align-items: stretch;
    gap: 14px;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    min-height: 266px;
    padding: 0;
}

.ldw-tool-review-logo {
    align-items: center;
    background: #f7f7ff;
    border: 1px solid #ece8ff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 30px 24px;
}

.ldw-tool-review-logo img {
    display: block;
    max-height: 72px;
    max-width: 92%;
    width: auto;
}

.ldw-tool-review-summary {
    align-items: center;
    background: #fff;
    border: 1px solid #eceaf0;
    border-radius: 15px;
    display: grid;
    gap: 18px;
    grid-template-columns: 104px minmax(0, 1fr);
    padding: 23px;
}

.ldw-tool-review-summary .ldw-score-ring {
    height: 100px;
    width: 100px;
}

.ldw-tool-review-summary > div:last-child {
    min-width: 0;
}

.ldw-tool-review-summary small {
    color: #8e8894;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
}

.ldw-tool-review-summary > div > strong {
    color: #242129;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 6px;
}

.ldw-tool-review-summary p {
    color: #817b87;
    font-size: 10px;
    line-height: 1.5;
    margin: 7px 0 0;
}

.ldw-tool-review-detail {
    border: 0;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 14px 0 0;
}

.ldw-tool-review-detail span {
    align-items: center;
    background: #fafafd;
    border: 1px solid #eceaf0;
    border-radius: 12px;
    justify-content: space-between;
    min-height: 56px;
    padding: 11px 13px;
}

.ldw-tool-review-detail small {
    color: #7e7884;
    font-size: 9px;
    line-height: 1.25;
}

.ldw-tool-review-detail b {
    color: #11967f;
    font-size: 14px;
    font-weight: 650;
}

.ldw-compare-tool-visual {
    padding: 22px;
}

.ldw-compare-columns {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 100%;
}

.ldw-compare-columns article {
    align-items: center;
    background: #fafafd;
    border: 1px solid #e8e5ed;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 364px;
    padding: 46px 22px 20px;
    position: relative;
}

.ldw-compare-columns article.is-recommended {
    background: #f8f6ff;
    border-color: #a98fff;
}

.ldw-compare-columns em {
    background: #6b39f4;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    left: 14px;
    padding: 6px 10px;
    position: absolute;
    top: 14px;
}

.ldw-compare-columns img {
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 68px;
    max-width: 86%;
}

.ldw-compare-columns article > div {
    align-items: center;
    border-top: 1px solid #e8e5ed;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 16px;
    width: 100%;
}

.ldw-compare-columns article > div span {
    color: #77717d;
    font-size: 10px;
}

.ldw-compare-columns article > div strong {
    color: #29262e;
    font-size: 17px;
    font-weight: 650;
}

.ldw-compare-winner {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.ldw-compare-winner-image,
.ldw-compare-winner-copy {
    border: 1px solid #e8e4f5;
    border-radius: 15px;
    min-height: 208px;
}

.ldw-compare-winner-image {
    align-items: center;
    background: #f7f7ff;
    display: flex;
    justify-content: center;
    padding: 35px 24px 24px;
    position: relative;
}

.ldw-compare-winner-image > span {
    background: #6b39f4;
    border-radius: 999px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    left: 14px;
    padding: 5px 9px;
    position: absolute;
    top: 14px;
}

.ldw-compare-winner-image img {
    display: block;
    max-height: 65px;
    max-width: 88%;
}

.ldw-compare-winner-copy {
    align-content: center;
    background: #fff;
    display: grid;
    padding: 21px;
}

.ldw-compare-score {
    align-items: center;
    background: #edf9f6;
    border-radius: 50%;
    color: #11967f;
    display: flex;
    font-size: 17px;
    font-weight: 650;
    height: 50px;
    justify-content: center;
    margin-bottom: 13px;
    width: 50px;
}

.ldw-compare-winner-copy small {
    color: #8e8894;
    font-size: 8px;
    text-transform: uppercase;
}

.ldw-compare-winner-copy strong {
    color: #29262e;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}

.ldw-compare-winner-copy p {
    color: #817b87;
    font-size: 9px;
    line-height: 1.5;
    margin: 7px 0 0;
}

.ldw-tool-concepts {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 0 0;
}

.ldw-tool-concepts > div {
    align-items: center;
    background: #fafafd;
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 72px;
    min-height: 86px;
    padding: 14px;
}

.ldw-tool-concepts > div > img {
    margin: 0 auto;
    max-height: 34px;
    max-width: 88%;
}

.ldw-tool-concepts > div > span {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.ldw-tool-concepts > div > span small {
    color: #8d8793;
    font-size: 8px;
    font-weight: 500;
    margin: 0;
}

.ldw-tool-concepts > div > span b {
    color: #29262e;
    font-size: 14px;
    font-weight: 650;
}

.ldw-mockups-tool-visual {
    min-height: 430px;
    padding: 18px;
}

.ldw-mockup-card-head {
    align-items: center;
    display: flex;
    min-height: 46px;
}

.ldw-mockup-card-head > div {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.ldw-mockup-card-head small {
    color: #9a949f;
    font-size: 8px;
    text-transform: uppercase;
}

.ldw-mockup-card-head strong {
    color: #252229;
    font-size: 13px;
    margin-top: 2px;
}

.ldw-mockup-card-head button {
    align-items: center;
    background: #fff;
    border: 1px solid #e8e5ed;
    border-radius: 50%;
    color: #6f6976;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-left: 7px;
    padding: 0;
    width: 32px;
}

.ldw-mockup-stage {
    align-items: flex-start;
    background: #f1edff;
    border-radius: 14px;
    display: flex;
    height: 282px;
    justify-content: center;
    margin-top: 9px;
    overflow: hidden;
    padding-top: 28px;
}

.ldw-mobile-header-phone {
    background: #fff;
    border: 5px solid #d8d7dc;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 24px 40px -28px rgba(35, 28, 55, .55);
    height: 310px;
    overflow: hidden;
    width: 218px;
}

.ldw-mobile-phone-status {
    align-items: center;
    color: #26232a;
    display: flex;
    font-size: 7px;
    justify-content: space-between;
    padding: 10px 15px 7px;
}

.ldw-mobile-site-header {
    align-items: center;
    border-bottom: 1px solid #eeecf1;
    display: flex;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 16px;
}

.ldw-mobile-site-header img {
    max-height: 22px;
    max-width: 77%;
}

.ldw-mobile-site-header > i {
    color: #77717d;
    font-size: 10px;
}

.ldw-mobile-site-body {
    display: grid;
    gap: 10px;
    padding: 22px 16px;
}

.ldw-mobile-site-body span {
    background: #f3f1f6;
    border-radius: 6px;
    height: 48px;
}

.ldw-mobile-site-body span:nth-child(2) {
    height: 14px;
    width: 72%;
}

.ldw-mobile-site-body span:nth-child(3) {
    height: 14px;
    width: 48%;
}

.ldw-mockup-controls {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.ldw-mockup-controls span {
    align-items: center;
    border: 1px solid #e8e5ed;
    border-radius: 999px;
    color: #645e6a;
    display: flex;
    font-size: 9px;
    justify-content: space-between;
    min-height: 34px;
    padding: 7px 12px;
}

.ldw-mockup-controls i {
    font-size: 7px;
}

.ldw-export-tool-visual {
    padding: 20px;
}

.ldw-export-tool-head {
    align-items: center;
    padding: 0 0 17px;
}

.ldw-export-tool-head > div {
    display: flex;
    flex-direction: column;
}

.ldw-export-tool-head span {
    font-size: 9px;
    order: initial;
}

.ldw-export-tool-head strong {
    font-size: 15px;
    margin-top: 3px;
}

.ldw-export-tool-head button {
    background: #6b39f4;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    min-height: 34px;
    padding: 8px 14px;
}

.ldw-export-tool-grid {
    gap: 10px;
    padding: 0;
}

.ldw-export-tool-grid article {
    background: #fff;
    border: 1px solid #e9e6ee;
    border-radius: 13px;
    min-width: 0;
    overflow: hidden;
    padding: 0 11px 12px;
}

.ldw-export-tool-grid article > div {
    align-items: center;
    background: #f7f7ff;
    display: flex;
    height: 128px;
    justify-content: center;
    margin: 0 -11px 11px;
}

.ldw-export-tool-grid article > div img {
    display: block;
    max-height: 54px;
    max-width: 75%;
}

.ldw-export-tool-grid article > strong,
.ldw-export-tool-grid article > small {
    display: block;
}

.ldw-export-tool-grid article > strong {
    color: #2a272e;
    font-size: 10px;
}

.ldw-export-tool-grid article > small {
    color: #918b97;
    font-size: 8px;
    margin-top: 3px;
}

.ldw-export-tool-grid article > span {
    display: flex;
    gap: 4px;
    margin-top: 10px;
}

.ldw-export-tool-grid article > span b {
    border: 1px solid #e5e2e9;
    border-radius: 999px;
    color: #686270;
    font-size: 7px;
    font-weight: 550;
    padding: 4px 7px;
}

.ldw-export-tool-grid article.is-dark > div {
    background: #26222c;
}

.ldw-export-tool-grid article.is-dark > div img {
    filter: brightness(0) invert(1);
}

@media (max-width: 900px) {
    .logo-design-workflow-page > .ldw-hero {
        min-height: 500px;
        padding: 96px 0 88px;
    }
}

@media (max-width: 680px) {
    .logo-design-workflow-page > .ldw-hero {
        min-height: 470px;
        padding: 78px 0 70px;
    }

    .ldw-hero-copy {
        margin-bottom: 0;
    }

    .ldw-hero-actions {
        flex-direction: row;
    }

    .ldw-button {
        flex: 0 0 auto;
        padding-left: 22px;
        padding-right: 22px;
    }

    .ldw-review-tool-visual,
    .ldw-compare-tool-visual,
    .ldw-export-tool-visual {
        padding: 14px;
    }

    .ldw-home-product-preview {
        min-height: 280px;
    }

    .ldw-home-product-preview.home-core-review-visual {
        padding: 22px 14px 14px;
    }

    .ldw-home-product-preview.home-core-mockup-visual {
        min-height: 360px;
        padding-top: 30px;
    }

    .ldw-home-product-preview .home-core-mobile-device {
        height: 410px;
        max-width: 92%;
        width: 292px;
    }

    .ldw-home-product-preview .home-core-mobile-header img {
        max-width: 155px;
    }

    .ldw-home-product-preview.home-core-export-visual {
        padding: 15px;
    }

    .ldw-tool-review-main {
        gap: 10px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ldw-tool-review-logo {
        min-height: 130px;
        padding: 28px 20px;
    }

    .ldw-tool-review-summary {
        gap: 14px;
        grid-template-columns: 84px minmax(0, 1fr);
        padding: 16px;
    }

    .ldw-tool-review-summary .ldw-score-ring {
        height: 80px;
        width: 80px;
    }

    .ldw-tool-review-detail {
        gap: 6px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ldw-tool-review-detail span {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        min-height: 60px;
        padding: 9px;
    }

    .ldw-compare-winner {
        grid-template-columns: 1fr;
    }

    .ldw-compare-columns {
        gap: 8px;
    }

    .ldw-compare-columns article {
        min-height: 255px;
        padding: 40px 11px 14px;
    }

    .ldw-compare-columns em {
        font-size: 7px;
        left: 9px;
        padding: 5px 7px;
        top: 9px;
    }

    .ldw-compare-columns img {
        margin-bottom: auto;
        margin-top: auto;
        max-height: 43px;
        max-width: 90%;
    }

    .ldw-compare-columns article > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        padding-top: 11px;
    }

    .ldw-compare-winner-image,
    .ldw-compare-winner-copy {
        min-height: 154px;
    }

    .ldw-compare-winner-copy {
        grid-template-columns: 50px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 12px;
    }

    .ldw-compare-score {
        grid-row: 1 / 4;
        margin: 0;
    }

    .ldw-tool-concepts {
        gap: 7px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 9px 0 0;
    }

    .ldw-tool-concepts > div {
        gap: 9px;
        grid-template-columns: 1fr;
        min-height: 116px;
        padding: 11px;
    }

    .ldw-tool-concepts > div > span {
        align-items: center;
    }

    .ldw-mockups-tool-visual {
        min-height: 0;
        padding: 14px;
    }

    .ldw-mockup-stage {
        height: 255px;
    }

    .ldw-mockup-controls {
        grid-template-columns: 1fr;
    }

    .ldw-export-tool-head {
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
        padding: 0 0 14px;
    }

    .ldw-export-tool-head button {
        margin-left: auto;
        white-space: nowrap;
    }

    .ldw-export-tool-grid {
        gap: 7px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 0;
    }

    .ldw-export-tool-grid article {
        padding: 0 7px 9px;
    }

    .ldw-export-tool-grid article > div {
        height: 88px;
        margin: 0 -7px 8px;
    }

    .ldw-export-tool-grid article > span {
        display: none;
    }
}
