/* WYOCS product ecosystems - editorial product storytelling. */
.eco-page {
    --eco-ink: #071829;
    --eco-copy: #566778;
    --eco-blue: #176da5;
    --eco-sky: #e8f5fb;
    --eco-mint: #e8f5ef;
    --eco-warm: #f6f4ee;
    --eco-line: #dce5e8;
    --eco-radius: 30px;
    --eco-section-space: clamp(64px, 5.25vw, 88px);
    color: var(--eco-ink);
    background: #fbfcfa;
    overflow: clip;
}

.eco-page h1,
.eco-page h2,
.eco-page h3,
.eco-page p,
.eco-page figure {
    margin-top: 0;
}

.eco-page h1,
.eco-page h2,
.eco-page h3 {
    color: inherit;
}

.eco-page a:focus-visible {
    outline: 3px solid rgba(23, 109, 165, .35);
    outline-offset: 4px;
}

.eco-hero {
    padding: clamp(74px, 8vw, 122px) 0 var(--eco-section-space);
    background:
        radial-gradient(circle at 12% 8%, rgba(232, 245, 239, .92), transparent 28%),
        radial-gradient(circle at 88% 5%, rgba(232, 245, 251, .95), transparent 31%),
        #fbfcfa;
}

.eco-hero-copy {
    max-width: 1040px;
    margin: 0 auto clamp(52px, 7vw, 82px);
    text-align: center;
    animation: eco-rise .82s cubic-bezier(.22, 1, .36, 1) both;
}

.eco-eyebrow,
.eco-index {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--eco-blue);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eco-eyebrow span {
    padding: 7px 10px;
    border: 1px solid var(--eco-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    letter-spacing: .08em;
}

.eco-hero h1 {
    max-width: 1120px;
    margin: 26px auto 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(3.6rem, 7.6vw, 7.35rem);
    font-weight: 700;
    line-height: .93;
    letter-spacing: -.075em;
}

.eco-hero h1 em,
.eco-product-head h2 em,
.eco-cta h2 em {
    color: var(--eco-blue);
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.055em;
}

.eco-hero-copy > p {
    max-width: 735px;
    margin: 28px auto 0;
    color: var(--eco-copy);
    font-size: clamp(1.04rem, 1.45vw, 1.22rem);
    line-height: 1.72;
}

.eco-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.eco-btn {
    min-height: 52px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 750;
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.eco-btn:hover {
    transform: translateY(-2px);
}

.eco-btn-dark {
    color: #fff;
    background: var(--eco-ink);
    box-shadow: 0 14px 34px rgba(7, 24, 41, .15);
}

.eco-btn-dark:hover {
    color: #fff;
    background: var(--eco-blue);
}

.eco-btn-light {
    color: var(--eco-ink);
    border-color: var(--eco-line);
    background: rgba(255, 255, 255, .82);
}

.eco-btn-light:hover {
    color: var(--eco-ink);
    border-color: #9fb6c1;
    background: #fff;
}

.eco-hero-gallery {
    position: relative;
    min-height: clamp(510px, 58vw, 720px);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .72fr);
    gap: 14px;
    animation: eco-gallery-in 1.05s .12s cubic-bezier(.22, 1, .36, 1) both;
}

.eco-hero-gallery figure,
.eco-wide-media,
.eco-courier-gallery figure,
.eco-flow figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 24, 41, .08);
    background: #dfe9eb;
}

.eco-hero-gallery figure {
    min-height: 100%;
    border-radius: clamp(24px, 3vw, 42px);
    box-shadow: 0 34px 80px rgba(22, 52, 70, .12);
}

.eco-hero-gallery picture,
.eco-hero-gallery img,
.eco-wide-media picture,
.eco-wide-media picture img,
.eco-courier-gallery picture,
.eco-courier-gallery picture img,
.eco-flow figure picture,
.eco-flow figure img {
    width: 100%;
    height: 100%;
    display: block;
}

.eco-hero-gallery figure > picture img,
.eco-wide-media picture img,
.eco-courier-gallery picture img,
.eco-flow figure img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.eco-hero-pay picture img {
    object-position: 56% center;
}

.eco-hero-courier picture img {
    object-position: 63% center;
}

.eco-hero-gallery figure:hover > picture img,
.eco-wide-media:hover picture img,
.eco-courier-gallery figure:hover picture img {
    transform: scale(1.025);
}

.eco-hero-gallery figure::after,
.eco-wide-media::after,
.eco-courier-gallery figure::after {
    content: "";
    position: absolute;
    inset: 44% 0 0;
    background: linear-gradient(to bottom, transparent, rgba(7, 24, 41, .78));
    pointer-events: none;
}

.eco-hero-gallery figcaption,
.eco-wide-media figcaption,
.eco-courier-gallery figcaption {
    position: absolute;
    z-index: 2;
    right: clamp(18px, 3vw, 34px);
    bottom: clamp(18px, 3vw, 34px);
    left: clamp(18px, 3vw, 34px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
}

.eco-hero-gallery figcaption span,
.eco-wide-media figcaption span,
.eco-courier-gallery figcaption span {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .76;
}

.eco-hero-gallery figcaption strong,
.eco-wide-media figcaption strong,
.eco-courier-gallery figcaption strong {
    max-width: 29ch;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.eco-hero-logo,
.eco-media-logo,
.eco-hero-product-logo {
    position: absolute !important;
    z-index: 3;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 3px 9px rgba(0, 0, 0, .26));
    pointer-events: none;
}

.eco-hero-product-logo {
    top: 20px;
    left: 20px;
    max-width: min(260px, 43%);
}

.eco-hero-product-logo-courier {
    top: 18px;
    right: 18px;
    left: auto;
    max-width: min(230px, 72%);
}

.eco-hero-logo {
    top: 24px;
    left: 24px;
    max-width: min(280px, 35vw);
}

.eco-media-logo {
    top: 22px;
    right: 22px;
    max-width: min(300px, 35vw);
}

.eco-media-logo-courier {
    right: auto;
    left: 22px;
}

.eco-brand-rail {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.eco-brand-rail > a {
    position: relative;
    min-height: 154px;
    padding: 46px 24px 20px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--eco-line);
    border-radius: 22px;
    color: var(--eco-ink);
    background:
        radial-gradient(circle at 80% 8%, rgba(23, 109, 165, .1), transparent 38%),
        rgba(255, 255, 255, .84);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.eco-brand-rail > a:hover {
    color: var(--eco-ink);
    transform: translateY(-3px);
    border-color: #b9ccd3;
    box-shadow: 0 20px 40px rgba(7, 24, 41, .08);
}

.eco-brand-rail img {
    width: 100%;
    max-width: 310px;
    height: 82px;
    object-fit: contain;
}

.eco-product-status {
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #536673;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eco-product-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #29966e;
    box-shadow: 0 0 0 4px rgba(41, 150, 110, .1);
}

.eco-product-status-building i {
    background: var(--eco-blue);
    box-shadow: 0 0 0 4px rgba(23, 109, 165, .1);
}

.eco-directory {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--eco-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .78);
    animation: eco-rise .8s .35s cubic-bezier(.22, 1, .36, 1) both;
}

.eco-directory > * {
    min-height: 132px;
    padding: 24px 27px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    column-gap: 16px;
    color: var(--eco-ink);
}

.eco-directory > * + * {
    border-left: 1px solid var(--eco-line);
}

.eco-directory > a {
    transition: background .2s ease;
}

.eco-directory > a:hover {
    color: var(--eco-ink);
    background: #fff;
}

.eco-directory span {
    grid-row: 1 / 3;
    color: var(--eco-blue);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
}

.eco-directory strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}

.eco-directory small {
    margin-top: 5px;
    color: var(--eco-copy);
    font-size: .78rem;
    line-height: 1.45;
}

.eco-product {
    padding: var(--eco-section-space) 0;
}

.eco-product-verify { background: linear-gradient(180deg, #f5fafc 0%, #ffffff 100%); }
.eco-verify-panel {
    min-height: 280px;
    padding: clamp(28px, 5vw, 64px);
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: clamp(30px, 7vw, 90px);
    border: 1px solid var(--eco-line);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(7, 24, 41, .08);
}
.eco-verify-panel > img { width: 100%; max-width: 430px; height: auto; }
.eco-verify-panel > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.eco-verify-panel span { min-height: 92px; padding: 18px; display: grid; place-items: center; gap: 8px; border: 1px solid var(--eco-line); border-radius: 16px; color: var(--eco-copy); background: #f8fbfc; font-size: .78rem; font-weight: 750; text-align: center; }
.eco-verify-panel i { color: var(--eco-blue); font-size: 1.35rem; }

.eco-product-pay {
    background: #fff;
}

.eco-product-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .72fr);
    align-items: end;
    gap: clamp(36px, 7vw, 94px);
    margin-bottom: clamp(48px, 7vw, 84px);
}

.eco-product-head h2,
.eco-cta h2 {
    margin: 17px 0 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(3rem, 5.9vw, 5.8rem);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.065em;
}

.eco-product-intro p {
    margin-bottom: 20px;
    color: var(--eco-copy);
    font-size: 1.03rem;
    line-height: 1.75;
}

.eco-index b {
    padding: 6px 9px;
    border-radius: 999px;
    color: #0f5f8e;
    background: rgba(23, 109, 165, .1);
    font-size: .6rem;
    letter-spacing: .08em;
}

.eco-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--eco-blue);
    font-size: .9rem;
    font-weight: 800;
}

.eco-text-link:hover {
    color: var(--eco-ink);
}

.eco-text-link i {
    transition: transform .2s ease;
}

.eco-text-link:hover i {
    transform: translate(2px, -2px);
}

.eco-wide-media {
    min-height: clamp(500px, 60vw, 750px);
    border-radius: clamp(24px, 3vw, 40px);
}

.eco-wide-media picture img {
    object-position: center 52%;
}

.eco-wide-media figcaption strong {
    max-width: 44ch;
}

.eco-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.eco-feature {
    position: relative;
    min-height: 270px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--eco-line);
    border-radius: 22px;
    background: #f9fbfa;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.eco-feature:hover {
    z-index: 1;
    transform: translateY(-5px);
    border-color: #b9ccd3;
    box-shadow: 0 24px 48px rgba(7, 24, 41, .09);
}

.eco-feature > span {
    color: #8a9ba7;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.eco-feature > i {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--eco-blue);
    background: var(--eco-sky);
    font-size: 1.15rem;
}

.eco-feature h3 {
    margin: 78px 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.22rem;
    letter-spacing: -.035em;
}

.eco-feature p {
    margin: 0;
    color: var(--eco-copy);
    font-size: .88rem;
    line-height: 1.65;
}

.eco-flow {
    margin-top: clamp(48px, 4.5vw, 72px);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    overflow: hidden;
    border: 1px solid var(--eco-line);
    border-radius: clamp(24px, 3vw, 38px);
    background: var(--eco-warm);
}

.eco-flow figure {
    min-height: 650px;
    border: 0;
    border-radius: 0;
}

.eco-flow figure img {
    object-position: 44% center;
}

.eco-flow-copy {
    padding: clamp(34px, 5vw, 66px);
    align-self: center;
}

.eco-flow-copy h3 {
    margin: 18px 0 32px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -.055em;
}

.eco-flow-copy ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eco-flow-copy li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid #d7d8d2;
}

.eco-flow-copy li > span {
    color: var(--eco-blue);
    font-size: .76rem;
    font-weight: 800;
}

.eco-flow-copy li strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}

.eco-flow-copy li p {
    margin: 4px 0 0;
    color: var(--eco-copy);
    font-size: .85rem;
    line-height: 1.55;
}

.eco-disclaimer {
    margin: 26px 0 0;
    padding-top: 20px;
    border-top: 1px solid #d7d8d2;
    color: #73808a;
    font-size: .72rem;
    line-height: 1.65;
}

.eco-product-courier {
    color: #fff;
    background:
        radial-gradient(circle at 85% 8%, rgba(23, 109, 165, .24), transparent 30%),
        #071829;
}

.eco-product-courier .eco-index {
    color: #8dd4ef;
}

.eco-product-courier .eco-product-head h2 em {
    color: #a7ddf0;
}

.eco-product-courier .eco-product-intro p {
    color: rgba(255, 255, 255, .67);
}

.eco-courier-gallery {
    min-height: clamp(580px, 62vw, 760px);
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 14px;
}

.eco-courier-gallery figure {
    min-height: 100%;
    border-color: rgba(255, 255, 255, .1);
    border-radius: clamp(24px, 3vw, 38px);
    background: #173147;
}

.eco-courier-main picture img {
    object-position: 58% center;
}

.eco-courier-side picture img {
    object-position: 43% center;
}

.eco-feature-grid-dark .eco-feature {
    border-color: rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .055);
}

.eco-feature-grid-dark .eco-feature:hover {
    border-color: rgba(141, 212, 239, .45);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .18);
}

.eco-feature-grid-dark .eco-feature > span {
    color: rgba(255, 255, 255, .43);
}

.eco-feature-grid-dark .eco-feature > i {
    color: #9bd9ef;
    background: rgba(141, 212, 239, .1);
}

.eco-feature-grid-dark .eco-feature h3 {
    color: #fff;
}

.eco-feature-grid-dark .eco-feature p {
    color: rgba(255, 255, 255, .62);
}

.eco-customer-story {
    margin-top: clamp(48px, 4.5vw, 72px);
    padding: clamp(32px, 5vw, 66px);
    display: grid;
    grid-template-columns: minmax(140px, .4fr) minmax(0, 1.2fr) minmax(240px, .6fr);
    align-items: center;
    gap: clamp(28px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: clamp(24px, 3vw, 38px);
    background: rgba(255, 255, 255, .065);
}

.eco-story-label {
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eco-story-label span {
    color: #8dd4ef;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eco-story-label small {
    color: rgba(255, 255, 255, .48);
}

.eco-story-copy h3 {
    margin-bottom: 16px;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.eco-story-copy p {
    max-width: 62ch;
    color: rgba(255, 255, 255, .67);
    line-height: 1.75;
}

.eco-text-link-light {
    color: #a7ddf0;
}

.eco-text-link-light:hover {
    color: #fff;
}

.eco-story-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.eco-story-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .76);
    font-size: .84rem;
    line-height: 1.45;
}

.eco-story-points i {
    color: #8dd4ef;
}

.eco-product-chat {
    background:
        radial-gradient(circle at 12% 8%, rgba(77, 229, 209, .13), transparent 27%),
        radial-gradient(circle at 88% 16%, rgba(44, 145, 255, .13), transparent 29%),
        #f7fbfc;
}

.eco-product-chat .eco-product-head {
    align-items: center;
}

.eco-product-chat .eco-product-head h2 em {
    letter-spacing: -.035em;
    word-spacing: .075em;
}

.eco-chat-stage {
    padding: clamp(16px, 2.3vw, 28px);
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
    gap: clamp(18px, 2.5vw, 34px);
    overflow: hidden;
    border: 1px solid #cbdce3;
    border-radius: clamp(26px, 3vw, 40px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(235, 246, 250, .92));
    box-shadow: 0 34px 78px rgba(21, 67, 91, .12);
}

.eco-chat-brand-panel {
    padding: clamp(24px, 4vw, 52px);
    align-self: center;
}

.eco-chat-stage-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--eco-blue);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eco-chat-stage-label i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--eco-blue);
    box-shadow: 0 0 0 5px rgba(23, 109, 165, .1);
}

.eco-chat-brand-panel > img {
    width: min(100%, 480px);
    height: auto;
    margin: 28px 0 26px;
    display: block;
    filter: drop-shadow(0 8px 18px rgba(5, 26, 45, .18));
}

.eco-chat-brand-panel h3 {
    max-width: 16ch;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.25vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.eco-chat-brand-panel > p {
    max-width: 55ch;
    margin: 20px 0 0;
    color: var(--eco-copy);
    font-size: .94rem;
    line-height: 1.72;
}

.eco-chat-capabilities {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eco-chat-capabilities span {
    padding: 8px 11px;
    border: 1px solid #cbdce3;
    border-radius: 999px;
    color: #405666;
    background: rgba(255, 255, 255, .78);
    font-size: .7rem;
    font-weight: 750;
}

.eco-chat-console {
    min-width: 0;
    align-self: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    color: #fff;
    background: #071829;
    box-shadow: 0 28px 66px rgba(7, 24, 41, .22);
}

.eco-chat-console-top {
    min-height: 58px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.eco-chat-console-top > div {
    display: flex;
    gap: 6px;
}

.eco-chat-console-top > div span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
}

.eco-chat-console-top strong {
    font-size: .76rem;
    letter-spacing: .02em;
}

.eco-chat-console-top small {
    justify-self: end;
    color: rgba(255, 255, 255, .43);
    font-size: .62rem;
}

.eco-chat-console-body {
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
}

.eco-chat-inbox {
    padding: 15px 12px;
    border-right: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .025);
}

.eco-chat-search {
    min-height: 38px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
    color: rgba(255, 255, 255, .42);
    font-size: .64rem;
}

.eco-chat-inbox article {
    position: relative;
    margin-top: 8px;
    padding: 12px 8px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    border-radius: 11px;
}

.eco-chat-inbox article.is-active {
    background: rgba(47, 160, 211, .15);
}

.eco-chat-inbox article > b,
.eco-chat-conversation header b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #9de4ee;
    background: rgba(81, 219, 219, .12);
    font-size: .65rem;
}

.eco-chat-inbox article div {
    min-width: 0;
}

.eco-chat-inbox article strong,
.eco-chat-inbox article span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eco-chat-inbox article strong {
    color: rgba(255, 255, 255, .9);
    font-size: .68rem;
}

.eco-chat-inbox article span,
.eco-chat-inbox article small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .42);
    font-size: .55rem;
}

.eco-chat-conversation {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.eco-chat-conversation header {
    min-height: 62px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.eco-chat-conversation header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eco-chat-conversation header span,
.eco-chat-conversation header strong,
.eco-chat-conversation header small {
    display: block;
}

.eco-chat-conversation header strong {
    color: #fff;
    font-size: .72rem;
}

.eco-chat-conversation header small {
    margin-top: 2px;
    color: #67cdb0;
    font-size: .56rem;
}

.eco-chat-messages {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.eco-message {
    max-width: 78%;
    margin: 0;
    padding: 11px 13px;
    border-radius: 14px;
    font-size: .68rem;
    line-height: 1.55;
}

.eco-message-customer {
    align-self: flex-start;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .08);
    border-bottom-left-radius: 4px;
}

.eco-message-team {
    align-self: flex-end;
    color: #fff;
    background: #176da5;
    border-bottom-right-radius: 4px;
}

.eco-ai-draft {
    margin-top: 6px;
    padding: 13px;
    border: 1px solid rgba(96, 220, 209, .22);
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(42, 180, 190, .12), rgba(32, 114, 186, .1));
}

.eco-ai-draft > span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9de4ee;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eco-ai-draft p {
    margin: 9px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: .63rem;
    line-height: 1.55;
}

.eco-ai-draft > div {
    margin-top: 11px;
    display: flex;
    gap: 7px;
}

.eco-ai-draft > div span {
    padding: 6px 9px;
    border-radius: 8px;
    color: #071829;
    background: #9de4ee;
    font-size: .56rem;
    font-weight: 800;
}

.eco-ai-draft > div span:last-child {
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .08);
}

.eco-chat-composer {
    min-height: 54px;
    margin: 0 16px 16px;
    padding: 0 9px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    color: rgba(255, 255, 255, .36);
    font-size: .64rem;
}

.eco-chat-composer i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #071829;
    background: #9de4ee;
}

.eco-feature-grid-chat .eco-feature {
    background: rgba(255, 255, 255, .83);
}

.eco-chat-note {
    margin-top: clamp(38px, 4vw, 58px);
    padding: clamp(26px, 3.5vw, 44px);
    display: grid;
    grid-template-columns: minmax(190px, .5fr) minmax(0, 1.25fr) auto;
    align-items: center;
    gap: clamp(24px, 4vw, 54px);
    border: 1px solid #cbdce3;
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
}

.eco-chat-note span,
.eco-chat-note strong {
    display: block;
}

.eco-chat-note span {
    color: var(--eco-blue);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.eco-chat-note strong {
    margin-top: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
}

.eco-chat-note p {
    margin: 0;
    color: var(--eco-copy);
    font-size: .82rem;
    line-height: 1.65;
}

.eco-chat-note a {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--eco-ink);
    font-size: .75rem;
    font-weight: 800;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.eco-chat-note a:hover {
    color: #fff;
    background: var(--eco-blue);
    transform: translateY(-2px);
}

.eco-cta {
    padding: var(--eco-section-space) 0;
    background: var(--eco-mint);
}

.eco-cta-shell {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.eco-cta h2 {
    margin-top: 20px;
}

.eco-cta p {
    max-width: 590px;
    margin: 25px auto 0;
    color: var(--eco-copy);
    font-size: 1.02rem;
    line-height: 1.7;
}

@keyframes eco-rise {
    from { opacity: 0; transform: translate3d(0, 24px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes eco-gallery-in {
    from { opacity: 0; transform: translate3d(0, 38px, 0) scale(.985); clip-path: inset(7% 3% round 42px); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); clip-path: inset(0 round 0); }
}

@media (max-width: 1100px) {
    .eco-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eco-customer-story {
        grid-template-columns: minmax(120px, .35fr) minmax(0, 1fr);
    }

    .eco-story-points {
        grid-column: 2;
    }

    .eco-chat-note {
        grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
    }

    .eco-chat-note > a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 991.98px) {
    .eco-brand-rail,
    .eco-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .eco-directory > *:nth-child(3) { border-top: 1px solid var(--eco-line); border-left: 0; }
    .eco-directory > *:nth-child(4) { border-top: 1px solid var(--eco-line); }
    .eco-product-head,
    .eco-flow {
        grid-template-columns: 1fr;
    }

    .eco-product-intro {
        max-width: 680px;
    }

    .eco-flow figure {
        min-height: 560px;
    }

    .eco-flow figure img {
        object-position: center 48%;
    }

    .eco-chat-stage {
        grid-template-columns: 1fr;
    }

    .eco-chat-brand-panel h3 {
        max-width: 20ch;
    }

    .eco-verify-panel { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .eco-hero {
        padding-top: 52px;
    }

    .eco-hero h1 {
        font-size: clamp(3.15rem, 14vw, 4.65rem);
    }

    .eco-actions {
        flex-direction: column;
    }

    .eco-btn {
        width: 100%;
    }

    .eco-hero-gallery,
    .eco-courier-gallery {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .eco-hero-gallery figure,
    .eco-courier-gallery figure {
        min-height: 430px;
    }

    .eco-hero-courier,
    .eco-courier-side {
        min-height: 340px !important;
    }

    .eco-hero-logo {
        top: 16px;
        left: 16px;
        max-width: 190px;
    }

    .eco-hero-product-logo {
        top: 14px;
        left: 14px;
        max-width: min(245px, 68%);
    }

    .eco-hero-product-logo-courier {
        right: 14px;
        left: auto;
        max-width: min(240px, 76%);
    }

    .eco-brand-rail {
        grid-template-columns: 1fr;
    }

    .eco-brand-rail > a {
        min-height: 138px;
    }

    .eco-directory {
        grid-template-columns: 1fr;
    }

    .eco-directory > * {
        min-height: 108px;
    }

    .eco-directory > * + * {
        border-top: 1px solid var(--eco-line);
        border-left: 0;
    }

    .eco-verify-panel > div { grid-template-columns: 1fr; }

    .eco-product {
        padding: 64px 0;
    }

    .eco-product-head h2,
    .eco-cta h2 {
        font-size: clamp(2.75rem, 12vw, 4.1rem);
    }

    .eco-wide-media {
        min-height: 500px;
    }

    .eco-wide-media picture img {
        object-position: 62% center;
    }

    .eco-feature-grid {
        grid-template-columns: 1fr;
    }

    .eco-feature {
        min-height: 245px;
    }

    .eco-flow figure {
        min-height: 430px;
    }

    .eco-flow-copy {
        padding: 30px 24px;
    }

    .eco-customer-story {
        grid-template-columns: 1fr;
    }

    .eco-story-points {
        grid-column: auto;
    }

    .eco-chat-stage {
        padding: 12px;
        border-radius: 24px;
    }

    .eco-chat-brand-panel {
        padding: 28px 20px;
    }

    .eco-chat-brand-panel > img {
        margin: 23px 0 22px;
    }

    .eco-chat-console-body {
        min-height: 510px;
        grid-template-columns: 1fr;
    }

    .eco-chat-inbox {
        display: none;
    }

    .eco-chat-note {
        grid-template-columns: 1fr;
    }

    .eco-chat-note > a {
        width: 100%;
        grid-column: auto;
        justify-self: stretch;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .eco-hero-gallery figure,
    .eco-wide-media,
    .eco-courier-gallery figure {
        border-radius: 22px;
    }

    .eco-hero-gallery figure {
        min-height: 390px;
    }

    .eco-hero-pay picture img {
        object-position: 67% center;
    }

    .eco-wide-media {
        min-height: 450px;
    }

    .eco-courier-main picture img {
        object-position: 67% center;
    }

    .eco-courier-side picture img {
        object-position: 38% center;
    }

    .eco-chat-console-top {
        padding: 0 14px;
    }

    .eco-chat-console-top small {
        display: none;
    }

    .eco-chat-console-top {
        grid-template-columns: 1fr auto;
    }

    .eco-chat-messages {
        padding: 20px 14px;
    }

    .eco-message {
        max-width: 88%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eco-hero-copy,
    .eco-hero-gallery,
    .eco-directory {
        animation: none;
    }

    .eco-page *,
    .eco-page *::before,
    .eco-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
