/**
Theme Name: Timothée Saboly
Author: TSA
Description: Thème enfant Astra pour timotheesaboly.fr
Version: 3.0.0
Template: astra
Text Domain: timothee-saboly
*/

:root {
	--ts-ink: #0d2b23;
	--ts-ink-2: #163b31;
	--ts-paper: #f7f4eb;
	--ts-white: #fffef9;
	--ts-mint: #dceee5;
	--ts-mint-2: #c8e6d8;
	--ts-lime: #cfff4f;
	--ts-coral: #ff725e;
	--ts-blue: #4285f4;
	--ts-muted: #52645e;
	--ts-line: rgba(13,43,35,.16);
	--ts-shadow: 0 24px 70px rgba(13,43,35,.13);
	--ts-radius: 28px;
	--ts-font: "Avenir Next", Avenir, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
body.ts-showcase { background: var(--ts-paper); color: var(--ts-ink); font-family: var(--ts-font); font-size: 17px; line-height: 1.65; }
body.ts-showcase .site-header,
body.ts-showcase .site-footer,
body.ts-showcase .entry-header { display: none !important; }
body.ts-showcase .site-content,
body.ts-showcase .ast-container,
body.ts-showcase .content-area,
body.ts-showcase .site-main,
body.ts-showcase .site-main > article,
body.ts-showcase .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }
body.ts-showcase .entry-content > * { max-width: none; margin-left: 0; margin-right: 0; }
body.ts-showcase * { box-sizing: border-box; }
body.ts-showcase h1,
body.ts-showcase h2,
body.ts-showcase h3,
body.ts-showcase p { margin-top: 0; }
body.ts-showcase h1,
body.ts-showcase h2,
body.ts-showcase h3 { color: inherit; font-family: inherit; font-weight: 850; letter-spacing: -.045em; line-height: .98; }
body.ts-showcase a { color: inherit; text-decoration: none; }
body.ts-showcase img { display: block; max-width: 100%; }
.ts-site { overflow: clip; }
.ts-container { width: min(100% - 48px,1180px); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ts-nav { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; background: rgba(13,43,35,.97); color: var(--ts-white); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.ts-nav__inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.ts-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--ts-white) !important; font-size: .86rem; font-weight: 850; letter-spacing: -.02em; }
.ts-logo__mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ts-lime); color: var(--ts-ink); font-size: .68rem; }
.ts-nav__links { display: flex; align-items: center; gap: 8px; }
.ts-nav__links > a:not(.ts-btn) { padding: 12px 13px; color: #fff !important; font-size: .76rem; font-weight: 760; opacity: .88; transition: opacity .2s, color .2s; }
.ts-nav__links > a:not(.ts-btn):hover { color: var(--ts-lime) !important; opacity: 1; }
.ts-lang-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.ts-lang-switcher a { display: grid; min-width: 34px; height: 34px; place-items: center; border-radius: 999px; color: rgba(255,255,255,.72) !important; font-size: .62rem; font-weight: 850; line-height: 1; text-decoration: none !important; transition: background .2s, color .2s; }
.ts-lang-switcher a:hover { color: var(--ts-lime) !important; }
.ts-lang-switcher a[aria-current="page"] { background: var(--ts-white); color: var(--ts-ink) !important; }
.ts-nav__toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: transparent; }
.ts-nav__toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; }

.ts-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 850; line-height: 1; letter-spacing: -.01em; transition: transform .2s, box-shadow .2s, background .2s; }
.ts-btn:hover { transform: translateY(-2px); }
.ts-btn span { font-size: 1.05rem; }
.ts-btn--accent { background: var(--ts-lime) !important; color: var(--ts-ink) !important; box-shadow: 0 8px 24px rgba(207,255,79,.18); }
.ts-btn--accent:hover { background: #dcff79 !important; box-shadow: 0 12px 30px rgba(207,255,79,.25); }
.ts-btn--dark { background: var(--ts-ink) !important; color: #fff !important; }
.ts-text-link { display: inline-flex; align-items: center; gap: 12px; padding: 12px 2px; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 850; }
.ts-text-link span { color: var(--ts-coral); }
.ts-kicker { margin-bottom: 20px; color: var(--ts-ink); font-size: .69rem; font-weight: 900; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.ts-kicker--light { color: var(--ts-lime); }

.ts-hero { padding: 154px 0 72px; background: var(--ts-paper); }
.ts-hero__grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 78px; }
.ts-hero h1 { max-width: 760px; margin-bottom: 31px; font-size: clamp(4rem,7vw,7.35rem); }
.ts-hero h1 em { display: inline; color: var(--ts-coral); font-style: normal; }
.ts-hero__lead { max-width: 675px; margin-bottom: 34px; color: var(--ts-muted); font-size: 1.08rem; line-height: 1.62; }
.ts-hero__actions { display: flex; align-items: center; gap: 27px; }
.ts-hero__aside { position: relative; }
.ts-portrait { position: relative; margin: 0; overflow: hidden; border-radius: 44% 44% 26px 26px; background: var(--ts-mint); box-shadow: var(--ts-shadow); }
.ts-portrait::after { position: absolute; right: 0; bottom: 0; left: 0; height: 32%; background: linear-gradient(transparent,rgba(13,43,35,.18)); content: ""; }
.ts-portrait img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 33%; }
.ts-hero__badge { position: absolute; right: -35px; bottom: 28px; display: flex; width: 132px; height: 132px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid var(--ts-paper); border-radius: 50%; background: var(--ts-lime); color: var(--ts-ink); text-align: center; transform: rotate(-5deg); }
.ts-hero__badge strong { font-size: 1.42rem; line-height: 1; }
.ts-hero__badge span { margin-top: 6px; font-size: .6rem; font-weight: 780; line-height: 1.25; }
.ts-hero__stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; padding-top: 31px; border-top: 1px solid var(--ts-line); }
.ts-stat { min-height: 82px; padding: 5px 26px; border-left: 1px solid var(--ts-line); }
.ts-stat:first-child { padding-left: 0; border-left: 0; }
.ts-stat strong { display: block; margin-bottom: 4px; font-size: 1.28rem; letter-spacing: -.035em; }
.ts-stat span { display: block; color: var(--ts-muted); font-size: .68rem; font-weight: 650; }

.ts-trust-strip { background: var(--ts-white); border-top: 1px solid var(--ts-line); border-bottom: 1px solid var(--ts-line); }
.ts-trust-strip__inner { display: flex; min-height: 126px; align-items: center; gap: 46px; }
.ts-trust-strip p { width: 176px; margin: 0; font-size: .68rem; font-weight: 900; line-height: 1.35; text-transform: uppercase; }
.ts-logo-row { display: flex; flex: 1; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.ts-client-logo { color: var(--ts-ink); font-size: .84rem; font-weight: 950; letter-spacing: -.04em; }

.ts-section { padding: 118px 0; background: var(--ts-paper); }
.ts-section--white { background: var(--ts-white); }
.ts-section--mint { background: var(--ts-mint); }
.ts-section--dark { background: var(--ts-ink); color: var(--ts-white); }
.ts-section__head { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(270px,.68fr); align-items: end; gap: 70px; margin-bottom: 65px; }
.ts-section__head h2 { max-width: 810px; margin: 0; font-size: clamp(3rem,5.1vw,5.15rem); }
.ts-section__head h2 > span { display: block; }
.ts-section__head > p { margin: 0 0 6px; color: var(--ts-muted); font-size: .91rem; line-height: 1.65; }
.ts-section--dark .ts-section__head > p { color: rgba(255,255,255,.66); }

.ts-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ts-problem { position: relative; min-height: 295px; padding: 88px 30px 34px; border: 1px solid var(--ts-line); border-radius: var(--ts-radius); background: rgba(255,255,255,.5); }
.ts-problem__number { position: absolute; top: 0; left: 0; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--ts-ink); color: var(--ts-lime); font-size: .66rem; font-weight: 900; }
.ts-problem h3 { margin-bottom: 16px; font-size: 1.55rem; }
.ts-problem p { margin: 0; color: var(--ts-muted); font-size: .82rem; }

.ts-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.ts-service { display: flex; min-height: 570px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--ts-line); border-radius: var(--ts-radius); background: var(--ts-paper); }
.ts-service__visual { display: grid; width: 100%; min-height: 150px; margin-bottom: 33px; place-items: center; border-radius: 20px; background: var(--ts-mint); }
.ts-service:nth-child(2) .ts-service__visual { background: #f3e5df; }
.ts-service:nth-child(3) .ts-service__visual { background: #ebf6cb; }
.ts-service__visual svg { width: 82px; height: 82px; fill: none; stroke: var(--ts-ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ts-service__eyebrow { margin-bottom: 13px; color: var(--ts-coral); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ts-service h3 { margin-bottom: 16px; font-size: 1.72rem; line-height: 1.03; }
.ts-service > p:not(.ts-service__eyebrow) { margin-bottom: 26px; color: var(--ts-muted); font-size: .78rem; }
.ts-service ul { margin: auto -30px -30px; padding: 24px 30px 25px; border-top: 1px solid var(--ts-line); list-style: none; }
.ts-service li { position: relative; padding: 7px 0 7px 19px; font-size: .72rem; font-weight: 780; }
.ts-service li::before { position: absolute; top: 15px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--ts-coral); content: ""; }

.ts-results { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--ts-radius); background: rgba(255,255,255,.14); }
.ts-result { min-height: 410px; padding: 37px 32px; background: var(--ts-ink); }
.ts-result__sector { display: inline-flex; min-height: 30px; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .59rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.ts-result > strong { display: block; margin: 70px 0 7px; color: var(--ts-lime); font-size: clamp(3.8rem,5.7vw,6rem); letter-spacing: -.07em; line-height: .85; }
.ts-result h3 { margin-bottom: 21px; font-size: 1.53rem; line-height: 1.02; }
.ts-result p { margin: 0; color: rgba(255,255,255,.63); font-size: .78rem; }
.ts-results-note { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.46); font-size: .65rem; }

.ts-section--roadmap { background: var(--ts-paper); }
.ts-roadmap { position: relative; }
.ts-roadmap::before { position: absolute; top: 48px; bottom: 48px; left: 44px; width: 2px; background: var(--ts-mint-2); content: ""; }
.ts-roadmap__step { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 34px; padding: 0 0 45px; }
.ts-roadmap__step:last-child { padding-bottom: 0; }
.ts-roadmap__marker { position: relative; z-index: 1; display: grid; width: 90px; height: 90px; place-items: center; border: 12px solid var(--ts-paper); border-radius: 50%; background: var(--ts-ink); color: var(--ts-lime); box-shadow: 0 0 0 1px var(--ts-line); }
.ts-roadmap__marker span { font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.ts-roadmap__content { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(350px,1.2fr); column-gap: 60px; padding: 34px 40px; border: 1px solid var(--ts-line); border-radius: 24px; background: var(--ts-white); }
.ts-roadmap__time { grid-column: 1; margin-bottom: 10px; color: var(--ts-coral); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ts-roadmap__content h3 { grid-column: 1; margin-bottom: 17px; font-size: 2rem; }
.ts-roadmap__objective { grid-column: 1; margin: 0; color: var(--ts-muted); font-size: .77rem; }
.ts-roadmap__content ul { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin: 0; padding: 0; list-style: none; }
.ts-roadmap__content li { position: relative; padding: 8px 0 8px 25px; border-bottom: 1px solid var(--ts-line); font-size: .76rem; font-weight: 720; }
.ts-roadmap__content li:last-child { border-bottom: 0; }
.ts-roadmap__content li::before { position: absolute; top: 14px; left: 0; display: grid; width: 13px; height: 13px; place-items: center; border: 1px solid var(--ts-coral); border-radius: 50%; color: var(--ts-coral); content: "✓"; font-size: .48rem; }
.ts-roadmap__deliverable { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 17px; border-top: 1px solid var(--ts-line); color: var(--ts-ink); font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.ts-case-stack { display: grid; gap: 26px; }
.ts-case-study { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 38px; align-items: center; padding: 38px; border: 1px solid var(--ts-line); border-radius: 32px; background: var(--ts-white); }
.ts-case-study--reverse .ts-case-study__copy { order: 2; }
.ts-case-study--reverse .ts-performance,
.ts-case-study--reverse .ts-budget-card { order: 1; }
.ts-case__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 45px; color: var(--ts-muted); font-size: .61rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ts-case-study h3 { margin-bottom: 20px; font-size: clamp(2rem,3.3vw,3.2rem); line-height: 1.01; }
.ts-case-study__copy > p { margin-bottom: 26px; color: var(--ts-muted); font-size: .8rem; }
.ts-case__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ts-case__tags span { padding: 8px 13px; border: 1px solid var(--ts-line); border-radius: 999px; font-size: .6rem; font-weight: 820; }
.ts-performance { overflow: hidden; border: 1px solid var(--ts-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(13,43,35,.08); }
.ts-performance--screenshot { margin: 0; }
.ts-performance--screenshot img { display: block; width: 100%; height: auto; }
.ts-performance__metrics { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ts-line); }
.ts-performance__metrics--three { grid-template-columns: repeat(3,1fr); }
.ts-performance__metrics > div { min-height: 86px; padding: 17px 14px; border-right: 1px solid var(--ts-line); }
.ts-performance__metrics > div:last-child { border-right: 0; }
.ts-performance__metrics span { display: block; margin-bottom: 6px; color: var(--ts-muted); font-size: .51rem; font-weight: 780; }
.ts-performance__metrics strong { display: block; font-size: 1.05rem; line-height: 1.1; white-space: nowrap; }
.ts-performance__metrics .is-accent { background: #f6c94a; }
.ts-performance__metrics .is-dark { background: #16883e; color: #fff; }
.ts-performance__metrics .is-accent span,
.ts-performance__metrics .is-dark span { color: inherit; opacity: .74; }
.ts-chart { display: block; width: 100%; height: auto; padding: 13px 12px 0; }
.ts-chart__grid path { fill: none; stroke: rgba(13,43,35,.1); stroke-width: 1; }
.ts-chart__line { fill: none; stroke-width: 3; stroke-linecap: round; }
.ts-chart__line--green { stroke: #16883e; }
.ts-chart__line--orange { stroke: #e5a300; }
.ts-chart__line--blue { stroke: var(--ts-blue); }
.ts-chart__area { fill: rgba(22,136,62,.07); stroke: none; }
.ts-chart__axis { fill: #72817c; font-size: 9px; }
.ts-chart__legend { display: flex; justify-content: flex-end; gap: 18px; padding: 2px 20px 14px; color: var(--ts-muted); font-size: .52rem; font-weight: 780; }
.ts-chart__legend span::before { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; content: ""; }
.ts-chart__legend .is-green::before { background: #16883e; }
.ts-chart__legend .is-orange::before { background: #e5a300; }
.ts-chart__legend .is-blue::before { background: var(--ts-blue); }
.ts-budget-card { padding: 44px; border-radius: 24px; background: var(--ts-ink); color: #fff; box-shadow: var(--ts-shadow); }
.ts-budget-card > p { margin: 0 0 8px; color: var(--ts-lime); font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ts-budget-card > strong { display: block; font-size: clamp(3rem,5vw,5rem); letter-spacing: -.07em; line-height: .95; }
.ts-budget-card > span { display: block; margin-top: 9px; color: rgba(255,255,255,.62); font-size: .76rem; }
.ts-budget-card__line { display: flex; align-items: center; justify-content: space-between; margin-top: 38px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); font-size: .76rem; }
.ts-budget-card__line b { color: var(--ts-lime); font-size: 1.25rem; }
.ts-budget-card__countries { display: flex; gap: 10px; margin-top: 25px; }
.ts-budget-card__countries span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: .59rem; font-weight: 900; }

.ts-testimonials { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; }
.ts-quote { min-height: 390px; margin: 0; padding: 38px; border: 1px solid var(--ts-line); border-radius: var(--ts-radius); background: var(--ts-paper); }
.ts-quote--accent { background: var(--ts-mint); }
.ts-quote__mark { display: block; height: 55px; color: var(--ts-coral); font-size: 4.5rem; font-weight: 900; line-height: 1; }
.ts-quote blockquote { margin: 28px 0 36px; border: 0; color: var(--ts-ink); font-size: 1.17rem; font-weight: 720; line-height: 1.45; }
.ts-quote cite { display: block; color: var(--ts-muted); font-size: .67rem; font-style: normal; line-height: 1.45; }
.ts-quote cite strong { display: block; color: var(--ts-ink); font-size: .76rem; }
.ts-quote__attribution { display: block; width: min(100%,420px); aspect-ratio: 1050 / 180; background: url("testimonial-attribution-geotab.png") left center / contain no-repeat; mix-blend-mode: multiply; }

.ts-about { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.ts-about__photo { margin: 0; overflow: hidden; border-radius: var(--ts-radius); background: var(--ts-mint); }
.ts-about__photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 35%; }
.ts-about__copy h2 { margin-bottom: 30px; font-size: clamp(3rem,5vw,5rem); }
.ts-about__copy > p:not(.ts-kicker) { color: var(--ts-muted); font-size: .88rem; }
.ts-about__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 36px 0; overflow: hidden; border: 1px solid var(--ts-line); border-radius: 18px; background: var(--ts-line); }
.ts-about__fact { padding: 18px; background: var(--ts-white); }
.ts-about__fact strong { display: block; margin-bottom: 4px; font-size: .75rem; }
.ts-about__fact span { display: block; color: var(--ts-muted); font-size: .62rem; }

.ts-contact { padding: 118px 0; background: var(--ts-coral); }
.ts-contact__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 70px; }
.ts-contact__intro { position: sticky; top: 120px; color: var(--ts-ink); }
.ts-contact__intro h2 { margin-bottom: 28px; font-size: clamp(3.1rem,5vw,5.2rem); }
.ts-contact__intro > p:not(.ts-kicker) { font-size: .88rem; }
.ts-checklist { margin: 30px 0; padding: 0; list-style: none; }
.ts-checklist li { position: relative; margin: 13px 0; padding-left: 31px; font-size: .78rem; font-weight: 780; }
.ts-checklist li::before { position: absolute; top: 2px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--ts-ink); color: var(--ts-lime); content: "✓"; font-size: .54rem; }
.ts-contact__trust { display: flex; align-items: center; gap: 14px; padding-top: 28px; border-top: 1px solid rgba(13,43,35,.25); }
.ts-contact__trust strong { font-size: 1.55rem; letter-spacing: -.04em; }
.ts-contact__trust span { max-width: 160px; font-size: .62rem; font-weight: 720; line-height: 1.25; }
.ts-form-card { min-height: 610px; padding: 42px; border-radius: 30px; background: var(--ts-white); box-shadow: var(--ts-shadow); }
.ts-form-progress { margin-bottom: 37px; }
.ts-form-progress__label { display: block; margin-bottom: 9px; color: var(--ts-muted); font-size: .61rem; font-weight: 800; }
.ts-form-progress__track { display: block; height: 5px; overflow: hidden; border-radius: 99px; background: var(--ts-mint); }
.ts-form-progress__track i { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--ts-coral); transition: width .3s ease; }
.ts-form-step { display: none; margin: 0; padding: 0; border: 0; }
.ts-form-step.is-active { display: block; }
.ts-form-step legend { width: 100%; margin-bottom: 10px; color: var(--ts-ink); font-size: clamp(1.8rem,3vw,2.55rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.02; }
.ts-form-help { margin-bottom: 29px; color: var(--ts-muted); font-size: .72rem; }
.ts-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ts-choice-grid--compact .ts-choice span { min-height: 76px; }
.ts-choice--wide { grid-column: 1 / -1; }
.ts-choice-list { display: grid; gap: 10px; }
.ts-choice { position: relative; display: block; margin: 0; cursor: pointer; }
.ts-choice input { position: absolute; opacity: 0; pointer-events: none; }
.ts-choice > span { display: flex; min-height: 98px; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid var(--ts-line); border-radius: 16px; background: #fff; font-size: .78rem; font-weight: 780; line-height: 1.25; transition: border .2s, background .2s, transform .2s; }
.ts-choice > span b { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: var(--ts-mint); font-size: 1rem; }
.ts-choice > span small { margin-left: auto; color: var(--ts-muted); font-size: .61rem; font-weight: 600; }
.ts-choice input:checked + span { border-color: var(--ts-ink); background: var(--ts-mint); box-shadow: inset 0 0 0 1px var(--ts-ink); transform: translateY(-1px); }
.ts-choice input:focus-visible + span { outline: 3px solid rgba(255,114,94,.28); outline-offset: 2px; }
.ts-form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-top: 31px; }
.ts-back { padding: 13px 3px; border: 0; background: none; color: var(--ts-muted); font-family: inherit; font-size: .72rem; font-weight: 780; cursor: pointer; }
.ts-field { display: block; margin-bottom: 17px; }
.ts-field > span { display: block; margin-bottom: 7px; font-size: .7rem; font-weight: 850; }
.ts-field em { color: var(--ts-muted); font-style: normal; font-weight: 500; }
.ts-field input,
.ts-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--ts-line); border-radius: 12px; background: #fff; color: var(--ts-ink); font-family: inherit; font-size: .82rem; outline: none; }
.ts-field textarea { resize: vertical; }
.ts-field input:focus,
.ts-field textarea:focus { border-color: var(--ts-ink); box-shadow: 0 0 0 3px var(--ts-mint); }
.ts-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.ts-consent { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0; color: var(--ts-muted); font-size: .64rem; line-height: 1.4; }
.ts-consent input { margin-top: 3px; }
.ts-consent a { text-decoration: underline; }
.ts-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.ts-form-error { padding: 13px 15px; border-radius: 10px; background: #ffe2dc; color: #7c2416; font-size: .72rem; }
.ts-form-success { display: flex; min-height: 520px; flex-direction: column; align-items: flex-start; justify-content: center; }
.ts-form-success__icon { display: grid; width: 70px; height: 70px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--ts-lime); font-size: 2rem; font-weight: 900; }
.ts-form-success h3 { font-size: 2.6rem; }
.ts-form-success p:not(.ts-kicker) { max-width: 450px; color: var(--ts-muted); }

.ts-privacy { padding: 65px 0 30px; background: #081f18; color: rgba(255,255,255,.65); }
.ts-privacy__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ts-privacy h2 { color: var(--ts-white); font-size: 1.2rem; letter-spacing: -.02em; }
.ts-privacy p { font-size: .7rem; }
.ts-footer { display: flex; min-height: 80px; align-items: center; justify-content: space-between; font-size: .67rem; }
.ts-footer__links { display: flex; gap: 22px; }
.ts-footer a:hover { color: var(--ts-white); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } [data-reveal] { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1020px) {
	.ts-nav__toggle { display: block; }
	.ts-nav__links { position: absolute; top: 78px; right: 24px; display: none; width: min(340px,calc(100% - 48px)); flex-direction: column; align-items: stretch; gap: 3px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: var(--ts-ink-2); box-shadow: var(--ts-shadow); }
	.ts-nav__links.is-open { display: flex; }
	.ts-nav__links > a { padding: 13px !important; }
	.ts-lang-switcher { align-self: flex-start; margin: 8px 13px; }
	.ts-hero__grid { grid-template-columns: 1fr .72fr; gap: 38px; }
	.ts-hero h1 { font-size: clamp(3.4rem,7.5vw,5.8rem); }
	.ts-hero__badge { right: -15px; width: 116px; height: 116px; }
	.ts-section__head { grid-template-columns: 1fr; gap: 25px; }
	.ts-service-grid { grid-template-columns: 1fr; }
	.ts-service { min-height: 0; }
	.ts-service__visual { min-height: 130px; }
	.ts-results { grid-template-columns: 1fr; }
	.ts-result { min-height: 330px; }
	.ts-result > strong { margin-top: 55px; }
	.ts-roadmap__content { grid-template-columns: 1fr; }
	.ts-roadmap__content ul { grid-column: 1; grid-row: auto; margin-top: 20px; }
	.ts-case-study { grid-template-columns: 1fr; }
	.ts-case-study--reverse .ts-case-study__copy,
	.ts-case-study--reverse .ts-performance,
	.ts-case-study--reverse .ts-budget-card { order: initial; }
	.ts-case__meta { margin-bottom: 28px; }
	.ts-contact__grid { gap: 44px; }
	.ts-form-card { padding: 32px; }
}

@media (max-width: 760px) {
	.ts-container { width: min(100% - 30px,1180px); }
	body.ts-showcase { font-size: 16px; }
	.ts-nav__inner { min-height: 78px; }
	.ts-logo { font-size: .76rem; }
	.ts-hero { padding: 122px 0 64px; }
	.ts-hero__grid { grid-template-columns: 1fr; }
	.ts-hero h1 { font-size: clamp(2.8rem,13.4vw,4.4rem); }
	.ts-hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
	.ts-hero__aside { width: 86%; margin: 20px auto 0; }
	.ts-hero__stats { grid-template-columns: 1fr 1fr; margin-top: 50px; }
	.ts-stat { padding: 20px 13px; border-top: 1px solid var(--ts-line); }
	.ts-stat:nth-child(odd) { padding-left: 0; border-left: 0; }
	.ts-trust-strip__inner { align-items: flex-start; flex-direction: column; gap: 20px; padding: 28px 0; }
	.ts-trust-strip p { width: auto; }
	.ts-logo-row { justify-content: flex-start; gap: 18px 28px; }
	.ts-section,
	.ts-contact { padding: 84px 0; }
	.ts-section__head { margin-bottom: 44px; }
	.ts-section__head h2 { font-size: clamp(2.65rem,12vw,4rem); }
	.ts-problem-grid,
	.ts-testimonials,
	.ts-about,
	.ts-contact__grid,
	.ts-privacy__grid { grid-template-columns: 1fr; }
	.ts-problem { min-height: 265px; padding: 82px 24px 28px; }
	.ts-service { padding: 24px; }
	.ts-service ul { margin: auto -24px -24px; padding: 22px 24px; }
	.ts-roadmap::before { left: 28px; }
	.ts-roadmap__step { grid-template-columns: 58px 1fr; gap: 14px; padding-bottom: 28px; }
	.ts-roadmap__marker { width: 58px; height: 58px; border-width: 7px; }
	.ts-roadmap__content { padding: 24px 20px; }
	.ts-roadmap__content h3 { font-size: 1.6rem; }
	.ts-case-study { gap: 26px; padding: 22px; border-radius: 24px; }
	.ts-case-study h3 { font-size: 2rem; }
	.ts-performance__metrics { grid-template-columns: 1fr 1fr; }
	.ts-performance__metrics > div:nth-child(2) { border-right: 0; }
	.ts-performance__metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--ts-line); }
	.ts-performance__metrics--three { grid-template-columns: 1fr; }
	.ts-performance__metrics--three > div { border-right: 0; border-bottom: 1px solid var(--ts-line); }
	.ts-performance__metrics--three > div:last-child { border-bottom: 0; }
	.ts-performance--screenshot { overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.ts-site .ts-performance--screenshot img { width: 680px !important; max-width: none !important; }
	.ts-chart__legend { justify-content: flex-start; flex-wrap: wrap; }
	.ts-budget-card { padding: 30px 24px; }
	.ts-about { gap: 44px; }
	.ts-about__photo { max-height: 560px; }
	.ts-about__facts { grid-template-columns: 1fr; }
	.ts-contact__intro { position: static; }
	.ts-form-card { min-height: 0; padding: 24px 18px; border-radius: 22px; }
	.ts-choice-grid { grid-template-columns: 1fr; }
	.ts-choice--wide { grid-column: auto; }
	.ts-choice > span { min-height: 72px; }
	.ts-choice > span small { display: none; }
	.ts-field-row { grid-template-columns: 1fr; gap: 0; }
	.ts-form-actions { justify-content: space-between; }
	.ts-form-actions .ts-btn { padding: 0 18px; font-size: .72rem; }
	.ts-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
}
