@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800;900&family=Work+Sans:wght@400;500;600;700&display=swap");

body.work2do-landing-page {
    --w2d-blue: #005bea;
    --w2d-blue-700: #0345af;
    --w2d-cyan: #20c7f7;
    --w2d-orange: #ff6a1a;
    --w2d-lime: #b6f34a;
    --w2d-ink: #111827;
    --w2d-muted: #506071;
    --w2d-line: #dbe7f3;
    --w2d-soft: #f3f8ff;
    --w2d-panel: #ffffff;
    --w2d-dark: #101820;
    --w2d-shadow: 0 18px 45px rgba(16, 24, 32, 0.12);
    font-family: "Work Sans", "Roboto", sans-serif;
    color: var(--w2d-ink);
    background: #f8fbff;
}

body.work2do-landing-page h1,
body.work2do-landing-page h2,
body.work2do-landing-page h3,
body.work2do-landing-page h4,
body.work2do-landing-page h5,
body.work2do-landing-page h6 {
    font-family: "Outfit", "Helvetica", sans-serif;
    color: var(--w2d-ink);
    letter-spacing: 0;
}

body.work2do-landing-page p {
    margin: 0;
}

body.work2do-landing-page a,
body.work2do-landing-page button {
    cursor: pointer;
}

body.work2do-landing-page a:focus-visible,
body.work2do-landing-page button:focus-visible,
body.work2do-landing-page input:focus-visible {
    outline: 3px solid rgba(32, 199, 247, 0.55);
    outline-offset: 3px;
}

body.work2do-landing-page header {
    position: sticky;
    top: 0;
    z-index: 1100;
}

body.work2do-landing-page .navbar-top {
    background: var(--w2d-dark);
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1200;
    overflow: visible;
}

body.work2do-landing-page .navbar-top-wrapper {
    min-height: 42px;
    position: relative;
    overflow: visible;
}

body.work2do-landing-page .navbar-top .tel-link,
body.work2do-landing-page .navbar-top .topbar-link {
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 600;
}

body.work2do-landing-page .hs-unfold,
body.work2do-landing-page .topbar-text.dropdown {
    position: relative;
    z-index: 1202;
}

body.work2do-landing-page .lagn-drop-btn {
    min-height: 38px;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    gap: 10px;
}

body.work2do-landing-page .lagn-drop-btn > span {
    min-height: 36px;
}

body.work2do-landing-page .dropdown-menu.lang-menu,
body.work2do-landing-page .lagn-drop-btn + .dropdown-menu {
    left: 0;
    right: auto;
    margin-top: 8px;
    min-width: 232px;
    padding: 8px;
    border: 1px solid var(--w2d-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(16, 24, 32, 0.16);
    z-index: 1300;
}

body.work2do-landing-page .dropdown-menu.lang-menu .dropdown-item {
    border-radius: 10px;
    color: var(--w2d-ink);
    font-weight: 600;
}

body.work2do-landing-page .dropdown-menu.lang-menu .dropdown-item:hover,
body.work2do-landing-page .dropdown-menu.lang-menu .dropdown-item:focus {
    background: var(--w2d-soft);
    color: var(--w2d-blue);
}

body.work2do-landing-page .mode--toggle {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.work2do-landing-page .mode--toggle img {
    width: 17px;
    height: 17px;
}

body.work2do-landing-page .navbar-bottom {
    padding: 10px 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: blur(18px);
    position: relative;
}

body.work2do-landing-page .navbar-bottom.active {
    box-shadow: none;
}

body.work2do-landing-page .navbar-bottom-wrapper {
    min-height: 74px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 40px rgba(16, 24, 32, 0.12);
    position: relative;
}

body.work2do-landing-page .navbar-bottom.active .navbar-bottom-wrapper {
    min-height: 68px;
    box-shadow: 0 14px 34px rgba(16, 24, 32, 0.16);
}

body.work2do-landing-page .logo img {
    max-height: 48px;
    object-fit: contain;
}

body.work2do-landing-page .w2d-brand-logo {
    min-width: 168px;
    display: inline-flex;
    align-items: center;
}

body.work2do-landing-page .w2d-brand-logo img {
    width: min(178px, 42vw);
    height: auto;
    object-fit: contain;
}

body.work2do-landing-page .w2d-brand-logo .w2d-logo-dark {
    display: none;
}

body.work2do-landing-page.dark-theme .w2d-brand-logo .w2d-logo-light {
    display: none;
}

body.work2do-landing-page.dark-theme .w2d-brand-logo .w2d-logo-dark {
    display: inline-block;
}

body.work2do-landing-page.dark-theme .lagn-drop-btn {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

body.work2do-landing-page.dark-theme .dropdown-menu.lang-menu,
body.work2do-landing-page.dark-theme .lagn-drop-btn + .dropdown-menu {
    background: #101820;
    border-color: rgba(255, 255, 255, 0.08);
}

body.work2do-landing-page.dark-theme .dropdown-menu.lang-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.88);
}

body.work2do-landing-page.dark-theme .dropdown-menu.lang-menu .dropdown-item:hover,
body.work2do-landing-page.dark-theme .dropdown-menu.lang-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body.work2do-landing-page .w2d-footer-logo {
    min-width: 190px;
}

body.work2do-landing-page .w2d-footer-logo img {
    width: min(214px, 62vw);
    max-height: 58px;
}

body.work2do-landing-page .menu {
    gap: 6px;
}

body.work2do-landing-page .menu a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    color: #26313d;
    font-weight: 700;
    transition: color 180ms ease, background 180ms ease;
}

body.work2do-landing-page .menu a:hover,
body.work2do-landing-page .menu a.active {
    color: var(--w2d-blue);
    background: rgba(0, 91, 234, 0.08);
}

body.work2do-landing-page .nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: #fff;
}

body.work2do-landing-page .nav-toggle span {
    position: static;
    width: 20px;
    height: 2px;
    background: var(--w2d-ink);
    display: block;
    transform: none;
}

body.work2do-landing-page .nav-toggle.active span:first-child {
    transform: translateY(7px) rotate(45deg);
}

body.work2do-landing-page .nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

body.work2do-landing-page .nav-toggle.active span:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

body.work2do-landing-page .cmn--btn,
body.work2do-landing-page .cmn--btn2 {
    min-height: 46px;
    border-radius: 999px;
    background: var(--w2d-blue);
    border: 1px solid var(--w2d-blue);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(0, 91, 234, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.work2do-landing-page .cmn--btn:hover,
body.work2do-landing-page .cmn--btn2:hover {
    background: var(--w2d-blue-700);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(0, 91, 234, 0.27);
}

.work2do-landing {
    overflow: hidden;
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 35%, #f8fbff 100%);
}

.work2do-landing img {
    max-width: 100%;
}

.w2d-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.w2d-section {
    padding: 86px 0;
}

.w2d-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.w2d-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(0, 91, 234, 0.16);
    border-radius: 999px;
    color: var(--w2d-blue);
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-kicker i {
    font-size: 1rem;
}

.w2d-section-heading h2 {
    margin-top: 14px;
    font-size: 2.75rem;
    line-height: 1.04;
    font-weight: 900;
}

.w2d-section-heading p {
    margin-top: 16px;
    color: var(--w2d-muted);
    font-size: 1.06rem;
    line-height: 1.65;
}

.work2do-hero {
    position: relative;
    padding: 112px 0 90px;
    background:
        linear-gradient(90deg, rgba(0, 91, 234, 0.08) 0%, rgba(32, 199, 247, 0.08) 47%, rgba(255, 106, 26, 0.09) 100%),
        #f7fbff;
}

.work2do-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--w2d-line);
}

.w2d-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.88fr);
    gap: 46px;
    align-items: center;
}

.w2d-hero-copy {
    max-width: 680px;
}

.w2d-hero-copy h1 {
    margin-top: 18px;
    font-size: 4.4rem;
    line-height: 0.98;
    font-weight: 900;
}

.w2d-hero-copy h1 span {
    color: var(--w2d-blue);
}

.w2d-hero-copy .w2d-lead {
    margin-top: 22px;
    max-width: 610px;
    color: #334155;
    font-size: 1.18rem;
    line-height: 1.65;
}

.w2d-hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.w2d-store-badge {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 8px;
    background: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.w2d-store-badge img {
    height: 44px;
    width: auto;
    display: block;
}

.w2d-store-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.18);
}

.w2d-button {
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 900;
    border: 1px solid transparent;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.w2d-button:hover {
    transform: translateY(-1px);
}

.w2d-button-primary {
    background: var(--w2d-orange);
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 106, 26, 0.24);
}

.w2d-button-primary:hover {
    color: #fff;
    background: #e8560c;
}

.w2d-button-ghost {
    background: #fff;
    color: var(--w2d-ink);
    border-color: var(--w2d-line);
}

.w2d-button-ghost:hover {
    color: var(--w2d-blue);
    box-shadow: 0 12px 24px rgba(16, 24, 32, 0.08);
}

.w2d-trust-row {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 600px;
}

.w2d-trust-item {
    border: 1px solid rgba(0, 91, 234, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    padding: 14px 16px;
}

.w2d-trust-item strong {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 1.2rem;
    color: var(--w2d-ink);
}

.w2d-trust-item span {
    display: block;
    margin-top: 2px;
    color: var(--w2d-muted);
    font-size: 0.85rem;
    line-height: 1.35;
}

.w2d-hero-visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
}

.w2d-phone-shell {
    position: relative;
    width: min(310px, 78vw);
    aspect-ratio: 9 / 18.6;
    padding: 14px;
    border-radius: 34px;
    background: #0f172a;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
    z-index: 2;
}

.w2d-phone-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #e8f6ff, #ffffff);
}

.w2d-phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.w2d-phone-notch {
    position: absolute;
    top: 18px;
    left: 50%;
    width: 92px;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #0f172a;
    z-index: 3;
}

.w2d-float-card {
    position: absolute;
    z-index: 3;
    border-radius: 8px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--w2d-shadow);
    padding: 14px;
}

.w2d-float-card img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
}

.w2d-float-card strong {
    display: block;
    margin-top: 10px;
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-size: 0.96rem;
}

.w2d-float-card span {
    display: block;
    color: var(--w2d-muted);
    font-size: 0.78rem;
}

.w2d-float-card.is-top {
    top: 38px;
    right: 0;
    width: 176px;
}

.w2d-float-card.is-bottom {
    left: 0;
    bottom: 52px;
    width: 188px;
}

.w2d-app-chip {
    position: absolute;
    right: 18px;
    bottom: 118px;
    z-index: 4;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--w2d-lime);
    color: #1b2b13;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(70, 130, 20, 0.16);
}

.w2d-problem {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.w2d-problem-workbench {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: center;
}

.w2d-problem-copy {
    max-width: 520px;
}

.w2d-problem-copy h2 {
    margin-top: 14px;
    font-size: 3rem;
    line-height: 1.04;
    font-weight: 900;
}

.w2d-problem-copy p {
    margin-top: 18px;
    color: var(--w2d-muted);
    font-size: 1.05rem;
    line-height: 1.68;
}

.w2d-opportunity-card {
    margin-top: 26px;
    border: 1px solid rgba(0, 91, 234, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(0, 91, 234, 0.1);
    overflow: hidden;
}

.w2d-opportunity-top {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid var(--w2d-line);
}

.w2d-opportunity-top span {
    color: var(--w2d-muted);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-opportunity-top strong {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(182, 243, 74, 0.3);
    color: #36540b;
    font-size: 0.82rem;
    font-weight: 900;
}

.w2d-opportunity-request {
    min-height: 90px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 16px;
    padding: 16px;
    border: 1px solid rgba(219, 231, 243, 0.9);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.92));
}

.w2d-opportunity-request i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    color: var(--w2d-blue);
    font-size: 1.65rem;
    box-shadow: 0 12px 24px rgba(0, 91, 234, 0.1);
}

.w2d-opportunity-request strong,
.w2d-opportunity-request span {
    display: block;
}

.w2d-opportunity-request strong {
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-size: 1.04rem;
    line-height: 1.2;
}

.w2d-opportunity-request span {
    margin-top: 5px;
    color: var(--w2d-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.w2d-opportunity-results {
    display: grid;
    gap: 10px;
    padding: 0 16px 18px;
}

.w2d-opportunity-results span {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(219, 231, 243, 0.72);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--w2d-ink);
    font-weight: 900;
}

.w2d-opportunity-results img,
.w2d-opportunity-results i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 8px;
    background: rgba(0, 91, 234, 0.1);
    color: var(--w2d-blue);
    object-fit: cover;
}

.w2d-signal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.w2d-signal-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    min-height: 194px;
    box-shadow: 0 14px 30px rgba(16, 24, 32, 0.07);
}

.w2d-signal-card.is-large {
    grid-column: span 2;
    min-height: 174px;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(255, 255, 255, 0.92)),
        #fff;
}

.w2d-signal-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--w2d-blue);
    font-size: 1.72rem;
    box-shadow: 0 12px 22px rgba(0, 91, 234, 0.12);
}

.w2d-signal-card span {
    display: block;
    color: var(--w2d-blue);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-signal-card h3 {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1.18;
    font-weight: 900;
}

.w2d-signal-card p {
    margin-top: 9px;
    color: var(--w2d-muted);
    font-size: 0.95rem;
    line-height: 1.54;
}

.w2d-point {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}

.w2d-marquee-section {
    padding: 74px 0;
    color: #fff;
    background: #101820;
}

.w2d-marquee-section .w2d-section-heading h2,
.w2d-marquee-section .w2d-section-heading p {
    color: #fff;
}

.w2d-marquee-section .w2d-section-heading p {
    color: rgba(255, 255, 255, 0.76);
}

.w2d-marquee-shell {
    display: grid;
    gap: 14px;
}

.w2d-marquee {
    width: 100%;
    overflow: hidden;
}

.w2d-marquee-track {
    width: max-content;
    display: flex;
    gap: 12px;
    animation: w2d-marquee 34s linear infinite;
}

.w2d-marquee.is-reverse .w2d-marquee-track {
    animation-direction: reverse;
    animation-duration: 38s;
}

.w2d-service-pill {
    min-height: 66px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
}

.w2d-service-pill img,
.w2d-service-pill i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--w2d-blue);
    object-fit: cover;
    font-size: 1.35rem;
}

@keyframes w2d-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.w2d-services {
    position: relative;
    background: #f8fbff;
}

.w2d-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.w2d-service-card {
    width: 100%;
    min-height: 238px;
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    text-align: left;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.w2d-service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 91, 234, 0.36);
    box-shadow: 0 18px 34px rgba(16, 24, 32, 0.1);
}

.w2d-service-card img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--w2d-soft);
}

.w2d-service-card > i {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(0, 91, 234, 0.09);
    color: var(--w2d-blue);
    font-size: 2rem;
}

.w2d-service-card h3 {
    margin-top: 18px;
    font-size: 1.22rem;
    font-weight: 900;
}

.w2d-service-card p {
    margin-top: 9px;
    color: var(--w2d-muted);
    line-height: 1.48;
}

.w2d-card-link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--w2d-blue);
    font-weight: 900;
}

.w2d-services .slider-wrapper {
    position: relative;
}

.w2d-services .service__item-popup {
    border-radius: 8px;
    border: 1px solid var(--w2d-line);
    box-shadow: 0 26px 70px rgba(16, 24, 32, 0.18);
    overflow: hidden;
}

.w2d-services .service__item-popup-inner {
    gap: 28px;
    padding: 26px 34px;
}

.w2d-popup-main {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.w2d-popup-main img {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    object-fit: cover;
}

.w2d-popup-main h3 {
    font-size: 1.6rem;
    font-weight: 900;
}

.w2d-popup-main p {
    margin-top: 8px;
    color: var(--w2d-muted);
    line-height: 1.5;
}

.w2d-services .close__popup {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f7ff;
    color: var(--w2d-ink);
}

.w2d-steps {
    position: relative;
    background:
        radial-gradient(circle at 20% 15%, rgba(32, 199, 247, 0.14), transparent 32%),
        radial-gradient(circle at 84% 78%, rgba(255, 106, 26, 0.12), transparent 30%),
        #fff;
}

.w2d-flow-showcase {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}

.w2d-flow-visual {
    position: relative;
    min-height: 590px;
    display: grid;
    place-items: center;
}

.w2d-flow-orbit {
    position: absolute;
    width: min(450px, 88vw);
    aspect-ratio: 1;
    border: 1px dashed rgba(0, 91, 234, 0.22);
    border-radius: 50%;
    animation: w2d-orbit 18s linear infinite;
}

.w2d-orbit-dot {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--w2d-orange);
    box-shadow: 0 0 0 8px rgba(255, 106, 26, 0.14);
}

.w2d-orbit-dot.dot-one {
    top: 38px;
    left: 78px;
}

.w2d-orbit-dot.dot-two {
    right: 28px;
    top: 210px;
    background: var(--w2d-cyan);
    box-shadow: 0 0 0 8px rgba(32, 199, 247, 0.16);
}

.w2d-orbit-dot.dot-three {
    left: 82px;
    bottom: 54px;
    background: var(--w2d-lime);
    box-shadow: 0 0 0 8px rgba(182, 243, 74, 0.18);
}

.w2d-flow-phone {
    position: relative;
    z-index: 2;
    width: min(295px, 74vw);
    aspect-ratio: 9 / 18.6;
    padding: 14px;
    border-radius: 34px;
    background: #101820;
    box-shadow: 0 34px 80px rgba(16, 24, 32, 0.28);
}

.w2d-flow-screen {
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, #eaf7ff 0%, #ffffff 58%, #f3f8ff 100%);
    padding: 34px 16px 18px;
}

.w2d-flow-map {
    position: relative;
    height: 118px;
    border: 1px solid rgba(0, 91, 234, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent 24%, rgba(0, 91, 234, 0.08) 24% 26%, transparent 26% 72%, rgba(0, 91, 234, 0.08) 72% 74%, transparent 74%),
        linear-gradient(0deg, transparent 32%, rgba(0, 91, 234, 0.08) 32% 34%, transparent 34% 68%, rgba(0, 91, 234, 0.08) 68% 70%, transparent 70%),
        #f8fbff;
}

.w2d-flow-map span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--w2d-blue);
    box-shadow: 0 0 0 8px rgba(0, 91, 234, 0.12);
    animation: w2d-pin 2.6s ease-in-out infinite;
}

.w2d-flow-map span:nth-child(1) {
    left: 34px;
    top: 26px;
}

.w2d-flow-map span:nth-child(2) {
    right: 44px;
    top: 48px;
    animation-delay: 0.35s;
    background: var(--w2d-orange);
}

.w2d-flow-map span:nth-child(3) {
    left: 96px;
    bottom: 24px;
    animation-delay: 0.7s;
    background: var(--w2d-cyan);
}

.w2d-flow-search,
.w2d-flow-request,
.w2d-flow-provider,
.w2d-flow-rating {
    margin-top: 14px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 32, 0.08);
}

.w2d-flow-search {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: var(--w2d-muted);
    font-weight: 700;
    animation: w2d-card-rise 6s ease-in-out infinite;
}

.w2d-flow-search i {
    color: var(--w2d-blue);
    font-size: 1.25rem;
}

.w2d-flow-request,
.w2d-flow-provider {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    animation: w2d-card-rise 6s ease-in-out infinite;
    animation-delay: 0.8s;
}

.w2d-flow-request strong,
.w2d-flow-provider strong {
    display: block;
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    line-height: 1.15;
}

.w2d-flow-request small,
.w2d-flow-provider small {
    display: block;
    margin-top: 4px;
    color: var(--w2d-muted);
    font-weight: 700;
}

.w2d-flow-request i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--w2d-orange);
}

.w2d-flow-provider {
    animation-delay: 1.55s;
}

.w2d-flow-provider img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
}

.w2d-flow-rating {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--w2d-orange);
    animation: w2d-card-rise 6s ease-in-out infinite;
    animation-delay: 2.2s;
}

.w2d-flow-showcase.is-step-1 .w2d-flow-search,
.w2d-flow-showcase.is-step-2 .w2d-flow-request,
.w2d-flow-showcase.is-step-3 .w2d-flow-provider,
.w2d-flow-showcase.is-step-3 .w2d-flow-rating {
    border-color: rgba(0, 91, 234, 0.38);
    box-shadow: 0 18px 34px rgba(0, 91, 234, 0.14);
}

.w2d-flow-showcase.is-step-2 .w2d-flow-request i,
.w2d-flow-showcase.is-step-3 .w2d-flow-rating {
    color: #fff;
    background: var(--w2d-orange);
}

.w2d-flow-showcase.is-step-3 .w2d-flow-provider img {
    box-shadow: 0 0 0 4px rgba(182, 243, 74, 0.34);
}

.w2d-flow-bubble {
    position: absolute;
    z-index: 3;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--w2d-ink);
    font-weight: 900;
    box-shadow: var(--w2d-shadow);
    animation: w2d-float 4.8s ease-in-out infinite;
}

.w2d-flow-bubble i {
    color: var(--w2d-blue);
    font-size: 1.25rem;
}

.w2d-flow-bubble.bubble-one {
    top: 72px;
    left: 10px;
}

.w2d-flow-bubble.bubble-two {
    right: 0;
    top: 245px;
    animation-delay: 0.7s;
}

.w2d-flow-bubble.bubble-three {
    left: 18px;
    bottom: 86px;
    animation-delay: 1.4s;
}

.w2d-step-list {
    display: grid;
    gap: 16px;
    position: relative;
}

.w2d-step-list::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: linear-gradient(180deg, var(--w2d-blue), var(--w2d-orange), var(--w2d-cyan));
    opacity: 0.28;
}

.w2d-step-item {
    appearance: none;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    min-height: 138px;
    padding: 22px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08);
    color: inherit;
    font: inherit;
    text-align: left;
    transform: translateX(0);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.w2d-step-item:hover,
.w2d-step-item.is-active {
    border-color: rgba(0, 91, 234, 0.45);
    background: #fff;
    transform: translateX(8px);
    box-shadow: 0 24px 44px rgba(0, 91, 234, 0.14);
}

.w2d-step-number {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--w2d-blue), var(--w2d-cyan));
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 1.18rem;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(0, 91, 234, 0.22);
}

.w2d-step-item h3 {
    font-size: 1.35rem;
    font-weight: 900;
}

.w2d-step-item p {
    margin-top: 8px;
    color: var(--w2d-muted);
    font-size: 1.02rem;
    line-height: 1.62;
}

@keyframes w2d-orbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes w2d-pin {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.86;
    }
    50% {
        transform: scale(1.18);
        opacity: 1;
    }
}

@keyframes w2d-card-rise {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes w2d-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
}

@keyframes w2d-step-focus {
    0%,
    28%,
    100% {
        border-color: rgba(219, 231, 243, 0.95);
        transform: translateX(0);
        box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08);
    }
    9%,
    19% {
        border-color: rgba(0, 91, 234, 0.45);
        transform: translateX(8px);
        box-shadow: 0 24px 44px rgba(0, 91, 234, 0.14);
    }
}

.w2d-metrics {
    padding: 42px 0;
    background: var(--w2d-blue);
}

.w2d-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.w2d-metric {
    min-height: 132px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    padding: 20px;
    color: #fff;
}

.w2d-metric img,
.w2d-metric i {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--w2d-blue);
    object-fit: contain;
    font-size: 1.8rem;
}

.w2d-metric strong {
    display: block;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

.w2d-metric span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.4;
}

.w2d-about {
    background: #fff;
}

.w2d-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

.w2d-about-media img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--w2d-shadow);
}

.w2d-about-copy h2 {
    margin-top: 14px;
    font-size: 2.8rem;
    line-height: 1.04;
    font-weight: 900;
}

.w2d-about-copy p {
    margin-top: 18px;
    color: var(--w2d-muted);
    font-size: 1.05rem;
    line-height: 1.68;
}

.w2d-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.w2d-feature-card {
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
}

.w2d-feature-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--w2d-blue);
    background: rgba(0, 91, 234, 0.09);
    font-size: 1.75rem;
}

.w2d-feature-card h3 {
    margin-top: 18px;
    font-size: 1.23rem;
    font-weight: 900;
}

.w2d-feature-card p {
    margin-top: 9px;
    color: var(--w2d-muted);
    line-height: 1.58;
}

.w2d-provider {
    color: #fff;
    background: #101820;
}

.w2d-provider-grid {
    display: grid;
    grid-template-columns: minmax(290px, 0.84fr) minmax(0, 1.16fr);
    gap: 44px;
    align-items: center;
}

.w2d-provider-console {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.w2d-console-header {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(255, 255, 255, 0.96));
}

.w2d-console-header span,
.w2d-console-header strong {
    display: block;
}

.w2d-console-header span {
    color: var(--w2d-blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-console-header strong {
    margin-top: 6px;
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-size: 1.55rem;
    font-weight: 900;
}

.w2d-console-header > i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 8px;
    color: #fff;
    background: var(--w2d-orange);
    font-size: 1.35rem;
}

.w2d-console-plan {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.w2d-plan-line {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: #f8fbff;
    color: var(--w2d-ink);
    font-weight: 900;
}

.w2d-plan-line i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 8px;
    color: var(--w2d-blue);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 91, 234, 0.08);
}

.w2d-plan-line.is-done i {
    background: var(--w2d-lime);
}

.w2d-plan-line.is-active {
    border-color: rgba(0, 91, 234, 0.28);
    background: rgba(14, 165, 233, 0.1);
    color: var(--w2d-ink);
    box-shadow: 0 16px 34px rgba(0, 91, 234, 0.1);
}

.w2d-plan-line.is-active i {
    color: #fff;
    background: var(--w2d-blue);
}

.w2d-console-modules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.w2d-console-modules article {
    min-height: 132px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: #f8fbff;
    padding: 14px;
}

.w2d-console-modules i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--w2d-blue);
    font-size: 1.25rem;
    box-shadow: 0 8px 18px rgba(0, 91, 234, 0.08);
}

.w2d-console-modules strong,
.w2d-console-modules span {
    display: block;
}

.w2d-console-modules strong {
    margin-top: 14px;
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-weight: 900;
}

.w2d-console-modules span {
    margin-top: 5px;
    color: var(--w2d-muted);
    font-size: 0.86rem;
    line-height: 1.38;
}

.w2d-provider-media {
    display: grid;
    place-items: center;
}

.w2d-provider-media img {
    width: min(360px, 100%);
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.w2d-provider-copy h2,
.w2d-provider-copy h3,
.w2d-provider-copy p {
    color: #fff;
}

.w2d-provider-copy h2 {
    margin-top: 14px;
    font-size: 3rem;
    line-height: 1.04;
    font-weight: 900;
}

.w2d-provider-copy p {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.05rem;
    line-height: 1.7;
}

.w2d-benefit-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.w2d-benefit-list li {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.w2d-benefit-list i {
    color: var(--w2d-lime);
    font-size: 1.25rem;
}

.w2d-provider-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.w2d-testimonials {
    background: #f8fbff;
}

.w2d-review-board {
    display: grid;
    grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: start;
}

.w2d-review-summary,
.w2d-review-card {
    border: 1px solid var(--w2d-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(16, 24, 32, 0.07);
}

.w2d-review-summary {
    position: sticky;
    top: 120px;
    padding: 24px;
}

.w2d-review-summary > span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(0, 91, 234, 0.09);
    color: var(--w2d-blue);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-review-summary h3 {
    margin-top: 14px;
    font-size: 1.72rem;
    line-height: 1.1;
    font-weight: 900;
}

.w2d-review-summary p {
    margin-top: 12px;
    color: var(--w2d-muted);
    line-height: 1.62;
}

.w2d-review-grid {
    display: grid;
    gap: 12px;
}

.w2d-review-card {
    padding: 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.w2d-review-card:hover {
    border-color: rgba(0, 91, 234, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 91, 234, 0.1);
}

.w2d-review-card-top {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.w2d-review-card-top img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--w2d-soft);
}

.w2d-review-card-top strong,
.w2d-review-card-top span {
    display: block;
}

.w2d-review-card-top strong {
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-weight: 900;
}

.w2d-review-card-top span {
    margin-top: 2px;
    color: var(--w2d-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.w2d-review-stars {
    display: flex;
    gap: 2px;
    color: var(--w2d-orange);
}

.w2d-review-card blockquote {
    margin: 16px 0 0;
    color: var(--w2d-muted);
    line-height: 1.66;
}

.w2d-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease, transform 520ms ease;
}

body.work2do-landing-page.w2d-motion-ready .w2d-animate {
    opacity: 0;
    transform: translateY(26px);
}

body.work2do-landing-page.w2d-motion-ready .w2d-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.w2d-market-tabs {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.w2d-market-tabs button,
.w2d-provider-tabs button {
    min-height: 44px;
    appearance: none;
    border: 1px solid var(--w2d-line);
    border-radius: 999px;
    background: #fff;
    color: var(--w2d-muted);
    padding: 0 16px;
    font-weight: 900;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.w2d-market-tabs button:hover,
.w2d-market-tabs button.is-active,
.w2d-provider-tabs button:hover,
.w2d-provider-tabs button.is-active {
    border-color: rgba(0, 91, 234, 0.28);
    background: var(--w2d-blue);
    color: #fff;
    transform: translateY(-1px);
}

.w2d-live-board {
    position: relative;
    border: 1px solid rgba(0, 91, 234, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.96));
    padding: 18px;
    box-shadow: 0 30px 70px rgba(0, 91, 234, 0.12);
    overflow: hidden;
}

.w2d-live-board::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
    transform: translateX(-120%);
    animation: w2d-sheen 5.8s ease-in-out infinite;
    pointer-events: none;
}

.w2d-live-search {
    position: relative;
    z-index: 1;
    min-height: 62px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(219, 231, 243, 0.95);
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    box-shadow: 0 12px 28px rgba(16, 24, 32, 0.07);
}

.w2d-live-search i {
    color: var(--w2d-blue);
    font-size: 1.35rem;
}

.w2d-live-search span {
    color: var(--w2d-muted);
    font-weight: 800;
}

.w2d-live-search strong {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--w2d-orange);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
}

.w2d-live-categories {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.w2d-live-categories span {
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(219, 231, 243, 0.84);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    padding: 8px 10px;
    color: var(--w2d-ink);
    font-size: 0.94rem;
    font-weight: 900;
}

.w2d-live-categories img,
.w2d-live-categories i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 8px;
    background: rgba(0, 91, 234, 0.09);
    color: var(--w2d-blue);
    object-fit: cover;
}

.w2d-live-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 12px;
    margin-top: 14px;
}

.w2d-live-card,
.w2d-live-stack article {
    border: 1px solid rgba(219, 231, 243, 0.92);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(16, 24, 32, 0.07);
}

.w2d-live-card {
    min-height: 228px;
    padding: 22px;
    animation: w2d-card-breathe 4.4s ease-in-out infinite;
}

.w2d-live-card > span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(182, 243, 74, 0.32);
    color: #36540b;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.w2d-live-card h3 {
    margin-top: 14px;
    font-size: 1.72rem;
    line-height: 1.05;
    font-weight: 900;
}

.w2d-live-card p {
    margin-top: 12px;
    color: var(--w2d-muted);
    line-height: 1.6;
}

.w2d-live-card div {
    margin-top: 18px;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.w2d-live-card div i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: var(--w2d-blue);
}

.w2d-live-card div strong {
    color: var(--w2d-ink);
    font-weight: 900;
}

.w2d-live-stack {
    display: grid;
    gap: 12px;
}

.w2d-live-stack article {
    min-height: 108px;
    padding: 14px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.w2d-live-stack article:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(0, 91, 234, 0.1);
}

.w2d-live-stack i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--w2d-blue);
    background: rgba(0, 91, 234, 0.09);
}

.w2d-live-stack strong,
.w2d-live-stack span {
    display: block;
}

.w2d-live-stack strong {
    margin-top: 10px;
    color: var(--w2d-ink);
    font-family: "Outfit", sans-serif;
    font-weight: 900;
}

.w2d-live-stack span {
    margin-top: 4px;
    color: var(--w2d-muted);
    font-size: 0.86rem;
    line-height: 1.38;
}

.w2d-live-footer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.w2d-live-footer span {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(219, 231, 243, 0.9);
    border-radius: 999px;
    background: #fff;
    padding: 7px 11px;
    color: var(--w2d-muted);
    font-size: 0.84rem;
    font-weight: 900;
}

.w2d-live-footer i {
    color: var(--w2d-orange);
}

.w2d-flow-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.w2d-flow-progress span {
    height: 8px;
    border-radius: 999px;
    background: rgba(0, 91, 234, 0.12);
    overflow: hidden;
}

.w2d-flow-progress span::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--w2d-blue), var(--w2d-cyan));
    transition: width 240ms ease;
}

.w2d-flow-showcase.is-step-1 .w2d-flow-progress span:nth-child(1)::before,
.w2d-flow-showcase.is-step-2 .w2d-flow-progress span:nth-child(1)::before,
.w2d-flow-showcase.is-step-2 .w2d-flow-progress span:nth-child(2)::before,
.w2d-flow-showcase.is-step-3 .w2d-flow-progress span::before {
    width: 100%;
}

.w2d-provider-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.w2d-provider-tabs button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.86rem;
}

.w2d-review-rail {
    overflow: hidden;
    padding: 2px;
}

.w2d-review-track {
    width: max-content;
    display: flex;
    gap: 12px;
    animation: w2d-review-marquee 34s linear infinite;
}

.w2d-review-rail:hover .w2d-review-track {
    animation-play-state: paused;
}

.w2d-review-track .w2d-review-card {
    width: min(390px, calc(100vw - 56px));
    flex: 0 0 auto;
}

@keyframes w2d-sheen {
    0%,
    55% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@keyframes w2d-card-breathe {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 14px 28px rgba(16, 24, 32, 0.07);
    }
    50% {
        transform: translateY(-4px);
        box-shadow: 0 24px 44px rgba(0, 91, 234, 0.12);
    }
}

@keyframes w2d-review-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

body.work2do-landing-page .subscribe-newsletter {
    background: #ffffff;
    border-top: 1px solid var(--w2d-line);
}

body.work2do-landing-page .subscribe-newsletter h3 {
    color: var(--w2d-ink) !important;
}

body.work2do-landing-page .subscribe-newsletter p {
    color: var(--w2d-muted) !important;
}

body.work2do-landing-page footer .main-footer {
    background: #101820;
}

body.work2do-landing-page .footer__wrapper-contact,
body.work2do-landing-page .footer__wrapper-link a,
body.work2do-landing-page footer p,
body.work2do-landing-page footer h6,
body.work2do-landing-page footer span {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.work2do-landing-page .footer-bottom {
    background: #0b1118;
    color: rgba(255, 255, 255, 0.72);
}

body.work2do-landing-page.dark-theme {
    --w2d-panel: #111a23;
    --w2d-soft: #121c27;
    --w2d-ink: #eef7ff;
    --w2d-muted: #b7c7d7;
    --w2d-line: #233343;
    background: #0d131a;
}

body.work2do-landing-page.dark-theme .work2do-landing,
body.work2do-landing-page.dark-theme .w2d-problem,
body.work2do-landing-page.dark-theme .w2d-steps,
body.work2do-landing-page.dark-theme .w2d-about {
    background: #0d131a;
}

body.work2do-landing-page.dark-theme .work2do-hero,
body.work2do-landing-page.dark-theme .w2d-services,
body.work2do-landing-page.dark-theme .w2d-testimonials {
    background: #101820;
}

body.work2do-landing-page.dark-theme .w2d-service-card,
body.work2do-landing-page.dark-theme .w2d-point,
body.work2do-landing-page.dark-theme .w2d-opportunity-card,
body.work2do-landing-page.dark-theme .w2d-opportunity-request,
body.work2do-landing-page.dark-theme .w2d-opportunity-results span,
body.work2do-landing-page.dark-theme .w2d-signal-card,
body.work2do-landing-page.dark-theme .w2d-step-item,
body.work2do-landing-page.dark-theme .w2d-feature-card,
body.work2do-landing-page.dark-theme .w2d-trust-item,
body.work2do-landing-page.dark-theme .w2d-provider-console,
body.work2do-landing-page.dark-theme .w2d-console-header,
body.work2do-landing-page.dark-theme .w2d-plan-line,
body.work2do-landing-page.dark-theme .w2d-console-modules article,
body.work2do-landing-page.dark-theme .w2d-review-summary,
body.work2do-landing-page.dark-theme .w2d-review-card,
body.work2do-landing-page.dark-theme .w2d-kicker {
    background: #111a23;
    border-color: #233343;
}

body.work2do-landing-page.dark-theme .w2d-signal-icon,
body.work2do-landing-page.dark-theme .w2d-opportunity-request i,
body.work2do-landing-page.dark-theme .w2d-plan-line i,
body.work2do-landing-page.dark-theme .w2d-console-modules i {
    background: #101820;
    border-color: #233343;
    color: #eef7ff;
}

body.work2do-landing-page.dark-theme .navbar-bottom-wrapper,
body.work2do-landing-page.dark-theme .nav-toggle,
body.work2do-landing-page.dark-theme .menu.active {
    background: rgba(17, 26, 35, 0.98);
    border-color: #233343;
}

body.work2do-landing-page.dark-theme .menu a,
body.work2do-landing-page.dark-theme .nav-toggle span {
    color: #eef7ff;
    background: #eef7ff;
}

body.work2do-landing-page.dark-theme .menu a {
    background: transparent;
}

body.work2do-landing-page.dark-theme .w2d-flow-screen {
    background: linear-gradient(180deg, #152536 0%, #111a23 68%, #101820 100%);
}

body.work2do-landing-page.dark-theme .w2d-flow-map,
body.work2do-landing-page.dark-theme .w2d-flow-search,
body.work2do-landing-page.dark-theme .w2d-flow-request,
body.work2do-landing-page.dark-theme .w2d-flow-provider,
body.work2do-landing-page.dark-theme .w2d-flow-rating,
body.work2do-landing-page.dark-theme .w2d-flow-bubble {
    background: #111a23;
    border-color: #233343;
}

body.work2do-landing-page.dark-theme .w2d-step-item:hover,
body.work2do-landing-page.dark-theme .w2d-step-item.is-active {
    background: #152536;
}

body.work2do-landing-page.dark-theme .w2d-live-board,
body.work2do-landing-page.dark-theme .w2d-live-search,
body.work2do-landing-page.dark-theme .w2d-live-categories span,
body.work2do-landing-page.dark-theme .w2d-live-card,
body.work2do-landing-page.dark-theme .w2d-live-stack article,
body.work2do-landing-page.dark-theme .w2d-live-footer span,
body.work2do-landing-page.dark-theme .w2d-provider-tabs button,
body.work2do-landing-page.dark-theme .w2d-market-tabs button {
    background: #111a23;
    border-color: #233343;
}

body.work2do-landing-page.dark-theme .w2d-market-tabs button.is-active,
body.work2do-landing-page.dark-theme .w2d-provider-tabs button.is-active {
    background: var(--w2d-blue);
}

@media (max-width: 1199px) {
    .w2d-hero-copy h1 {
        font-size: 3.8rem;
    }

    .w2d-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.work2do-landing-page .navbar-bottom-wrapper {
        min-height: 72px;
    }

    body.work2do-landing-page .menu.active {
        top: calc(100% + 10px);
        background: #fff;
        border: 1px solid var(--w2d-line);
        border-radius: 8px;
        box-shadow: 0 18px 38px rgba(16, 24, 32, 0.12);
        z-index: 1101;
    }

    .w2d-section {
        padding: 68px 0;
    }

    .w2d-hero-grid,
    .w2d-problem-workbench,
    .w2d-flow-showcase,
    .w2d-about-grid,
    .w2d-provider-grid,
    .w2d-review-board {
        grid-template-columns: 1fr;
    }

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

    .w2d-hero-copy .w2d-lead,
    .w2d-trust-row {
        margin-left: auto;
        margin-right: auto;
    }

    .w2d-hero-actions {
        justify-content: center;
    }

    .w2d-hero-visual {
        min-height: 500px;
    }

    .w2d-flow-visual {
        min-height: 520px;
    }

    .w2d-problem-copy,
    .w2d-about-copy,
    .w2d-provider-copy {
        max-width: 760px;
    }

    .w2d-review-summary {
        position: static;
    }

    .w2d-services-grid,
    .w2d-feature-grid,
    .w2d-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .w2d-live-main {
        grid-template-columns: 1fr;
    }

    .w2d-live-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.work2do-landing-page .navbar-top .tel-link {
        display: none;
    }

    body.work2do-landing-page .dropdown-menu.lang-menu,
    body.work2do-landing-page .lagn-drop-btn + .dropdown-menu {
        left: auto;
        right: 0;
        min-width: min(248px, calc(100vw - 32px));
    }

    .work2do-hero {
        padding: 84px 0 68px;
    }

    .w2d-hero-copy h1 {
        font-size: 3rem;
        line-height: 1.02;
    }

    .w2d-section-heading h2,
    .w2d-problem-copy h2,
    .w2d-about-copy h2,
    .w2d-provider-copy h2 {
        font-size: 2.25rem;
    }

    .w2d-trust-row,
    .w2d-services-grid,
    .w2d-feature-grid,
    .w2d-metric-grid,
    .w2d-signal-grid,
    .w2d-live-categories,
    .w2d-live-stack,
    .w2d-console-modules,
    .w2d-benefit-list {
        grid-template-columns: 1fr;
    }

    .w2d-signal-card.is-large {
        grid-column: auto;
    }

    .w2d-hero-visual {
        min-height: 430px;
    }

    .w2d-phone-shell {
        width: min(255px, 76vw);
    }

    .w2d-flow-visual {
        min-height: 500px;
    }

    .w2d-flow-phone {
        width: min(255px, 76vw);
    }

    .w2d-live-search {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 10px 12px;
    }

    .w2d-live-search strong {
        grid-column: 1 / -1;
        width: 100%;
    }

    .w2d-flow-bubble {
        font-size: 0.84rem;
    }

    .w2d-flow-bubble.bubble-one {
        left: 0;
        top: 46px;
    }

    .w2d-flow-bubble.bubble-two {
        right: 0;
        top: 220px;
    }

    .w2d-flow-bubble.bubble-three {
        left: 0;
        bottom: 52px;
    }

    .w2d-float-card {
        display: none;
    }

    .w2d-app-chip {
        right: 50%;
        bottom: 18px;
        transform: translateX(50%);
    }

    .w2d-services .service__item-popup-inner {
        padding: 22px 18px;
    }

    .w2d-popup-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .w2d-popup-main img {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .w2d-container {
        width: min(100% - 24px, 1180px);
    }

    .w2d-hero-copy h1 {
        font-size: 2.55rem;
    }

    .w2d-hero-actions {
        align-items: stretch;
    }

    .w2d-button,
    .w2d-store-badge {
        width: 100%;
    }

    .w2d-store-badge img {
        height: 40px;
    }

    .w2d-point,
    .w2d-step-item {
        grid-template-columns: 1fr;
    }

    .w2d-review-card-top {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .w2d-review-stars {
        grid-column: 2;
    }

    .w2d-step-list::before {
        display: none;
    }

    .w2d-flow-bubble {
        display: none;
    }

    .w2d-flow-visual {
        min-height: 420px;
    }

    .w2d-market-tabs,
    .w2d-provider-tabs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .w2d-market-tabs button,
    .w2d-provider-tabs button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.work2do-landing-page.w2d-motion-ready .w2d-animate,
    body.work2do-landing-page.w2d-motion-ready .w2d-animate.is-visible {
        opacity: 1;
        transform: none;
    }

    .w2d-marquee-track {
        animation: none;
        transform: none;
    }

    .w2d-animate,
    .w2d-live-board::before,
    .w2d-live-card,
    .w2d-review-track,
    .w2d-flow-orbit,
    .w2d-flow-map span,
    .w2d-flow-search,
    .w2d-flow-request,
    .w2d-flow-provider,
    .w2d-flow-rating,
    .w2d-flow-bubble,
    .w2d-step-item {
        animation: none;
        transform: none;
    }

    body.work2do-landing-page .cmn--btn,
    body.work2do-landing-page .cmn--btn2,
    .w2d-button,
    .w2d-store-badge,
    .w2d-service-card {
        transition: none;
    }
}
