/*
 * Thera-UP homepage 5.0.16
 * Outcome-led commercial funnel inspired by the clarity of high-conversion pages.
 */

:root{
  --tu516-ink:#171722;
  --tu516-muted:#5d5c69;
  --tu516-purple:#6547e8;
  --tu516-purple-dark:#4829c7;
  --tu516-orange:#ff654f;
  --tu516-orange-dark:#e94d39;
  --tu516-cream:#fff8f1;
  --tu516-cyan:#35c5dd;
  --tu516-green:#178e69;
  --tu516-night:#17213f;
  --tu516-soft:#f5f4fb;
  --tu516-line:#e2dfeb;
  --tu516-shadow:0 20px 55px rgba(34,30,70,.11);
}

html{scroll-padding-top:92px}
.tu-v516{color:var(--tu516-ink);background:#fff}
.tu-v516 p,.tu-v516 li{line-height:1.58}
.tu-v516 .tu-container{width:min(1240px,calc(100% - 48px))}
.tu-v516 .tu-hp-section{padding:72px 0}
.tu-v516-kicker{margin:0 0 11px;color:var(--tu516-purple);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.tu-v516-heading{max-width:900px;margin:0 auto 34px;text-align:center}
.tu-v516-heading h2{margin:0 0 11px;color:var(--tu516-ink);font-size:clamp(2rem,3.2vw,3rem);line-height:1.09;letter-spacing:-.04em}
.tu-v516-heading>p:last-child{max-width:730px;margin:0 auto;color:var(--tu516-muted);font-size:1rem}
.tu-v516 .tu-hp-button{min-height:52px;padding:0 22px;border-radius:12px;font-size:.91rem}
.tu-v516-button--primary{border-color:var(--tu516-orange)!important;background:linear-gradient(135deg,var(--tu516-orange),#ff765f)!important;color:#fff!important;box-shadow:0 13px 28px rgba(255,101,79,.28)!important}
.tu-v516-button--primary:hover{background:linear-gradient(135deg,var(--tu516-orange-dark),var(--tu516-orange))!important;color:#fff!important}
.tu-v516-button--secondary{border:1px solid #d8d2cc!important;background:rgba(255,255,255,.78)!important;color:var(--tu516-ink)!important}
.tu-v516-button--secondary:hover{border-color:var(--tu516-orange)!important;background:#fff!important;color:var(--tu516-orange-dark)!important}

/* Hero */
.tu-v516-hero{position:relative;overflow:hidden;padding:70px 0 68px;background:var(--tu516-cream)}
.tu-v516-hero:before{position:absolute;top:-330px;right:-220px;width:740px;height:740px;border:1px solid rgba(255,101,79,.14);border-radius:50%;box-shadow:0 0 0 95px rgba(255,101,79,.035),0 0 0 190px rgba(101,71,232,.025);content:""}
.tu-v516-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(430px,.96fr);gap:62px;align-items:center}
.tu-v516-hero__copy{max-width:710px}
.tu-v516-hero h1{max-width:760px;margin:0 0 22px;color:var(--tu516-ink);font-size:clamp(2.8rem,4.65vw,4.55rem);font-weight:800;line-height:1.02;letter-spacing:-.052em}
.tu-v516-hero__lead{max-width:690px;margin:0 0 25px;color:#464550;font-size:1.08rem}
.tu-v516-hero .tu-hp-actions{gap:12px}
.tu-v516-trust{display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;margin:17px 0 0;list-style:none;color:#3f4746;font-size:.82rem;font-weight:700}
.tu-v516-trust li{display:flex;gap:7px;align-items:center}.tu-v516-trust svg{color:var(--tu516-green)}
.tu-v516-built-for{max-width:680px;margin:15px 0 0;color:#777268;font-size:.75rem}

.tu-v516-recommendation{overflow:hidden;border:1px solid #ded9d3;border-radius:23px;background:#fff;box-shadow:0 27px 70px rgba(68,48,38,.16)}
.tu-v516-recommendation__header{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;border-bottom:1px solid #ece8e3;background:#fff}
.tu-v516-recommendation__header>div{display:flex;gap:10px;align-items:center}.tu-v516-recommendation__header img{width:44px;height:44px;object-fit:contain;border-radius:12px;background:#f1efff}
.tu-v516-recommendation__header span span{display:flex;flex-direction:column}.tu-v516-recommendation__header small{color:#77727d;font-size:.65rem}.tu-v516-recommendation__header strong{font-size:.85rem}
.tu-v516-live{display:flex;gap:6px;align-items:center;padding:6px 9px;border-radius:999px;background:#eaf8f2;color:#147b5d;font-size:.66rem;font-weight:800}.tu-v516-live i{width:7px;height:7px;border-radius:50%;background:#20a77d}
.tu-v516-recommendation__priority{padding:22px 23px;background:linear-gradient(135deg,#f1efff,#f8f7ff)}
.tu-v516-recommendation__priority>span{display:inline-flex;gap:7px;align-items:center;margin-bottom:9px;color:var(--tu516-purple);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tu-v516-recommendation__priority>span svg{width:16px;height:16px}
.tu-v516-recommendation__priority h2{margin:0 0 7px;color:var(--tu516-ink);font-size:1.4rem;line-height:1.18}.tu-v516-recommendation__priority p{margin:0;color:#5d5c69;font-size:.84rem}
.tu-v516-recommendation__actions{padding:18px 23px}.tu-v516-recommendation__actions>strong{display:block;margin-bottom:10px;font-size:.77rem}
.tu-v516-recommendation__actions ol{display:grid;gap:8px;padding:0;margin:0;list-style:none}.tu-v516-recommendation__actions li{display:flex;gap:9px;align-items:center;padding:9px 11px;border:1px solid #e9e6ee;border-radius:10px;color:#444451;background:#fbfbfd;font-size:.76rem}.tu-v516-recommendation__actions li span{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:7px;background:#ede9ff;color:var(--tu516-purple);font-weight:800}
.tu-v516-recommendation__footer{display:flex;gap:10px;align-items:center;padding:13px 20px;margin:0!important;background:var(--tu516-night);color:rgba(255,255,255,.77);font-size:.72rem}.tu-v516-recommendation__footer svg{flex:0 0 auto;color:#84e8f5}.tu-v516-recommendation__footer strong{color:#fff}

/* Pain */
.tu-v516-problem{padding:70px 0;background:#fff}
.tu-v516-problem__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1080px;margin:0 auto}
.tu-v516-problem__grid article{padding:23px;border:1px solid var(--tu516-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(34,30,70,.055)}
.tu-v516-problem__grid article>span{display:grid;width:39px;height:39px;margin-bottom:14px;place-items:center;border-radius:12px;background:#fff0ed;color:var(--tu516-orange);font-size:1.1rem;font-weight:800}.tu-v516-problem__grid strong{display:block;margin-bottom:6px;font-size:.95rem}.tu-v516-problem__grid p{margin:0;color:var(--tu516-muted);font-size:.82rem}

/* Theo method */
.tu-v516-demo{position:relative;overflow:hidden;padding:76px 0;background:linear-gradient(135deg,#151f3c,#202f57);color:#fff}
.tu-v516-demo:after{position:absolute;right:-230px;bottom:-370px;width:690px;height:690px;border:1px solid rgba(53,197,221,.13);border-radius:50%;box-shadow:0 0 0 90px rgba(101,71,232,.06),0 0 0 180px rgba(53,197,221,.035);content:""}
.tu-v516-demo__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);gap:64px;align-items:center}
.tu-v516-demo .tu-v516-kicker{color:#71e0ee!important}.tu-v516-demo .tu-v516-demo__copy h2{margin:0 0 14px;color:#fff!important;font-size:clamp(2.2rem,3.7vw,3.5rem);line-height:1.06}.tu-v516-demo .tu-v516-demo__copy>p{max-width:590px;margin:0 0 23px;color:rgba(255,255,255,.82)!important}
.tu-v516-button--light{background:#fff!important;color:var(--tu516-purple-dark)!important}.tu-v516-button--light:hover{background:#f3f0ff!important}
.tu-v516-demo__steps{display:grid;gap:12px;padding:0;margin:0;list-style:none}
.tu-v516-demo__steps li{display:flex;gap:15px;padding:18px 19px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.07)}
.tu-v516-demo__steps li>span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--tu516-orange),#ff8a64);color:#fff!important;font-weight:800}.tu-v516-demo__steps small,.tu-v516-demo__steps strong{display:block}.tu-v516-demo__steps small{margin-bottom:2px;color:#72dfed!important;font-size:.66rem;font-weight:800;text-transform:uppercase}.tu-v516-demo .tu-v516-demo__steps strong{color:#fff!important;font-size:.9rem}.tu-v516-demo .tu-v516-demo__steps p{margin:4px 0 0;color:rgba(255,255,255,.78)!important;font-size:.78rem}

/* Outcomes */
.tu-v516-outcomes{background:var(--tu516-soft)}
.tu-v516-outcomes__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tu-v516-outcome{display:flex;min-height:285px;padding:22px 20px;flex-direction:column;border:1px solid #e1deea;border-radius:17px;background:#fff;box-shadow:0 10px 26px rgba(34,30,70,.055)}
.tu-v516-outcome>span{display:grid;width:45px;height:45px;margin-bottom:16px;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--tu516-purple),#7c63ed);color:#fff}.tu-v516-outcome h3{margin:0 0 8px;font-size:1.02rem}.tu-v516-outcome p{margin:0;color:var(--tu516-muted);font-size:.82rem}.tu-v516-outcome small{display:block;padding-top:13px;margin-top:auto;border-top:1px solid #ece9f0;color:var(--tu516-purple);font-size:.66rem;font-weight:800}

/* Moving tool belt */
.tu-v516-tools{min-height:108px;overflow:hidden;padding:var(--tu-home-tools-padding,24px) 0;border-block:1px solid #ddd8e8;background:linear-gradient(90deg,#fff,#f8f6ff,#fff)}
.tu-v516-tools__track{display:flex;width:max-content;animation:tu516Marquee 58s linear infinite}.tu-v516-tools:hover .tu-v516-tools__track{animation-play-state:paused}
.tu-v516-tools__group{display:flex;gap:16px;padding-right:16px}.tu-v516-tools__group span{display:flex;gap:9px;align-items:center;padding:13px 19px;border:1px solid #ddd7e9;border-radius:999px;background:#fff;color:#3f3c4d;font-size:var(--tu-home-tools-size,16px);font-weight:700;white-space:nowrap;box-shadow:0 7px 18px rgba(49,40,90,.055)}.tu-v516-tools__group svg{width:18px;height:18px;flex:0 0 18px;color:var(--tu516-green)}
@keyframes tu516Marquee{to{transform:translateX(-50%)}}

/* Product */
.tu-v516-product{background:#fff}
.tu-v518-product-list{display:grid;gap:28px;max-width:1120px;margin-inline:auto}.tu-v518-product-row{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);gap:38px;align-items:center;padding:30px;border:1px solid #e1ddea;border-radius:22px;background:linear-gradient(135deg,#fff,#faf9fd);box-shadow:0 18px 48px rgba(34,30,70,.08)}.tu-v518-product-row.is-reversed{grid-template-columns:minmax(0,1.28fr) minmax(230px,.72fr)}
.tu-v518-product-copy>span{display:block;margin-bottom:7px;color:var(--tu516-purple);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.tu-v518-product-copy h3{margin:0 0 10px;color:var(--tu516-ink);font-size:var(--tu-home-product-title-size,28px);line-height:1.12}.tu-v518-product-copy p{max-width:430px;margin:0;color:var(--tu516-muted);font-size:var(--tu-home-product-text-size,16px);line-height:1.62}
.tu-v518-product-figure{width:100%;margin:0;overflow:hidden;border:1px solid #dedbe6;border-radius:16px;background:#fff;box-shadow:0 15px 35px rgba(34,30,70,.1)}
.tu-v516-browser{display:flex;height:34px;gap:6px;align-items:center;padding:0 13px;border-bottom:1px solid #e5e2eb;background:#f7f6fa}.tu-v516-browser i{width:7px;height:7px;border-radius:50%;background:#c7c4cf}.tu-v516-browser i:first-child{background:#ff796a}.tu-v516-browser i:nth-child(2){background:#ffc657}.tu-v516-browser i:nth-child(3){background:#58cfa0}.tu-v516-browser span{margin-left:6px;color:#74717d;font-size:.62rem}
.tu-v518-product-figure img{display:block;width:var(--tu-home-product-image-width,100%);max-width:100%;height:auto!important;max-height:none!important;margin-inline:auto;object-fit:contain!important;object-position:center top;background:#f7f7fb}

/* Difference */
.tu-v516-difference{padding:72px 0;background:var(--tu516-cream)}
.tu-v516-difference__grid{display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);gap:65px;align-items:center;max-width:1060px!important}
.tu-v516-difference__visual{position:relative;display:grid;min-height:380px;place-items:end center;overflow:hidden;border-radius:25px;background:linear-gradient(145deg,#eeeaff,#fff)}.tu-v516-difference__halo{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,101,79,.19),rgba(101,71,232,.12) 52%,transparent 72%)}.tu-v516-difference__visual img{position:relative;z-index:1;width:auto;max-width:72%;height:auto;max-height:340px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(46,31,110,.19))}
.tu-v516-difference__copy h2{margin:0 0 20px;font-size:clamp(2rem,3.4vw,3.1rem);line-height:1.08}.tu-v516-difference__copy ul{display:grid;gap:13px;padding:0;margin:0;list-style:none}.tu-v516-difference__copy li{display:flex;gap:12px;align-items:flex-start}.tu-v516-difference__copy li>svg{width:22px;height:22px;flex:0 0 22px;padding:4px;margin-top:2px;border-radius:50%;background:#e3f6ef;color:var(--tu516-green)}.tu-v516-difference__copy strong,.tu-v516-difference__copy span{display:block}.tu-v516-difference__copy strong{margin-bottom:3px;font-size:.88rem}.tu-v516-difference__copy span{color:var(--tu516-muted);font-size:.78rem}

/* Trial, pricing, FAQ */
.tu-v516-trial{background:#fff}.tu-v516-trial__panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:35px;align-items:center;padding:38px 42px;border-radius:24px;background:linear-gradient(130deg,#eeeaff,#f6f4ff 55%,#fff1ed);box-shadow:var(--tu516-shadow)}.tu-v516-trial__copy h2{margin:0 0 10px;font-size:clamp(2.1rem,3.4vw,3.1rem);line-height:1.08}.tu-v516-trial__copy>p{max-width:680px;margin:0 0 20px;color:var(--tu516-muted)}
.tu-v516-trial__list{display:grid;gap:10px;padding:19px;margin:0;border:1px solid rgba(101,71,232,.13);border-radius:16px;background:rgba(255,255,255,.8);list-style:none}.tu-v516-trial__list li{display:flex;gap:10px;align-items:flex-start;padding:9px}.tu-v516-trial__list li>svg{width:20px;height:20px;flex:0 0 20px;padding:4px;border-radius:50%;background:#e3f6ef;color:var(--tu516-green)}.tu-v516-trial__list strong,.tu-v516-trial__list span span{display:block}.tu-v516-trial__list strong{font-size:.82rem}.tu-v516-trial__list span{color:var(--tu516-muted);font-size:.72rem}
.tu-v516-pricing{background:var(--tu516-soft)}.tu-v516-pricing .tu-home-pricing-grid{margin-top:0}.tu-v516-faq{background:#fff}.tu-v516-faq details{overflow:hidden;border-radius:11px}.tu-v516-faq .tu-hp-faq__list{max-width:900px}

/* Final */
.tu-v516-final{overflow:hidden;padding:58px 0;background:linear-gradient(120deg,#4b2dcc,#684ee8 58%,#4a2fc5);color:#fff}.tu-v516-final__grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:36px;align-items:center}.tu-v516-final .tu-v516-kicker{color:#bff7ff}.tu-v516-final h2{max-width:850px;margin:0 0 10px;color:#fff;font-size:clamp(2.2rem,3.8vw,3.5rem);line-height:1.05}.tu-v516-final p:not(.tu-v516-kicker){margin:0 0 20px;color:rgba(255,255,255,.8)}.tu-v516-final img{width:180px;max-height:250px;justify-self:end;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(20,8,75,.25))}.tu-v516-button--ghost-light{border:1px solid rgba(255,255,255,.38)!important;color:#fff!important;background:transparent!important}.tu-v516-button--ghost-light:hover{background:rgba(255,255,255,.1)!important}

@media(max-width:1080px){
  .tu-v516-hero__grid,.tu-v516-demo__layout,.tu-v516-trial__panel{grid-template-columns:1fr}.tu-v516-hero__copy{max-width:850px}.tu-v516-recommendation{width:min(100%,650px);margin-inline:auto}
  .tu-v516-outcomes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tu-v516-outcome{min-height:240px}
  .tu-v516-difference__grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr)}
}

@media(max-width:760px){
  .tu-v516 .tu-container{width:min(100% - 28px,1240px)}.tu-v516 .tu-hp-section{padding:54px 0}
  .tu-v516-hero{padding:48px 0}.tu-v516-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.tu-v516-hero__lead{font-size:.98rem}.tu-v516-hero .tu-hp-actions{align-items:stretch;flex-direction:column}.tu-v516-hero .tu-hp-button{width:100%}
  .tu-v516-problem{padding:54px 0}.tu-v516-problem__grid,.tu-v516-outcomes__grid{grid-template-columns:1fr}
  .tu-v516-demo{padding:58px 0}.tu-v516-demo__layout{gap:35px}.tu-v516-demo__copy h2{font-size:2.35rem}
  .tu-v518-product-row,.tu-v518-product-row.is-reversed{grid-template-columns:1fr;gap:24px;padding:22px}.tu-v518-product-row.is-reversed .tu-v518-product-copy{order:-1}
  .tu-v516-difference__grid{grid-template-columns:1fr;gap:34px}.tu-v516-difference__visual{min-height:320px}.tu-v516-difference__visual img{max-height:285px}
  .tu-v516-trial__panel{width:min(100% - 28px,1240px)!important;padding:28px 22px}
  .tu-v516-final__grid{grid-template-columns:1fr}.tu-v516-final img{justify-self:center}
}

@media(max-width:430px){
  .tu-v516-recommendation__header{align-items:flex-start}.tu-v516-live{display:none}.tu-v516-recommendation__priority,.tu-v516-recommendation__actions{padding-inline:18px}
  .tu-v516-demo__steps li{padding:15px}.tu-v516-demo__steps li>span{width:36px;height:36px;flex-basis:36px}
}

@media(prefers-reduced-motion:reduce){.tu-v516-tools__track{animation:none}.tu-v516-tools{overflow-x:auto}}
