
:root{
  --t2-bg:#050a08;
  --t2-bg2:#07110d;
  --t2-card:#091810;
  --t2-card2:#0d2117;
  --t2-line:#174c35;
  --t2-green:#00f58a;
  --t2-text:#f3fff8;
  --t2-muted:#91b6a3;
  --t2-yellow:#ffd45c;
  --t2-red:#ff5d67;
}
body.tltu-v2-site{background:var(--t2-bg)!important;color:var(--t2-text)}
.tltu2{background:var(--t2-bg);color:var(--t2-text);overflow:hidden}
.tltu2 *{box-sizing:border-box}
.tltu2 a{text-decoration:none}
.t2-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.t2-kicker{font-size:12px;letter-spacing:.16em;font-weight:900;color:var(--t2-green)}
.t2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;background:var(--t2-green);color:#032518!important;border:1px solid var(--t2-green);font-weight:900}
.t2-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.t2-btn-ghost{background:transparent;color:#fff!important;border-color:#2b644a}
.t2-actions{display:flex;gap:12px;flex-wrap:wrap}

.t2-hero{
 position:relative;min-height:780px;display:flex;align-items:center;
 background:
   linear-gradient(90deg,rgba(2,8,5,.96) 0%,rgba(2,8,5,.88) 42%,rgba(2,8,5,.58) 100%),
   url("https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
}
.t2-hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(0,245,138,.12),transparent 38%);pointer-events:none}
.t2-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;padding:90px 0}
.t2-hero h1{font-size:clamp(64px,9vw,116px);line-height:.86;letter-spacing:-.055em;margin:16px 0 26px;color:#fff}
.t2-hero-copy>p{font-size:clamp(18px,2vw,22px);line-height:1.65;color:#c6ded2;max-width:760px}
.t2-mini-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#8fc4a9;font-size:12px;font-weight:700}
.t2-mini-proof span:first-child{color:var(--t2-green)}

.t2-dashboard{background:linear-gradient(180deg,rgba(8,26,18,.96),rgba(4,13,9,.96));border:1px solid #1b6042;border-radius:18px;padding:22px;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.t2-dashboard-top{display:flex;justify-content:space-between;border-bottom:1px solid #1d4c37;padding-bottom:16px}
.t2-dashboard-top span{font-size:12px;color:var(--t2-green);font-weight:900}
.t2-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}
.t2-dash-grid div{background:#06120d;border:1px solid #153a2a;border-radius:10px;padding:15px}
.t2-dash-grid small{display:block;color:#73a88d;font-size:10px;margin-bottom:7px}.t2-dash-grid strong{font-size:18px;color:white}
.t2-dash-line{height:5px;background:#0e251a;border-radius:99px;overflow:hidden}.t2-dash-line span{display:block;width:82%;height:100%;background:var(--t2-green)}
.t2-dashboard p{color:#7ea78f;font-size:12px;margin:14px 0 0}

.t2-section{padding:84px 0}
.t2-section-head{max-width:820px;margin-bottom:34px}.t2-section-head span{font-size:11px;color:var(--t2-green);font-weight:900;letter-spacing:.15em}
.t2-section-head h2,.t2-split-copy h2,.t2-results-inner h2,.t2-final-cta h2{font-size:clamp(34px,4.2vw,58px);letter-spacing:-.035em;line-height:1.04;color:#fff;margin:10px 0 16px}
.t2-section-head p,.t2-split-copy p,.t2-results-inner p{color:var(--t2-muted);line-height:1.7;font-size:17px}

.t2-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.t2-steps article,.t2-card{background:linear-gradient(180deg,#091b13,#06110c);border:1px solid #173f2e;border-radius:16px;padding:24px}
.t2-steps b,.t2-card>b{font-size:12px;color:var(--t2-green)}
.t2-steps h3,.t2-card h3{font-size:21px;color:#fff;margin:12px 0 9px}
.t2-steps p,.t2-card p{color:var(--t2-muted);line-height:1.65;margin:0}

.t2-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:74px 0}
.t2-photo{min-height:500px;border-radius:22px;border:1px solid #174d35;box-shadow:0 24px 70px rgba(0,0,0,.3);background-position:center;background-size:cover}
.t2-photo-terminal{background-image:linear-gradient(rgba(0,10,6,.15),rgba(0,10,6,.35)),url("https://images.unsplash.com/photo-1642790106117-e829e14a795f?auto=format&fit=crop&w=1200&q=82")}
.t2-photo-market{background-image:linear-gradient(rgba(0,10,6,.18),rgba(0,10,6,.42)),url("https://images.unsplash.com/photo-1638913662380-9799def8ffb1?auto=format&fit=crop&w=1200&q=82")}
.t2-split-copy ul{padding-left:19px;color:#cae4d7;line-height:1.9;margin:22px 0 26px}

.t2-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.t2-results-preview{padding:84px 0;background:linear-gradient(180deg,#07140e,#091b13);border-top:1px solid #153b2a;border-bottom:1px solid #153b2a}
.t2-results-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.t2-chart-fake{height:330px;display:flex;align-items:flex-end;gap:10px;padding:24px;border-radius:18px;border:1px solid #19513a;background:#04100b}
.t2-chart-fake span{flex:1;background:linear-gradient(180deg,#00f58a,#087c4a);border-radius:7px 7px 2px 2px;box-shadow:0 0 18px rgba(0,245,138,.12)}

.t2-final-cta{display:flex;justify-content:space-between;gap:40px;align-items:center;margin-top:40px;margin-bottom:80px;padding:44px;border:1px solid #1c6043;border-radius:22px;background:radial-gradient(circle at left top,rgba(0,245,138,.12),transparent 42%),#07140e}
.t2-final-cta>div>span{color:var(--t2-green);font-size:11px;font-weight:900;letter-spacing:.16em}

.t2-pagehero{padding:90px 0 46px;border-bottom:1px solid #143b2a}
.t2-pagehero h1{font-size:clamp(48px,7vw,88px);line-height:.95;letter-spacing:-.045em;color:#fff;margin:12px 0 20px}
.t2-pagehero p{max-width:800px;color:var(--t2-muted);font-size:18px;line-height:1.7}

.t2-process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:18px;align-items:center;padding:60px 0}
.t2-process>div{background:#081810;border:1px solid #184d36;border-radius:16px;padding:20px}.t2-process span{color:var(--t2-green);font-weight:900;font-size:11px}.t2-process h3{color:#fff;margin:9px 0}.t2-process p{color:var(--t2-muted);margin:0}.t2-process i{color:#327d5b;font-size:24px}

.t2-prices{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:46px 0 84px}
.t2-prices article{background:#081810;border:1px solid #174832;border-radius:18px;padding:24px}.t2-prices article.featured{border-color:var(--t2-green);box-shadow:0 0 0 1px rgba(0,245,138,.18),0 24px 70px rgba(0,245,138,.08)}
.t2-prices span{font-size:11px;color:var(--t2-green);font-weight:900;letter-spacing:.13em}.t2-prices h2{font-size:40px;color:#fff;margin:14px 0 5px}.t2-prices strong{color:#b9d8c8}.t2-prices ul{padding-left:18px;color:#9ec3af;line-height:1.9;min-height:112px}

.t2-faq{display:grid;gap:12px;padding:46px 0 84px}.t2-faq details{background:#081810;border:1px solid #174832;border-radius:12px;padding:18px}.t2-faq summary{cursor:pointer;font-weight:800;color:#fff}.t2-faq p{color:var(--t2-muted);line-height:1.7}
.t2-contact{display:grid;grid-template-columns:1.3fr .7fr;gap:20px;padding:46px 0 84px}.t2-contact-main,.t2-contact-side,.t2-auth,.t2-legal,.t2-risk,.t2-disclaimer{background:#081810;border:1px solid #174832;border-radius:18px;padding:28px}
.t2-contact-main small{color:var(--t2-green);font-weight:900}.t2-contact-main h2 a{color:#fff}.t2-contact-main p,.t2-contact-side li{color:var(--t2-muted);line-height:1.7}.t2-contact-side h3{color:#fff}
.t2-auth{max-width:560px;margin-top:38px;margin-bottom:80px}.t2-auth input[type=text],.t2-auth input[type=password],.t2-auth input[type=email]{width:100%;min-height:46px;background:#04100b;border:1px solid #22533c;border-radius:9px;color:#fff;padding:0 12px}.t2-auth input[type=submit]{min-height:46px;background:var(--t2-green);border:0;border-radius:9px;padding:0 20px;font-weight:900;color:#042619}
.t2-legal,.t2-risk{margin-top:42px;margin-bottom:84px}.t2-legal h2,.t2-risk h2{color:#fff}.t2-legal p,.t2-risk p{color:var(--t2-muted);line-height:1.75}.t2-risk{border-color:#5d4b16;background:#151105}
.t2-disclaimer{margin:28px 0 80px;color:#c9d9d1}.t2-disclaimer b{color:var(--t2-yellow)}

@media(max-width:980px){
 .t2-hero-inner,.t2-split,.t2-results-inner,.t2-contact{grid-template-columns:1fr}
 .t2-steps{grid-template-columns:repeat(2,1fr)}
 .t2-grid3{grid-template-columns:repeat(2,1fr)}
 .t2-prices{grid-template-columns:repeat(2,1fr)}
 .t2-process{grid-template-columns:1fr 1fr}
 .t2-process i{display:none}
 .t2-photo{min-height:380px}
 .t2-final-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
 .t2-wrap{width:min(100% - 20px,1180px)}
 .t2-hero{min-height:auto}
 .t2-hero-inner{padding:70px 0}
 .t2-hero h1{font-size:58px}
 .t2-dashboard{margin-top:12px}
 .t2-steps,.t2-grid3,.t2-prices,.t2-process{grid-template-columns:1fr}
 .t2-section{padding:60px 0}
 .t2-photo{min-height:300px}
}


/* V2.2 firminis prisijungimas / slaptažodžio atkūrimas */
.t2-auth-screen{
  min-height:78vh;
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:40px;
  align-items:center;
  padding:70px 0 90px;
}
.t2-auth-brand{
  min-height:420px;
  border:1px solid #174832;
  border-radius:22px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 25% 20%,rgba(0,245,138,.15),transparent 35%),
    linear-gradient(160deg,#071b12,#040b08);
}
.t2-auth-brand a{font-size:30px;font-weight:950;color:var(--t2-green)!important;letter-spacing:-.04em}
.t2-auth-brand span{font-size:11px;color:#80aa93;letter-spacing:.15em;font-weight:800}
.t2-auth-box{
  max-width:620px;
  background:linear-gradient(180deg,#091a12,#050e0a);
  border:1px solid #18543a;
  border-radius:22px;
  padding:34px;
  box-shadow:0 28px 90px rgba(0,0,0,.34);
}
.t2-auth-box h1{font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.04em;color:#fff;margin:12px 0 16px}
.t2-auth-box>p{color:var(--t2-muted);line-height:1.65}
.t2-auth-form{display:grid;gap:10px;margin-top:24px}
.t2-auth-form label,.t2-auth-wp label{color:#cce4d8;font-size:13px;font-weight:700}
.t2-auth-form input,.t2-auth-wp input[type=text],.t2-auth-wp input[type=password]{
  width:100%;
  min-height:50px;
  border:1px solid #245b42;
  border-radius:10px;
  background:#04100b;
  color:#fff;
  padding:0 13px;
  outline:none;
}
.t2-auth-form input:focus,.t2-auth-wp input:focus{border-color:var(--t2-green);box-shadow:0 0 0 3px rgba(0,245,138,.08)}
.t2-auth-form .t2-btn{margin-top:10px;border:0;cursor:pointer}
.t2-auth-wp #wp-submit{min-height:48px;background:var(--t2-green);color:#032518;border:0;border-radius:10px;padding:0 22px;font-weight:900;cursor:pointer}
.t2-auth-wp .login-remember{margin:14px 0;color:#9ebdaa}
.t2-auth-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #163e2d}
.t2-auth-links a{color:#9dd1b5!important;font-size:13px;font-weight:700}
.t2-auth-links a:hover{color:var(--t2-green)!important}
.t2-auth-msg{border-radius:10px;padding:12px 14px;margin:18px 0;font-size:13px;font-weight:700}
.t2-auth-msg.success{background:#08261a;border:1px solid #19784f;color:#7dffba}
.t2-auth-msg.error{background:#271010;border:1px solid #713535;color:#ff9da4}
.t2-account-help{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin:22px 0 80px;padding:18px 20px;border:1px solid #174832;border-radius:14px;background:#07140e}
.t2-account-help span{color:#fff;font-weight:800}.t2-account-help a{color:var(--t2-green)!important}

@media(max-width:820px){
  .t2-auth-screen{grid-template-columns:1fr;padding-top:34px}
  .t2-auth-brand{min-height:180px}
}


/* V2.5 - galutinis paskyros / auth dizainas */
.t25-auth-shell{
  min-height:calc(100vh - 90px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:64px 24px 90px;
  background:
    radial-gradient(circle at 20% 10%,rgba(0,245,138,.10),transparent 28%),
    radial-gradient(circle at 80% 80%,rgba(0,216,255,.06),transparent 26%),
    #050a08;
}
.t25-auth-card{
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  border:1px solid #185238;
  border-radius:24px;
  overflow:hidden;
  background:#07120d;
  box-shadow:0 36px 110px rgba(0,0,0,.42);
}
.t25-auth-side{
  min-height:560px;
  padding:36px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(180deg,rgba(0,245,138,.08),transparent 34%),
    linear-gradient(145deg,#082117,#04100b);
  border-right:1px solid #184731;
}
.t25-brand{font-size:28px;font-weight:950;color:#fff!important;letter-spacing:-.04em}
.t25-brand span{color:#00f58a}
.t25-auth-side h2{font-size:38px;line-height:1.05;color:#fff;margin:10px 0 14px;letter-spacing:-.035em}
.t25-auth-side p{color:#93b7a4;line-height:1.65;font-size:15px}
.t25-support-links{display:grid;gap:7px}
.t25-support-links a{color:#8fd7b2!important;font-size:13px;font-weight:700}
.t25-eyebrow{display:inline-block;color:#00f58a;font-size:11px;font-weight:900;letter-spacing:.16em}
.t25-auth-main{padding:54px}
.t25-auth-main h1{font-size:clamp(42px,5vw,68px);line-height:.98;color:#fff;letter-spacing:-.045em;margin:12px 0 16px}
.t25-auth-main>p{color:#93b7a4;line-height:1.7;font-size:16px;max-width:620px}
.t25-form{display:grid;gap:12px;margin-top:28px}
.t25-form label,.t25-wp-form label,.t25-core-form label{color:#d9eee3;font-size:13px;font-weight:800}
.t25-form input,
.t25-wp-form input[type=text],
.t25-wp-form input[type=password],
.t25-wp-form input[type=email],
.t25-core-form input[type=text],
.t25-core-form input[type=password],
.t25-core-form input[type=email],
.t25-core-form input[type=number],
.t25-core-form select{
  width:100%!important;
  min-height:52px!important;
  background:#030d09!important;
  border:1px solid #275c43!important;
  border-radius:10px!important;
  color:#fff!important;
  padding:0 14px!important;
  outline:none!important;
}
.t25-form input:focus,.t25-wp-form input:focus,.t25-core-form input:focus{
  border-color:#00f58a!important;
  box-shadow:0 0 0 3px rgba(0,245,138,.08)!important;
}
.t25-form button,
.t25-wp-form input[type=submit],
.t25-core-form button,
.t25-core-form input[type=submit]{
  min-height:50px!important;
  background:#00f58a!important;
  color:#032518!important;
  border:0!important;
  border-radius:10px!important;
  padding:0 22px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.t25-wp-form{margin-top:28px}
.t25-wp-form p{margin-bottom:14px}
.t25-auth-links{display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid #173c2b}
.t25-auth-links a{color:#9ad7b5!important;font-size:13px;font-weight:800}
.t25-auth-links a:hover{color:#00f58a!important}
.t25-msg{padding:13px 15px;border-radius:10px;margin:20px 0;font-size:13px;font-weight:800}
.t25-msg.success{background:#08261a;border:1px solid #1c744f;color:#77ffb4}
.t25-msg.error{background:#251011;border:1px solid #71363a;color:#ff9ba2}
.t25-account-hero{padding:72px 0 34px;background:radial-gradient(circle at top left,rgba(0,245,138,.09),transparent 26%),#050a08;border-bottom:1px solid #143b2a}
.t25-account-hero h1{font-size:clamp(48px,6vw,78px);line-height:1;color:#fff;margin:12px 0 16px;letter-spacing:-.045em}
.t25-account-hero p{color:#93b7a4;font-size:17px}
.t25-account-wrap{padding-top:34px;padding-bottom:80px}
.t25-core-form form{display:grid;gap:14px}
.t25-core-form .button,.t25-core-form button{width:auto}
.t2-account-help{margin-top:30px}
@media(max-width:860px){
  .t25-auth-card{grid-template-columns:1fr}
  .t25-auth-side{min-height:250px;border-right:0;border-bottom:1px solid #184731}
  .t25-auth-main{padding:34px 24px}
}
