/*
 * Minimal Thera-UP shell for pages rendered by Elementor.
 * Deliberately avoids global heading, paragraph and image rules so Elementor
 * remains in full control of the page content.
 */

:root{
  --tu-shell-ink:#171722;
  --tu-shell-muted:#5d5c69;
  --tu-shell-purple:#6547e8;
  --tu-shell-line:#e6e3ed;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tu-elementor-page,body.tu-beaver-page{margin:0;color:var(--tu-shell-ink);background:#fff;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.tu-elementor-page a,body.tu-beaver-page a{color:inherit}
body.tu-elementor-page .tu-main,body.tu-beaver-page .tu-main{min-height:1px;overflow:clip}
.tu-container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.screen-reader-text{position:absolute;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;top:-100px;left:16px;z-index:100000;padding:11px 16px;border-radius:8px;background:#fff;color:#171722;text-decoration:none;box-shadow:0 8px 25px rgba(20,20,40,.2)}
.tu-skip-link:focus{top:16px}

.tu-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--tu-shell-line);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.admin-bar .tu-header{top:32px}
.tu-header__inner{display:flex;min-height:74px;gap:24px;align-items:center;justify-content:space-between}
.tu-header__brand{flex:0 0 auto}
.tu-brand{display:inline-flex;gap:9px;align-items:center;color:var(--tu-shell-ink);font-size:1rem;font-weight:700;text-decoration:none}
.tu-brand__symbol{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#eeeaff;color:var(--tu-shell-purple)}
.tu-brand__symbol svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}
.tu-brand__text strong{color:var(--tu-shell-purple)}
.custom-logo-link{display:block;line-height:0}.custom-logo{display:block;width:auto;max-width:210px;height:auto;max-height:52px}
.tu-header__navigation{display:flex;min-width:0;gap:26px;align-items:center}
.tu-nav ul{display:flex;gap:22px;align-items:center;padding:0;margin:0;list-style:none}
.tu-nav a,.tu-header__login{color:#393744;font-size:.84rem;font-weight:650;text-decoration:none;white-space:nowrap}
.tu-nav a:hover,.tu-nav a[aria-current="page"],.tu-header__login:hover{color:var(--tu-shell-purple)}
.tu-header__actions{display:flex;gap:14px;align-items:center}
.tu-button{display:inline-flex;min-height:42px;padding:0 17px;align-items:center;justify-content:center;border:1px solid var(--tu-shell-purple);border-radius:10px;background:var(--tu-shell-purple);color:#fff!important;font-size:.82rem;font-weight:750;text-decoration:none}
.tu-button:hover{background:#4d31ca}
.tu-menu-button{display:none;width:44px;height:44px;padding:0;border:1px solid var(--tu-shell-line);border-radius:10px;background:#fff}
.tu-menu-button__bars{display:grid;width:20px;gap:4px;margin:auto}.tu-menu-button__bars span{display:block;height:2px;border-radius:2px;background:#272532}

.tu-footer{padding:58px 0 22px;border-top:1px solid var(--tu-shell-line);background:#fff;color:var(--tu-shell-muted)}
.tu-footer__top{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:42px}
.tu-footer__brand p{max-width:340px;margin:16px 0 0;font-size:.88rem;line-height:1.65}
.tu-footer__column{display:flex;gap:9px;flex-direction:column}
.tu-footer__column h2{margin:0 0 9px;color:var(--tu-shell-ink);font-family:"Manrope",sans-serif;font-size:.8rem;text-transform:uppercase}
.tu-footer__column a{color:var(--tu-shell-muted);font-size:.78rem;text-decoration:none}.tu-footer__column a:hover{color:var(--tu-shell-purple)}
.tu-footer__bottom{display:flex;gap:20px;align-items:center;justify-content:space-between;padding-top:22px;margin-top:38px;border-top:1px solid var(--tu-shell-line);font-size:.72rem}

@media(max-width:980px){
  .tu-menu-button{display:block}
  .tu-header__navigation{position:absolute;top:calc(100% + 1px);right:0;left:0;display:none;padding:22px 24px;align-items:stretch;flex-direction:column;background:#fff;box-shadow:0 18px 35px rgba(26,22,50,.12)}
  .tu-header__navigation.is-open{display:flex}
  .tu-nav ul,.tu-header__actions{align-items:stretch;flex-direction:column}
  .tu-nav ul{gap:4px}.tu-nav a{display:block;padding:10px 0}
  .tu-footer__top{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){
  .tu-container{width:min(100% - 28px,1180px)}
  .admin-bar .tu-header{top:46px}
  .tu-footer__top{grid-template-columns:1fr;gap:28px}
  .tu-footer__bottom{align-items:flex-start;flex-direction:column}
}
