:root {
    --tiko-green: #20c763;
    --tiko-green-dark: #0c8f43;
    --tiko-ink: #0b1711;
    --tiko-cream: #f6f0e4;
    --tiko-lime: #d9f76b;
    --tiko-paper: #f7f8f5;
}

.tiko-campaign {
    color: var(--tiko-ink);
    background: var(--tiko-paper);
    overflow: hidden;
}

.tiko-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.tiko-hero,
.tiko-hub-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(32, 199, 99, .08), transparent 45%),
        var(--tiko-ink);
    color: #fff;
}

.tiko-hero {
    min-height: min(840px, calc(100vh - 20px));
}

.tiko-hero--users {
    background:
        radial-gradient(circle at 76% 22%, rgba(255, 190, 71, .18), transparent 34%),
        var(--tiko-ink);
}

.tiko-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
}

.tiko-orb--one {
    width: 340px;
    height: 340px;
    top: 15%;
    right: -110px;
    border: 1px solid rgba(255,255,255,.12);
}

.tiko-orb--two {
    width: 170px;
    height: 170px;
    left: -55px;
    bottom: 12%;
    background: rgba(32,199,99,.08);
}

.tiko-hero__grid {
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
    align-items: center;
    gap: clamp(44px, 8vw, 110px);
    padding-top: 80px;
    padding-bottom: 72px;
}

.tiko-hero__copy {
    position: relative;
    z-index: 2;
}

.tiko-eyebrow,
.tiko-section-index {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tiko-green);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.tiko-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
}

.tiko-hero h1,
.tiko-hub h1,
.tiko-intro h2,
.tiko-story h2,
.tiko-final h2 {
    font-family: var(--display);
    letter-spacing: -.02em;
}

.tiko-hero h1 {
    max-width: 710px;
    margin: 22px 0 20px;
    color: #fff;
    font-size: clamp(3rem, 6.2vw, 5.8rem);
    font-weight: 700;
    line-height: .94;
}

.tiko-hero h1 span {
    color: var(--tiko-green);
}

.tiko-hero__copy > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.65;
}

.tiko-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tiko-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.tiko-btn:hover { transform: translateY(-2px); }
.tiko-btn--primary { background: var(--tiko-green); color: #07130b; }
.tiko-btn--primary:hover { background: #39df7b; }
.tiko-btn--quiet { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.04); }
.tiko-btn--quiet:hover { border-color: rgba(255,255,255,.4); }

.tiko-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 22px;
    color: rgba(255,255,255,.54);
    font-size: .78rem;
}

.tiko-proof span { color: var(--tiko-green); font-weight: 800; }
.tiko-hero__phone { display: flex; justify-content: center; }

/* Smartphone décoratif et conversation non interactive. */
.tiko-phone-wrap {
    position: relative;
    width: min(100%, 350px);
    margin: 0 auto;
    padding-bottom: 22px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.tiko-phone {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 9 / 18.4;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 52px;
    background: linear-gradient(145deg, #363b39 0%, #090b0a 55%, #303431 100%);
    box-shadow: 0 36px 80px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,255,255,.08);
    transform: rotate(1.2deg);
}

.tiko-phone::before,
.tiko-phone::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 4px;
    border-radius: 3px 0 0 3px;
    background: #252927;
}

.tiko-phone::before { top: 112px; height: 68px; }
.tiko-phone::after { top: 195px; height: 42px; }

.tiko-phone-hardware {
    position: absolute;
    z-index: 5;
    top: 17px;
    left: 50%;
    width: 112px;
    height: 28px;
    transform: translateX(-50%);
    border-radius: 18px;
    background: #080a09;
}

.tiko-phone-speaker {
    position: absolute;
    top: 12px;
    left: 39px;
    width: 35px;
    height: 4px;
    border-radius: 99px;
    background: #202522;
}

.tiko-phone-camera {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #102337;
    box-shadow: inset 0 0 0 2px #171b19;
}

.tiko-phone-screen {
    height: 100%;
    display: grid;
    grid-template-rows: 29px 58px 1fr 52px;
    overflow: hidden;
    border-radius: 43px;
    background: #efeae2;
    color: #14201a;
}

.tiko-wa-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 17px 0;
    background: #075e54;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.tiko-wa-status-icons { font-size: 7px; letter-spacing: .02em; }

.tiko-wa-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 8px 8px;
    background: #075e54;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.14);
}

.tiko-wa-back { font-size: 27px; line-height: 1; }
.tiko-wa-avatar { width: 37px; height: 37px; flex: 0 0 37px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; }
.tiko-wa-avatar img { width: 28px; height: 28px; object-fit: contain; }
.tiko-wa-identity { display: flex; min-width: 0; flex: 1; flex-direction: column; line-height: 1.15; }
.tiko-wa-identity strong { font-size: 13px; }
.tiko-wa-identity small { margin-top: 3px; color: rgba(255,255,255,.75); font-size: 8px; }
.tiko-wa-actions { font-size: 18px; white-space: nowrap; }

.tiko-wa-chat {
    position: relative;
    min-height: 0;
    overflow: hidden;
    padding: 12px 10px 20px;
    background-color: #efeae2;
    background-image:
        radial-gradient(circle at 10px 10px, rgba(39,74,57,.035) 1.5px, transparent 1.8px),
        radial-gradient(circle at 23px 23px, rgba(39,74,57,.025) 1px, transparent 1.3px);
    background-size: 32px 32px;
    scroll-behavior: smooth;
}

.tiko-wa-day {
    width: max-content;
    margin: 0 auto 10px;
    padding: 4px 9px;
    border-radius: 7px;
    background: #d9edf2;
    color: #53615b;
    font-size: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);
}

.tiko-chat-step {
    display: flex;
    margin: 0 0 8px;
    opacity: 0;
    transform: translateY(12px) scale(.97);
    transition: opacity .3s ease, transform .38s cubic-bezier(.2,.8,.2,1);
}

.tiko-chat-step.is-visible { opacity: 1; transform: none; }
.tiko-chat-step--user { justify-content: flex-end; }

.tiko-chat-bubble {
    position: relative;
    max-width: 88%;
    padding: 8px 9px 5px;
    border-radius: 3px 10px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.12);
    color: #17231d;
    font-size: 10px;
    line-height: 1.42;
}

.tiko-chat-step--user .tiko-chat-bubble { border-radius: 10px 3px 10px 10px; background: #d9fdd3; }
.tiko-chat-step--result .tiko-chat-bubble { border-left: 3px solid var(--tiko-green); }
.tiko-chat-bubble em { color: #64716b; font-size: 9px; }
.tiko-chat-copy { display: inline; }
.tiko-chat-meta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    float: right;
    min-height: 12px;
    margin: 5px 0 0 8px;
    white-space: nowrap;
    line-height: 1;
}
.tiko-chat-time { color: #8b948f; font-size: 6px; font-variant-numeric: tabular-nums; }
.tiko-chat-checks { color: #34a4d9; font-family: sans-serif; font-size: 7px; font-weight: 700; letter-spacing: -3px; padding-right: 3px; }
.tiko-chat-bubble::after { content: ""; display: table; clear: both; }

.tiko-chat-typing {
    display: none;
    width: max-content;
    align-items: center;
    gap: 3px;
    padding: 10px 12px;
    border-radius: 3px 10px 10px 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.tiko-chat-typing.is-visible { display: flex; }
.tiko-chat-typing i { width: 5px; height: 5px; border-radius: 50%; background: #9ba49f; animation: tiko-typing .85s infinite ease-in-out; }
.tiko-chat-typing i:nth-child(2) { animation-delay: .12s; }
.tiko-chat-typing i:nth-child(3) { animation-delay: .24s; }
@keyframes tiko-typing { 0%, 70%, 100% { transform: translateY(0); opacity: .45; } 35% { transform: translateY(-3px); opacity: 1; } }

.tiko-wa-compose {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 8px;
    background: #f6f2ed;
    color: #7d8882;
    font-size: 16px;
}

.tiko-wa-compose-field { display: flex; align-items: center; height: 36px; flex: 1; padding: 0 13px; border-radius: 19px; background: #fff; font-size: 9px; }
.tiko-wa-mic { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #00a884; color: #fff; font-size: 8px; }
.tiko-phone-shadow { position: absolute; z-index: 1; left: 8%; right: 8%; bottom: 0; height: 32px; border-radius: 50%; background: rgba(0,0,0,.32); filter: blur(18px); }

.tiko-phone--amber { transform: rotate(-1.4deg); }
.tiko-phone--lime { transform: rotate(1.8deg); }
.tiko-phone--blue { transform: rotate(-1deg); }
.tiko-phone--red { transform: rotate(1deg); }
.tiko-phone--amber .tiko-phone-screen { box-shadow: inset 0 0 0 1px rgba(246,177,57,.25); }
.tiko-phone--lime .tiko-chat-step--result .tiko-chat-bubble { border-left-color: #8eae17; }
.tiko-phone--blue .tiko-chat-step--result .tiko-chat-bubble { border-left-color: #348cd4; }
.tiko-phone--red .tiko-chat-step--result .tiko-chat-bubble { border-left-color: #ef5a54; }

.tiko-intro { padding: 115px 0 105px; background: #fff; }
.tiko-intro__inner { display: grid; grid-template-columns: .55fr 1.35fr .8fr; gap: 44px; align-items: start; }
.tiko-intro h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .98; }
.tiko-intro p { margin: 8px 0 0; color: #667169; font-size: 1rem; line-height: 1.7; }

.tiko-story { padding: 110px 0; }
.tiko-story--cream { background: var(--tiko-cream); }
.tiko-story--paper { background: var(--tiko-paper); }
.tiko-story--lime { background: var(--tiko-lime); }
.tiko-story--ink { background: var(--tiko-ink); color: #fff; }
.tiko-story__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr); align-items: center; gap: clamp(55px, 10vw, 150px); }
.tiko-story--reverse .tiko-story__copy { order: 2; }
.tiko-story--reverse .tiko-story__visual { order: 1; }
.tiko-story__tag { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(11,23,17,.18); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tiko-story--ink .tiko-story__tag { border-color: rgba(255,255,255,.2); color: var(--tiko-green); }
.tiko-story h2 { max-width: 620px; margin: 20px 0; font-size: clamp(2.6rem, 5vw, 4.75rem); line-height: .96; }
.tiko-story__copy > p { max-width: 570px; margin: 0; color: #566159; line-height: 1.72; }
.tiko-story--ink .tiko-story__copy > p { color: rgba(255,255,255,.65); }
.tiko-story ul { display: grid; gap: 10px; margin: 27px 0 0; padding: 0; list-style: none; }
.tiko-story li { display: flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 600; }
.tiko-story li::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: rgba(32,199,99,.16); color: var(--tiko-green-dark); font-size: .7rem; }
.tiko-story--ink li::before { color: var(--tiko-green); }
.tiko-story__visual { display: flex; justify-content: center; }
.tiko-story__visual .tiko-phone-wrap { width: min(100%, 320px); }

.tiko-final { padding: 120px 0; background: #fff; text-align: center; }
.tiko-final__inner { display: flex; flex-direction: column; align-items: center; }
.tiko-final h2 { margin: 20px 0; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .9; }
.tiko-final p { max-width: 610px; margin: 0 0 28px; color: #667169; line-height: 1.65; }

/* Page de choix des deux campagnes. */
.tiko-hub-hero { min-height: calc(100vh - 40px); display: flex; align-items: center; }
.tiko-hub-hero__inner { padding-top: 100px; padding-bottom: 100px; }
.tiko-hub h1 { max-width: 930px; margin: 24px 0 22px; color: #fff; font-size: clamp(3.2rem, 8vw, 7.3rem); line-height: .88; }
.tiko-hub h1 span { color: var(--tiko-green); }
.tiko-hub-hero__inner > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.66); font-size: 1.05rem; line-height: 1.65; }
.tiko-hub-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 45px; }
.tiko-audience-card { position: relative; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; border-radius: 30px; color: var(--tiko-ink); text-decoration: none; transition: transform .25s ease; }
.tiko-audience-card:hover { transform: translateY(-5px); }
.tiko-audience-card--user { background: var(--tiko-lime); }
.tiko-audience-card--organizer { background: #f3eee2; }
.tiko-audience-card__number { position: absolute; top: 8px; right: 22px; color: rgba(11,23,17,.1); font-family: var(--display); font-size: 6rem; font-weight: 800; line-height: 1; }
.tiko-audience-card__body { position: relative; z-index: 1; display: flex; flex-direction: column; margin-top: auto; }
.tiko-audience-card small { margin-bottom: 8px; color: rgba(11,23,17,.55); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tiko-audience-card strong { max-width: 440px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; }
.tiko-audience-card__body > span { margin-top: 21px; font-size: .82rem; font-weight: 700; }
.tiko-hub-note { margin-top: 20px !important; font-size: .8rem !important; }

@media (max-width: 900px) {
    .tiko-hero { min-height: auto; }
    .tiko-hero__grid { grid-template-columns: 1fr; padding-top: 70px; gap: 60px; }
    .tiko-hero__copy { text-align: center; }
    .tiko-hero__copy > p { margin-left: auto; margin-right: auto; }
    .tiko-hero__actions, .tiko-proof { justify-content: center; }
    .tiko-hero__phone .tiko-phone-wrap { width: min(82vw, 340px); }
    .tiko-intro__inner { grid-template-columns: 1fr; gap: 22px; }
    .tiko-intro p { max-width: 620px; }
    .tiko-story__grid { grid-template-columns: 1fr; gap: 55px; }
    .tiko-story__copy, .tiko-story--reverse .tiko-story__copy { order: 1; }
    .tiko-story__visual, .tiko-story--reverse .tiko-story__visual { order: 2; }
}

@media (max-width: 680px) {
    .tiko-shell { width: min(100% - 30px, 1180px); }
    .tiko-hero__grid { padding-top: 102px; padding-bottom: 60px; }
    .tiko-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
    .tiko-hero__actions { flex-direction: column; align-items: stretch; }
    .tiko-btn { width: 100%; }
    .tiko-proof { font-size: .7rem; }
    .tiko-intro, .tiko-story, .tiko-final { padding: 78px 0; }
    .tiko-story h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
    .tiko-story__visual .tiko-phone-wrap { width: min(84vw, 310px); }
    .tiko-hub-hero {
        min-height: calc(100svh - 64px);
        align-items: stretch;
    }
    .tiko-hub-hero__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .tiko-hub .tiko-eyebrow { font-size: .65rem; }
    .tiko-hub h1 {
        margin: 14px 0 13px;
        font-size: clamp(2.45rem, 12.5vw, 3.35rem);
        line-height: .92;
    }
    .tiko-hub-hero__inner > p {
        font-size: .83rem;
        line-height: 1.5;
    }
    .tiko-hub-choices {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 22px;
    }
    .tiko-audience-card {
        min-height: 124px;
        padding: 17px 19px;
        border-radius: 23px;
    }
    .tiko-audience-card__number {
        top: 7px;
        right: 17px;
        font-size: 4.3rem;
    }
    .tiko-audience-card small {
        margin-bottom: 5px;
        font-size: .59rem;
    }
    .tiko-audience-card strong {
        max-width: 280px;
        font-size: 1.55rem;
    }
    .tiko-audience-card__body > span {
        margin-top: 11px;
        font-size: .68rem;
    }
    .tiko-hub-note {
        margin-top: 11px !important;
        font-size: .66rem !important;
    }
}

@media (max-width: 380px), (max-height: 720px) and (max-width: 680px) {
    .tiko-hub-hero__inner { padding-top: 18px; padding-bottom: 18px; }
    .tiko-hub h1 { font-size: 2.18rem; }
    .tiko-hub-hero__inner > p { font-size: .76rem; }
    .tiko-hub-choices { margin-top: 16px; gap: 8px; }
    .tiko-audience-card { min-height: 108px; padding: 14px 17px; }
    .tiko-audience-card strong { font-size: 1.35rem; }
    .tiko-audience-card__body > span { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .tiko-campaign *, .tiko-campaign *::before, .tiko-campaign *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
    .tiko-chat-step { opacity: 1; transform: none; }
    .tiko-chat-typing { display: none !important; }
}
