.marketing-body {
    background: #f5f6f4;
}

.marketing-shell {
    min-height: 100vh;
    padding: 0;
    display: grid;
    place-items: center;
}

.tilo-chat-landing {
    width: 100%;
    min-height: 100vh;
    display: grid;
    place-items: center;
    color: #111827;
    overflow: hidden;
}

.tilo-chat-landing *,
.tilo-chat-landing *::before,
.tilo-chat-landing *::after {
    box-sizing: border-box;
}

.tilo-chat-shell {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
    align-items: center;
    gap: clamp(42px, 7vw, 112px);
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 72px);
}

.tilo-delivery-hero {
    width: min(100%, 680px);
    display: grid;
    gap: 24px;
    justify-self: end;
    animation: tilo-hero-arrive 0.9s cubic-bezier(.2, .7, .2, 1) both;
}

.tilo-delivery-hero__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0b8f45;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tilo-delivery-hero__eyebrow span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #16c65b;
    box-shadow: 0 0 0 7px rgba(22, 198, 91, 0.12);
}

.tilo-delivery-hero h1 {
    max-width: 660px;
    margin: 0;
    color: #111827;
    font-size: clamp(2.7rem, 5vw, 5.15rem);
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
}

.tilo-delivery-hero__lead {
    max-width: 620px;
    margin: 0;
    color: #4b5563;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.65;
    text-wrap: pretty;
}

.tilo-delivery-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tilo-delivery-hero__primary,
.tilo-delivery-hero__secondary {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 16px;
    font: inherit;
    font-size: 0.96rem;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.tilo-delivery-hero__primary {
    border: 1px solid #16c65b;
    background: linear-gradient(135deg, #16c65b 0%, #0b8f45 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(22, 198, 91, 0.22);
}

.tilo-delivery-hero__secondary {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.tilo-delivery-hero__primary:hover,
.tilo-delivery-hero__secondary:hover {
    transform: translateY(-2px);
}

.tilo-delivery-hero__primary:hover {
    background: linear-gradient(135deg, #11b050 0%, #0b8f45 100%);
    box-shadow: 0 18px 34px rgba(22, 198, 91, 0.28);
}

.tilo-delivery-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 6px;
}

.tilo-delivery-hero__proof > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
}

.tilo-delivery-hero__check {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #dcfce7;
    color: #0b8f45;
    font-size: 0.86rem;
    font-weight: 900;
}

.tilo-delivery-hero__proof p {
    display: grid;
    gap: 3px;
    margin: 0;
}

.tilo-delivery-hero__proof strong {
    color: #111827;
    font-size: 0.88rem;
    line-height: 1.25;
}

.tilo-delivery-hero__proof small {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.35;
}

.tilo-delivery-hero__note {
    margin: 0;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 700;
}

.tilo-delivery-flow {
    width: 100%;
    padding: clamp(76px, 9vw, 132px) clamp(24px, 6vw, 84px);
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.tilo-delivery-flow__header,
.tilo-delivery-flow__grid {
    width: min(100%, 1240px);
    margin-inline: auto;
}

.tilo-delivery-flow__header {
    display: grid;
    gap: 16px;
    margin-bottom: clamp(38px, 6vw, 70px);
}

.tilo-delivery-flow__eyebrow {
    color: #0b8f45;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.tilo-delivery-flow__header h2 {
    max-width: 880px;
    margin: 0;
    color: #111827;
    font-size: clamp(2.25rem, 5vw, 4.65rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.tilo-delivery-flow__header p {
    max-width: 720px;
    margin: 0;
    color: #6b7280;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.65;
}

.tilo-delivery-flow__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
}

.tilo-delivery-flow__steps {
    display: grid;
}

.tilo-delivery-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    width: 100%;
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
    color: #6b7280;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: color 0.35s ease, transform 0.35s ease;
}

.tilo-delivery-flow__step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #16c65b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.tilo-delivery-flow__step > span:first-child {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #f5f6f4;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 900;
    transition: background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.tilo-delivery-flow__step > span:last-child {
    display: grid;
    gap: 6px;
}

.tilo-delivery-flow__step strong {
    color: #374151;
    font-size: 1.18rem;
    line-height: 1.2;
    transition: color 0.35s ease;
}

.tilo-delivery-flow__step small {
    max-width: 470px;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.5;
}

.tilo-delivery-flow__step:hover {
    transform: translateX(3px);
}

.tilo-delivery-flow__step.is-active::after {
    transform: scaleX(1);
}

.tilo-delivery-flow__step.is-active > span:first-child {
    background: #dcfce7;
    color: #0b8f45;
    box-shadow: 0 0 0 7px rgba(22, 198, 91, 0.08);
}

.tilo-delivery-flow__step.is-active strong {
    color: #111827;
}

.tilo-delivery-flow__preview {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfe6e1;
    border-radius: 28px;
    background: #e8eee7;
    box-shadow: 0 30px 70px rgba(17, 24, 39, 0.1);
}

.tilo-delivery-flow__preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(11, 143, 69, 0.13) 1px, transparent 0);
    background-size: 22px 22px;
    opacity: 0.22;
    pointer-events: none;
}

.tilo-delivery-flow__preview-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
    padding: 0 22px;
    background: linear-gradient(135deg, #0b8f45 0%, #16c65b 100%);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 900;
}

.tilo-delivery-flow__preview-head > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.tilo-delivery-flow__preview-head > span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.76rem;
}

.tilo-delivery-flow__live {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.tilo-delivery-flow__order {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    margin: clamp(18px, 4vw, 36px);
    padding: clamp(18px, 4vw, 30px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.tilo-delivery-flow__product {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.tilo-delivery-flow__product-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
}

.tilo-delivery-flow__product > div {
    display: grid;
    gap: 3px;
}

.tilo-delivery-flow__product strong {
    color: #111827;
}

.tilo-delivery-flow__product small {
    color: #6b7280;
    font-size: 0.78rem;
}

.tilo-delivery-flow__details {
    display: grid;
    gap: 12px;
    margin: 0;
}

.tilo-delivery-flow__details > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.tilo-delivery-flow__details dt {
    color: #6b7280;
    font-size: 0.82rem;
}

.tilo-delivery-flow__details dd {
    margin: 0;
    color: #111827;
    font-size: 0.84rem;
    font-weight: 800;
    text-align: right;
}

.tilo-delivery-flow__route {
    display: grid;
    grid-template-columns: auto minmax(30px, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 5px 2px;
}

.tilo-delivery-flow__route span {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 5px solid #16c65b;
    box-shadow: 0 0 0 4px #dcfce7;
}

.tilo-delivery-flow__route .is-destination {
    border-color: #111827;
    box-shadow: 0 0 0 4px #e5e7eb;
}

.tilo-delivery-flow__route i {
    height: 2px;
    overflow: hidden;
    background: #d1d5db;
}

.tilo-delivery-flow__route i::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #16c65b;
    transform: scaleX(0.15);
    transform-origin: left;
    transition: transform 0.75s cubic-bezier(.2, .7, .2, 1);
}

.tilo-delivery-flow__grid[data-active-step="1"] .tilo-delivery-flow__route i::after {
    transform: scaleX(0.58);
}

.tilo-delivery-flow__grid[data-active-step="2"] .tilo-delivery-flow__route i::after {
    transform: scaleX(1);
}

.tilo-delivery-flow__status {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    background: #dcfce7;
    color: #0b8f45;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.tilo-delivery-flow__status-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #16c65b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
}

.tilo-delivery-flow__status > div {
    display: grid;
    gap: 3px;
}

.tilo-delivery-flow__status strong {
    color: #0b8f45;
    font-size: 0.9rem;
}

.tilo-delivery-flow__status small {
    color: #397b56;
    font-size: 0.76rem;
}

.tilo-delivery-flow__grid.is-updating .tilo-delivery-flow__status {
    transform: translateY(-3px);
}

.tilo-control-story {
    padding: 92px 28px;
    background: #f4f7f5;
    border-top: 1px solid #e0e8e2;
}

.tilo-control-story__intro,
.tilo-control-story__experience {
    width: min(1180px, 100%);
    margin-inline: auto;
}

.tilo-control-story__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 42px;
}

.tilo-control-story__eyebrow {
    margin-bottom: 12px;
    color: #0b8f45;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tilo-control-story__intro h2 {
    max-width: 720px;
    margin: 0;
    color: #111827;
    font-size: clamp(2.1rem, 4.5vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.tilo-control-story__intro p {
    max-width: 510px;
    margin: 0;
    color: #56625a;
    font-size: 1.05rem;
    line-height: 1.7;
}

.tilo-control-story__experience {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 18px;
}

.tilo-control-story__nav {
    display: grid;
    gap: 10px;
}

.tilo-control-story__tab {
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 14px 17px;
    overflow: hidden;
    color: #344039;
    text-align: left;
    background: #fff;
    border: 1px solid #dfe7e1;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.tilo-control-story__tab::after {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #16c65b;
    content: "";
    opacity: 0;
    transform: scaleY(0.35);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.tilo-control-story__tab:hover {
    border-color: #b9d7c1;
    transform: translateY(-1px);
}

.tilo-control-story__tab.is-active {
    color: #10251a;
    border-color: #88d9a7;
    box-shadow: 0 10px 28px rgba(17, 92, 48, 0.09);
}

.tilo-control-story__tab.is-active::after {
    opacity: 1;
    transform: scaleY(1);
}

.tilo-control-story__tab-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #0b8f45;
    font-size: 1.05rem;
    font-weight: 900;
    background: #e8f9ee;
    border-radius: 8px;
}

.tilo-control-story__tab > span:last-child {
    display: grid;
    gap: 3px;
}

.tilo-control-story__tab strong {
    font-size: 0.98rem;
}

.tilo-control-story__tab small {
    color: #778078;
    font-size: 0.78rem;
}

.tilo-control-story__screen {
    min-height: 342px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe7e1;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(22, 62, 38, 0.1);
}

.tilo-control-story__screen-bar {
    display: flex;
    gap: 7px;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    background: #10241a;
}

.tilo-control-story__screen-bar > span {
    width: 8px;
    height: 8px;
    background: #79d99b;
    border-radius: 50%;
    opacity: 0.65;
}

.tilo-control-story__screen-bar small {
    margin-left: auto;
    color: #d9e9de;
    font-weight: 700;
}

.tilo-control-story__screen-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.8fr);
    gap: 26px;
    min-height: 296px;
    padding: 34px;
}

.tilo-control-story__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tilo-control-story__summary > span {
    align-self: flex-start;
    margin-bottom: 15px;
    padding: 7px 10px;
    color: #08763a;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
    background: #dcfce7;
    border-radius: 6px;
}

.tilo-control-story__summary strong {
    max-width: 510px;
    color: #111827;
    font-size: clamp(1.65rem, 3vw, 2.75rem);
    line-height: 1.06;
}

.tilo-control-story__summary p {
    max-width: 540px;
    margin: 18px 0 0;
    color: #667169;
    line-height: 1.65;
}

.tilo-control-story__visual {
    align-self: center;
    padding: 22px;
    background: #f1f7f3;
    border: 1px solid #dce9df;
    border-radius: 8px;
}

.tilo-control-story__metric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #d8e4db;
}

.tilo-control-story__metric small {
    grid-column: 1 / -1;
    color: #778179;
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.tilo-control-story__metric strong {
    color: #14251b;
    font-size: 1rem;
}

.tilo-control-story__metric i {
    width: 12px;
    height: 12px;
    background: #16c65b;
    border: 3px solid #c6f2d5;
    border-radius: 50%;
    box-sizing: content-box;
}

.tilo-control-story__rows {
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.tilo-control-story__rows span {
    display: block;
    height: 12px;
    background: #dce8df;
    border-radius: 4px;
}

.tilo-control-story__rows span:nth-child(1) {
    width: 86%;
}

.tilo-control-story__rows span:nth-child(2) {
    width: 68%;
}

.tilo-control-story__rows span:nth-child(3) {
    width: 78%;
}

.tilo-control-story__signal {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #0b7d3e;
    font-size: 0.76rem;
    font-weight: 800;
}

.tilo-control-story__signal span {
    width: 7px;
    height: 7px;
    background: #16c65b;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(22, 198, 91, 0.12);
}

.tilo-control-story__outcome {
    grid-column: 1 / -1;
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 17px 20px;
    color: #12301f;
    background: #e8f9ee;
    border: 1px solid #c2e9cf;
    border-radius: 8px;
}

.tilo-control-story__outcome > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: #0b8f45;
    border-radius: 50%;
}

.tilo-control-story__outcome > div {
    display: grid;
    gap: 2px;
}

.tilo-control-story__outcome small {
    color: #53705d;
}

.tilo-control-story.is-changing .tilo-control-story__summary,
.tilo-control-story.is-changing .tilo-control-story__visual {
    animation: tiloControlChange 0.42s ease both;
}

.tilo-control-story__experience[data-active-control="delivery"] .tilo-control-story__visual {
    background: #eef8f5;
}

.tilo-control-story__experience[data-active-control="sales"] .tilo-control-story__visual {
    background: #f4f6fb;
}

.tilo-control-story__experience[data-active-control="customers"] .tilo-control-story__visual {
    background: #f7f5ee;
}

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

.tilo-pricing-story {
    padding: 96px 28px 104px;
    color: #111827;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.tilo-pricing-story__header,
.tilo-pricing-story__chooser {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.tilo-pricing-story__header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 58px;
    align-items: end;
    margin-bottom: 38px;
}

.tilo-pricing-story__eyebrow {
    margin-bottom: 12px;
    color: #0b8f45;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tilo-pricing-story__header h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.15rem, 4.5vw, 4.35rem);
    line-height: 0.99;
    letter-spacing: 0;
}

.tilo-pricing-story__header p {
    max-width: 500px;
    margin: 0;
    color: #667169;
    font-size: 1.03rem;
    line-height: 1.7;
}

.tilo-pricing-story__chooser {
    padding: 24px;
    background: #f5f8f6;
    border: 1px solid #dfe7e1;
    border-radius: 8px;
}

.tilo-pricing-story__question {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px 20px;
}

.tilo-pricing-story__question > strong {
    font-size: 1rem;
}

.tilo-pricing-story__question > div {
    display: flex;
    gap: 5px;
    padding: 5px;
    background: #e8eeea;
    border-radius: 8px;
}

.tilo-pricing-story__question button {
    min-height: 42px;
    padding: 0 17px;
    color: #546159;
    font-weight: 750;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tilo-pricing-story__question button.is-active {
    color: #0a6f37;
    background: #fff;
    box-shadow: 0 4px 14px rgba(27, 74, 45, 0.08);
}

.tilo-pricing-story__recommendation {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    padding: 14px 16px;
    color: #174429;
    background: #dcfce7;
    border: 1px solid #bdebc9;
    border-radius: 8px;
}

.tilo-pricing-story__recommendation > span {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    color: #fff;
    font-weight: 900;
    background: #0b8f45;
    border-radius: 50%;
}

.tilo-pricing-story__recommendation p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.tilo-pricing-story__recommendation small {
    color: #417052;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tilo-pricing-story__recommendation strong {
    font-size: 0.92rem;
}

.tilo-pricing-story__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tilo-pricing-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid #dce4de;
    border-radius: 8px;
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.tilo-pricing-card.is-recommended {
    border-color: #16c65b;
    box-shadow: 0 20px 44px rgba(11, 143, 69, 0.13);
    transform: translateY(-3px);
}

.tilo-pricing-card__top {
    display: flex;
    min-height: 28px;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.tilo-pricing-card__top > span {
    color: #647067;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tilo-pricing-card__top > small {
    padding: 6px 9px;
    color: #08733a;
    font-weight: 800;
    background: #dcfce7;
    border-radius: 5px;
}

.tilo-pricing-card h3 {
    margin: 22px 0 8px;
    font-size: 1.7rem;
}

.tilo-pricing-card > p {
    min-height: 52px;
    margin: 0;
    color: #667169;
    line-height: 1.55;
}

.tilo-pricing-card__price {
    display: flex;
    gap: 7px;
    align-items: baseline;
    margin: 26px 0 20px;
}

.tilo-pricing-card__price strong {
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    line-height: 1;
}

.tilo-pricing-card__price span {
    color: #737d76;
    font-weight: 700;
}

.tilo-pricing-card__cta {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: #0b6835;
    font-weight: 850;
    text-decoration: none;
    background: #e6f8ec;
    border: 1px solid #b9e8c8;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tilo-pricing-card.is-recommended .tilo-pricing-card__cta {
    color: #fff;
    background: linear-gradient(135deg, #16c65b, #0b8f45);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(22, 198, 91, 0.2);
}

.tilo-pricing-card__cta:hover {
    transform: translateY(-1px);
}

.tilo-pricing-card ul {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 24px 0 0;
    list-style: none;
    border-top: 1px solid #e6ebe7;
}

.tilo-pricing-card li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: #3f4c44;
    font-size: 0.9rem;
}

.tilo-pricing-card li span {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    color: #0b8f45;
    font-size: 0.7rem;
    font-weight: 900;
    background: #dcfce7;
    border-radius: 50%;
}

.tilo-pricing-story__note {
    margin: 18px 0 0;
    color: #727d75;
    font-size: 0.82rem;
    text-align: center;
}

.tilo-final-story {
    padding: 96px 28px 34px;
    background: #f4f7f5;
    border-top: 1px solid #e0e8e2;
}

.tilo-final-story__faq,
.tilo-final-cta {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.tilo-final-story__faq {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 70px;
    padding-bottom: 88px;
}

.tilo-final-story__faq-heading {
    align-self: start;
    position: sticky;
    top: 28px;
}

.tilo-final-story__eyebrow {
    margin-bottom: 12px;
    color: #0b8f45;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tilo-final-story__faq-heading h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(2rem, 3.8vw, 3.5rem);
    line-height: 1.02;
}

.tilo-final-story__faq-heading p {
    max-width: 390px;
    margin: 20px 0 0;
    color: #667169;
    line-height: 1.65;
}

.tilo-final-story__questions {
    border-top: 1px solid #ccd8cf;
}

.tilo-final-story__questions details {
    border-bottom: 1px solid #ccd8cf;
}

.tilo-final-story__questions summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 20px;
    align-items: center;
    min-height: 76px;
    padding: 15px 4px;
    color: #17251c;
    font-size: 1.04rem;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.tilo-final-story__questions summary::-webkit-details-marker {
    display: none;
}

.tilo-final-story__questions summary i {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #cbd8ce;
    border-radius: 50%;
}

.tilo-final-story__questions summary i::before,
.tilo-final-story__questions summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #0b8f45;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.tilo-final-story__questions summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tilo-final-story__questions details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.tilo-final-story__questions details > div {
    padding: 0 50px 22px 4px;
}

.tilo-final-story__questions p {
    margin: 0;
    color: #59655d;
    line-height: 1.7;
}

.tilo-final-story__questions small {
    display: block;
    margin-top: 10px;
    color: #0a793c;
    font-weight: 700;
    line-height: 1.55;
}

.tilo-final-cta {
    overflow: hidden;
    color: #fff;
    background: #10241a;
    border: 1px solid #1d4930;
    border-radius: 8px;
    box-shadow: 0 28px 65px rgba(16, 36, 26, 0.18);
}

.tilo-final-cta__brand {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 20px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tilo-final-cta__brand img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    background: #07140d;
    border-radius: 50%;
}

.tilo-final-cta__brand span {
    color: #d8e8dc;
    font-size: 0.83rem;
    font-weight: 800;
}

.tilo-final-cta__content {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 58px;
    align-items: end;
    padding: 58px 56px 48px;
}

.tilo-final-cta .tilo-final-story__eyebrow {
    color: #78eba3;
}

.tilo-final-cta h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: 0.96;
}

.tilo-final-cta__content > div:first-child > p {
    max-width: 650px;
    margin: 23px 0 0;
    color: #c8d8cd;
    font-size: 1.03rem;
    line-height: 1.7;
}

.tilo-final-cta__actions {
    display: grid;
    gap: 10px;
}

.tilo-final-cta__primary,
.tilo-final-cta__secondary {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tilo-final-cta__primary {
    gap: 12px;
    color: #fff;
    background: linear-gradient(135deg, #16c65b, #0b8f45);
    box-shadow: 0 12px 28px rgba(22, 198, 91, 0.2);
}

.tilo-final-cta__primary span {
    font-size: 1.25rem;
}

.tilo-final-cta__secondary {
    color: #e8f3eb;
    border: 1px solid #527260;
}

.tilo-final-cta__primary:hover,
.tilo-final-cta__secondary:hover {
    transform: translateY(-1px);
}

.tilo-final-cta__actions small {
    margin-top: 5px;
    color: #9fb2a5;
    line-height: 1.45;
    text-align: center;
}

.tilo-final-cta__trust {
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 20px 56px;
    color: #c8d8cd;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tilo-final-cta__trust span {
    display: flex;
    gap: 7px;
    align-items: center;
}

.tilo-final-cta__trust i {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #072d17;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 900;
    background: #72e79c;
    border-radius: 50%;
}

.tilo-chat-frame {
    width: min(100%, 460px);
    height: 100vh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    background: #e8eee7;
    border: 1px solid #cbdccf;
    border-radius: 28px;
    outline: 14px solid #dff5e6;
    outline-offset: 8px;
    box-shadow:
        0 30px 70px rgba(20, 73, 41, 0.14),
        0 8px 24px rgba(17, 24, 39, 0.08);
    position: relative;
}

.tilo-chat-header {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
    background: linear-gradient(135deg, #0b8f45 0%, #16c65b 100%);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.tilo-chat-header__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.tilo-chat-header__logo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    overflow: hidden;
}

.tilo-chat-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tilo-chat-header__meta {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.tilo-chat-header__meta strong {
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.05;
}

.tilo-chat-header__meta span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 700;
}

.tilo-chat-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.tilo-chat-header__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    color: #111827;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.36s ease, box-shadow 0.36s ease, background-color 0.36s ease;
}

.tilo-chat-header__login {
    width: 42px;
    min-width: 42px;
    padding: 0 !important;
    border-radius: 999px !important;
}

.tilo-chat-header__login svg {
    width: 24px;
    height: 24px;
    stroke: #374151;
    stroke-width: 1.8;
    fill: none;
}

.tilo-chat-header__actions a:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.tilo-chat-thread {
    min-height: 0;
    overflow-y: auto;
    padding: 14px 12px 22px;
    display: grid;
    gap: 10px;
    align-content: start;
    background-color: #e8eee7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23111827' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' opacity='0.04'%3E%3Cpath d='M24 38c0-9 7-16 16-16h12c9 0 16 7 16 16v10c0 9-7 16-16 16H40l-12 10 4-14c-5-3-8-9-8-15V38Z'/%3E%3Cpath d='M102 28h30v22h-30z'/%3E%3Cpath d='M112 66c10 0 18 8 18 18s-8 18-18 18-18-8-18-18 8-18 18-18Z'/%3E%3Cpath d='M24 112h34'/%3E%3Cpath d='M24 122h52'/%3E%3Cpath d='M92 118l10 10 24-24'/%3E%3Cpath d='M126 126h8'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 160px 160px;
}

.tilo-chat-thread::-webkit-scrollbar {
    width: 8px;
}

.tilo-chat-thread::-webkit-scrollbar-thumb {
    background: rgba(107, 114, 128, 0.28);
    border-radius: 999px;
}

.tilo-chat-day {
    justify-self: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #6b7280;
    border: 1px solid #e5e7eb;
    font-size: 0.72rem;
    font-weight: 800;
}

.tilo-chat-bubble {
    width: fit-content;
    max-width: min(100%, 356px);
    padding: 12px 14px;
    border-radius: 18px 18px 18px 6px;
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-size: 0.95rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
}

.tilo-chat-bubble--incoming {
    background: #ffffff;
}

.tilo-chat-bubble--outgoing {
    margin-left: auto;
    border-radius: 18px 18px 6px 18px;
    background: linear-gradient(135deg, #16c65b 0%, #11b050 100%);
    color: #ffffff;
    font-weight: 800;
    border-color: rgba(17, 176, 80, 0.18);
}

.tilo-chat-bubble--system {
    justify-self: center;
    max-width: 320px;
    border-radius: 18px;
    background: #dcfce7;
    color: #0b8f45;
    border: 1px solid rgba(22, 198, 91, 0.16);
    text-align: center;
}

.tilo-chat-bubble--solution {
    margin-left: auto;
    border-radius: 18px 18px 6px 18px;
    background: linear-gradient(135deg, #dcfce7, #f0fdf4);
    color: #0b8f45;
}

.tilo-chat-bubble--cta {
    width: 100%;
    max-width: none;
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.tilo-chat-bubble--cta p {
    margin: 0;
    color: inherit;
}

.tilo-chat-panel--highlight {
    background: #ffffff;
    border-color: #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    animation: tilo-chat-fade-up 0.78s cubic-bezier(.2, .7, .2, 1) forwards;
}

.tilo-chat-inline-actions,
.tilo-chat-quick-actions,
.tilo-chat-plan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tilo-chat-inline-action,
.tilo-chat-quick-action,
.tilo-chat-plan-action {
    border: 0;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #16c65b 0%, #11b050 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(22, 198, 91, 0.25);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.36s ease, box-shadow 0.36s ease, background 0.36s ease;
}

.tilo-chat-inline-action:hover,
.tilo-chat-quick-action:hover,
.tilo-chat-plan-action:hover,
.tilo-chat-plan-link:hover {
    transform: translateY(-1px);
}

.tilo-chat-inline-action--ghost,
.tilo-chat-quick-action--ghost,
.tilo-chat-plan-action--ghost {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.tilo-chat-quick-action {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.tilo-chat-panel {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: none;
    padding: 14px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.tilo-chat-panel__title {
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.tilo-chat-solution-callout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.tilo-chat-solution-callout__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #16c65b;
    box-shadow: inset 0 0 0 1px rgba(22, 198, 91, 0.14);
}

.tilo-chat-solution-callout__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.tilo-chat-solution-callout__body {
    display: grid;
    gap: 6px;
}

.tilo-chat-solution-callout__message {
    margin: 0;
    color: #16c65b;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.tilo-chat-answer-card,
.tilo-chat-delivery-card,
.tilo-chat-plan-card {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.tilo-chat-answer-card span,
.tilo-chat-plan-card span {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #16c65b;
    font-size: 0.72rem;
    font-weight: 900;
}

.tilo-chat-answer-card strong,
.tilo-chat-plan-card strong {
    font-size: 1.05rem;
    line-height: 1.1;
}

.tilo-chat-answer-card p,
.tilo-chat-plan-card p,
.tilo-chat-delivery-card p {
    margin: 0;
    color: #6b7280;
}

.tilo-chat-delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tilo-chat-delivery-card ul,
.tilo-chat-plan-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.tilo-chat-delivery-card li,
.tilo-chat-plan-card li {
    padding: 10px 11px;
    border-radius: 12px;
    background: #f5f6f4;
    color: #111827;
    border: 1px solid #e5e7eb;
    font-size: 0.88rem;
    font-weight: 700;
}

.tilo-chat-plan-card--featured {
    border: 1px solid rgba(22, 198, 91, 0.36);
    box-shadow: 0 14px 32px rgba(22, 198, 91, 0.14);
}

.tilo-chat-plan-price {
    color: #111827;
    font-size: 1.45rem;
    font-weight: 900;
}

.tilo-chat-plan-price small {
    margin-left: 4px;
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 800;
}

.tilo-chat-plan-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #16c65b 0%, #11b050 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(22, 198, 91, 0.25);
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.36s ease, box-shadow 0.36s ease, background 0.36s ease;
}

.tilo-chat-composer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(245, 246, 244, 0.98), rgba(245, 246, 244, 0.96));
    border-top: 1px solid #e5e7eb;
    backdrop-filter: blur(18px);
}

.tilo-chat-composer__field {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.92rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tilo-chat-composer__send {
    min-width: 106px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #16c65b;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(22, 198, 91, 0.25);
    font-size: 0.94rem;
    font-weight: 900;
    transition: transform 0.36s ease, box-shadow 0.36s ease, background-color 0.36s ease;
}

.tilo-chat-composer__send:hover {
    transform: translateY(-1px);
    background: #11b050;
}

.tilo-chat-is-shaking {
    animation: tilo-chat-shake 0.48s linear 2;
}

.tilo-chat-enter {
    animation: tilo-chat-pop 0.72s cubic-bezier(.2, .7, .2, 1) forwards;
}

@keyframes tilo-chat-pop {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes tilo-chat-fade-up {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tilo-chat-shake {
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-2px); }
}

@keyframes tilo-hero-arrive {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 761px) {
    .tilo-chat-frame {
        height: min(860px, calc(100vh - 48px));
        border: 1px solid #cbdccf;
        border-radius: 34px;
        overflow: hidden;
        box-shadow:
            0 34px 80px rgba(20, 73, 41, 0.16),
            0 10px 28px rgba(17, 24, 39, 0.08);
    }
}

@media (max-width: 1050px) {
    .tilo-chat-shell {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
        gap: 34px;
        padding: 30px;
    }

    .tilo-delivery-hero {
        gap: 20px;
    }

    .tilo-delivery-hero h1 {
        font-size: clamp(2.45rem, 5vw, 3.8rem);
    }

    .tilo-delivery-hero__proof {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .tilo-delivery-flow__grid {
        grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
        gap: 38px;
    }
}

@media (max-width: 760px) {
    .tilo-chat-landing {
        overflow: visible;
    }

    .tilo-chat-shell {
        min-height: 100dvh;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 28px;
        padding: 24px 16px 0;
    }

    .tilo-delivery-hero {
        width: 100%;
        gap: 18px;
        justify-self: stretch;
    }

    .tilo-delivery-hero h1 {
        max-width: 560px;
        font-size: clamp(2.35rem, 11vw, 3.4rem);
        line-height: 1.02;
    }

    .tilo-delivery-hero__lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .tilo-delivery-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tilo-delivery-hero__primary,
    .tilo-delivery-hero__secondary {
        width: 100%;
        min-height: 52px;
    }

    .tilo-delivery-hero__proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .tilo-delivery-hero__proof > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .tilo-delivery-hero__check {
        width: 26px;
        height: 26px;
    }

    .tilo-delivery-hero__proof small {
        display: none;
    }

    .tilo-chat-frame {
        width: 100%;
        height: min(820px, 88dvh);
        min-height: 680px;
        border: 1px solid #cbdccf;
        border-radius: 28px 28px 0 0;
        outline-width: 8px;
        outline-offset: 4px;
        overflow: hidden;
        box-shadow:
            0 24px 58px rgba(20, 73, 41, 0.14),
            0 8px 22px rgba(17, 24, 39, 0.07);
    }

    .tilo-chat-header__actions a {
        min-height: 34px;
        padding: 0 10px;
        font-size: 0.76rem;
    }

    .tilo-chat-header__login {
        width: 34px;
        min-width: 34px;
    }

    .tilo-chat-header__login svg {
        width: 19px;
        height: 19px;
    }

    .tilo-chat-bubble {
        max-width: min(100%, 320px);
        font-size: 0.92rem;
    }

    .tilo-chat-solution-callout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tilo-chat-solution-callout__icon {
        width: 42px;
        height: 42px;
    }

    .tilo-chat-delivery-grid {
        grid-template-columns: 1fr;
    }

    .tilo-delivery-flow {
        padding: 68px 16px 76px;
    }

    .tilo-delivery-flow__header {
        margin-bottom: 34px;
    }

    .tilo-delivery-flow__header h2 {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    .tilo-delivery-flow__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tilo-delivery-flow__step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 0;
    }

    .tilo-delivery-flow__step > span:first-child {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .tilo-delivery-flow__step strong {
        font-size: 1.02rem;
    }

    .tilo-delivery-flow__step small {
        font-size: 0.86rem;
    }

    .tilo-delivery-flow__preview {
        border-radius: 24px;
    }

    .tilo-delivery-flow__preview-head {
        min-height: 60px;
        padding: 0 16px;
    }

    .tilo-delivery-flow__order {
        margin: 14px;
        padding: 17px;
    }

    .tilo-control-story {
        padding: 68px 16px 76px;
    }

    .tilo-control-story__intro {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
    }

    .tilo-control-story__intro h2 {
        font-size: clamp(2.15rem, 10vw, 3.1rem);
    }

    .tilo-control-story__experience {
        grid-template-columns: 1fr;
    }

    .tilo-control-story__nav {
        display: flex;
        padding-bottom: 5px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .tilo-control-story__tab {
        min-width: min(260px, 78vw);
        scroll-snap-align: start;
    }

    .tilo-control-story__screen-body {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 18px;
    }

    .tilo-control-story__summary strong {
        font-size: 1.8rem;
    }

    .tilo-control-story__outcome {
        align-items: flex-start;
    }

    .tilo-pricing-story {
        padding: 68px 16px 76px;
    }

    .tilo-pricing-story__header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .tilo-pricing-story__header h2 {
        font-size: clamp(2.15rem, 10vw, 3.1rem);
    }

    .tilo-pricing-story__chooser {
        padding: 14px;
    }

    .tilo-pricing-story__question {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .tilo-pricing-story__question > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tilo-pricing-story__question button {
        min-height: 48px;
        padding: 8px 10px;
        line-height: 1.2;
    }

    .tilo-pricing-story__recommendation {
        align-items: flex-start;
    }

    .tilo-pricing-story__grid {
        grid-template-columns: 1fr;
    }

    .tilo-pricing-card {
        padding: 23px 20px;
    }

    .tilo-pricing-card.is-recommended {
        transform: none;
    }

    .tilo-pricing-card > p {
        min-height: 0;
    }

    .tilo-final-story {
        padding: 68px 16px 18px;
    }

    .tilo-final-story__faq {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 62px;
    }

    .tilo-final-story__faq-heading {
        position: static;
    }

    .tilo-final-story__faq-heading h2 {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .tilo-final-story__questions summary {
        min-height: 70px;
        font-size: 0.96rem;
    }

    .tilo-final-story__questions details > div {
        padding-right: 4px;
    }

    .tilo-final-cta__brand {
        padding: 16px 18px;
    }

    .tilo-final-cta__content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 20px 30px;
    }

    .tilo-final-cta h2 {
        font-size: clamp(2.3rem, 11vw, 3.35rem);
    }

    .tilo-final-cta__trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 19px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tilo-delivery-hero,
    .tilo-chat-enter,
    .tilo-chat-panel--highlight,
    .tilo-chat-is-shaking,
    .tilo-delivery-flow__route i::after,
    .tilo-control-story__summary,
    .tilo-control-story__visual {
        animation: none !important;
        transition: none !important;
    }
}
