/* Thera-UP sales theme 3.0.0 — premium SaaS growth funnel powered by Théo */

:root {
    --tu-violet: #6f5bff;
    --tu-violet-dark: #5140d7;
    --tu-violet-soft: #eeeaff;
    --tu-lavender: #b8aeff;
    --tu-cyan: #49e6ff;
    --tu-ink: #111b27;
    --tu-ink-2: #243247;
    --tu-text: #445064;
    --tu-muted: #6f7b8f;
    --tu-line: #dfe5ee;
    --tu-soft: #f7f8fc;
    --tu-white: #ffffff;
    --tu-success: #2fbf71;
    --tu-warning: #f59e0b;
    --tu-radius-sm: 12px;
    --tu-radius: 20px;
    --tu-radius-lg: 32px;
    --tu-shadow: 0 20px 60px rgba(27, 32, 68, 0.10);
    --tu-shadow-soft: 0 12px 34px rgba(31, 38, 78, 0.07);
    --tu-container: 1180px;
    --tu-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--tu-white);
    color: var(--tu-text);
    font-family: var(--tu-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.admin-bar .tu-header {
    top: 32px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--tu-ink);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.65rem, 5.2vw, 4rem);
}

h2 {
    font-size: clamp(2rem, 3.8vw, 3rem);
}

h3 {
    font-size: 1.25rem;
}

p:last-child {
    margin-bottom: 0;
}

svg {
    display: block;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tu-skip-link {
    position: fixed;
    z-index: 99999;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--tu-ink);
    color: var(--tu-white);
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.tu-skip-link:focus {
    transform: translateY(0);
}

.tu-container {
    width: min(calc(100% - 40px), var(--tu-container));
    margin-inline: auto;
}

.tu-narrow {
    max-width: 820px;
}

.tu-prose {
    max-width: 840px;
}

.tu-prose > * + * {
    margin-top: 1.2em;
}

.tu-prose h2,
.tu-prose h3 {
    margin-top: 1.8em;
}

.tu-prose a {
    color: var(--tu-violet-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tu-main {
    min-height: 60vh;
    overflow: hidden;
}

/* Header */

.tu-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(223, 229, 238, .85);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
}

.tu-header__inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.tu-header__brand {
    flex: 0 0 auto;
}

.tu-header__brand .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.tu-header__brand .custom-logo {
    width: auto;
    max-width: 210px;
    max-height: 54px;
}

.tu-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--tu-ink);
}

.tu-brand__symbol {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tu-violet), #856fff);
    box-shadow: 0 8px 22px rgba(111, 91, 255, .22);
}

.tu-brand__symbol svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: white;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-brand__symbol svg path:first-child,
.tu-brand__symbol svg path:nth-child(2) {
    fill: rgba(255, 255, 255, .14);
}

.tu-brand__text {
    font-size: 1.24rem;
    font-weight: 600;
    letter-spacing: -.03em;
}

.tu-brand__text strong {
    color: var(--tu-violet);
    font-weight: 600;
}

.tu-header__navigation {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.tu-nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tu-nav a {
    position: relative;
    color: var(--tu-ink-2);
    font-size: .9rem;
    font-weight: 500;
    white-space: nowrap;
}

.tu-nav a::after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--tu-violet);
    content: "";
    opacity: 0;
    transform: scaleX(.35);
    transition: .2s ease;
}

.tu-nav a:hover,
.tu-nav a[aria-current="page"] {
    color: var(--tu-violet-dark);
}

.tu-nav a:hover::after,
.tu-nav a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.tu-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 16px;
}

.tu-header__login {
    color: var(--tu-ink-2);
    font-size: .9rem;
    font-weight: 600;
}

.tu-header__login:hover {
    color: var(--tu-violet-dark);
}

.tu-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: var(--tu-soft);
    cursor: pointer;
}

.tu-menu-button__bars {
    display: flex;
    width: 22px;
    margin: auto;
    flex-direction: column;
    gap: 5px;
}

.tu-menu-button__bars span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: var(--tu-ink);
    transition: transform .2s ease, opacity .2s ease;
}

.tu-menu-button[aria-expanded="true"] .tu-menu-button__bars span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.tu-menu-button[aria-expanded="true"] .tu-menu-button__bars span:nth-child(2) {
    opacity: 0;
}

.tu-menu-button[aria-expanded="true"] .tu-menu-button__bars span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Shared components */

.tu-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--tu-violet-dark);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .09em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tu-kicker::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tu-cyan);
    box-shadow: 0 0 0 4px rgba(73, 230, 255, .15);
    content: "";
}

.tu-lead {
    max-width: 760px;
    color: var(--tu-text);
    font-size: clamp(1.08rem, 2vw, 1.25rem);
    line-height: 1.65;
}

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

.tu-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid var(--tu-violet);
    border-radius: 12px;
    background: linear-gradient(135deg, var(--tu-violet), #5c49e7);
    box-shadow: 0 12px 26px rgba(111, 91, 255, .22);
    color: var(--tu-white);
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tu-button svg,
.tu-text-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-button:hover {
    box-shadow: 0 16px 32px rgba(111, 91, 255, .28);
    transform: translateY(-2px);
}

.tu-button:focus-visible,
.tu-text-link:focus-visible,
.tu-nav a:focus-visible,
.tu-header__login:focus-visible,
.tu-form input:focus-visible,
.tu-form textarea:focus-visible,
.tu-form select:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(73, 230, 255, .75);
    outline-offset: 3px;
}

.tu-button--ghost {
    border-color: var(--tu-line);
    background: var(--tu-white);
    box-shadow: none;
    color: var(--tu-ink);
}

.tu-button--ghost:hover {
    border-color: var(--tu-lavender);
    background: var(--tu-violet-soft);
    box-shadow: none;
}

.tu-button--light {
    border-color: var(--tu-white);
    background: var(--tu-white);
    box-shadow: none;
    color: var(--tu-violet-dark);
}

.tu-button--outline-light {
    border-color: rgba(255, 255, 255, .48);
    background: transparent;
    box-shadow: none;
    color: var(--tu-white);
}

.tu-button--small {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: .86rem;
}

.tu-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tu-violet-dark);
    font-size: .94rem;
    font-weight: 600;
}

.tu-text-link:hover {
    color: var(--tu-violet);
}

.tu-section {
    padding: 104px 0;
}

.tu-section--compact {
    padding: 76px 0;
}

.tu-section--soft {
    background: var(--tu-soft);
}

.tu-section--ink {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(111, 91, 255, .22), transparent 36%),
        radial-gradient(circle at 85% 75%, rgba(73, 230, 255, .12), transparent 30%),
        var(--tu-ink);
    color: rgba(255, 255, 255, .78);
}

.tu-section--ink h2,
.tu-section--ink h3,
.tu-section--ink .tu-kicker {
    color: var(--tu-white);
}

.tu-section-heading {
    max-width: 790px;
    margin: 0 auto 52px;
    text-align: center;
}

.tu-section-heading--left {
    margin: 0;
    text-align: left;
}

.tu-section-heading--light p {
    color: rgba(255, 255, 255, .74);
}

.tu-section-heading h2 {
    margin-bottom: 18px;
}

.tu-section-heading p {
    margin-bottom: 0;
    font-size: 1.06rem;
}

.tu-center {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.tu-split {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 80px;
}

/* Home hero */

.tu-hero {
    position: relative;
    padding: 82px 0 70px;
    background:
        radial-gradient(circle at 75% 20%, rgba(184, 174, 255, .35), transparent 32%),
        radial-gradient(circle at 85% 80%, rgba(73, 230, 255, .15), transparent 28%),
        linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
}

.tu-hero::before {
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tu-line), transparent);
    content: "";
}

.tu-hero__grid {
    display: grid;
    min-height: 620px;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 62px;
}

.tu-hero__content h1 {
    max-width: 760px;
    margin-bottom: 24px;
}

.tu-hero__content h1 span {
    display: block;
    max-width: 690px;
    margin-top: 14px;
    color: var(--tu-violet);
    font-size: .56em;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.tu-hero__audience {
    max-width: 760px;
    margin-top: 26px;
    color: var(--tu-muted);
    font-size: .88rem;
}

.tu-hero__visual {
    position: relative;
    min-height: 590px;
}

.tu-hero__halo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(111, 91, 255, .18);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96) 0 39%, rgba(238, 234, 255, .9) 40% 65%, rgba(184, 174, 255, .15) 66% 100%);
    box-shadow: inset 0 0 80px rgba(111, 91, 255, .07);
    transform: translate(-50%, -50%);
}

.tu-hero__halo::before,
.tu-hero__halo::after {
    position: absolute;
    border: 1px dashed rgba(111, 91, 255, .18);
    border-radius: 50%;
    content: "";
}

.tu-hero__halo::before {
    inset: 38px;
}

.tu-hero__halo::after {
    inset: 85px;
}

.tu-hero__theo {
    position: absolute;
    z-index: 2;
    right: 50%;
    bottom: 0;
    width: 365px;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 34px 35px rgba(57, 48, 135, .22));
    transform: translateX(50%);
}

.tu-signal {
    position: absolute;
    z-index: 3;
    display: flex;
    max-width: 230px;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(223, 229, 238, .92);
    border-radius: 14px;
    background: rgba(255, 255, 255, .93);
    box-shadow: var(--tu-shadow-soft);
    backdrop-filter: blur(8px);
}

.tu-signal--top {
    top: 78px;
    right: -10px;
}

.tu-signal--bottom {
    bottom: 82px;
    left: -16px;
}

.tu-signal__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-signal__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-signal small {
    display: block;
    color: var(--tu-muted);
    font-size: .72rem;
    line-height: 1.35;
}

.tu-signal strong {
    display: block;
    color: var(--tu-ink);
    font-size: .83rem;
    font-weight: 600;
    line-height: 1.35;
}

.tu-strip {
    border-bottom: 1px solid var(--tu-line);
    background: var(--tu-white);
}

.tu-strip__inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.tu-strip__inner > span {
    color: var(--tu-ink);
    font-size: .86rem;
    font-weight: 600;
}

.tu-strip ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 22px;
    padding: 0;
    margin: 0;
    color: var(--tu-muted);
    font-size: .82rem;
    list-style: none;
}

.tu-strip li {
    position: relative;
    padding-left: 15px;
}

.tu-strip li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tu-violet);
    content: "";
}

/* Challenges */

.tu-split--problem {
    align-items: center;
}

.tu-challenge-list {
    display: grid;
    gap: 16px;
}

.tu-challenge-list article {
    display: grid;
    padding: 24px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
}

.tu-challenge-list article > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-challenge-list svg,
.tu-benefit-grid svg,
.tu-contact-points svg,
.tu-support-grid > article > span svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-challenge-list h3 {
    margin-bottom: 7px;
    font-size: 1.1rem;
}

.tu-challenge-list p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .94rem;
}

/* Theo expressions */

.tu-expression-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tu-expression-card {
    overflow: hidden;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-expression-card img {
    width: 100%;
    aspect-ratio: 1 / .86;
    object-fit: cover;
    object-position: center 36%;
    border-bottom: 1px solid var(--tu-line);
    background: #fff;
}

.tu-expression-card > div {
    padding: 22px;
}

.tu-expression-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--tu-violet-dark);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tu-expression-card h3 {
    margin-bottom: 10px;
    font-size: 1.12rem;
}

.tu-expression-card p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .9rem;
}

/* Benefits */

.tu-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tu-benefit-grid article {
    padding: 28px 24px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
}

.tu-benefit-grid article > span {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 14px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-benefit-grid h3 {
    margin-bottom: 10px;
    font-size: 1.13rem;
}

.tu-benefit-grid p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .92rem;
}

/* Platform dark section */

.tu-platform {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 74px;
}

.tu-platform--reverse {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}

.tu-platform--reverse .tu-platform__visual {
    order: 2;
}

.tu-platform__visual {
    display: grid;
    min-height: 420px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--tu-radius-lg);
    background: linear-gradient(145deg, rgba(111, 91, 255, .25), rgba(73, 230, 255, .06));
}

.tu-platform__visual img {
    width: min(360px, 84%);
    border-radius: 24px;
    mix-blend-mode: screen;
}

.tu-platform__content h2 {
    margin-bottom: 20px;
}

.tu-platform__content p {
    max-width: 650px;
    font-size: 1.04rem;
}

.tu-tool-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 28px 0 34px;
}

.tu-tool-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .86);
    font-size: .78rem;
}

/* Scenarios */

.tu-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-scenario {
    position: relative;
    min-height: 300px;
    padding: 34px 30px;
    overflow: hidden;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-scenario::after {
    position: absolute;
    right: -45px;
    bottom: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--tu-violet-soft);
    content: "";
}

.tu-scenario__number {
    display: block;
    margin-bottom: 58px;
    color: var(--tu-violet);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .14em;
}

.tu-scenario h3 {
    margin-bottom: 13px;
    font-size: 1.32rem;
}

.tu-scenario p {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    font-size: .94rem;
}

.tu-scenario small {
    position: relative;
    z-index: 1;
    color: var(--tu-violet-dark);
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Method */

.tu-method {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 76px;
}

.tu-method--reverse {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}

.tu-method--reverse .tu-method__image {
    order: 2;
}

.tu-method__image {
    overflow: hidden;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius-lg);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-method__image img {
    width: 100%;
}

.tu-check-list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.tu-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.tu-check-list svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: var(--tu-success);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Pricing */

.tu-pricing-preview,
.tu-pricing-grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-price-card {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
    flex-direction: column;
}

.tu-price-card.is-featured {
    border-color: var(--tu-violet);
    box-shadow: 0 22px 55px rgba(111, 91, 255, .17);
}

.tu-price-card__badge {
    position: absolute;
    top: -13px;
    left: 24px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--tu-violet);
    color: var(--tu-white);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
}

.tu-price-card h3,
.tu-price-card h2 {
    margin: 10px 0 12px;
    font-size: 1.4rem;
}

.tu-price-card > p,
.tu-price-card__top p {
    min-height: 58px;
    margin-bottom: 22px;
    color: var(--tu-muted);
    font-size: .9rem;
}

.tu-price-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 18px;
}

.tu-price-card__price strong {
    color: var(--tu-ink);
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1;
}

.tu-price-card__price span {
    color: var(--tu-muted);
    font-size: .82rem;
}

.tu-price-card__credits {
    display: grid;
    gap: 7px;
    padding: 16px;
    margin-bottom: 22px;
    border-radius: 13px;
    background: var(--tu-soft);
    color: var(--tu-text);
    font-size: .82rem;
}

.tu-price-card__credits strong {
    color: var(--tu-ink);
    font-weight: 600;
}

.tu-price-card ul,
.tu-price-card__modules {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 26px;
    list-style: none;
}

.tu-price-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--tu-text);
    font-size: .86rem;
}

.tu-price-card li svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: var(--tu-success);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-price-card .tu-button {
    width: 100%;
    margin-top: auto;
}

.tu-price-card--full {
    padding: 34px 30px;
}

.tu-price-card__modules-title {
    margin: 0 0 14px !important;
    color: var(--tu-muted);
    font-size: .78rem !important;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tu-empty {
    max-width: 720px;
    padding: 46px;
    margin: 0 auto;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-soft);
    text-align: center;
}

.tu-comparison {
    overflow-x: auto;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-comparison table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.tu-comparison th,
.tu-comparison td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--tu-line);
    text-align: center;
}

.tu-comparison th:first-child,
.tu-comparison td:first-child {
    position: sticky;
    z-index: 1;
    left: 0;
    min-width: 230px;
    background: var(--tu-white);
    text-align: left;
}

.tu-comparison thead th {
    background: var(--tu-ink);
    color: var(--tu-white);
    font-size: .86rem;
    font-weight: 600;
}

.tu-comparison thead th:first-child {
    z-index: 2;
    background: var(--tu-ink);
}

.tu-comparison tbody th {
    color: var(--tu-ink);
    font-size: .85rem;
    font-weight: 600;
}

.tu-comparison td {
    color: var(--tu-text);
    font-size: .86rem;
}

.tu-status {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
}

.tu-status svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-status.is-yes {
    background: rgba(47, 191, 113, .12);
    color: #208854;
}

.tu-status.is-no {
    color: #a6afbd;
}

.tu-comparison__actions th,
.tu-comparison__actions td {
    padding-top: 22px;
    padding-bottom: 22px;
}

.tu-pricing-explainer {
    display: grid;
    align-items: start;
    grid-template-columns: .82fr 1.18fr;
    gap: 72px;
}

.tu-credit-steps {
    display: grid;
    gap: 14px;
}

.tu-credit-steps article {
    display: grid;
    padding: 20px;
    border: 1px solid var(--tu-line);
    border-radius: 16px;
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
}

.tu-credit-steps article > span {
    display: grid;
    width: 42px;
    height: 42px;
    grid-row: span 2;
    place-items: center;
    border-radius: 12px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
    font-size: .82rem;
    font-weight: 600;
}

.tu-credit-steps h3 {
    margin: 1px 0 5px;
    font-size: 1rem;
}

.tu-credit-steps p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .88rem;
}

.tu-subscribe-flow {
    display: grid;
    align-items: start;
    grid-template-columns: .82fr 1.18fr;
    gap: 72px;
}

.tu-subscribe-flow ol {
    display: grid;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tu-subscribe-flow li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
}

.tu-subscribe-flow li > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    color: var(--tu-white);
    font-size: .82rem;
    font-weight: 600;
}

.tu-subscribe-flow h3 {
    margin-bottom: 5px;
    color: var(--tu-white);
    font-size: 1rem;
}

.tu-subscribe-flow p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: .88rem;
}

/* FAQ */

.tu-faq-preview {
    display: grid;
    max-width: 880px;
    margin: 0 auto;
    gap: 12px;
}

.tu-faq-preview details,
.tu-faq-group details {
    border: 1px solid var(--tu-line);
    border-radius: 14px;
    background: var(--tu-white);
}

.tu-faq-preview summary,
.tu-faq-group summary {
    position: relative;
    padding: 20px 54px 20px 22px;
    color: var(--tu-ink);
    font-size: .98rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.tu-faq-preview summary::-webkit-details-marker,
.tu-faq-group summary::-webkit-details-marker {
    display: none;
}

.tu-faq-preview summary::after,
.tu-faq-group summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--tu-violet);
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
    transform: translateY(-50%);
}

.tu-faq-preview details[open] summary::after,
.tu-faq-group details[open] summary::after {
    content: "−";
}

.tu-faq-preview details p,
.tu-faq-group details p {
    padding: 0 22px 22px;
    margin: 0;
    color: var(--tu-muted);
    font-size: .92rem;
}

.tu-faq-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 62px;
}

.tu-faq-sidebar {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 6px;
    padding: 24px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-soft);
}

.tu-faq-sidebar .tu-kicker {
    margin-bottom: 8px;
}

.tu-faq-sidebar a {
    padding: 9px 11px;
    border-radius: 9px;
    color: var(--tu-text);
    font-size: .88rem;
}

.tu-faq-sidebar a:hover {
    background: var(--tu-white);
    color: var(--tu-violet-dark);
}

.tu-faq-groups {
    display: grid;
    gap: 54px;
}

.tu-faq-group {
    scroll-margin-top: 110px;
}

.tu-faq-group h2 {
    margin-bottom: 20px;
    font-size: 1.65rem;
}

.tu-faq-group details + details {
    margin-top: 10px;
}

/* Final CTA */

.tu-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(73, 230, 255, .18), transparent 30%),
        linear-gradient(135deg, #4a37c8, #705cff 64%, #6451e9);
    color: rgba(255, 255, 255, .8);
}

.tu-final-cta::after {
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    content: "";
}

.tu-final-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 410px;
    align-items: center;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 70px;
}

.tu-final-cta__inner > img {
    align-self: end;
    max-height: 390px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 24px 25px rgba(18, 12, 67, .22));
}

.tu-final-cta h2,
.tu-final-cta .tu-kicker {
    color: var(--tu-white);
}

.tu-final-cta h2 {
    max-width: 780px;
    margin-bottom: 17px;
}

.tu-final-cta p {
    max-width: 680px;
    font-size: 1.02rem;
}

.tu-final-cta--simple .tu-final-cta__inner {
    min-height: 360px;
}

.tu-control-note {
    padding: 13px 20px;
    margin: 0;
    border-bottom: 1px solid var(--tu-line);
    background: var(--tu-soft);
    color: var(--tu-muted);
    font-size: .74rem;
    text-align: center;
}

/* Page heroes */

.tu-page-hero {
    position: relative;
    padding: 78px 0 70px;
    border-bottom: 1px solid var(--tu-line);
    background:
        radial-gradient(circle at 82% 22%, rgba(184, 174, 255, .32), transparent 32%),
        linear-gradient(180deg, #fbfaff, #fff);
}

.tu-page-hero__grid {
    display: grid;
    min-height: 520px;
    align-items: center;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 70px;
}

.tu-page-hero__content h1 {
    max-width: 830px;
    margin-bottom: 24px;
}

.tu-page-hero__visual {
    display: grid;
    min-height: 500px;
    place-items: center;
}

.tu-page-hero__visual img {
    max-height: 500px;
    object-fit: contain;
}

.tu-page-hero__visual--theo {
    overflow: hidden;
    border: 1px solid rgba(184, 174, 255, .35);
    border-radius: var(--tu-radius-lg);
    background: #f9f8ff;
    box-shadow: var(--tu-shadow);
}

.tu-page-hero__visual--theo img {
    width: 100%;
    max-height: 590px;
    object-fit: cover;
    object-position: center 54%;
}

.tu-page-hero--compact {
    padding: 64px 0 58px;
}

.tu-page-hero--compact .tu-page-hero__grid {
    min-height: 430px;
}

.tu-page-hero__visual--compact {
    min-height: 390px;
}

.tu-page-hero__visual--compact img {
    width: min(360px, 90%);
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius-lg);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-page-hero--minimal {
    padding: 82px 0 54px;
    background: var(--tu-soft);
}

.tu-page-hero--minimal h1 {
    margin-bottom: 0;
}

/* Theo page */

.tu-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tu-role-grid article {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    grid-template-columns: 180px minmax(0, 1fr);
}

.tu-role-grid article img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
    border-right: 1px solid var(--tu-line);
}

.tu-role-grid article > div {
    padding: 26px;
}

.tu-role-grid article > div > span {
    color: var(--tu-violet-dark);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tu-role-grid h2 {
    margin: 8px 0 10px;
    font-size: 1.28rem;
}

.tu-role-grid p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .91rem;
}

.tu-process {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 74px;
}

.tu-process__steps {
    display: grid;
    gap: 16px;
}

.tu-process__steps article {
    display: grid;
    padding: 24px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
}

.tu-process__steps article > span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 14px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
    font-size: .86rem;
    font-weight: 600;
}

.tu-process__steps h3 {
    margin: 3px 0 7px;
    font-size: 1.08rem;
}

.tu-process__steps p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .91rem;
}

.tu-advice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-advice-grid article {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--tu-radius);
    background: rgba(255, 255, 255, .06);
}

.tu-advice-grid article > span {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 13px;
    background: rgba(111, 91, 255, .35);
    color: var(--tu-cyan);
}

.tu-advice-grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-advice-grid blockquote {
    margin: 0 0 20px;
    color: var(--tu-white);
    font-size: .98rem;
    line-height: 1.65;
}

.tu-advice-grid small {
    color: rgba(255, 255, 255, .57);
    font-size: .73rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tu-control-panel {
    display: grid;
    align-items: center;
    grid-template-columns: .72fr 1.28fr;
    gap: 76px;
}

.tu-control-panel__visual {
    overflow: hidden;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius-lg);
    background: var(--tu-soft);
}

.tu-control-panel__visual img {
    width: 100%;
}

/* Feature page */

.tu-feature-family + .tu-feature-family {
    padding-top: 74px;
    margin-top: 74px;
    border-top: 1px solid var(--tu-line);
}

.tu-feature-family__heading {
    display: flex;
    max-width: 760px;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.tu-feature-family__heading > span {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 17px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-feature-family__heading svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-feature-family__heading small {
    display: block;
    margin-bottom: 5px;
    color: var(--tu-violet-dark);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tu-feature-family__heading h2 {
    margin: 0;
    font-size: 1.9rem;
}

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

.tu-feature-family__grid article {
    padding: 24px;
    border: 1px solid var(--tu-line);
    border-radius: 16px;
    background: var(--tu-white);
}

.tu-feature-family__grid h3 {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.tu-feature-family__grid p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .88rem;
}

.tu-soon {
    display: inline-flex;
    padding: 4px 8px;
    margin-left: 7px;
    border-radius: 999px;
    background: #fff3dd;
    color: #a55e00;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .04em;
    vertical-align: middle;
    text-transform: uppercase;
}

.tu-soon--standalone {
    margin: 15px 0 0;
}

/* Therapists page */

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

.tu-profession-grid article {
    padding: 27px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-profession-grid article span {
    display: block;
    margin-bottom: 12px;
    color: var(--tu-ink);
    font-size: 1.07rem;
    font-weight: 600;
}

.tu-profession-grid p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .9rem;
}

.tu-day-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.tu-day-list article {
    padding: 24px;
    border: 1px solid var(--tu-line);
    border-radius: 16px;
    background: var(--tu-white);
}

.tu-day-list strong {
    display: block;
    margin-bottom: 8px;
    color: var(--tu-ink);
    font-size: .98rem;
    font-weight: 600;
}

.tu-day-list p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .88rem;
}

/* Support */

.tu-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-support-grid > article {
    padding: 30px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow-soft);
}

.tu-support-grid > article > span:first-child {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 15px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-support-grid h2,
.tu-support-grid h3 {
    margin-bottom: 12px;
    font-size: 1.28rem;
}

.tu-support-grid p {
    min-height: 98px;
    color: var(--tu-muted);
    font-size: .91rem;
}

.tu-support-advice {
    max-width: 820px;
    padding: 36px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius);
    background: var(--tu-soft);
}

.tu-support-advice h2 {
    font-size: 1.45rem;
}

.tu-support-embed {
    max-width: 950px;
}

/* Contact */

.tu-contact-layout {
    display: grid;
    align-items: start;
    grid-template-columns: .78fr 1.22fr;
    gap: 72px;
}

.tu-contact-copy h2 {
    margin-bottom: 18px;
}

.tu-contact-points {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.tu-contact-points article {
    display: grid;
    padding: 18px;
    border: 1px solid var(--tu-line);
    border-radius: 14px;
    grid-template-columns: 42px 1fr;
    gap: 14px;
}

.tu-contact-points article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--tu-violet-soft);
    color: var(--tu-violet-dark);
}

.tu-contact-points h3 {
    margin: 0 0 4px;
    font-size: .98rem;
}

.tu-contact-points p {
    margin: 0;
    color: var(--tu-muted);
    font-size: .84rem;
}

.tu-contact-card {
    padding: 34px;
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius-lg);
    background: var(--tu-white);
    box-shadow: var(--tu-shadow);
}

.tu-form {
    display: grid;
    gap: 20px;
}

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

.tu-form label {
    display: grid;
    gap: 8px;
}

.tu-form label > span {
    color: var(--tu-ink-2);
    font-size: .82rem;
    font-weight: 600;
}

.tu-form input,
.tu-form textarea,
.tu-form select {
    width: 100%;
    border: 1px solid #ccd5e1;
    border-radius: 11px;
    background: var(--tu-white);
    color: var(--tu-ink);
    font-size: .94rem;
    outline: none;
}

.tu-form input,
.tu-form select {
    height: 50px;
    padding: 0 14px;
}

.tu-form textarea {
    min-height: 170px;
    padding: 13px 14px;
    resize: vertical;
}

.tu-form input:focus,
.tu-form textarea:focus,
.tu-form select:focus {
    border-color: var(--tu-violet);
    box-shadow: 0 0 0 4px rgba(111, 91, 255, .1);
}

.tu-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 10px !important;
}

.tu-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 3px;
}

.tu-consent span {
    color: var(--tu-muted) !important;
    font-size: .78rem !important;
    font-weight: 400 !important;
}

.tu-consent a {
    color: var(--tu-violet-dark);
    text-decoration: underline;
}

.tu-honeypot {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

.tu-form-message {
    padding: 14px 16px;
    margin-bottom: 22px;
    border-radius: 12px;
    font-size: .88rem;
}

.tu-form-message.is-success {
    border: 1px solid rgba(47, 191, 113, .35);
    background: rgba(47, 191, 113, .1);
    color: #176b41;
}

.tu-form-message.is-error {
    border: 1px solid rgba(224, 76, 76, .3);
    background: rgba(224, 76, 76, .08);
    color: #9b2d2d;
}

/* 404 */

.tu-404 {
    padding: 90px 0;
    background: var(--tu-soft);
}

.tu-404__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 70px;
}

.tu-404__inner img {
    border: 1px solid var(--tu-line);
    border-radius: var(--tu-radius-lg);
    background: var(--tu-white);
}

.tu-404 h1 {
    font-size: clamp(2.3rem, 5vw, 3.8rem);
}

/* Footer */

.tu-footer {
    padding: 72px 0 26px;
    border-top: 1px solid var(--tu-line);
    background: #fff;
}

.tu-footer__top {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, 1fr);
    gap: 60px;
}

.tu-brand--footer {
    margin-bottom: 20px;
}

.tu-footer__brand p {
    max-width: 390px;
    color: var(--tu-muted);
    font-size: .88rem;
}

.tu-footer__column {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.tu-footer__column h2 {
    margin-bottom: 7px;
    color: var(--tu-ink);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tu-footer__column a {
    color: var(--tu-muted);
    font-size: .84rem;
}

.tu-footer__column a:hover {
    color: var(--tu-violet-dark);
}

.tu-footer__bottom {
    display: flex;
    padding-top: 24px;
    margin-top: 54px;
    border-top: 1px solid var(--tu-line);
    justify-content: space-between;
    gap: 20px;
    color: var(--tu-muted);
    font-size: .75rem;
}

.tu-entry + .tu-entry {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--tu-line);
}

/* Responsive */

@media (max-width: 1120px) {
    .tu-header__navigation {
        gap: 20px;
    }

    .tu-nav ul {
        gap: 18px;
    }

    .tu-nav a {
        font-size: .82rem;
    }

    .tu-header__actions {
        gap: 10px;
    }

    .tu-hero__grid {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 35px;
    }

    .tu-hero__visual {
        min-height: 540px;
    }

    .tu-hero__halo {
        width: 420px;
        height: 420px;
    }

    .tu-expression-grid,
    .tu-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-feature-family__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    body.admin-bar .tu-header {
        top: 46px;
    }

    .tu-menu-button {
        display: block;
    }

    .tu-header__navigation {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        padding: 20px;
        border-bottom: 1px solid var(--tu-line);
        background: rgba(255, 255, 255, .99);
        box-shadow: var(--tu-shadow-soft);
        flex-direction: column;
        align-items: stretch;
    }

    .tu-header__navigation.is-open {
        display: flex;
    }

    .tu-nav ul {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .tu-nav a {
        display: block;
        padding: 12px 4px;
        font-size: .94rem;
    }

    .tu-nav a::after {
        display: none;
    }

    .tu-header__actions {
        padding-top: 14px;
        border-top: 1px solid var(--tu-line);
        justify-content: space-between;
    }

    .tu-hero__grid,
    .tu-page-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tu-hero__grid {
        min-height: auto;
    }

    .tu-hero__content {
        max-width: 780px;
    }

    .tu-hero__visual {
        min-height: 520px;
    }

    .tu-page-hero__visual {
        min-height: auto;
    }

    .tu-page-hero__visual--compact img {
        width: min(360px, 78vw);
    }

    .tu-split,
    .tu-platform,
    .tu-platform--reverse,
    .tu-method,
    .tu-method--reverse,
    .tu-process,
    .tu-control-panel,
    .tu-pricing-explainer,
    .tu-subscribe-flow,
    .tu-contact-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tu-platform--reverse .tu-platform__visual,
    .tu-method--reverse .tu-method__image {
        order: 0;
    }

    .tu-platform__visual {
        min-height: 360px;
    }

    .tu-scenario-grid,
    .tu-pricing-preview,
    .tu-pricing-grid,
    .tu-profession-grid,
    .tu-support-grid,
    .tu-advice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-role-grid {
        grid-template-columns: 1fr;
    }

    .tu-faq-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tu-faq-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-faq-sidebar .tu-kicker {
        grid-column: 1 / -1;
    }

    .tu-final-cta__inner {
        grid-template-columns: 230px 1fr;
        gap: 38px;
    }

    .tu-footer__top {
        grid-template-columns: 1.3fr repeat(2, 1fr);
    }

    .tu-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 16px;
    }

    body.admin-bar .tu-header {
        top: 0;
    }

    .tu-container {
        width: min(calc(100% - 28px), var(--tu-container));
    }

    .tu-header__inner {
        min-height: 68px;
    }

    .tu-header__brand .custom-logo {
        max-width: 175px;
        max-height: 45px;
    }

    .tu-brand__symbol {
        width: 36px;
        height: 36px;
    }

    .tu-brand__symbol svg {
        width: 25px;
        height: 25px;
    }

    .tu-brand__text {
        font-size: 1.12rem;
    }

    h1 {
        font-size: clamp(2.25rem, 11vw, 3.1rem);
    }

    h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .tu-section {
        padding: 72px 0;
    }

    .tu-section--compact {
        padding: 56px 0;
    }

    .tu-section-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .tu-hero {
        padding: 58px 0 48px;
    }

    .tu-hero__content h1 span {
        margin-top: 12px;
        font-size: .5em;
    }

    .tu-hero__visual {
        min-height: 450px;
    }

    .tu-hero__halo {
        width: 350px;
        height: 350px;
    }

    .tu-hero__theo {
        width: 285px;
        max-height: 450px;
    }

    .tu-signal {
        max-width: 190px;
        padding: 11px 12px;
    }

    .tu-signal--top {
        top: 34px;
        right: -4px;
    }

    .tu-signal--bottom {
        bottom: 46px;
        left: -5px;
    }

    .tu-signal__icon {
        width: 34px;
        height: 34px;
    }

    .tu-signal small {
        font-size: .64rem;
    }

    .tu-signal strong {
        font-size: .73rem;
    }

    .tu-strip__inner {
        padding: 18px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .tu-strip ul {
        justify-content: flex-start;
    }

    .tu-expression-grid,
    .tu-benefit-grid,
    .tu-scenario-grid,
    .tu-pricing-preview,
    .tu-pricing-grid,
    .tu-profession-grid,
    .tu-support-grid,
    .tu-advice-grid,
    .tu-feature-family__grid,
    .tu-day-list {
        grid-template-columns: 1fr;
    }

    .tu-expression-card {
        display: grid;
        grid-template-columns: 130px 1fr;
    }

    .tu-expression-card img {
        width: 130px;
        height: 100%;
        aspect-ratio: auto;
        border-right: 1px solid var(--tu-line);
        border-bottom: 0;
    }

    .tu-expression-card > div {
        padding: 19px;
    }

    .tu-scenario {
        min-height: auto;
    }

    .tu-scenario__number {
        margin-bottom: 34px;
    }

    .tu-platform__visual {
        min-height: 290px;
    }

    .tu-method__image {
        max-width: 430px;
    }

    .tu-page-hero,
    .tu-page-hero--compact {
        padding: 56px 0 46px;
    }

    .tu-page-hero__grid,
    .tu-page-hero--compact .tu-page-hero__grid {
        min-height: auto;
    }

    .tu-page-hero__visual--theo {
        max-height: 480px;
    }

    .tu-role-grid article {
        grid-template-columns: 125px 1fr;
    }

    .tu-role-grid article img {
        min-height: 205px;
    }

    .tu-role-grid article > div {
        padding: 20px;
    }

    .tu-feature-family + .tu-feature-family {
        padding-top: 54px;
        margin-top: 54px;
    }

    .tu-feature-family__heading {
        align-items: flex-start;
    }

    .tu-feature-family__heading h2 {
        font-size: 1.55rem;
    }

    .tu-faq-sidebar {
        grid-template-columns: 1fr;
    }

    .tu-faq-sidebar .tu-kicker {
        grid-column: auto;
    }

    .tu-final-cta__inner,
    .tu-final-cta--simple .tu-final-cta__inner {
        min-height: auto;
        padding-top: 58px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tu-final-cta__inner > img {
        display: none;
    }

    .tu-final-cta__inner > div {
        padding-bottom: 58px;
    }

    .tu-contact-card {
        padding: 24px;
    }

    .tu-form__row {
        grid-template-columns: 1fr;
    }

    .tu-404__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tu-404__inner img {
        width: min(310px, 85%);
    }

    .tu-footer {
        padding-top: 56px;
    }

    .tu-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 38px 28px;
    }

    .tu-footer__brand {
        grid-column: 1 / -1;
    }

    .tu-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 460px) {
    .tu-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tu-actions .tu-button {
        width: 100%;
    }

    .tu-header__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tu-header__actions .tu-button,
    .tu-header__login {
        width: 100%;
        text-align: center;
    }

    .tu-hero__visual {
        min-height: 410px;
    }

    .tu-hero__halo {
        width: 310px;
        height: 310px;
    }

    .tu-hero__theo {
        width: 255px;
    }

    .tu-signal--top {
        right: -10px;
    }

    .tu-signal--bottom {
        left: -10px;
    }

    .tu-expression-card,
    .tu-role-grid article {
        grid-template-columns: 1fr;
    }

    .tu-expression-card img,
    .tu-role-grid article img {
        width: 100%;
        height: 230px;
        border-right: 0;
        border-bottom: 1px solid var(--tu-line);
    }

    .tu-price-card {
        padding: 26px 22px;
    }

    .tu-footer__top {
        grid-template-columns: 1fr;
    }

    .tu-footer__brand {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}


/* ========================================================================== 
   v2.0.2 — TYPOGRAPHIE LÉGÈRE ET VISUELS THÉO ENTIÈREMENT VISIBLES
   ========================================================================== */

:root {
    --tu-font: "Segoe UI", Arial, Helvetica, sans-serif;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--tu-font) !important;
    font-size: 15.5px !important;
    font-weight: 300 !important;
    line-height: 1.68 !important;
    color: #3f4b5d;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Aucun gras par défaut dans les contenus. */
body :where(p, li, span, a, small, label, input, textarea, select, button, summary, td, th, blockquote) {
    font-family: var(--tu-font) !important;
    font-weight: 300 !important;
}

body :where(h1, h2, h3, h4, h5, h6) {
    font-family: var(--tu-font) !important;
    font-weight: 500 !important;
    letter-spacing: -0.012em !important;
}

body :where(strong, b) {
    font-weight: 600 !important;
}

.tu-button,
.tu-button *,
.tu-nav a,
.tu-header__login,
.tu-text-link,
.tu-faq-preview summary,
.tu-faq-group summary {
    font-weight: 500 !important;
}

.tu-kicker,
.tu-price-card__badge,
.tu-soon,
.tu-scenario__number,
.tu-feature-family__heading small,
.tu-role-grid article > div > span {
    font-weight: 500 !important;
}

h1 {
    font-size: clamp(2rem, 3.6vw, 2.75rem) !important;
    line-height: 1.08 !important;
}

h2 {
    font-size: clamp(1.45rem, 2.35vw, 1.9rem) !important;
    line-height: 1.2 !important;
}

h3 {
    font-size: 1rem !important;
    line-height: 1.35 !important;
}

.tu-lead {
    font-size: clamp(.98rem, 1.25vw, 1.06rem) !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
}

.tu-kicker {
    font-size: .68rem !important;
    letter-spacing: .07em !important;
}

.tu-section {
    padding: 68px 0 !important;
}

.tu-section--compact {
    padding: 50px 0 !important;
}

.tu-section-heading {
    max-width: 700px !important;
    margin-bottom: 32px !important;
}

.tu-section-heading p,
.tu-platform__content p,
.tu-final-cta p,
.tu-price-card p,
.tu-price-card li,
.tu-scenario p,
.tu-benefit-grid p,
.tu-challenge-list p,
.tu-role-grid p,
.tu-feature-family__grid p,
.tu-profession-grid p {
    font-size: .92rem !important;
    font-weight: 300 !important;
    line-height: 1.62 !important;
}

.tu-button {
    min-height: 43px !important;
    padding: 10px 17px !important;
    font-size: .86rem !important;
}

.tu-button--small {
    min-height: 37px !important;
    padding: 8px 13px !important;
    font-size: .79rem !important;
}

/* Hero compact, avec Théo visible en entier. */
.tu-hero {
    padding: 56px 0 46px !important;
}

.tu-hero__grid {
    min-height: 480px !important;
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr) !important;
    gap: 46px !important;
}

.tu-hero__content h1 {
    max-width: 680px !important;
    margin-bottom: 16px !important;
}

.tu-hero__content h1 span {
    max-width: 620px !important;
    margin-top: 10px !important;
    font-size: .5em !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.tu-hero__visual {
    min-height: 430px !important;
    overflow: visible !important;
}

.tu-hero__halo {
    width: 330px !important;
    height: 330px !important;
}

.tu-hero__theo {
    width: 250px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
}

.tu-signal {
    max-width: 178px !important;
    padding: 9px 11px !important;
}

.tu-signal strong {
    font-size: .72rem !important;
    font-weight: 500 !important;
}

.tu-signal small,
.tu-hero__audience {
    font-size: .75rem !important;
    font-weight: 300 !important;
}

/* Cartes Théo : personnages complets, sans recadrage ni overflow. */
.tu-expression-grid {
    gap: 16px !important;
}

.tu-expression-card {
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
}

.tu-expression-card img {
    display: block !important;
    width: auto !important;
    height: 180px !important;
    max-width: 88% !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 0 !important;
    background: transparent !important;
}

.tu-expression-card > div {
    padding: 16px 18px 19px !important;
}

.tu-expression-card span {
    font-size: .64rem !important;
    font-weight: 500 !important;
}

.tu-expression-card h3 {
    margin-bottom: 6px !important;
    font-size: .96rem !important;
    font-weight: 500 !important;
}

.tu-expression-card p {
    font-size: .82rem !important;
    font-weight: 300 !important;
}

/* Tous les autres visuels de Théo restent entièrement visibles. */
.tu-platform__visual,
.tu-method__image,
.tu-control-panel__visual,
.tu-page-hero__visual,
.tu-page-hero__visual--theo,
.tu-role-grid article {
    overflow: visible !important;
}

.tu-platform__visual {
    min-height: 280px !important;
}

.tu-platform__visual img {
    width: auto !important;
    height: 220px !important;
    max-width: 80% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
    mix-blend-mode: normal !important;
}

.tu-method__image,
.tu-control-panel__visual {
    width: min(100%, 270px) !important;
    padding: 16px !important;
}

.tu-method__image img,
.tu-control-panel__visual img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
}

.tu-page-hero {
    padding: 52px 0 46px !important;
}

.tu-page-hero__grid {
    min-height: 370px !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr) !important;
    gap: 44px !important;
}

.tu-page-hero__visual,
.tu-page-hero__visual--theo {
    min-height: 310px !important;
}

.tu-page-hero__visual img,
.tu-page-hero__visual--theo img {
    display: block !important;
    width: auto !important;
    height: 300px !important;
    max-width: 82% !important;
    max-height: none !important;
    margin: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

.tu-role-grid article {
    grid-template-columns: 145px minmax(0, 1fr) !important;
}

.tu-role-grid article img {
    display: block !important;
    width: 120px !important;
    height: 170px !important;
    min-height: 0 !important;
    max-width: 100% !important;
    margin: 18px auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 0 !important;
}

.tu-role-grid article > div {
    padding: 21px !important;
}

.tu-role-grid h2 {
    font-size: 1.08rem !important;
    font-weight: 500 !important;
}

.tu-final-cta__inner {
    min-height: 290px !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    gap: 34px !important;
}

.tu-final-cta__inner > img {
    display: block !important;
    width: 125px !important;
    height: auto !important;
    max-height: 230px !important;
    align-self: center !important;
    justify-self: center !important;
    object-fit: contain !important;
    object-position: center !important;
}

.tu-price-card__price strong {
    font-size: 1.9rem !important;
    font-weight: 600 !important;
}

.tu-price-card h3,
.tu-scenario h3,
.tu-benefit-grid h3,
.tu-challenge-list h3,
.tu-feature-family__grid h3 {
    font-weight: 500 !important;
}

@media (max-width: 900px) {
    h1 {
        font-size: clamp(1.85rem, 6vw, 2.35rem) !important;
    }

    h2 {
        font-size: clamp(1.35rem, 4.2vw, 1.72rem) !important;
    }

    .tu-hero__grid,
    .tu-page-hero__grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .tu-hero__visual {
        min-height: 350px !important;
    }

    .tu-hero__theo {
        width: 215px !important;
    }

    .tu-hero__halo {
        width: 280px !important;
        height: 280px !important;
    }

    .tu-page-hero__visual,
    .tu-page-hero__visual--theo {
        min-height: 270px !important;
    }

    .tu-page-hero__visual img,
    .tu-page-hero__visual--theo img {
        height: 255px !important;
    }
}

@media (max-width: 680px) {
    body {
        font-size: 15px !important;
    }

    .tu-section {
        padding: 50px 0 !important;
    }

    .tu-section--compact {
        padding: 42px 0 !important;
    }

    .tu-hero {
        padding: 42px 0 36px !important;
    }

    .tu-hero__visual {
        min-height: 310px !important;
    }

    .tu-hero__theo {
        width: 190px !important;
    }

    .tu-hero__halo {
        width: 245px !important;
        height: 245px !important;
    }

    .tu-expression-card {
        display: grid !important;
        grid-template-columns: 100px minmax(0, 1fr) !important;
        align-items: center !important;
    }

    .tu-expression-card img {
        width: 82px !important;
        height: 120px !important;
        max-width: none !important;
        margin: 10px auto !important;
    }

    .tu-role-grid article {
        grid-template-columns: 105px minmax(0, 1fr) !important;
    }

    .tu-role-grid article img {
        width: 86px !important;
        height: 125px !important;
        margin: 14px auto !important;
    }

    .tu-final-cta__inner {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }

    .tu-final-cta__inner > img {
        display: none !important;
    }
}


/* ===== v2.0.3 visual rebalance ===== */
:root {
    --tu-text: #374151;
    --tu-muted: #5f6b80;
    --tu-line: #d6ddeb;
    --tu-shadow: 0 18px 46px rgba(24, 31, 68, 0.12);
    --tu-shadow-soft: 0 10px 24px rgba(24, 31, 68, 0.10);
}

body {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    color: var(--tu-text) !important;
}

p, li, dt, dd, summary, details, input, textarea, select, label, small {
    font-weight: 400 !important;
    color: var(--tu-text);
}

strong, b { font-weight: 600 !important; }

h1, h2 {
    font-weight: 700 !important;
    letter-spacing: -0.032em !important;
    color: var(--tu-ink) !important;
}

h3, h4 {
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: var(--tu-ink) !important;
}

h1 { font-size: clamp(2.5rem, 4.8vw, 4.15rem) !important; line-height: 1.04 !important; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem) !important; line-height: 1.08 !important; }
h3 { font-size: 1.22rem !important; line-height: 1.22 !important; }

.tu-kicker,
.tu-strip__inner > span,
.tu-price-card__badge,
.tu-scenario__number,
.tu-footer__title,
.tu-page-nav__label {
    font-weight: 700 !important;
    letter-spacing: .06em !important;
}

.tu-lead {
    color: #4b5567 !important;
    font-size: 1.05rem !important;
    max-width: 700px;
}

.tu-button,
.tu-button--ghost,
.tu-button--light,
.tu-text-link,
.tu-header__actions a,
.tu-nav a,
.tu-mobile-nav a,
.tu-price-card__price strong,
.tu-faq-preview summary,
.tu-signal strong,
.tu-brand__text,
.tu-brand__text strong {
    font-weight: 600 !important;
}

.tu-header__inner { min-height: 78px !important; }
.tu-nav a, .tu-mobile-nav a { font-size: .94rem !important; color: #263246 !important; }
.tu-nav a:hover, .tu-mobile-nav a:hover { color: var(--tu-violet-dark) !important; }

.tu-section-heading p,
.tu-expression-card p,
.tu-benefit-grid p,
.tu-challenge-list p,
.tu-scenario p,
.tu-price-card p,
.tu-method p,
.tu-prose p,
.tu-page-hero p,
.tu-final-cta p {
    color: var(--tu-muted) !important;
}

.tu-hero {
    padding: 86px 0 76px !important;
    background:
        radial-gradient(circle at 76% 18%, rgba(111, 91, 255, .18), transparent 24%),
        radial-gradient(circle at 82% 78%, rgba(73, 230, 255, .12), transparent 24%),
        linear-gradient(180deg, #f7f5ff 0%, #ffffff 72%) !important;
}

.tu-hero__grid {
    min-height: 640px !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(350px, .98fr) !important;
    gap: 52px !important;
}

.tu-hero__content h1 { margin-bottom: 20px !important; max-width: 720px !important; }
.tu-hero__content h1 span {
    margin-top: 16px !important;
    font-size: .43em !important;
    line-height: 1.22 !important;
    color: var(--tu-violet-dark) !important;
    font-weight: 600 !important;
    max-width: 620px !important;
}
.tu-hero__audience {
    margin-top: 20px !important;
    font-size: .93rem !important;
    color: var(--tu-muted) !important;
}

.tu-hero__visual { min-height: 600px !important; }
.tu-hero__halo {
    width: 500px !important;
    height: 500px !important;
    border-color: rgba(111, 91, 255, .22) !important;
    background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 38%, rgba(244,241,255,.96) 39% 63%, rgba(203,196,255,.18) 64% 100%) !important;
}
.tu-hero__theo {
    width: 372px !important;
    max-height: 570px !important;
    filter: drop-shadow(0 30px 36px rgba(50, 42, 130, .22)) !important;
}

.tu-signal {
    max-width: 196px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(17, 27, 39, .08) !important;
    background: rgba(255,255,255,.96) !important;
}
.tu-signal--top {
    top: 74px !important;
    right: -4px !important;
}
.tu-signal--bottom {
    bottom: 96px !important;
    left: -6px !important;
}
.tu-signal__icon { width: 34px !important; height: 34px !important; }
.tu-signal small { font-size: .70rem !important; color: #6b7280 !important; }
.tu-signal strong { font-size: .84rem !important; line-height: 1.26 !important; color: var(--tu-ink) !important; }

.tu-strip { background: #fff !important; }
.tu-strip__inner { min-height: 72px !important; }
.tu-strip ul { color: #657084 !important; font-size: .84rem !important; }

.tu-section { padding: 88px 0 !important; }
.tu-section--soft { background: #f7f8fc !important; }
.tu-section--compact { padding: 76px 0 !important; }

.tu-section-heading h2,
.tu-page-hero__content h1,
.tu-final-cta h2,
.tu-method h2 { max-width: 860px; }
.tu-section-heading p { max-width: 760px; margin-left: auto; margin-right: auto; }
.tu-section-heading--left p { margin-left: 0; margin-right: 0; }

.tu-expression-card,
.tu-benefit-grid article,
.tu-challenge-list article,
.tu-scenario,
.tu-price-card,
.tu-tool-panel,
.tu-faq-preview details,
.tu-method__image,
.tu-empty {
    border-color: #dde3ee !important;
    box-shadow: 0 10px 24px rgba(30, 41, 59, .05) !important;
}

.tu-expression-card img {
    width: 128px !important;
    height: auto !important;
    margin: 22px auto 14px !important;
}

.tu-benefit-grid article span,
.tu-challenge-list article span {
    box-shadow: none !important;
    background: #f1edff !important;
}

.tu-dark-band {
    background: linear-gradient(135deg, #101b2e 0%, #16253c 50%, #152f55 100%) !important;
}

.tu-tool-visual {
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) !important;
    border-color: rgba(255,255,255,.10) !important;
}

.tu-tool-panel h2,
.tu-final-cta h2,
.tu-final-cta p,
.tu-tool-panel p { color: #fff !important; }
.tu-tool-tags span {
    font-weight: 500 !important;
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.12) !important;
    color: rgba(255,255,255,.92) !important;
}

.tu-pricing-preview { align-items: stretch !important; }
.tu-price-card { padding-top: 28px !important; }
.tu-price-card__price strong {
    font-size: 2.2rem !important;
    color: var(--tu-ink) !important;
}
.tu-price-card__credits {
    background: #f7f8fc !important;
    border: 1px solid #e3e8f2 !important;
}
.tu-price-card__credits strong { font-weight: 700 !important; }
.tu-price-card li span { color: var(--tu-text) !important; }

.tu-faq-preview summary { font-size: 1rem !important; color: var(--tu-ink) !important; }

.tu-final-cta {
    background: linear-gradient(110deg, #5c49f0 0%, #6f5bff 45%, #8071ff 100%) !important;
}
.tu-final-cta__grid { gap: 24px !important; }
.tu-final-cta__visual img {
    width: 104px !important;
    height: auto !important;
}

.tu-footer {
    background: #fff !important;
    color: #556176 !important;
}
.tu-footer a { color: #1f2a3c !important; }
.tu-footer__title { color: var(--tu-ink) !important; }

@media (max-width: 960px) {
    .tu-hero__grid,
    .tu-page-hero__grid { grid-template-columns: 1fr !important; }
    .tu-hero__content { text-align: left !important; }
    .tu-hero__content h1,
    .tu-hero__content h1 span,
    .tu-lead,
    .tu-hero__audience { max-width: 100% !important; }
    .tu-hero__visual {
        min-height: 480px !important;
        max-width: 480px !important;
        margin: 10px auto 0 !important;
    }
    .tu-hero__halo {
        width: 420px !important;
        height: 420px !important;
    }
    .tu-hero__theo {
        width: 310px !important;
        max-height: 470px !important;
    }
    .tu-signal--top { right: 0 !important; top: 56px !important; }
    .tu-signal--bottom { left: 0 !important; bottom: 58px !important; }
}

@media (max-width: 640px) {
    h1 { font-size: 2.15rem !important; }
    h2 { font-size: 1.7rem !important; }
    .tu-section { padding: 68px 0 !important; }
    .tu-hero { padding: 58px 0 48px !important; }
    .tu-hero__visual {
        min-height: 400px !important;
        max-width: 360px !important;
    }
    .tu-hero__halo {
        width: 320px !important;
        height: 320px !important;
    }
    .tu-hero__theo {
        width: 230px !important;
        max-height: 360px !important;
    }
    .tu-signal {
        max-width: 156px !important;
        padding: 10px 11px !important;
        gap: 9px !important;
    }
    .tu-signal__icon { width: 28px !important; height: 28px !important; }
    .tu-signal small { font-size: .62rem !important; }
    .tu-signal strong { font-size: .73rem !important; }
    .tu-signal--top { top: 54px !important; right: -2px !important; }
    .tu-signal--bottom { left: -2px !important; bottom: 44px !important; }
    .tu-expression-card img { width: 108px !important; }
    .tu-final-cta__visual img { width: 84px !important; }
}


/* ===== v2.1.0 premium sales refinement ===== */
:root {
    --tu-font: "Instrument Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --tu-font-display: "Bricolage Grotesque", "Instrument Sans", ui-sans-serif, sans-serif;
    --tu-text: #3d4a5d;
    --tu-muted: #647287;
    --tu-line: #dbe2ed;
    --tu-soft: #f6f5fe;
    --tu-shadow: 0 24px 64px rgba(31, 41, 83, 0.12);
    --tu-shadow-soft: 0 12px 28px rgba(31, 41, 83, 0.08);
}

body {
    font-family: var(--tu-font) !important;
    font-size: 16.5px !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    color: var(--tu-text) !important;
    background: #fff !important;
}

h1, h2, h3, h4 {
    font-family: var(--tu-font-display) !important;
    color: var(--tu-ink) !important;
}

h1 { font-weight: 700 !important; font-size: clamp(2.8rem, 5vw, 4.3rem) !important; line-height: 1.02 !important; letter-spacing: -0.03em !important; }
h2 { font-weight: 700 !important; font-size: clamp(2.05rem, 3.6vw, 3rem) !important; line-height: 1.08 !important; letter-spacing: -0.025em !important; }
h3 { font-weight: 600 !important; font-size: 1.18rem !important; line-height: 1.24 !important; }

p, li, dt, dd, small, summary, label { font-family: var(--tu-font) !important; font-weight: 400 !important; }
strong, b { font-weight: 600 !important; }

.tu-brand__text,
.tu-kicker,
.tu-button,
.tu-button--ghost,
.tu-button--light,
.tu-text-link,
.tu-nav a,
.tu-mobile-nav a,
.tu-price-card__price strong,
.tu-price-card__badge,
.tu-faq-preview summary,
.tu-scenario__number,
.tu-footer__title { font-family: var(--tu-font-display) !important; }

.tu-nav a,
.tu-mobile-nav a,
.tu-button,
.tu-button--ghost,
.tu-button--light,
.tu-text-link { font-weight: 600 !important; }

.tu-header {
    border-bottom-color: rgba(219, 226, 237, .95) !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
}

.tu-hero {
    padding: 92px 0 76px !important;
    background:
        radial-gradient(circle at 78% 20%, rgba(111,91,255,.22), transparent 26%),
        radial-gradient(circle at 86% 78%, rgba(73,230,255,.12), transparent 22%),
        linear-gradient(180deg, #f3f1ff 0%, #ffffff 70%) !important;
}

.tu-hero__grid {
    min-height: 640px !important;
    gap: 56px !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr) !important;
}

.tu-hero__content h1 { max-width: 730px !important; margin-bottom: 22px !important; }
.tu-hero__content h1 span {
    display: block;
    margin-top: 18px !important;
    max-width: 650px !important;
    color: var(--tu-violet-dark) !important;
    font-family: var(--tu-font) !important;
    font-size: .42em !important;
    font-weight: 600 !important;
    line-height: 1.34 !important;
    letter-spacing: -.015em !important;
}

.tu-lead {
    max-width: 720px !important;
    color: #4d5a6d !important;
    font-size: 1.03rem !important;
}

.tu-hero__audience {
    margin-top: 22px !important;
    color: var(--tu-muted) !important;
    font-size: .93rem !important;
}

.tu-hero__visual {
    min-height: 590px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tu-hero__halo {
    width: 515px !important;
    height: 515px !important;
    border-color: rgba(111,91,255,.20) !important;
    background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 38%, rgba(242,239,255,.95) 39% 66%, rgba(184,174,255,.18) 67% 100%) !important;
    box-shadow: inset 0 0 100px rgba(111,91,255,.07), 0 25px 60px rgba(111,91,255,.08) !important;
}
.tu-hero__theo {
    width: 380px !important;
    max-height: 575px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 34px 44px rgba(42, 49, 110, .22)) !important;
}

.tu-strip { background: #fff !important; border-bottom-color: #e2e8f0 !important; }
.tu-strip__inner { min-height: 76px !important; }
.tu-strip__inner > span { font-weight: 700 !important; font-family: var(--tu-font-display) !important; }

.tu-section { padding: 92px 0 !important; }
.tu-section--soft { background: #f7f8fc !important; }
.tu-section-heading p,
.tu-section-heading--left p,
.tu-expression-card p,
.tu-benefit-grid p,
.tu-challenge-list p,
.tu-scenario p,
.tu-method p,
.tu-price-card p,
.tu-prose p { color: var(--tu-muted) !important; }

.tu-expression-card,
.tu-benefit-grid article,
.tu-challenge-list article,
.tu-scenario,
.tu-price-card,
.tu-method__image,
.tu-faq-preview details,
.tu-empty {
    border-color: #dee5ef !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(17,24,39,.05) !important;
}

.tu-expression-card img { width: 122px !important; margin: 20px auto 10px !important; }

.tu-section--ink {
    background: linear-gradient(135deg, #10192b 0%, #15233a 52%, #1a3458 100%) !important;
}
.tu-platform {
    grid-template-columns: minmax(340px, 1.08fr) minmax(0, .92fr) !important;
    gap: 54px !important;
}
.tu-platform__visual {
    min-height: auto !important;
    padding: 20px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,255,.96)) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 20px 50px rgba(8, 15, 31, .22) !important;
}
.tu-platform__visual img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    mix-blend-mode: normal !important;
}
.tu-platform__content h2,
.tu-platform__content p { color: #fff !important; }
.tu-tool-tags span {
    background: rgba(255,255,255,.10) !important;
    border-color: rgba(255,255,255,.14) !important;
    color: rgba(255,255,255,.92) !important;
    font-family: var(--tu-font) !important;
    font-weight: 500 !important;
}

.tu-price-card__price strong { font-weight: 700 !important; }
.tu-price-card__credits {
    border-color: #e1e6ef !important;
    background: #f8f9fc !important;
}
.tu-price-card__credits strong { font-weight: 700 !important; }

.tu-final-cta {
    background: linear-gradient(110deg, #5342de 0%, #6f5bff 44%, #866ff8 100%) !important;
}
.tu-final-cta p { color: rgba(255,255,255,.88) !important; }

@media (max-width: 960px) {
    .tu-hero__grid,
    .tu-platform,
    .tu-page-hero__grid { grid-template-columns: 1fr !important; }
    .tu-hero__visual {
        min-height: 470px !important;
        max-width: 460px !important;
        margin: 8px auto 0 !important;
    }
    .tu-hero__halo { width: 420px !important; height: 420px !important; }
    .tu-hero__theo { width: 305px !important; max-height: 460px !important; }
    .tu-platform__visual { order: -1; }
}

@media (max-width: 640px) {
    body { font-size: 16px !important; }
    h1 { font-size: 2.2rem !important; }
    h2 { font-size: 1.78rem !important; }
    .tu-hero { padding: 62px 0 52px !important; }
    .tu-section { padding: 72px 0 !important; }
    .tu-hero__visual {
        min-height: 380px !important;
        max-width: 360px !important;
    }
    .tu-hero__halo { width: 320px !important; height: 320px !important; }
    .tu-hero__theo { width: 228px !important; max-height: 348px !important; }
    .tu-platform__visual { padding: 14px !important; }
}


/* ===== v2.1.1 compact typography + marquee + stable 4 cards ===== */
html { font-size: 12px !important; }
body,
p,
li,
a,
button,
input,
textarea,
select,
label,
small,
summary,
.tu-lead,
.tu-hero__audience,
.tu-nav a,
.tu-mobile-nav a,
.tu-button,
.tu-button--ghost,
.tu-button--light,
.tu-text-link,
.tu-strip ul,
.tu-strip li,
.tu-price-card p,
.tu-price-card li,
.tu-price-card__credits,
.tu-faq-preview p,
.tu-faq-preview summary,
.tu-final-cta p,
.tu-footer,
.tu-footer a,
.tu-tool-tags span,
.tu-section-heading p,
.tu-expression-card p,
.tu-benefit-grid p,
.tu-scenario p,
.tu-method p,
.tu-challenge-list p {
    font-size: 12px !important;
    line-height: 1.55 !important;
}

h1,
h2,
h3,
h4,
.tu-kicker,
.tu-brand__text,
.tu-strip__inner > span,
.tu-price-card__badge,
.tu-scenario__number,
.tu-footer__title,
.tu-price-card__price strong,
.tu-faq-preview summary,
.tu-expression-card span,
.tu-nav .current-menu-item > a,
.tu-mobile-nav .current-menu-item > a {
    font-size: 14px !important;
    line-height: 1.2 !important;
}

h1,h2,h3,h4 { font-weight: 700 !important; }
.tu-brand__text,
.tu-kicker,
.tu-strip__inner > span,
.tu-footer__title,
.tu-price-card__badge,
.tu-scenario__number,
.tu-expression-card span { font-weight: 600 !important; }

.tu-hero__content h1 span {
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.tu-header__inner { min-height: 60px !important; }
.tu-header__brand .custom-logo { max-height: 40px !important; }
.tu-brand__symbol { width: 32px !important; height: 32px !important; }

.tu-hero { padding: 42px 0 34px !important; }
.tu-section { padding: 42px 0 !important; }
.tu-section--compact { padding: 36px 0 !important; }
.tu-hero__grid { min-height: auto !important; gap: 24px !important; }
.tu-hero__visual { min-height: 320px !important; }
.tu-hero__halo { width: 300px !important; height: 300px !important; }
.tu-hero__theo { width: 185px !important; max-height: 290px !important; }

.tu-strip {
    overflow: hidden !important;
}
.tu-strip__inner {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 16px !important;
    min-height: 40px !important;
    padding: 0 !important;
}
.tu-strip__marquee {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
}
.tu-strip__track {
    display: flex !important;
    align-items: center !important;
    width: max-content !important;
    animation: tu-marquee-scroll 34s linear infinite !important;
}
.tu-strip__track ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.tu-strip__track li {
    position: relative !important;
    flex: 0 0 auto !important;
    padding: 0 22px 0 18px !important;
    color: var(--tu-text) !important;
}
.tu-strip__track li::before {
    position: absolute !important;
    top: 50% !important;
    left: 6px !important;
    width: 5px !important;
    height: 5px !important;
    margin-top: -2.5px !important;
    border-radius: 50% !important;
    background: var(--tu-violet) !important;
    content: "" !important;
}
@keyframes tu-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.tu-expression-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}
.tu-expression-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    min-width: 0 !important;
}
.tu-expression-card img {
    width: auto !important;
    max-width: 72% !important;
    height: 92px !important;
    margin: 12px auto 0 !important;
    object-fit: contain !important;
    aspect-ratio: auto !important;
    border: 0 !important;
    background: transparent !important;
}
.tu-expression-card > div { padding: 12px !important; }
.tu-expression-card h3 { font-size: 14px !important; line-height: 1.2 !important; margin-bottom: 8px !important; }
.tu-expression-card p { margin: 0 !important; }

.tu-benefit-grid,
.tu-scenario-grid,
.tu-pricing-preview,
.tu-pricing-grid,
.tu-profession-grid,
.tu-support-grid,
.tu-advice-grid,
.tu-feature-family__grid,
.tu-day-list {
    gap: 12px !important;
}
.tu-benefit-grid article,
.tu-scenario,
.tu-price-card,
.tu-challenge-list article,
.tu-method__image,
.tu-faq-preview details {
    padding: 14px !important;
}
.tu-benefit-grid article > span,
.tu-challenge-list article > span { width: 34px !important; height: 34px !important; margin-bottom: 10px !important; }
.tu-benefit-grid h3,
.tu-challenge-list h3,
.tu-scenario h3,
.tu-price-card h3,
.tu-method h2,
.tu-platform__content h2,
.tu-final-cta h2 { font-size: 14px !important; }
.tu-price-card__price strong { font-size: 14px !important; }
.tu-price-card__price span { font-size: 12px !important; }
.tu-tool-tags { gap: 8px !important; }
.tu-tool-tags span { padding: 5px 9px !important; }
.tu-final-cta__visual img { width: 56px !important; }
.tu-footer__grid { gap: 20px !important; }

@media (max-width: 767px) {
    .tu-strip__inner {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 8px 0 !important;
    }
    .tu-expression-grid,
    .tu-benefit-grid,
    .tu-scenario-grid,
    .tu-pricing-preview,
    .tu-pricing-grid,
    .tu-profession-grid,
    .tu-support-grid,
    .tu-advice-grid,
    .tu-feature-family__grid,
    .tu-day-list {
        grid-template-columns: 1fr !important;
    }
    .tu-hero__grid,
    .tu-platform,
    .tu-page-hero__grid {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================================================
   Homepage 2.2.0 — conversion-first redesign
   Scoped to .tu-home-conversion to preserve the other commercial pages.
   ======================================================================== */

.tu-home-conversion {
    --tu-conv-ink: #10253f;
    --tu-conv-muted: #5f6f85;
    --tu-conv-violet: #6554e8;
    --tu-conv-violet-dark: #4434bf;
    background: #fff;
    color: var(--tu-conv-muted);
}

.tu-home-conversion h1,
.tu-home-conversion h2,
.tu-home-conversion h3,
.tu-home-conversion strong {
    color: var(--tu-conv-ink);
}

.tu-home-conversion h1 {
    max-width: 720px;
    margin: 0 0 24px !important;
    font-size: clamp(2.7rem, 5vw, 4.35rem) !important;
    font-weight: 750 !important;
    letter-spacing: -.045em !important;
    line-height: 1.02 !important;
}

.tu-home-conversion h2 {
    font-size: clamp(2rem, 3.4vw, 3.15rem) !important;
    font-weight: 720 !important;
    letter-spacing: -.038em !important;
    line-height: 1.08 !important;
}

.tu-home-conversion h3 {
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    line-height: 1.25 !important;
}

.tu-home-conversion p,
.tu-home-conversion li,
.tu-home-conversion small,
.tu-home-conversion .tu-button,
.tu-home-conversion .tu-text-link,
.tu-home-conversion summary {
    font-size: 1rem !important;
    line-height: 1.62 !important;
}

.tu-home-conversion .tu-kicker {
    margin-bottom: 18px !important;
    color: var(--tu-conv-violet-dark) !important;
    font-size: .79rem !important;
    font-weight: 750 !important;
    letter-spacing: .105em !important;
    line-height: 1.3 !important;
}

.tu-home-conversion .tu-section {
    padding: 92px 0 !important;
}

.tu-home-conversion .tu-section--compact {
    padding: 72px 0 !important;
}

.tu-home-conversion .tu-section-heading {
    max-width: 850px !important;
    margin-bottom: 48px !important;
}

.tu-home-conversion .tu-section-heading h2 {
    margin-bottom: 18px !important;
}

.tu-home-conversion .tu-section-heading p {
    max-width: 760px !important;
    margin-inline: auto !important;
    color: var(--tu-conv-muted) !important;
    font-size: 1.08rem !important;
}

.tu-home-conversion .tu-button {
    min-height: 54px !important;
    padding: 14px 23px !important;
    border-radius: 13px !important;
    font-size: .94rem !important;
    font-weight: 720 !important;
}

/* Hero */

.tu-conv-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 78px;
    background:
        radial-gradient(circle at 86% 16%, rgba(101, 84, 232, .18), transparent 31%),
        radial-gradient(circle at 88% 82%, rgba(73, 230, 255, .16), transparent 28%),
        linear-gradient(145deg, #fbfaff 0%, #fff 57%, #f7fbff 100%);
}

.tu-conv-hero::before {
    position: absolute;
    top: -250px;
    right: -170px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(101, 84, 232, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(101, 84, 232, .025), 0 0 0 145px rgba(73, 230, 255, .018);
    content: "";
}

.tu-conv-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: 58px;
}

.tu-conv-hero__content {
    position: relative;
    z-index: 4;
}

.tu-conv-hero__lead {
    max-width: 680px;
    margin-bottom: 0 !important;
    color: #4a5d75 !important;
    font-size: 1.16rem !important;
    line-height: 1.65 !important;
}

.tu-conv-hero__actions {
    margin-top: 30px !important;
}

.tu-conv-button--primary {
    border-color: #604ee4 !important;
    background: linear-gradient(135deg, #725fff, #5140d7) !important;
    box-shadow: 0 18px 40px rgba(81, 64, 215, .26) !important;
}

.tu-conv-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.tu-conv-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #53647a;
    font-size: .84rem !important;
    font-weight: 650;
}

.tu-conv-trust-list svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #20a963;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-conv-hero__audience {
    max-width: 700px;
    margin: 24px 0 0 !important;
    color: #758196 !important;
    font-size: .8rem !important;
    line-height: 1.55 !important;
}

.tu-conv-hero__visual {
    position: relative;
    min-height: 575px;
    display: flex;
    align-items: center;
}

.tu-product-window {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(210, 218, 232, .94);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 36px 90px rgba(28, 35, 78, .19), 0 10px 30px rgba(71, 58, 155, .08);
    transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
}

.tu-product-window__bar {
    display: flex;
    height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 1px solid #e6eaf1;
    background: #fafbfe;
}

.tu-product-window__bar > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d5dbe7;
}

.tu-product-window__bar > span:first-child { background: #ff8e89; }
.tu-product-window__bar > span:nth-child(2) { background: #ffd46d; }
.tu-product-window__bar > span:nth-child(3) { background: #63d6a0; }

.tu-product-window__bar strong {
    margin-left: 8px;
    color: #56647a !important;
    font-size: .72rem !important;
    font-weight: 650 !important;
}

.tu-product-window__body {
    display: grid;
    min-height: 480px;
    grid-template-columns: 58px minmax(0, 1fr);
}

.tu-product-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 15px 9px;
    border-right: 1px solid #e8ecf3;
    background: #f9faff;
}

.tu-product-sidebar__logo {
    display: grid;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #725fff, #4b3dcc);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.tu-product-sidebar > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #8a94a9;
}

.tu-product-sidebar > span.is-active {
    background: #eeeaff;
    color: #604ee4;
}

.tu-product-sidebar svg,
.tu-product-kpis svg,
.tu-conv-hero__badge svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-product-dashboard {
    padding: 24px;
    background: linear-gradient(180deg, #fbfcff, #f6f8fc);
}

.tu-product-dashboard__welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.tu-product-dashboard__welcome small {
    display: block;
    color: #8a94a8;
    font-size: .68rem !important;
}

.tu-product-dashboard__welcome strong {
    display: block;
    margin-top: 2px;
    font-size: 1.03rem !important;
    font-weight: 750 !important;
}

.tu-product-dashboard__add {
    padding: 8px 12px;
    border-radius: 10px;
    background: #6554e8;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
}

.tu-product-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 19px;
}

.tu-product-kpis article {
    position: relative;
    min-height: 104px;
    padding: 13px;
    border: 1px solid #e3e8f1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(31, 38, 78, .045);
}

.tu-product-kpis article > span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    background: #eeeaff;
    color: #6554e8;
}

.tu-product-kpis strong {
    display: block;
    margin-top: 9px;
    font-size: 1.18rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.tu-product-kpis small {
    display: block;
    margin-top: 4px;
    color: #7a869a;
    font-size: .6rem !important;
    line-height: 1.3 !important;
}

.tu-product-dashboard__columns {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 12px;
    margin-top: 12px;
}

.tu-product-recommendation,
.tu-product-agenda {
    min-width: 0;
    padding: 15px;
    border: 1px solid #e1e6f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(31, 38, 78, .045);
}

.tu-product-recommendation {
    border-color: rgba(101, 84, 232, .26);
    background: linear-gradient(145deg, #fff, #f7f5ff);
}

.tu-product-recommendation__head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tu-product-recommendation__head img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 12px;
    object-fit: cover;
}

.tu-product-recommendation__head small,
.tu-product-agenda small {
    display: block;
    color: #8994a7;
    font-size: .58rem !important;
    line-height: 1.3 !important;
}

.tu-product-recommendation__head strong {
    display: block;
    margin-top: 3px;
    font-size: .76rem !important;
    line-height: 1.3 !important;
}

.tu-product-recommendation p {
    margin: 12px 0 13px !important;
    color: #647188 !important;
    font-size: .64rem !important;
    line-height: 1.5 !important;
}

.tu-product-recommendation__action {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 9px;
    background: #6554e8;
    color: #fff;
    font-size: .61rem;
    font-weight: 700;
}

.tu-product-agenda__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.tu-product-agenda__title strong {
    font-size: .69rem !important;
}

.tu-product-agenda > div:not(.tu-product-agenda__title) {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid #edf0f5;
}

.tu-product-agenda time {
    color: #6554e8;
    font-size: .59rem;
    font-weight: 750;
}

.tu-product-agenda span strong {
    display: block;
    font-size: .63rem !important;
    line-height: 1.25 !important;
}

.tu-conv-hero__badge {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(214, 221, 234, .94);
    border-radius: 13px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 15px 35px rgba(38, 46, 91, .13);
    color: #6554e8;
    backdrop-filter: blur(10px);
}

.tu-conv-hero__badge span {
    color: #35445b;
    font-size: .72rem;
    font-weight: 700;
}

.tu-conv-hero__badge--top { top: 38px; right: -20px; }
.tu-conv-hero__badge--bottom { bottom: 26px; left: -22px; }

/* Reassurance band */

.tu-conv-proofbar {
    border-top: 1px solid #e7eaf1;
    border-bottom: 1px solid #e7eaf1;
    background: #fff;
}

.tu-conv-proofbar__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tu-conv-proofbar__grid > div {
    position: relative;
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.tu-conv-proofbar__grid > div + div::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 1px;
    background: #e7eaf1;
    content: "";
}

.tu-conv-proofbar strong {
    color: #3f31b7 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
}

.tu-conv-proofbar span {
    margin-top: 2px;
    color: #7a8598;
    font-size: .75rem;
}

/* Problem and platform */

.tu-conv-problem {
    background: #fff;
}

.tu-conv-problem__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-conv-problem__grid article {
    padding: 30px;
    border: 1px solid #e2e7ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(31, 38, 78, .06);
}

.tu-conv-problem__grid article > span,
.tu-conv-feature-grid article > span,
.tu-conv-outcomes__grid article > span {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 14px;
    background: #eeeaff;
    color: #6554e8;
}

.tu-conv-problem__grid svg,
.tu-conv-feature-grid svg,
.tu-conv-outcomes__grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-conv-problem__grid h3,
.tu-conv-feature-grid h3 {
    margin-bottom: 10px !important;
}

.tu-conv-problem__grid p,
.tu-conv-feature-grid p,
.tu-conv-outcomes__grid p {
    margin: 0 !important;
    color: #647388 !important;
    font-size: .92rem !important;
    line-height: 1.62 !important;
}

.tu-conv-problem__answer {
    margin: 34px 0 0 !important;
    text-align: center;
}

.tu-conv-problem__answer strong {
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 999px;
    background: #f0edff;
    color: #5140d7 !important;
    font-size: .95rem !important;
}

.tu-conv-platform {
    background:
        radial-gradient(circle at 15% 0%, rgba(101, 84, 232, .07), transparent 30%),
        #f7f8fc !important;
}

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

.tu-conv-feature-grid article {
    display: flex;
    min-width: 0;
    gap: 17px;
    padding: 25px;
    border: 1px solid #e2e7ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(31, 38, 78, .045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tu-conv-feature-grid article:hover {
    border-color: #cfc7ff;
    box-shadow: 0 18px 40px rgba(58, 47, 135, .09);
    transform: translateY(-3px);
}

.tu-conv-feature-grid article > span {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    margin: 0;
}

/* Théo dark section */

.tu-conv-theo {
    position: relative;
    overflow: hidden;
    padding: 94px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(101, 84, 232, .34), transparent 33%),
        radial-gradient(circle at 75% 85%, rgba(73, 230, 255, .13), transparent 30%),
        #112440;
    color: rgba(255, 255, 255, .78);
}

.tu-conv-theo::after {
    position: absolute;
    top: -120px;
    right: -90px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .018), 0 0 0 120px rgba(255, 255, 255, .012);
    content: "";
}

.tu-conv-theo__grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: 78px;
}

.tu-conv-theo h2,
.tu-conv-theo h3,
.tu-conv-theo strong,
.tu-conv-theo .tu-kicker {
    color: #fff !important;
}

.tu-conv-theo__content > p {
    color: rgba(255, 255, 255, .76) !important;
    font-size: 1.05rem !important;
}

.tu-conv-theo__visual {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
}

.tu-conv-theo__screen {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .26);
    color: #5d6a7e;
    backdrop-filter: blur(12px);
}

.tu-conv-theo__screen-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.tu-conv-theo__screen-head img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border-radius: 15px;
    object-fit: cover;
}

.tu-conv-theo__screen-head small {
    display: block;
    color: #7c889b;
    font-size: .74rem !important;
}

.tu-conv-theo__screen-head strong {
    display: block;
    margin-top: 3px;
    color: #182a43 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
}

.tu-conv-theo__screen > p {
    margin: 20px 0 !important;
    color: #617087 !important;
    font-size: .9rem !important;
}

.tu-conv-theo__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.tu-conv-theo__steps span {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    border: 1px solid #e1e6ef;
    border-radius: 11px;
    color: #8290a4;
    font-size: .66rem;
    font-weight: 700;
    text-align: center;
}

.tu-conv-theo__steps span.is-done {
    background: #f2fbf6;
    color: #269c5d;
}

.tu-conv-theo__steps span.is-active {
    border-color: #cfc7ff;
    background: #f1eeff;
    color: #5746d4;
}

.tu-conv-theo__steps svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-conv-theo__screen-action {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 11px;
    background: #6554e8;
    color: #fff;
    font-size: .78rem;
    font-weight: 750;
    text-align: center;
}

.tu-conv-theo__character {
    position: absolute;
    z-index: 3;
    right: -72px;
    bottom: -25px;
    width: 230px;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .3));
}

.tu-conv-theo__list {
    display: grid;
    gap: 18px;
    padding: 0;
    margin: 30px 0 32px;
    list-style: none;
}

.tu-conv-theo__list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tu-conv-theo__list li > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .09);
    color: #70efff;
    font-size: .78rem;
    font-weight: 800;
}

.tu-conv-theo__list strong {
    display: block;
    margin-bottom: 3px;
    font-size: 1rem !important;
}

.tu-conv-theo__list p {
    margin: 0 !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: .89rem !important;
}

/* Outcomes, trial and pricing */

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

.tu-conv-outcomes__grid article {
    padding: 25px;
    border: 1px solid #e3e8ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(31, 38, 78, .045);
}

.tu-conv-outcomes__grid article > span {
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
}

.tu-conv-outcomes__grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem !important;
}

.tu-conv-trial {
    padding: 54px 0;
    background: linear-gradient(125deg, #604ee4, #7b67ff 58%, #5946db);
    color: rgba(255, 255, 255, .84);
}

.tu-conv-trial__inner {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 54px;
}

.tu-conv-trial h2,
.tu-conv-trial .tu-kicker {
    color: #fff !important;
}

.tu-conv-trial h2 {
    max-width: 800px;
    margin-bottom: 14px !important;
    font-size: clamp(1.8rem, 3vw, 2.65rem) !important;
}

.tu-conv-trial p {
    max-width: 800px;
    margin: 0 !important;
    color: rgba(255, 255, 255, .82) !important;
    font-size: .98rem !important;
}

.tu-conv-trial__action {
    display: flex;
    min-width: 285px;
    align-items: center;
    flex-direction: column;
    gap: 9px;
}

.tu-conv-trial__action small {
    color: rgba(255, 255, 255, .77);
    font-size: .72rem !important;
}

.tu-conv-pricing .tu-pricing-preview {
    gap: 20px !important;
}

.tu-conv-pricing .tu-price-card {
    padding: 28px !important;
    border-radius: 22px !important;
}

.tu-conv-pricing .tu-price-card h3 {
    font-size: 1.3rem !important;
}

.tu-conv-pricing .tu-price-card > p,
.tu-conv-pricing .tu-price-card li,
.tu-conv-pricing .tu-price-card__credits {
    font-size: .86rem !important;
}

.tu-conv-pricing .tu-price-card__price strong {
    font-size: 2.2rem !important;
}

.tu-conv-pricing .tu-price-card__price span {
    font-size: .85rem !important;
}

.tu-conv-pricing .tu-price-card .tu-button {
    width: 100%;
}

.tu-conv-faq {
    background: #f8f9fc;
}

.tu-conv-faq .tu-faq-preview {
    max-width: 900px;
}

.tu-conv-faq .tu-faq-preview details {
    padding: 0 !important;
    border-radius: 15px !important;
    background: #fff;
}

.tu-conv-faq .tu-faq-preview summary {
    padding: 20px 22px !important;
    color: #172941;
    font-size: .96rem !important;
    font-weight: 700 !important;
}

.tu-conv-faq .tu-faq-preview details p {
    padding: 0 22px 20px !important;
    color: #657389;
    font-size: .9rem !important;
}

/* Final CTA */

.tu-conv-final {
    padding: 0 !important;
    background: linear-gradient(128deg, #5140d7, #725fff 60%, #5a47dd) !important;
}

.tu-conv-final__inner {
    display: grid;
    min-height: 390px;
    align-items: center;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 45px;
}

.tu-conv-final__inner > img {
    align-self: end;
    width: 180px !important;
    max-height: 350px;
    object-fit: contain;
}

.tu-conv-final h2,
.tu-conv-final .tu-kicker {
    color: #fff !important;
}

.tu-conv-final h2 {
    max-width: 820px;
    margin-bottom: 16px !important;
}

.tu-conv-final p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 1.03rem !important;
}

.tu-conv-final small {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .75);
    font-size: .76rem !important;
}

/* Tablet */

@media (max-width: 1100px) {
    .tu-conv-hero__grid {
        grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
        gap: 38px;
    }

    .tu-conv-hero__visual {
        min-height: 525px;
    }

    .tu-product-dashboard {
        padding: 18px;
    }

    .tu-product-window__body {
        min-height: 440px;
    }

    .tu-conv-theo__grid {
        gap: 50px;
    }

    .tu-conv-theo__character {
        right: -25px;
        width: 185px;
    }
}

@media (max-width: 960px) {
    .tu-conv-hero {
        padding: 70px 0 62px;
    }

    .tu-conv-hero__grid,
    .tu-conv-theo__grid {
        grid-template-columns: 1fr;
    }

    .tu-conv-hero__content {
        max-width: 780px;
    }

    .tu-conv-hero__visual {
        width: min(100%, 720px);
        min-height: auto;
        margin: 12px auto 0;
    }

    .tu-product-window {
        transform: none;
    }

    .tu-conv-hero__badge--top { right: -10px; }
    .tu-conv-hero__badge--bottom { left: -10px; }

    .tu-conv-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-conv-theo__visual {
        width: min(100%, 680px);
        min-height: 460px;
        margin-inline: auto;
    }

    .tu-conv-theo__content {
        max-width: 760px;
    }

    .tu-conv-outcomes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-conv-trial__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tu-conv-trial__action {
        align-items: flex-start;
    }
}

/* Mobile */

@media (max-width: 720px) {
    .tu-home-conversion h1 {
        font-size: clamp(2.25rem, 11vw, 3.1rem) !important;
    }

    .tu-home-conversion h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
    }

    .tu-home-conversion .tu-section {
        padding: 68px 0 !important;
    }

    .tu-home-conversion .tu-section-heading {
        margin-bottom: 34px !important;
        text-align: left !important;
    }

    .tu-home-conversion .tu-section-heading p {
        margin-inline: 0 !important;
    }

    .tu-conv-hero {
        padding: 58px 0 52px;
    }

    .tu-conv-hero__grid {
        gap: 38px;
    }

    .tu-conv-hero__lead {
        font-size: 1.03rem !important;
    }

    .tu-conv-hero__actions .tu-button {
        width: 100%;
    }

    .tu-conv-trust-list {
        display: grid;
        gap: 8px;
    }

    .tu-conv-hero__visual {
        margin-top: 0;
    }

    .tu-product-window__bar strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tu-product-window__body {
        min-height: auto;
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .tu-product-sidebar {
        gap: 8px;
        padding: 10px 5px;
    }

    .tu-product-sidebar__logo,
    .tu-product-sidebar > span {
        width: 30px;
        height: 30px;
    }

    .tu-product-sidebar > span:nth-last-child(-n+2) {
        display: none;
    }

    .tu-product-dashboard {
        padding: 13px;
    }

    .tu-product-dashboard__welcome strong {
        font-size: .85rem !important;
    }

    .tu-product-kpis {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .tu-product-kpis article {
        min-height: 88px;
        padding: 9px;
    }

    .tu-product-kpis article > span {
        width: 24px;
        height: 24px;
    }

    .tu-product-kpis strong {
        font-size: .95rem !important;
    }

    .tu-product-kpis small {
        font-size: .49rem !important;
    }

    .tu-product-dashboard__columns {
        grid-template-columns: 1fr;
    }

    .tu-product-agenda {
        display: none;
    }

    .tu-conv-hero__badge {
        display: none;
    }

    .tu-conv-proofbar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-conv-proofbar__grid > div {
        min-height: 82px;
    }

    .tu-conv-proofbar__grid > div:nth-child(3)::before {
        display: none;
    }

    .tu-conv-proofbar__grid > div:nth-child(n+3) {
        border-top: 1px solid #e7eaf1;
    }

    .tu-conv-problem__grid,
    .tu-conv-feature-grid,
    .tu-conv-outcomes__grid {
        grid-template-columns: 1fr;
    }

    .tu-conv-problem__grid article,
    .tu-conv-feature-grid article,
    .tu-conv-outcomes__grid article {
        padding: 22px;
    }

    .tu-conv-problem__answer {
        text-align: left;
    }

    .tu-conv-problem__answer strong {
        border-radius: 16px;
    }

    .tu-conv-theo {
        padding: 70px 0;
    }

    .tu-conv-theo__grid {
        gap: 42px;
    }

    .tu-conv-theo__visual {
        min-height: 390px;
    }

    .tu-conv-theo__screen {
        width: calc(100% - 32px);
        padding: 20px;
    }

    .tu-conv-theo__steps {
        grid-template-columns: 1fr;
    }

    .tu-conv-theo__steps span {
        min-height: 42px;
        justify-content: flex-start;
    }

    .tu-conv-theo__character {
        right: -10px;
        bottom: -8px;
        width: 135px;
    }

    .tu-conv-trial {
        padding: 46px 0;
    }

    .tu-conv-trial__action,
    .tu-conv-trial__action .tu-button {
        width: 100%;
    }

    .tu-conv-pricing .tu-price-card {
        padding: 23px !important;
    }

    .tu-conv-final__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 62px 0 0;
    }

    .tu-conv-final__inner > img {
        order: 2;
        width: 115px !important;
        margin: 22px auto 0;
    }

    .tu-conv-final__inner > div {
        text-align: left;
    }

    .tu-conv-final .tu-actions .tu-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tu-conv-feature-grid article,
    .tu-product-window,
    .tu-home-conversion .tu-button {
        transition: none !important;
        transform: none !important;
    }
}

/* ========================================================================
   Homepage 2.3.0 — AI-first positioning and replaceable real screenshot
   ======================================================================== */

.tu-home-conversion .tu-conv-hero__content h1 {
    max-width: 720px !important;
    margin-bottom: 24px !important;
    font-family: var(--tu-font) !important;
    font-size: clamp(2.35rem, 3.7vw, 3.35rem) !important;
    font-weight: 600 !important;
    letter-spacing: -.038em !important;
    line-height: 1.08 !important;
}

.tu-home-conversion .tu-conv-hero__content h1 span {
    color: var(--tu-conv-violet-dark) !important;
    font-family: inherit !important;
    font-weight: 600 !important;
}

.tu-conv-hero {
    padding: 76px 0 72px !important;
}

.tu-conv-hero__grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(350px, .78fr) !important;
    gap: clamp(48px, 6vw, 84px) !important;
}

.tu-conv-hero__lead {
    max-width: 735px !important;
    color: #465a73 !important;
    font-size: 1.1rem !important;
    line-height: 1.67 !important;
}

.tu-conv-hero__control {
    display: flex;
    max-width: 690px;
    align-items: flex-start;
    gap: 10px;
    margin: 23px 0 0 !important;
    color: #65748a !important;
    font-size: .82rem !important;
    line-height: 1.55 !important;
}

.tu-conv-hero__control svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: #6554e8;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-conv-hero__visual {
    min-height: 0 !important;
    align-items: center !important;
    justify-content: flex-end;
}

.tu-home-screenshot {
    position: relative;
    z-index: 2;
    width: min(100%, 470px);
    margin: 0 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(207, 215, 230, .96);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(28, 35, 78, .16), 0 8px 24px rgba(71, 58, 155, .07);
}

.tu-home-screenshot__bar {
    display: flex;
    height: 39px;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    border-bottom: 1px solid #e7eaf1;
    background: #fafbfe;
}

.tu-home-screenshot__bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7dce7;
}

.tu-home-screenshot__bar > span:first-child { background: #ff958e; }
.tu-home-screenshot__bar > span:nth-child(2) { background: #ffd16a; }
.tu-home-screenshot__bar > span:nth-child(3) { background: #62d19a; }

.tu-home-screenshot__bar strong {
    margin-left: 6px;
    color: #667287 !important;
    font-size: .68rem !important;
    font-weight: 650 !important;
}

.tu-home-screenshot__media {
    aspect-ratio: 8 / 5;
    overflow: hidden;
    background: #f4f6fb;
}

.tu-home-screenshot__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tu-home-screenshot figcaption {
    padding: 11px 14px 12px;
    color: #6d788b;
    font-size: .7rem !important;
    line-height: 1.45 !important;
}

.tu-conv-hero__ai-badge {
    position: absolute;
    z-index: 4;
    right: auto;
    bottom: -34px;
    left: -42px;
    display: flex;
    width: min(350px, 80%);
    align-items: center;
    gap: 11px;
    padding: 12px 15px 12px 10px;
    border: 1px solid rgba(210, 218, 232, .98);
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 17px 38px rgba(34, 43, 87, .14);
    backdrop-filter: blur(10px);
}

.tu-conv-hero__ai-badge img {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    object-fit: contain;
}

.tu-conv-hero__ai-badge strong,
.tu-conv-hero__ai-badge span {
    display: block;
}

.tu-conv-hero__ai-badge strong {
    margin-bottom: 2px;
    font-size: .78rem !important;
    font-weight: 700 !important;
}

.tu-conv-hero__ai-badge span {
    color: #68758a;
    font-size: .68rem !important;
    line-height: 1.4 !important;
}

.tu-conv-proofbar__grid > div strong {
    font-size: .86rem !important;
}

.tu-conv-proofbar__grid > div span {
    max-width: 210px;
    font-size: .72rem !important;
    line-height: 1.35 !important;
}

.tu-orchestration {
    display: grid;
    max-width: 1080px;
    align-items: center;
    grid-template-columns: minmax(0, 1.3fr) auto minmax(190px, .7fr) auto minmax(230px, .9fr);
    gap: 18px;
    padding: 22px;
    margin: -4px auto 38px;
    border: 1px solid #dfe4ee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(31, 38, 78, .07);
}

.tu-orchestration__tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.tu-orchestration__tools span,
.tu-orchestration__theo,
.tu-orchestration__result {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tu-orchestration__tools span {
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #e4e8f0;
    border-radius: 12px;
    background: #fafbfe;
    color: #354962;
    font-size: .72rem !important;
    font-weight: 650;
}

.tu-orchestration svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: #6554e8;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-orchestration__arrow {
    color: #9aa4b5;
    font-size: 1.25rem;
}

.tu-orchestration__theo {
    justify-content: center;
    padding: 12px;
    border-radius: 16px;
    background: #eeeaff;
}

.tu-orchestration__theo img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.tu-orchestration__theo strong,
.tu-orchestration__theo span,
.tu-orchestration__result strong,
.tu-orchestration__result span {
    display: block;
}

.tu-orchestration__theo strong,
.tu-orchestration__result strong {
    font-size: .8rem !important;
}

.tu-orchestration__theo span,
.tu-orchestration__result span {
    margin-top: 2px;
    color: #68758a;
    font-size: .66rem !important;
    line-height: 1.35 !important;
}

.tu-orchestration__result {
    padding: 12px 14px;
    border: 1px solid rgba(101, 84, 232, .22);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f7f5ff);
}

.tu-orchestration__result > svg {
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 9px;
    background: #eeeaff;
}

@media (max-width: 1100px) {
    .tu-conv-hero__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr) !important;
        gap: 42px !important;
    }

    .tu-conv-hero__ai-badge {
        right: auto;
        left: -24px;
    }

    .tu-orchestration {
        grid-template-columns: 1fr auto 190px;
    }

    .tu-orchestration__result {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .tu-orchestration__arrow:nth-child(4) {
        display: none;
    }
}

@media (max-width: 960px) {
    .tu-conv-hero__grid {
        grid-template-columns: 1fr !important;
    }

    .tu-conv-hero__content {
        max-width: 780px;
    }

    .tu-conv-hero__visual {
        width: min(100%, 520px) !important;
        margin: 16px auto 20px !important;
        justify-content: center;
    }

    .tu-home-screenshot {
        width: 100%;
        margin-inline: auto;
    }

    .tu-conv-hero__ai-badge {
        left: -20px;
        bottom: -32px;
    }
}

@media (max-width: 720px) {
    .tu-home-conversion .tu-conv-hero__content h1 {
        font-size: clamp(2rem, 9.2vw, 2.65rem) !important;
        line-height: 1.1 !important;
    }

    .tu-conv-hero {
        padding: 54px 0 58px !important;
    }

    .tu-conv-hero__control {
        font-size: .76rem !important;
    }

    .tu-home-screenshot figcaption {
        display: none;
    }

    .tu-conv-hero__ai-badge {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 12px 0 0;
    }

    .tu-orchestration {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 17px;
    }

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

    .tu-orchestration__arrow {
        transform: rotate(90deg);
        text-align: center;
    }

    .tu-orchestration__result {
        grid-column: auto;
        justify-content: flex-start;
    }

    .tu-orchestration__arrow:nth-child(4) {
        display: block;
    }
}

/* ========================================================================
   Homepage 2.4.0 — growth system, intelligent mini-site and social planner
   ======================================================================== */

.tu-home-growth .tu-growth-hero {
    padding: 70px 0 68px !important;
}

.tu-home-growth .tu-conv-hero__grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(330px, .66fr) !important;
    gap: clamp(46px, 6vw, 78px) !important;
}

.tu-home-growth .tu-conv-hero__content h1 {
    max-width: 690px !important;
    margin-bottom: 22px !important;
    font-family: var(--tu-font) !important;
    font-size: clamp(2.2rem, 3.25vw, 3rem) !important;
    font-weight: 500 !important;
    letter-spacing: -.032em !important;
    line-height: 1.08 !important;
}

.tu-home-growth .tu-conv-hero__content h1 span {
    color: var(--tu-conv-violet-dark) !important;
    font-family: inherit !important;
    font-weight: 620 !important;
}

.tu-home-growth .tu-conv-hero__lead {
    max-width: 720px !important;
    font-size: 1.05rem !important;
    line-height: 1.66 !important;
}

.tu-home-growth .tu-home-screenshot {
    width: min(100%, 430px);
}

.tu-home-growth .tu-conv-hero__ai-badge {
    left: -36px;
    width: min(330px, 82%);
}

.tu-growth-journey {
    position: relative;
    overflow: hidden;
}

.tu-growth-journey::before {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 760px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 91, 255, .09), transparent 68%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

.tu-growth-journey__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    margin: 42px 0 0;
    list-style: none;
}

.tu-growth-journey__steps li {
    position: relative;
    min-height: 255px;
    padding: 28px 20px 22px;
    border: 1px solid #e0e5ef;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 32px rgba(31, 38, 78, .06);
}

.tu-growth-journey__steps li:not(:last-child)::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -22px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #ddd9ff;
    border-radius: 50%;
    background: #fff;
    color: #6f5bff;
    content: "→";
    font-size: .88rem;
    font-weight: 700;
    transform: translateY(-50%);
}

.tu-growth-journey__number {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #f0edff;
    color: #5947da;
    font-size: .72rem;
    font-weight: 750;
}

.tu-growth-journey__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(145deg, #eeeaff, #f8f6ff);
    color: #6554e8;
}

.tu-growth-journey__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-growth-journey__steps h3 {
    margin-bottom: 10px;
    font-family: var(--tu-font) !important;
    font-size: .99rem !important;
    font-weight: 680 !important;
    line-height: 1.28 !important;
}

.tu-growth-journey__steps p {
    color: #68758a;
    font-size: .79rem !important;
    line-height: 1.55 !important;
}

.tu-growth-spotlight {
    overflow: hidden;
}

.tu-growth-spotlight__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: clamp(50px, 7vw, 88px);
}

.tu-growth-spotlight__grid--reverse {
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, .95fr);
}

.tu-growth-spotlight__content h2 {
    max-width: 650px;
    margin-bottom: 20px;
    font-size: clamp(1.9rem, 3vw, 2.65rem) !important;
}

.tu-growth-spotlight__content > p {
    max-width: 690px;
    color: #526176;
}

.tu-growth-checks {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 28px 0 24px;
    list-style: none;
}

.tu-growth-checks li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #34445b;
    font-size: .92rem;
    line-height: 1.5;
}

.tu-growth-checks svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: #6250e4;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-growth-spotlight__note {
    max-width: 690px;
    padding: 16px 18px;
    border-left: 3px solid #6f5bff;
    border-radius: 0 12px 12px 0;
    background: #f4f1ff;
    color: #4b5670 !important;
    font-size: .84rem !important;
    line-height: 1.55 !important;
}

.tu-growth-browser,
.tu-growth-planner {
    position: relative;
    overflow: hidden;
    border: 1px solid #dce2ec;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(31, 38, 78, .12);
}

.tu-growth-browser::before,
.tu-growth-planner::before {
    position: absolute;
    z-index: 0;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(111, 91, 255, .12);
    content: "";
    filter: blur(1px);
    pointer-events: none;
}

.tu-growth-browser::before {
    top: -110px;
    right: -80px;
}

.tu-growth-planner::before {
    bottom: -130px;
    left: -70px;
}

.tu-growth-browser > *,
.tu-growth-planner > * {
    position: relative;
    z-index: 1;
}

.tu-growth-browser {
    padding-bottom: 22px;
}

.tu-growth-browser__bar {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
    border-bottom: 1px solid #e7ebf1;
    background: #fafbfe;
}

.tu-growth-browser__bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7dce7;
}

.tu-growth-browser__bar > span:first-child { background: #ff958e; }
.tu-growth-browser__bar > span:nth-child(2) { background: #ffd16a; }
.tu-growth-browser__bar > span:nth-child(3) { background: #62d19a; }

.tu-growth-browser__bar small {
    margin-left: 10px;
    color: #7b8799;
    font-size: .65rem;
}

.tu-growth-browser__hero {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 32px 28px 24px;
    background: linear-gradient(135deg, #f3f0ff, #fff 72%);
}

.tu-growth-browser__avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 auto;
    border: 6px solid #fff;
    border-radius: 50%;
    background: linear-gradient(145deg, #8c7dff, #4fdfee);
    box-shadow: 0 8px 18px rgba(75, 63, 172, .18);
}

.tu-growth-browser__hero strong,
.tu-growth-browser__hero small {
    display: block;
}

.tu-growth-browser__hero strong {
    margin-bottom: 5px;
    color: #1f2c40;
    font-size: 1rem;
}

.tu-growth-browser__hero small {
    color: #718097;
    font-size: .72rem;
}

.tu-growth-browser__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    padding: 20px 22px 16px;
}

.tu-growth-browser__cards span {
    display: grid;
    min-height: 92px;
    place-items: center;
    gap: 7px;
    padding: 14px 8px;
    border: 1px solid #e2e7ef;
    border-radius: 15px;
    background: #fff;
    color: #4c5d74;
    font-size: .72rem;
}

.tu-growth-browser__cards svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #6554e8;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-growth-browser__signal {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 3px 22px 0;
    padding: 14px 16px;
    border: 1px solid rgba(101, 84, 232, .18);
    border-radius: 15px;
    background: #f7f5ff;
}

.tu-growth-browser__signal > svg {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    padding: 6px;
    border-radius: 10px;
    background: #eae5ff;
    fill: none;
    stroke: #6554e8;
    stroke-width: 1.8;
}

.tu-growth-browser__signal strong,
.tu-growth-browser__signal small {
    display: block;
}

.tu-growth-browser__signal strong {
    margin-bottom: 2px;
    color: #2d3a50;
    font-size: .76rem;
}

.tu-growth-browser__signal small {
    color: #758197;
    font-size: .65rem;
    line-height: 1.4;
}

.tu-growth-planner {
    padding: 24px;
    background: linear-gradient(155deg, #fff, #f8f7ff);
}

.tu-growth-planner__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e3e7ef;
}

.tu-growth-planner__head small,
.tu-growth-planner__head strong {
    display: block;
}

.tu-growth-planner__head small {
    margin-bottom: 4px;
    color: #7665e3;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tu-growth-planner__head strong {
    color: #202d42;
    font-size: 1rem;
}

.tu-growth-planner__head > span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 14px;
    background: #ebe7ff;
    color: #6554e8;
}

.tu-growth-planner__head svg,
.tu-growth-planner__recommendation svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
}

.tu-growth-planner__days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin: 22px 0;
}

.tu-growth-planner__days article {
    min-height: 140px;
    padding: 16px 14px;
    border: 1px solid #e0e5ed;
    border-radius: 16px;
    background: #fff;
}

.tu-growth-planner__days article.is-highlighted {
    border-color: #8d7dff;
    background: #f0edff;
    box-shadow: 0 10px 22px rgba(99, 82, 222, .1);
}

.tu-growth-planner__days small,
.tu-growth-planner__days strong,
.tu-growth-planner__days span {
    display: block;
}

.tu-growth-planner__days small {
    color: #7b879a;
    font-size: .65rem;
}

.tu-growth-planner__days strong {
    min-height: 48px;
    margin: 18px 0 12px;
    color: #2e3b50;
    font-size: .78rem;
    line-height: 1.35;
}

.tu-growth-planner__days span {
    color: #6755df;
    font-size: .67rem;
    font-weight: 700;
}

.tu-growth-planner__recommendation {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 16px;
    background: #201a4c;
    color: #fff;
}

.tu-growth-planner__recommendation img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    object-fit: contain;
}

.tu-growth-planner__recommendation strong,
.tu-growth-planner__recommendation span {
    display: block;
}

.tu-growth-planner__recommendation strong {
    margin-bottom: 2px;
    color: #fff !important;
    font-size: .76rem;
}

.tu-growth-planner__recommendation span {
    color: #d6d1ff;
    font-size: .66rem;
    line-height: 1.45;
}

.tu-growth-theo .tu-conv-theo__content h2 {
    font-size: clamp(1.95rem, 3vw, 2.7rem) !important;
}

.tu-growth-tools__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 38px 0 34px;
}

.tu-growth-tools__grid article {
    min-height: 225px;
    padding: 24px 22px;
    border: 1px solid #dfe5ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(31, 38, 78, .055);
}

.tu-growth-tools__grid article > span {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 14px;
    background: #eeeaff;
    color: #6554e8;
}

.tu-growth-tools__grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-growth-tools__grid h3 {
    margin-bottom: 10px;
    font-family: var(--tu-font) !important;
    font-size: 1rem !important;
    font-weight: 680 !important;
}

.tu-growth-tools__grid p {
    color: #69758a;
    font-size: .8rem !important;
    line-height: 1.55 !important;
}

@media (max-width: 1120px) {
    .tu-home-growth .tu-conv-hero__grid {
        grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr) !important;
        gap: 42px !important;
    }

    .tu-growth-journey__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tu-growth-journey__steps li:nth-child(3)::after {
        display: none;
    }

    .tu-growth-journey__steps li:nth-child(n+4) {
        grid-column: span 1;
    }

    .tu-growth-spotlight__grid,
    .tu-growth-spotlight__grid--reverse {
        grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
        gap: 42px;
    }
}

@media (max-width: 960px) {
    .tu-home-growth .tu-conv-hero__grid,
    .tu-growth-spotlight__grid,
    .tu-growth-spotlight__grid--reverse {
        grid-template-columns: 1fr !important;
    }

    .tu-home-growth .tu-conv-hero__visual {
        width: min(100%, 520px) !important;
        margin-inline: auto !important;
    }

    .tu-growth-spotlight__content {
        max-width: 760px;
    }

    .tu-growth-spotlight__grid--reverse .tu-growth-planner {
        order: 2;
    }

    .tu-growth-spotlight__grid--reverse .tu-growth-spotlight__content {
        order: 1;
    }

    .tu-growth-browser,
    .tu-growth-planner {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .tu-growth-tools__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .tu-home-growth .tu-growth-hero {
        padding: 52px 0 56px !important;
    }

    .tu-home-growth .tu-conv-hero__content h1 {
        font-size: clamp(2rem, 9vw, 2.45rem) !important;
        line-height: 1.1 !important;
    }

    .tu-growth-journey__steps {
        grid-template-columns: 1fr;
    }

    .tu-growth-journey__steps li {
        min-height: 0;
        padding: 23px 20px 21px;
    }

    .tu-growth-journey__steps li:not(:last-child)::after,
    .tu-growth-journey__steps li:nth-child(3)::after {
        top: auto;
        right: 50%;
        bottom: -22px;
        display: grid;
        transform: translateX(50%) rotate(90deg);
    }

    .tu-growth-journey__icon {
        margin-bottom: 18px;
    }

    .tu-growth-spotlight__grid,
    .tu-growth-spotlight__grid--reverse {
        gap: 34px;
    }

    .tu-growth-browser__hero {
        padding: 25px 20px 20px;
    }

    .tu-growth-browser__cards {
        gap: 8px;
        padding: 17px 15px 13px;
    }

    .tu-growth-browser__cards span {
        min-height: 82px;
        font-size: .66rem;
    }

    .tu-growth-browser__signal {
        margin-inline: 15px;
    }

    .tu-growth-planner {
        padding: 18px;
    }

    .tu-growth-planner__days {
        grid-template-columns: 1fr;
    }

    .tu-growth-planner__days article {
        min-height: 0;
    }

    .tu-growth-planner__days strong {
        min-height: 0;
        margin: 10px 0 8px;
    }

    .tu-growth-tools__grid {
        grid-template-columns: 1fr;
    }

    .tu-growth-tools__grid article {
        min-height: 0;
    }
}


/* ========================================================================
   Homepage 2.4.1 — hero wording and subtitle refinement
   ======================================================================== */

.tu-home-growth .tu-conv-hero__content h1 {
    max-width: 640px !important;
    margin-bottom: 12px !important;
    font-size: clamp(2rem, 3vw, 2.7rem) !important;
    font-weight: 560 !important;
    letter-spacing: -.03em !important;
    line-height: 1.08 !important;
}

.tu-home-growth .tu-conv-hero__subtitle {
    max-width: 620px;
    margin: 0 0 16px;
    color: var(--tu-conv-violet-dark);
    font-size: clamp(1.06rem, 1.7vw, 1.28rem);
    font-weight: 620;
    line-height: 1.35;
}

.tu-home-growth .tu-conv-hero__lead {
    max-width: 700px !important;
    font-size: 1rem !important;
    line-height: 1.68 !important;
}

@media (max-width: 720px) {
    .tu-home-growth .tu-conv-hero__content h1 {
        font-size: clamp(1.9rem, 8.2vw, 2.3rem) !important;
    }

    .tu-home-growth .tu-conv-hero__subtitle {
        font-size: 1rem;
        margin-bottom: 14px;
    }
}

/* ========================================================================
   Homepage 2.5.0 — simple growth system
   ======================================================================== */

.tu-simple-home {
    overflow: hidden;
    color: #3d485a;
    font-family: "Instrument Sans", var(--tu-font);
}

.tu-simple-home h1,
.tu-simple-home h2,
.tu-simple-home h3 {
    font-family: "Instrument Sans", var(--tu-font);
}

.tu-simple-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #6251df;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.35;
    text-transform: uppercase;
}

.tu-simple-hero {
    padding: 76px 0 72px;
    background: linear-gradient(112deg, #fff 0%, #fff 57%, #f3f1ff 100%);
}

.tu-simple-hero__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
    gap: clamp(48px, 7vw, 90px);
}

.tu-simple-hero__content h1 {
    max-width: 650px;
    margin-bottom: 12px;
    color: #192235;
    font-size: clamp(2.25rem, 3.6vw, 3.15rem);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.06;
}

.tu-simple-hero__subtitle {
    margin: 0 0 18px;
    color: #6251df;
    font-size: clamp(1.15rem, 1.75vw, 1.38rem);
    font-weight: 650;
    line-height: 1.35;
}

.tu-simple-hero__lead {
    max-width: 700px;
    margin-bottom: 26px;
    color: #4e5b6f;
    font-size: 1.02rem;
    line-height: 1.7;
}

.tu-simple-hero__actions {
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
}

.tu-simple-hero__actions .tu-text-link {
    font-size: .88rem;
    font-weight: 650;
}

.tu-simple-hero__trial {
    margin: 0;
    color: #707b8e;
    font-size: .78rem;
    font-weight: 550;
}

.tu-simple-product-shot {
    width: min(100%, 455px);
    margin: 0 0 0 auto;
    overflow: hidden;
    border: 1px solid #dce2ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(33, 39, 76, .13);
}

.tu-simple-product-shot img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
}

.tu-simple-product-shot figcaption {
    padding: 10px 14px 12px;
    color: #7c8596;
    font-size: .68rem;
    line-height: 1.4;
}

.tu-simple-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.tu-simple-heading h2,
.tu-simple-problems h2,
.tu-simple-final h2 {
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 620;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.tu-simple-heading p,
.tu-simple-problems p {
    color: #697488;
    font-size: .95rem;
}

.tu-simple-features {
    padding-top: 78px;
    padding-bottom: 84px;
}

.tu-simple-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tu-simple-feature-grid article,
.tu-simple-ai__grid article {
    padding: 26px 23px;
    border: 1px solid #e1e6ef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(36, 43, 82, .055);
}

.tu-simple-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #f0edff;
    color: #6251df;
}

.tu-simple-icon svg,
.tu-simple-problem-list svg,
.tu-simple-flow__steps svg,
.tu-simple-hero__actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-simple-feature-grid h3,
.tu-simple-ai__grid h3 {
    margin-bottom: 9px;
    font-size: 1.02rem;
    font-weight: 680;
}

.tu-simple-feature-grid p,
.tu-simple-ai__grid p {
    margin: 0;
    color: #697488;
    font-size: .84rem;
    line-height: 1.6;
}

.tu-simple-problems {
    padding: 82px 0;
    background: #f4f5fa;
}

.tu-simple-problems__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 70px;
}

.tu-simple-problem-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tu-simple-problem-list li {
    display: flex;
    min-height: 62px;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 16px;
    border: 1px solid #e0e4ec;
    border-radius: 12px;
    background: #fff;
    color: #354257;
    font-size: .82rem;
    line-height: 1.45;
    box-shadow: 0 7px 18px rgba(36, 43, 82, .04);
}

.tu-simple-problem-list svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #26aa6c;
}

.tu-simple-theo-note {
    display: flex;
    max-width: 900px;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    margin: 42px auto 0;
    border-left: 4px solid #6251df;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(36, 43, 82, .05);
}

.tu-simple-theo-note img {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    object-fit: contain;
}

.tu-simple-theo-note p {
    margin: 0;
    color: #4b586c;
    font-size: .88rem;
    line-height: 1.55;
}

.tu-simple-flow {
    padding: 86px 0 92px;
}

.tu-simple-flow__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tu-simple-flow__steps::before {
    position: absolute;
    top: 32px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: #d8dce6;
    content: "";
}

.tu-simple-flow__steps li {
    position: relative;
    z-index: 1;
    text-align: center;
}

.tu-simple-flow__steps li > span {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin: 0 auto 18px;
    border: 1px solid #dcdff0;
    border-radius: 50%;
    background: #fff;
    color: #6251df;
    box-shadow: 0 8px 20px rgba(36, 43, 82, .07);
}

.tu-simple-flow__steps li > span svg {
    width: 24px;
    height: 24px;
}

.tu-simple-flow__steps strong {
    display: block;
    margin-bottom: 7px;
    color: #202a3c;
    font-size: .91rem;
}

.tu-simple-flow__steps p {
    margin: 0;
    color: #707b8e;
    font-size: .76rem;
    line-height: 1.5;
}

.tu-simple-ai {
    padding: 86px 0 90px;
    background: #132b4b;
}

.tu-simple-heading--light h2,
.tu-simple-heading--light p {
    color: #fff;
}

.tu-simple-heading--light .tu-simple-eyebrow {
    color: #64e4f4;
}

.tu-simple-ai__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}

.tu-simple-ai__grid article {
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
    box-shadow: none;
}

.tu-simple-ai__grid article > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #6f5bff;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
}

.tu-simple-ai__grid h3 {
    color: #fff;
}

.tu-simple-ai__grid p {
    color: #c5cfdd;
}

.tu-simple-gallery {
    padding: 86px 0 92px;
}

.tu-simple-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.tu-simple-gallery figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid #dfe4ed;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(36, 43, 82, .07);
}

.tu-simple-gallery figure img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    border-bottom: 1px solid #e4e7ee;
}

.tu-simple-gallery figcaption {
    display: grid;
    gap: 4px;
    padding: 16px 18px 18px;
}

.tu-simple-gallery figcaption strong {
    color: #222c3e;
    font-size: .92rem;
}

.tu-simple-gallery figcaption span {
    color: #747f91;
    font-size: .76rem;
    line-height: 1.45;
}

.tu-simple-pricing {
    padding-top: 86px;
    background: #f7f8fc;
}

.tu-simple-faq {
    padding-top: 80px;
    padding-bottom: 88px;
}

.tu-simple-final {
    background: linear-gradient(115deg, #5d49e5, #785dff);
    color: #fff;
}

.tu-simple-final__inner {
    display: grid;
    min-height: 300px;
    align-items: center;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 48px;
    padding: 46px 0 0;
}

.tu-simple-final img {
    align-self: end;
    max-height: 270px;
    object-fit: contain;
    object-position: bottom;
}

.tu-simple-final h2,
.tu-simple-final p {
    color: #fff;
}

.tu-simple-final p {
    margin-bottom: 24px;
    color: rgba(255,255,255,.82);
}

.tu-simple-final .tu-simple-eyebrow {
    color: #c8f8ff;
}

@media (max-width: 1020px) {
    .tu-simple-hero__grid,
    .tu-simple-problems__grid {
        grid-template-columns: 1fr;
    }

    .tu-simple-product-shot {
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .tu-simple-feature-grid,
    .tu-simple-ai__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-simple-flow__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 34px;
    }

    .tu-simple-flow__steps::before {
        display: none;
    }
}

@media (max-width: 760px) {
    .tu-simple-hero {
        padding: 54px 0 58px;
    }

    .tu-simple-hero__grid {
        gap: 38px;
    }

    .tu-simple-hero__content h1 {
        font-size: clamp(2rem, 9vw, 2.5rem);
    }

    .tu-simple-hero__actions {
        align-items: flex-start;
    }

    .tu-simple-feature-grid,
    .tu-simple-problem-list,
    .tu-simple-ai__grid,
    .tu-simple-gallery__grid,
    .tu-simple-flow__steps {
        grid-template-columns: 1fr;
    }

    .tu-simple-feature-grid article,
    .tu-simple-ai__grid article {
        padding: 22px 20px;
    }

    .tu-simple-problems,
    .tu-simple-flow,
    .tu-simple-ai,
    .tu-simple-gallery {
        padding-top: 66px;
        padding-bottom: 70px;
    }

    .tu-simple-theo-note {
        align-items: flex-start;
        padding: 17px;
    }

    .tu-simple-flow__steps li {
        display: grid;
        grid-template-columns: 54px 1fr;
        gap: 15px;
        text-align: left;
    }

    .tu-simple-flow__steps li > span {
        width: 54px;
        height: 54px;
        margin: 0;
    }

    .tu-simple-final__inner {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 20px;
        padding-top: 34px;
    }

    .tu-simple-final img {
        max-height: 180px;
    }
}

/* ========================================================================
   Homepage 3.0.0 — premium SaaS funnel powered by Théo
   ======================================================================== */

.tu-v3-home {
    --tu-v3-navy: #0f2340;
    --tu-v3-navy-2: #152d52;
    --tu-v3-violet: #6d56f7;
    --tu-v3-violet-2: #8d78ff;
    --tu-v3-cyan: #4be2f0;
    --tu-v3-green: #67dca3;
    --tu-v3-ink: #14243a;
    --tu-v3-text: #526279;
    --tu-v3-soft: #f5f6fd;
    --tu-v3-card: rgba(255, 255, 255, .86);
    overflow: hidden;
    background: #fff;
    color: var(--tu-v3-text);
    font-family: "Instrument Sans", var(--tu-font);
}

.tu-v3-home h1,
.tu-v3-home h2,
.tu-v3-home h3 {
    font-family: "Bricolage Grotesque", "Instrument Sans", var(--tu-font);
}

.tu-v3-section {
    position: relative;
    padding: clamp(84px, 9vw, 132px) 0;
}

.tu-v3-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--tu-v3-violet);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tu-v3-kicker::before {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--tu-v3-cyan), var(--tu-v3-violet));
    box-shadow: 0 0 0 5px rgba(75, 226, 240, .12);
    content: "";
}

.tu-v3-heading {
    max-width: 850px;
    margin: 0 auto clamp(46px, 6vw, 76px);
    text-align: center;
}

.tu-v3-heading h2 {
    margin-bottom: 20px;
    color: var(--tu-v3-ink);
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.tu-v3-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--tu-v3-text);
    font-size: 1.05rem;
    line-height: 1.75;
}

.tu-v3-heading--light h2,
.tu-v3-heading--light p {
    color: #fff;
}

.tu-v3-heading--light p {
    color: rgba(255, 255, 255, .72);
}

.tu-v3-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.tu-v3-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tu-v3-button svg,
.tu-v3-text-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .22s ease;
}

.tu-v3-button:hover,
.tu-v3-button:focus-visible {
    transform: translateY(-2px);
}

.tu-v3-button:hover svg,
.tu-v3-text-link:hover svg {
    transform: translateX(4px);
}

.tu-v3-button--primary {
    background: linear-gradient(135deg, #725bff, #5a43e1 70%, #4730c6);
    box-shadow: 0 17px 32px rgba(93, 70, 222, .26);
    color: #fff;
}

.tu-v3-button--primary:hover,
.tu-v3-button--primary:focus-visible {
    box-shadow: 0 22px 42px rgba(93, 70, 222, .34);
}

.tu-v3-button--secondary,
.tu-v3-button--outline {
    border-color: rgba(111, 91, 255, .22);
    background: rgba(255, 255, 255, .84);
    color: #4737bd;
}

.tu-v3-button--secondary:hover,
.tu-v3-button--outline:hover {
    border-color: rgba(111, 91, 255, .48);
    background: #fff;
}

.tu-v3-button--light {
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 35, 64, .18);
    color: #4e3bc9;
}

.tu-v3-button--ghost-light {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.tu-v3-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #5845d6;
    font-size: .9rem;
    font-weight: 780;
}

.tu-v3-center {
    margin-top: 34px;
    text-align: center;
}

/* Hero */

.tu-v3-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(68px, 8vw, 112px) 0 0;
    background:
        linear-gradient(115deg, rgba(246, 244, 255, .96) 0%, rgba(255, 255, 255, .98) 52%, rgba(235, 250, 255, .95) 100%);
}

.tu-v3-hero::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image:
        linear-gradient(rgba(90, 70, 210, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(90, 70, 210, .045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .78), transparent 94%);
    content: "";
}

.tu-v3-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(5px);
    pointer-events: none;
}

.tu-v3-orb--one {
    top: -190px;
    right: -110px;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, rgba(113, 88, 255, .22), transparent 67%);
}

.tu-v3-orb--two {
    bottom: 40px;
    left: -180px;
    width: 430px;
    height: 430px;
    background: radial-gradient(circle, rgba(75, 226, 240, .17), transparent 68%);
}

.tu-v3-hero__grid {
    display: grid;
    min-height: 620px;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: clamp(50px, 6vw, 86px);
}

.tu-v3-hero__content {
    max-width: 700px;
    padding-bottom: 54px;
}

.tu-v3-hero h1 {
    max-width: 680px;
    margin-bottom: 14px;
    color: #10213a;
    font-size: clamp(2.75rem, 5.4vw, 4.85rem);
    font-weight: 650;
    letter-spacing: -.058em;
    line-height: .96;
}

.tu-v3-hero__subtitle {
    margin: 0 0 24px;
    background: linear-gradient(90deg, #5d45dc, #2d7dbe 72%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 760;
    letter-spacing: -.025em;
}

.tu-v3-hero__lead {
    max-width: 665px;
    margin-bottom: 30px;
    color: #4b5b73;
    font-size: 1.08rem;
    line-height: 1.72;
}

.tu-v3-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.tu-v3-trust li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #637087;
    font-size: .76rem;
    font-weight: 650;
}

.tu-v3-trust svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #35ae74;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-hero__visual {
    position: relative;
    min-height: 520px;
    perspective: 1200px;
}

.tu-v3-screen {
    position: absolute;
    z-index: 2;
    top: 36px;
    right: 8px;
    width: min(100%, 510px);
    overflow: hidden;
    border: 1px solid rgba(193, 202, 222, .74);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 42px 90px rgba(27, 38, 91, .18), 0 12px 30px rgba(73, 54, 170, .08);
    transform: rotateY(calc(var(--tilt-x, 0) * 1deg)) rotateX(calc(var(--tilt-y, 0) * -1deg));
    transform-style: preserve-3d;
    transition: transform .2s ease-out;
}

.tu-v3-screen__bar {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid #e9edf4;
    background: #fbfcff;
}

.tu-v3-screen__bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7dce8;
}

.tu-v3-screen__bar > span:first-child { background: #ff938b; }
.tu-v3-screen__bar > span:nth-child(2) { background: #ffd166; }
.tu-v3-screen__bar > span:nth-child(3) { background: #67dca3; }

.tu-v3-screen__bar strong {
    margin-left: 6px;
    color: #7a8698;
    font-size: .66rem;
    font-weight: 750;
}

.tu-v3-screen__media {
    aspect-ratio: 8 / 5;
    overflow: hidden;
    background: #f0f3fb;
}

.tu-v3-screen__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tu-v3-signal {
    position: absolute;
    z-index: 5;
    display: flex;
    max-width: 285px;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border: 1px solid rgba(202, 210, 229, .82);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 42px rgba(20, 35, 76, .14);
    backdrop-filter: blur(14px);
    animation: tu-v3-float 5.4s ease-in-out infinite;
}

.tu-v3-signal--top {
    top: 5px;
    left: -42px;
}

.tu-v3-signal--bottom {
    right: -18px;
    bottom: 62px;
    animation-delay: -2.7s;
}

.tu-v3-signal__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(111, 91, 255, .15), rgba(75, 226, 240, .14));
    color: #5a45d9;
}

.tu-v3-signal__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-signal small,
.tu-v3-signal strong {
    display: block;
}

.tu-v3-signal small {
    margin-bottom: 2px;
    color: #8792a5;
    font-size: .61rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tu-v3-signal strong {
    color: #27364d;
    font-size: .72rem;
    line-height: 1.35;
}

.tu-v3-theo-float {
    position: absolute;
    z-index: 6;
    right: 385px;
    bottom: 2px;
    width: 155px;
}

.tu-v3-theo-float__halo {
    position: absolute;
    z-index: -1;
    inset: 24px -12px 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 91, 255, .25), rgba(75, 226, 240, .08) 48%, transparent 70%);
    animation: tu-v3-pulse 3.6s ease-in-out infinite;
}

.tu-v3-theo-float img {
    width: 100%;
    filter: drop-shadow(0 18px 24px rgba(45, 35, 105, .2));
}

.tu-v3-professions {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 28px;
    border-top: 1px solid rgba(208, 215, 229, .72);
}

.tu-v3-professions > span {
    flex: 0 0 auto;
    color: #8a94a6;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tu-v3-professions__track {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
}

.tu-v3-professions__track b {
    flex: 0 0 auto;
    color: #4b5870;
    font-size: .78rem;
    font-weight: 650;
}

@keyframes tu-v3-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes tu-v3-pulse {
    0%, 100% { opacity: .7; transform: scale(.96); }
    50% { opacity: 1; transform: scale(1.06); }
}

/* Evolution */

.tu-v3-evolution {
    background: #fff;
}

.tu-v3-evolution__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tu-v3-evolution__step {
    position: relative;
    min-height: 430px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e4e8f1;
    border-radius: 28px;
    background: linear-gradient(160deg, #fff, #f7f8fd);
    box-shadow: 0 16px 44px rgba(25, 35, 77, .06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.tu-v3-evolution__step:hover {
    border-color: rgba(111, 91, 255, .28);
    box-shadow: 0 24px 52px rgba(25, 35, 77, .11);
    transform: translateY(-7px);
}

.tu-v3-evolution__step--featured {
    border-color: rgba(111, 91, 255, .26);
    background:
        linear-gradient(160deg, rgba(245, 242, 255, .96), #fff 58%, rgba(235, 252, 255, .9));
}

.tu-v3-evolution__number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(33, 45, 68, .12);
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
}

.tu-v3-evolution__visual {
    position: relative;
    display: grid;
    width: 100%;
    height: 180px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 22px;
    background: #f2f4fa;
}

.tu-v3-evolution__visual i,
.tu-v3-evolution__visual em {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(25, 35, 77, .1);
    color: #6551df;
}

.tu-v3-evolution__visual svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-evolution__visual--scattered i {
    position: absolute;
}

.tu-v3-evolution__visual--scattered i:first-child { top: 25px; left: 35px; transform: rotate(-6deg); }
.tu-v3-evolution__visual--scattered i:nth-child(2) { top: 28px; right: 40px; transform: rotate(7deg); }
.tu-v3-evolution__visual--scattered i:nth-child(3) { bottom: 25px; left: 70px; transform: rotate(5deg); }
.tu-v3-evolution__visual--scattered i:nth-child(4) { right: 67px; bottom: 20px; transform: rotate(-8deg); }

.tu-v3-evolution__visual--connected {
    background:
        radial-gradient(circle at center, rgba(111, 91, 255, .12), transparent 48%),
        #f2f4fa;
}

.tu-v3-evolution__visual--connected i {
    position: absolute;
    z-index: 2;
}

.tu-v3-evolution__visual--connected i:first-child { top: 18px; left: 50%; transform: translateX(-50%); }
.tu-v3-evolution__visual--connected i:nth-child(2) { top: 50%; right: 25px; transform: translateY(-50%); }
.tu-v3-evolution__visual--connected i:nth-child(3) { bottom: 18px; left: 50%; transform: translateX(-50%); }
.tu-v3-evolution__visual--connected i:nth-child(4) { top: 50%; left: 25px; transform: translateY(-50%); }

.tu-v3-evolution__visual--connected span {
    width: 80px;
    height: 80px;
    border: 1px dashed rgba(111, 91, 255, .6);
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
}

.tu-v3-evolution__visual--theo {
    background:
        radial-gradient(circle, rgba(75, 226, 240, .2), transparent 34%),
        linear-gradient(135deg, #efeaff, #effcff);
}

.tu-v3-evolution__visual--theo img {
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.tu-v3-ai-ring {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(111, 91, 255, .36);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(111, 91, 255, .06), 0 0 0 40px rgba(75, 226, 240, .045);
    animation: tu-v3-spin 14s linear infinite;
}

.tu-v3-evolution__visual--theo em {
    position: absolute;
    z-index: 4;
    right: 40px;
    bottom: 28px;
    width: 38px;
    height: 38px;
    color: #fff;
    background: linear-gradient(135deg, #6e58f9, #46c9e9);
}

@keyframes tu-v3-spin {
    to { transform: rotate(360deg); }
}

.tu-v3-evolution__step h3 {
    margin-bottom: 12px;
    color: var(--tu-v3-ink);
    font-size: 1.28rem;
    font-weight: 700;
}

.tu-v3-evolution__step p {
    color: #617087;
    font-size: .9rem;
    line-height: 1.68;
}

/* Growth engine */

.tu-v3-growth-engine {
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 10%, rgba(75, 226, 240, .12), transparent 28%),
        radial-gradient(circle at 90% 40%, rgba(111, 91, 255, .18), transparent 33%),
        linear-gradient(145deg, #0d213d, #132d52 58%, #172b4b);
}

.tu-v3-growth-engine::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
    opacity: .25;
    content: "";
}

.tu-v3-engine {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding-top: 44px;
}

.tu-v3-engine__line {
    position: absolute;
    z-index: -1;
    top: 17px;
    left: 7%;
    width: 86%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4be2f0 12%, #8d78ff 50%, #67dca3 88%, transparent);
    box-shadow: 0 0 18px rgba(75, 226, 240, .6);
}

.tu-v3-engine__card {
    position: relative;
    min-height: 365px;
    padding: 28px 24px 26px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 23px;
    background: rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    transition: transform .28s ease, background .28s ease, border-color .28s ease;
}

.tu-v3-engine__card:hover {
    border-color: rgba(75, 226, 240, .38);
    background: rgba(255, 255, 255, .11);
    transform: translateY(-8px);
}

.tu-v3-engine__icon {
    position: absolute;
    top: -28px;
    left: 24px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 6px solid #112744;
    border-radius: 18px;
    background: linear-gradient(135deg, #745cff, #3ecadf);
    box-shadow: 0 10px 26px rgba(26, 18, 80, .3);
    color: #fff;
}

.tu-v3-engine__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-engine__card > small {
    display: block;
    margin: 16px 0 34px;
    color: rgba(255, 255, 255, .35);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.tu-v3-engine__card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.45rem;
}

.tu-v3-engine__card p {
    min-height: 92px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .69);
    font-size: .84rem;
    line-height: 1.65;
}

.tu-v3-engine__card ul {
    display: grid;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.tu-v3-engine__card li {
    position: relative;
    padding-left: 15px;
    color: rgba(255, 255, 255, .82);
    font-size: .73rem;
    font-weight: 600;
}

.tu-v3-engine__card li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tu-v3-cyan);
    content: "";
}

.tu-v3-engine__theo {
    position: absolute;
    z-index: 5;
    top: -19px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 12px 5px 6px;
    border: 1px solid rgba(75, 226, 240, .36);
    border-radius: 999px;
    background: #0d2039;
    box-shadow: 0 0 26px rgba(75, 226, 240, .18);
    color: #fff;
    transform: translateX(-50%);
}

.tu-v3-engine__theo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.tu-v3-engine__theo span {
    white-space: nowrap;
    font-size: .68rem;
    font-weight: 750;
}

/* Theo */

.tu-v3-theo {
    background:
        radial-gradient(circle at 82% 50%, rgba(111, 91, 255, .11), transparent 30%),
        linear-gradient(180deg, #fff, #f7f8fd);
}

.tu-v3-theo__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
    gap: clamp(55px, 7vw, 100px);
}

.tu-v3-theo__content h2 {
    max-width: 650px;
    margin-bottom: 22px;
    color: var(--tu-v3-ink);
    font-size: clamp(2.15rem, 4vw, 3.5rem);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.02;
}

.tu-v3-theo__content > p {
    max-width: 650px;
    margin-bottom: 30px;
    color: #5b6a80;
    font-size: 1.02rem;
    line-height: 1.75;
}

.tu-v3-theo__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.tu-v3-theo__points article {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 15px;
    border: 1px solid #e4e8f1;
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
}

.tu-v3-theo__points article > span {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: #eeeaff;
    color: #624ddd;
}

.tu-v3-theo__points svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-theo__points strong {
    display: block;
    margin-bottom: 3px;
    color: #25354d;
    font-size: .82rem;
}

.tu-v3-theo__points p {
    margin: 0;
    color: #728096;
    font-size: .7rem;
    line-height: 1.45;
}

.tu-v3-cockpit {
    position: relative;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(157, 171, 198, .22);
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(18, 42, 75, .98), rgba(12, 31, 57, .98));
    box-shadow: 0 36px 80px rgba(22, 35, 69, .22);
    color: #fff;
}

.tu-v3-cockpit::before {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 91, 255, .34), transparent 68%);
    content: "";
}

.tu-v3-cockpit__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.tu-v3-cockpit__header small,
.tu-v3-cockpit__header strong {
    display: block;
}

.tu-v3-cockpit__header small {
    color: rgba(255, 255, 255, .5);
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tu-v3-cockpit__header strong {
    margin-top: 4px;
    font-size: 1.15rem;
}

.tu-v3-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(103, 220, 163, .28);
    border-radius: 999px;
    background: rgba(103, 220, 163, .08);
    color: #8bf1bc;
    font-size: .62rem;
    font-weight: 750;
}

.tu-v3-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #67dca3;
    box-shadow: 0 0 0 5px rgba(103, 220, 163, .12);
    animation: tu-v3-pulse 2.4s ease-in-out infinite;
}

.tu-v3-cockpit__signals {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
    margin: 22px 0;
}

.tu-v3-cockpit__signals article {
    display: grid;
    align-items: center;
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .055);
}

.tu-v3-cockpit__signals article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: rgba(111, 91, 255, .18);
    color: #ae9fff;
}

.tu-v3-cockpit__signals svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-cockpit__signals small,
.tu-v3-cockpit__signals strong {
    display: block;
}

.tu-v3-cockpit__signals small {
    color: rgba(255, 255, 255, .46);
    font-size: .61rem;
    font-weight: 700;
}

.tu-v3-cockpit__signals strong {
    margin-top: 2px;
    font-size: .75rem;
}

.tu-v3-cockpit__signals em {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(75, 226, 240, .09);
    color: #7ee9f1;
    font-size: .57rem;
    font-style: normal;
    font-weight: 750;
}

.tu-v3-cockpit__recommendation {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px;
    border: 1px solid rgba(75, 226, 240, .24);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(75, 226, 240, .08), rgba(111, 91, 255, .14));
}

.tu-v3-cockpit__recommendation img {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    object-fit: contain;
}

.tu-v3-cockpit__recommendation small,
.tu-v3-cockpit__recommendation strong {
    display: block;
}

.tu-v3-cockpit__recommendation small {
    margin-bottom: 4px;
    color: #73dfec;
    font-size: .62rem;
    font-weight: 780;
    text-transform: uppercase;
}

.tu-v3-cockpit__recommendation strong {
    font-size: .78rem;
    line-height: 1.45;
}

.tu-v3-cockpit__action {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
}

.tu-v3-cockpit__action span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .66);
    font-size: .65rem;
}

.tu-v3-cockpit__action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #8d78ff;
    stroke-width: 2;
}

.tu-v3-cockpit__action button {
    padding: 8px 12px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #4d39c6;
    font-size: .62rem;
    font-weight: 780;
    opacity: 1;
}

/* Benefits */

.tu-v3-benefits {
    background: #fff;
}

.tu-v3-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tu-v3-benefits__grid article {
    min-height: 255px;
    padding: 27px 24px;
    border: 1px solid #e5e9f1;
    border-radius: 22px;
    background: linear-gradient(160deg, #fff, #f8f9fd);
    box-shadow: 0 14px 38px rgba(28, 38, 78, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.tu-v3-benefits__grid article:hover {
    box-shadow: 0 24px 50px rgba(28, 38, 78, .1);
    transform: translateY(-6px);
}

.tu-v3-benefits__grid article > span {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    margin-bottom: 30px;
    border-radius: 15px;
    background: linear-gradient(135deg, #eeeaff, #eafcff);
    color: #624ddd;
}

.tu-v3-benefits__grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-benefits__grid h3 {
    margin-bottom: 11px;
    color: #22324a;
    font-size: 1.12rem;
}

.tu-v3-benefits__grid p {
    color: #6d7a8f;
    font-size: .82rem;
    line-height: 1.65;
}

/* Product */

.tu-v3-product {
    background: #f7f8fd;
}

.tu-v3-product--planner {
    background: #fff;
}

.tu-v3-product__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(470px, 1.08fr) minmax(0, .92fr);
    gap: clamp(60px, 7vw, 105px);
}

.tu-v3-product__grid--reverse {
    grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
}

.tu-v3-product__visual {
    position: relative;
}

.tu-v3-product-frame {
    overflow: hidden;
    border: 1px solid #dfe5ef;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(25, 35, 78, .14);
}

.tu-v3-product-frame__bar {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid #e8ecf3;
    background: #fbfcff;
}

.tu-v3-product-frame__bar > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9deea;
}

.tu-v3-product-frame__bar > span:first-child { background: #ff958e; }
.tu-v3-product-frame__bar > span:nth-child(2) { background: #ffd36d; }
.tu-v3-product-frame__bar > span:nth-child(3) { background: #67dca3; }

.tu-v3-product-frame__bar small {
    margin-left: 7px;
    color: #7a8697;
    font-size: .64rem;
    font-weight: 700;
}

.tu-v3-product-frame img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    background: #f1f4fa;
}

.tu-v3-product-tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(207, 215, 230, .92);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 34px rgba(20, 35, 76, .13);
    color: #4f3cc8;
    font-size: .67rem;
    font-weight: 750;
    backdrop-filter: blur(12px);
}

.tu-v3-product-tag svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-product-tag--one {
    top: 16%;
    left: -28px;
}

.tu-v3-product-tag--two {
    right: -25px;
    bottom: 15%;
}

.tu-v3-product__content h2 {
    max-width: 620px;
    margin-bottom: 20px;
    color: var(--tu-v3-ink);
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.03;
}

.tu-v3-product__content > p {
    max-width: 640px;
    color: #5c6b80;
    font-size: 1rem;
    line-height: 1.72;
}

.tu-v3-checklist {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 27px 0;
    list-style: none;
}

.tu-v3-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #35465e;
    font-size: .86rem;
    font-weight: 620;
}

.tu-v3-checklist svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: #32b879;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-note {
    max-width: 650px;
    padding: 15px 17px;
    border-left: 3px solid #725cff;
    border-radius: 0 12px 12px 0;
    background: #f0edff;
    color: #5d6275 !important;
    font-size: .78rem !important;
    line-height: 1.55 !important;
}

.tu-v3-note strong {
    color: #4937bb;
}

/* Week */

.tu-v3-week {
    background:
        radial-gradient(circle at 50% 0%, rgba(111, 91, 255, .1), transparent 30%),
        #f7f8fd;
}

.tu-v3-week__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tu-v3-week__grid article {
    position: relative;
    min-height: 285px;
    padding: 26px 23px;
    overflow: hidden;
    border: 1px solid #e3e8f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(25, 35, 78, .055);
}

.tu-v3-week__grid article::after {
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(111, 91, 255, .12), transparent 70%);
    content: "";
}

.tu-v3-week__grid article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 31px;
    border-radius: 14px;
    background: #eeeaff;
    color: #604bdb;
}

.tu-v3-week__grid svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-week__grid small {
    display: block;
    margin-bottom: 7px;
    color: #8a95a8;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tu-v3-week__grid h3 {
    margin-bottom: 12px;
    color: #26364d;
    font-size: 1.05rem;
}

.tu-v3-week__grid p {
    color: #6b788c;
    font-size: .78rem;
    line-height: 1.62;
}

/* Trial */

.tu-v3-trial {
    padding: 0 0 26px;
    background: #f7f8fd;
}

.tu-v3-trial__inner {
    position: relative;
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 44px clamp(30px, 5vw, 68px);
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 15% 40%, rgba(75, 226, 240, .19), transparent 26%),
        linear-gradient(135deg, #6b52ef, #5135d6 58%, #3720b3);
    box-shadow: 0 28px 65px rgba(77, 53, 193, .25);
    color: #fff;
}

.tu-v3-trial__inner::after {
    position: absolute;
    top: -100px;
    right: -70px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 255, 255, .035), 0 0 0 78px rgba(255, 255, 255, .025);
    content: "";
}

.tu-v3-trial .tu-v3-kicker,
.tu-v3-final .tu-v3-kicker {
    color: #9df5ff;
}

.tu-v3-trial__inner > div {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.tu-v3-trial h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    letter-spacing: -.04em;
}

.tu-v3-trial p {
    color: rgba(255, 255, 255, .76);
    font-size: .92rem;
    line-height: 1.65;
}

.tu-v3-trial .tu-v3-button {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

/* Pricing */

.tu-v3-pricing {
    background: #fff;
}

.tu-v3-pricing__grid {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tu-v3-price {
    position: relative;
    display: flex;
    min-height: 620px;
    flex-direction: column;
    padding: 30px 28px 27px;
    border: 1px solid #e2e7f0;
    border-radius: 25px;
    background: linear-gradient(160deg, #fff, #f9faff);
    box-shadow: 0 16px 45px rgba(24, 34, 76, .065);
}

.tu-v3-price.is-featured {
    border-color: rgba(111, 91, 255, .42);
    background:
        radial-gradient(circle at 80% 0%, rgba(111, 91, 255, .15), transparent 30%),
        linear-gradient(160deg, #fff, #f4f1ff);
    box-shadow: 0 27px 65px rgba(78, 57, 185, .17);
    transform: translateY(-12px);
}

.tu-v3-price__badge {
    position: absolute;
    top: -14px;
    left: 24px;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #725cff, #4c36d0);
    box-shadow: 0 9px 20px rgba(80, 57, 192, .25);
    color: #fff;
    font-size: .62rem;
    font-weight: 800;
}

.tu-v3-price__head h3 {
    margin-bottom: 8px;
    color: #203047;
    font-size: 1.35rem;
}

.tu-v3-price__head p {
    min-height: 54px;
    color: #718096;
    font-size: .76rem;
    line-height: 1.5;
}

.tu-v3-price__price {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    margin: 24px 0 18px;
}

.tu-v3-price__price strong {
    color: #182840;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}

.tu-v3-price__price span {
    padding-bottom: 4px;
    color: #8994a6;
    font-size: .72rem;
}

.tu-v3-price__credits {
    display: grid;
    gap: 6px;
    padding: 13px 14px;
    margin-bottom: 20px;
    border-radius: 13px;
    background: #f2f4f9;
}

.tu-v3-price__credits span {
    color: #657388;
    font-size: .67rem;
}

.tu-v3-price__credits strong {
    color: #2a3950;
}

.tu-v3-price ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.tu-v3-price li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4c5c72;
    font-size: .75rem;
}

.tu-v3-price li svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 1px;
    fill: none;
    stroke: #32b879;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tu-v3-price > .tu-v3-button {
    width: 100%;
    margin-top: auto;
}

.tu-v3-empty {
    padding: 42px;
    border: 1px dashed #dbe1eb;
    border-radius: 20px;
    background: #f8f9fc;
    text-align: center;
}

/* FAQ */

.tu-v3-faq {
    background: #f7f8fd;
}

.tu-v3-faq__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr);
    gap: clamp(55px, 7vw, 105px);
}

.tu-v3-faq__intro h2 {
    margin-bottom: 18px;
    color: var(--tu-v3-ink);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    letter-spacing: -.045em;
}

.tu-v3-faq__intro p {
    margin-bottom: 24px;
    color: #657389;
    font-size: .94rem;
    line-height: 1.7;
}

.tu-v3-faq__list {
    display: grid;
    gap: 11px;
}

.tu-v3-faq__list details {
    overflow: hidden;
    border: 1px solid #e1e6ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(24, 34, 76, .045);
}

.tu-v3-faq__list summary {
    position: relative;
    padding: 18px 52px 18px 19px;
    color: #2c3b52;
    cursor: pointer;
    font-size: .82rem;
    font-weight: 750;
    list-style: none;
}

.tu-v3-faq__list summary::-webkit-details-marker { display: none; }

.tu-v3-faq__list summary::after {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #6d56f7;
    font-size: 1.05rem;
    content: "+";
    transform: translateY(-50%);
}

.tu-v3-faq__list details[open] summary::after { content: "−"; }

.tu-v3-faq__list p {
    padding: 0 19px 19px;
    margin: 0;
    color: #6d798c;
    font-size: .76rem;
    line-height: 1.65;
}

/* Final */

.tu-v3-final {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 65%, rgba(75, 226, 240, .15), transparent 26%),
        linear-gradient(135deg, #172f54, #4b35c9 55%, #7357f4);
}

.tu-v3-final::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .28;
    content: "";
}

.tu-v3-final__orb {
    position: absolute;
    top: -160px;
    right: -120px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .035), 0 0 0 110px rgba(255, 255, 255, .025);
}

.tu-v3-final__inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 440px;
    align-items: end;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: clamp(45px, 7vw, 95px);
}

.tu-v3-final__character {
    align-self: end;
}

.tu-v3-final__character img {
    width: 290px;
    max-height: 410px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 24px 28px rgba(13, 23, 56, .28));
}

.tu-v3-final__content {
    max-width: 780px;
    align-self: center;
    padding: 72px 0;
}

.tu-v3-final h2 {
    max-width: 780px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.15rem, 4.3vw, 3.65rem);
    letter-spacing: -.05em;
    line-height: 1.02;
}

.tu-v3-final p {
    max-width: 720px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .75);
    font-size: 1rem;
    line-height: 1.68;
}

/* Reveal */

.js .tu-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.js .tu-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */

@media (max-width: 1120px) {
    .tu-v3-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
    }

    .tu-v3-theo-float {
        right: 345px;
        width: 135px;
    }

    .tu-v3-engine,
    .tu-v3-benefits__grid,
    .tu-v3-week__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-v3-engine__line,
    .tu-v3-engine__theo {
        display: none;
    }

    .tu-v3-engine__card {
        margin-top: 30px;
    }

    .tu-v3-theo__grid,
    .tu-v3-product__grid,
    .tu-v3-product__grid--reverse,
    .tu-v3-faq__grid {
        grid-template-columns: 1fr;
    }

    .tu-v3-product__visual {
        max-width: 760px;
        margin: 0 auto;
    }

    .tu-v3-product__grid--reverse .tu-v3-product__content {
        order: 2;
    }

    .tu-v3-product__grid--reverse .tu-v3-product__visual {
        order: 1;
    }

    .tu-v3-product__content {
        max-width: 780px;
        margin: 0 auto;
    }

    .tu-v3-faq__intro {
        max-width: 760px;
    }
}

@media (max-width: 960px) {
    .tu-v3-hero {
        padding-top: 58px;
    }

    .tu-v3-hero__grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tu-v3-hero__content {
        max-width: 800px;
        padding-bottom: 25px;
    }

    .tu-v3-hero__visual {
        width: min(100%, 690px);
        min-height: 500px;
        margin: 0 auto;
    }

    .tu-v3-screen {
        right: 50%;
        width: min(84%, 540px);
        transform: translateX(50%);
    }

    .tu-v3-theo-float {
        right: auto;
        bottom: 4px;
        left: 3%;
        width: 150px;
    }

    .tu-v3-signal--top {
        left: 0;
    }

    .tu-v3-signal--bottom {
        right: 0;
    }

    .tu-v3-professions {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 0;
        gap: 12px;
    }

    .tu-v3-professions__track {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px 22px;
    }

    .tu-v3-evolution__grid,
    .tu-v3-pricing__grid {
        grid-template-columns: 1fr;
    }

    .tu-v3-evolution__step {
        min-height: 0;
    }

    .tu-v3-price {
        min-height: 0;
    }

    .tu-v3-price.is-featured {
        transform: none;
    }

    .tu-v3-trial__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .tu-v3-section {
        padding: 70px 0;
    }

    .tu-v3-home .tu-container {
        width: min(calc(100% - 28px), var(--tu-container));
    }

    .tu-v3-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.35rem);
        line-height: .98;
    }

    .tu-v3-hero__subtitle {
        font-size: 1.05rem;
    }

    .tu-v3-hero__lead {
        font-size: .95rem;
    }

    .tu-v3-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tu-v3-button {
        width: 100%;
    }

    .tu-v3-trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tu-v3-hero__visual {
        min-height: 385px;
    }

    .tu-v3-screen {
        top: 25px;
        width: 94%;
    }

    .tu-v3-signal {
        max-width: 230px;
        padding: 9px 10px;
    }

    .tu-v3-signal--top {
        top: -3px;
        left: -5px;
    }

    .tu-v3-signal--bottom {
        right: -5px;
        bottom: 16px;
    }

    .tu-v3-signal strong {
        font-size: .64rem;
    }

    .tu-v3-theo-float {
        bottom: -8px;
        left: -8px;
        width: 105px;
    }

    .tu-v3-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .tu-v3-heading h2,
    .tu-v3-theo__content h2,
    .tu-v3-product__content h2,
    .tu-v3-faq__intro h2,
    .tu-v3-final h2 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .tu-v3-heading p {
        font-size: .93rem;
    }

    .tu-v3-engine,
    .tu-v3-benefits__grid,
    .tu-v3-week__grid,
    .tu-v3-theo__points {
        grid-template-columns: 1fr;
    }

    .tu-v3-engine__card {
        min-height: 0;
    }

    .tu-v3-engine__card p {
        min-height: 0;
    }

    .tu-v3-cockpit {
        padding: 20px;
    }

    .tu-v3-cockpit__header,
    .tu-v3-cockpit__action {
        align-items: flex-start;
        flex-direction: column;
    }

    .tu-v3-cockpit__signals article {
        grid-template-columns: 34px 1fr;
    }

    .tu-v3-cockpit__signals em {
        grid-column: 2;
        justify-self: start;
    }

    .tu-v3-product__grid,
    .tu-v3-product__grid--reverse {
        gap: 44px;
    }

    .tu-v3-product-tag {
        position: static;
        margin: 10px 6px 0 0;
    }

    .tu-v3-product__visual {
        display: flex;
        flex-wrap: wrap;
    }

    .tu-v3-product-frame {
        width: 100%;
    }

    .tu-v3-trial__inner {
        min-height: 0;
        padding: 34px 24px;
    }

    .tu-v3-faq__grid {
        gap: 38px;
    }

    .tu-v3-final__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tu-v3-final__character {
        order: 2;
        justify-self: center;
    }

    .tu-v3-final__character img {
        width: 190px;
        max-height: 270px;
    }

    .tu-v3-final__content {
        order: 1;
        padding: 64px 0 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tu-v3-home *,
    .tu-v3-home *::before,
    .tu-v3-home *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    .js .tu-reveal {
        opacity: 1;
        transform: none;
    }
}


/* ========================================================================
   Version 3.0.1 — compact hero and simplified commercial navigation
   ======================================================================== */

.tu-v3-hero {
    padding: clamp(38px, 4.2vw, 62px) 0 0;
}

.tu-v3-hero__grid {
    min-height: 0;
    align-items: start;
    gap: clamp(42px, 5vw, 72px);
}

.tu-v3-hero__content {
    padding: clamp(18px, 2vw, 34px) 0 38px;
}

.tu-v3-hero__visual {
    min-height: 500px;
}

.tu-v3-screen {
    top: 28px;
}

.tu-v3-signal--top {
    top: 0;
}

@media (max-width: 960px) {
    .tu-v3-hero {
        padding-top: 42px;
    }

    .tu-v3-hero__content {
        padding: 0 0 22px;
    }
}
