﻿/* ============================================================
   Homepage image-match rebuild
   Scoped to body.tts-image-home only.
   ============================================================ */

body.tts-image-home{
  margin:0;
  color:#f8fbff;
  background:#020414;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}

body.tts-image-home *,
body.tts-image-home *:before,
body.tts-image-home *:after{box-sizing:border-box}

body.tts-image-home:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  background:
    radial-gradient(circle at 18% 20%,rgba(236,72,153,.19),transparent 28%),
    radial-gradient(circle at 76% 12%,rgba(34,211,238,.18),transparent 32%),
    radial-gradient(circle at 92% 84%,rgba(236,72,153,.24),transparent 30%),
    linear-gradient(180deg,#030315 0%,#061526 54%,#020414 100%);
}

body.tts-image-home:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.76;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle,rgba(34,211,238,.48) 1px,transparent 1.7px),
    radial-gradient(circle,rgba(236,72,153,.38) 1px,transparent 1.7px);
  background-size:32px 32px,32px 32px,160px 160px,220px 220px;
  background-position:0 0,0 0,20px 42px,96px 26px;
}

.tts-page-glow{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(ellipse at 54% 39%,rgba(139,92,246,.22),transparent 34%),
    radial-gradient(ellipse at 73% 45%,rgba(34,211,238,.16),transparent 36%);
}

.tts-shell{
  width:min(1280px,calc(100% - 36px));
  margin:0 auto;
}

.tts-nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.tts-brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}

.tts-brand-mark{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:2px solid #22d3ee;
  border-radius:8px;
  color:#f8fbff;
  font-weight:950;
  font-size:18px;
  box-shadow:0 0 26px rgba(34,211,238,.46),inset 0 0 18px rgba(139,92,246,.24);
}

.tts-brand-copy strong{
  display:block;
  color:white;
  font-size:21px;
  line-height:1;
  letter-spacing:-.03em;
}

.tts-brand-copy em{
  display:block;
  margin-top:5px;
  color:#c8d2e8;
  font-style:normal;
  font-size:14px;
}

.tts-links{
  display:flex;
  gap:30px;
  align-items:center;
}

.tts-links a{
  color:white;
  font-weight:850;
  text-decoration:none;
  text-shadow:0 0 20px rgba(255,255,255,.22);
}

.tts-hero{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(680px,1.1fr);
  gap:54px;
  align-items:center;
  padding:54px 0 38px;
}

.tts-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(236,72,153,.78);
  border-radius:999px;
  padding:10px 18px;
  color:#e9e8ff;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  font-weight:900;
  background:rgba(8,13,32,.58);
  box-shadow:0 0 38px rgba(236,72,153,.18);
}

.tts-kicker span{color:#fb7185}

.tts-hero-copy h1{
  margin:28px 0 22px;
  max-width:570px;
  color:white;
  font-size:clamp(50px,5.3vw,72px);
  line-height:.98;
  letter-spacing:-.067em;
}

.tts-hero-copy h1 .hot,
.tts-hero-copy h1 .pink,
.tts-hero-copy h1 .cyan{
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.tts-hero-copy h1 .hot{background-image:linear-gradient(135deg,#f59e0b,#fb7185)}
.tts-hero-copy h1 .pink{background-image:linear-gradient(135deg,#fb7185,#d946ef,#8b5cf6)}
.tts-hero-copy h1 .cyan{background-image:linear-gradient(135deg,#8b5cf6,#22d3ee)}

.tts-hero-copy p{
  max-width:540px;
  margin:0;
  color:#d5deef;
  font-size:18px;
  line-height:1.6;
}

.tts-actions{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:26px;
}

.tts-btn{
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:14px;
  color:white;
  text-decoration:none;
  font-weight:950;
}

.tts-btn-primary{
  background:linear-gradient(135deg,#f97316,#ec4899,#8b5cf6);
  box-shadow:0 0 48px rgba(236,72,153,.35),0 18px 70px rgba(249,115,22,.18);
}

.tts-btn-secondary{
  border:1px solid rgba(139,92,246,.54);
  background:rgba(8,13,32,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.tts-hl-board{
  position:relative;
  min-height:560px;
  display:block;
  border-radius:30px;
  border:1px solid rgba(34,211,238,.72);
  text-decoration:none;
  color:white;
  overflow:visible;
  background:
    radial-gradient(circle at 20% 8%,rgba(236,72,153,.34),transparent 28%),
    radial-gradient(circle at 82% 78%,rgba(34,211,238,.28),transparent 34%),
    radial-gradient(circle at 48% 52%,rgba(139,92,246,.22),transparent 44%),
    linear-gradient(135deg,rgba(10,16,42,.94),rgba(2,8,24,.98));
  box-shadow:
    0 0 0 1px rgba(236,72,153,.34),
    0 0 70px rgba(34,211,238,.22),
    0 0 90px rgba(236,72,153,.22),
    0 42px 130px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.tts-hl-board:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:30px;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:radial-gradient(circle at center,black,transparent 80%);
}

.tts-hl-board:after{
  content:"";
  position:absolute;
  left:-6%;
  right:-6%;
  bottom:-34px;
  height:90px;
  border-radius:50%;
  border:2px solid rgba(236,72,153,.42);
  box-shadow:0 0 38px rgba(236,72,153,.5),0 0 62px rgba(34,211,238,.24);
  transform:perspective(500px) rotateX(68deg);
}

.tts-hl-orbit{
  position:absolute;
  inset:52px -90px 70px -120px;
  border-radius:50%;
  border:1px solid rgba(96,165,250,.18);
  transform:rotate(-9deg);
  box-shadow:0 0 80px rgba(34,211,238,.18);
}

.tts-hl-brand{
  position:absolute;
  left:90px;
  right:64px;
  top:42px;
  z-index:3;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  text-align:center;
}

.tts-hl-symbol{
  width:72px;
  height:72px;
  border-radius:18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(34,211,238,.45);
  background:rgba(2,6,23,.44);
  box-shadow:0 0 38px rgba(34,211,238,.34);
}

.tts-hl-symbol span{
  width:36px;
  height:48px;
  border-left:3px solid #22d3ee;
  border-right:3px solid #d946ef;
  border-radius:50%;
  box-shadow:0 0 20px rgba(34,211,238,.55);
}

.tts-hl-title{
  color:white;
  font-size:clamp(46px,5.3vw,76px);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:950;
  text-shadow:0 0 26px rgba(255,255,255,.32);
}

.tts-hl-title span{
  color:#34d399;
  text-shadow:0 0 32px rgba(52,211,153,.78);
}

.tts-hl-brand p{
  margin:12px 0 0;
  color:#d8c5ff;
  font-size:18px;
  letter-spacing:.08em;
}

.tts-hl-brand p strong{color:#22d3ee}

.tts-hl-center{
  position:absolute;
  left:96px;
  right:96px;
  top:210px;
  min-height:170px;
  z-index:3;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px dashed rgba(34,211,238,.52);
  border-radius:16px;
  background:rgba(5,12,36,.64);
  box-shadow:inset 0 0 80px rgba(14,165,233,.12),0 0 42px rgba(34,211,238,.12);
}

.tts-hl-check{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:14px;
  border:3px solid rgba(148,163,184,.32);
  color:#94a3b8;
  font-size:34px;
}

.tts-hl-center strong{
  color:white;
  font-size:18px;
  letter-spacing:.05em;
}

.tts-hl-center span{
  color:#b9c7df;
  font-size:15px;
}

.tts-float{
  position:absolute;
  z-index:5;
  width:136px;
  min-height:116px;
  border:1px solid rgba(139,92,246,.76);
  border-radius:14px;
  padding:18px;
  color:white;
  background:rgba(8,11,32,.88);
  box-shadow:0 0 38px rgba(139,92,246,.36),inset 0 1px 0 rgba(255,255,255,.08);
}

.tts-float i{
  display:block;
  color:#22d3ee;
  font-style:normal;
  margin-bottom:12px;
}

.tts-float strong{
  display:block;
  font-size:16px;
  line-height:1.15;
}

.tts-float span{
  display:block;
  margin-top:12px;
  color:#b9c7df;
  font-size:13px;
}

.tts-float-one{left:-68px;top:122px}
.tts-float-two{left:-54px;top:300px}
.tts-float-three{right:-58px;top:136px}
.tts-float-four{right:-36px;bottom:150px}

.tts-hl-chips{
  position:absolute;
  left:70px;
  right:70px;
  bottom:34px;
  z-index:4;
  display:flex;
  justify-content:center;
  gap:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(2,6,23,.5);
  overflow:hidden;
}

.tts-hl-chips span{
  flex:1;
  text-align:center;
  padding:16px 18px;
  color:#dbeafe;
  border-right:1px solid rgba(255,255,255,.12);
  font-size:13px;
}

.tts-hl-chips span:last-child{border-right:0}

.tts-affiliate{
  position:relative;
  display:grid;
  grid-template-columns:1.55fr repeat(5,1fr);
  gap:12px;
  margin:36px 0 36px;
  padding:32px 34px;
  border:1px solid rgba(236,72,153,.74);
  border-radius:18px;
  background:
    radial-gradient(circle at 4% 20%,rgba(249,115,22,.18),transparent 26%),
    radial-gradient(circle at 98% 90%,rgba(236,72,153,.24),transparent 26%),
    linear-gradient(135deg,rgba(8,12,32,.92),rgba(2,6,18,.98));
  box-shadow:0 0 64px rgba(236,72,153,.22),0 30px 110px rgba(0,0,0,.36);
}

.tts-affiliate-copy h2{
  margin:0;
  color:white;
  font-size:clamp(34px,4vw,54px);
  line-height:.98;
  letter-spacing:-.06em;
}

.tts-affiliate-copy h2 span{
  background:linear-gradient(135deg,#f59e0b,#ec4899,#60a5fa);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.tts-affiliate-copy h3{
  color:#e8edf9;
  font-size:20px;
  margin:18px 0 16px;
}

.tts-affiliate-copy p{
  color:#c8d4ea;
  font-size:17px;
  line-height:1.55;
  max-width:440px;
}

.tts-aff-card{
  min-height:240px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  padding:24px 16px;
  text-align:center;
  background:rgba(8,13,32,.68);
}

.tts-aff-card i{
  display:block;
  margin-bottom:18px;
  font-style:normal;
  font-size:43px;
  color:#22d3ee;
  text-shadow:0 0 22px rgba(34,211,238,.62),0 0 24px rgba(236,72,153,.34);
}

.tts-aff-card strong{
  display:block;
  color:white;
  font-size:18px;
  line-height:1.15;
}

.tts-aff-card span{
  display:block;
  margin-top:14px;
  color:#b9c7df;
  font-size:13px;
  line-height:1.52;
}

.tts-purpose{
  padding:10px 0 42px;
}

.tts-purpose h2{
  text-align:center;
  max-width:980px;
  margin:0 auto 26px;
  color:white;
  font-size:clamp(28px,3.1vw,40px);
  line-height:1.08;
}

.tts-purpose h2 span{
  background:linear-gradient(135deg,#fb7185,#d946ef,#22d3ee);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.tts-purpose-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.tts-purpose-card{
  position:relative;
  min-height:280px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.15);
  padding:34px;
  background:linear-gradient(135deg,rgba(8,13,32,.82),rgba(2,6,18,.96));
  box-shadow:0 22px 80px rgba(0,0,0,.3);
}

.tts-purpose-card:after{
  content:"";
  position:absolute;
  left:-20%;
  right:-20%;
  bottom:-18%;
  height:120px;
  border-radius:50%;
  background:var(--wave);
  filter:blur(4px);
  opacity:.82;
}

.tts-purpose-card i{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:84px;
  height:84px;
  border-radius:50%;
  margin-bottom:22px;
  font-style:normal;
  font-size:36px;
  color:white;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 38px var(--glow);
}

.tts-purpose-card h3,
.tts-purpose-card p{
  position:relative;
  z-index:2;
}

.tts-purpose-card h3{
  margin:0 0 12px;
  color:white;
  font-size:21px;
}

.tts-purpose-card p{
  margin:0;
  color:#d1dbef;
  line-height:1.6;
}

.tts-purpose-card.orange{--wave:radial-gradient(circle,#f97316,transparent 66%);--glow:rgba(249,115,22,.54)}
.tts-purpose-card.pink{--wave:radial-gradient(circle,#d946ef,transparent 66%);--glow:rgba(217,70,239,.52)}
.tts-purpose-card.blue{--wave:radial-gradient(circle,#0ea5e9,transparent 66%);--glow:rgba(14,165,233,.52)}
.tts-purpose-card.green{--wave:radial-gradient(circle,#22c55e,transparent 66%);--glow:rgba(34,197,94,.52)}

.tts-image-home .section,
.tts-image-home .footer{
  position:relative;
  z-index:2;
}

@media(max-width:1100px){
  .tts-hero{grid-template-columns:1fr}
  .tts-hl-board{min-height:560px}
  .tts-affiliate{grid-template-columns:1fr 1fr}
  .tts-affiliate-copy{grid-column:1/-1}
  .tts-purpose-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:720px){
  .tts-shell{width:min(100% - 28px,1280px)}
  .tts-nav{align-items:flex-start;gap:20px;flex-direction:column;padding:16px 0}
  .tts-links{flex-wrap:wrap;gap:14px}
  .tts-hero h1{font-size:46px}
  .tts-hl-board{min-height:680px;overflow:hidden}
  .tts-hl-brand{left:20px;right:20px;top:28px;flex-direction:column}
  .tts-hl-center{left:24px;right:24px;top:260px}
  .tts-float{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:8px;display:inline-block}
  .tts-hl-chips{left:18px;right:18px}
  .tts-affiliate{grid-template-columns:1fr}
  .tts-purpose-grid{grid-template-columns:1fr}
}

/* ===== Home CSS isolation + stronger software copy 031 ===== */
.tts-image-home .wrap{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
}

.tts-image-home a{
  color:#dbeafe;
  text-decoration:none;
}

.tts-image-home a:hover{
  color:#ffffff;
}

.tts-image-home .section{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
  padding:42px 0;
}

.tts-image-home .section>h2{
  margin:0 0 22px;
  color:#f8fbff;
  font-size:clamp(30px,4vw,52px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.tts-image-home .grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:18px;
}

.tts-image-home .card{
  grid-column:span 4;
  position:relative;
  overflow:hidden;
  min-height:220px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  padding:28px;
  background:
    radial-gradient(circle at 18% 0%,rgba(236,72,153,.16),transparent 34%),
    linear-gradient(135deg,rgba(10,18,42,.84),rgba(2,6,18,.96));
  box-shadow:0 24px 90px rgba(0,0,0,.34);
}

.tts-image-home .card h3{
  margin:0 0 12px;
  color:#ffffff;
  font-size:24px;
  letter-spacing:-.035em;
}

.tts-image-home .card p{
  margin:0 0 14px;
  color:#cdd8ee;
  line-height:1.6;
}

.tts-image-home .card a{
  color:#67e8f9;
  font-weight:850;
}

.tts-image-home .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  color:#ffffff;
  font-weight:900;
  text-decoration:none;
  background:linear-gradient(135deg,#f97316,#ec4899,#8b5cf6);
  box-shadow:0 18px 58px rgba(236,72,153,.24),0 0 32px rgba(34,211,238,.12);
}

.tts-image-home .btn.alt{
  background:rgba(9,14,32,.74);
  border-color:rgba(139,92,246,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 42px rgba(0,0,0,.26);
}

.tts-image-home .footer{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
  padding:34px 0 44px;
  color:#9fb0cf;
  border-top:1px solid rgba(255,255,255,.1);
}

.tts-image-home .footer p{
  margin:0;
  line-height:1.7;
}

.tts-image-home .footer a{
  color:#dbeafe;
}

@media(max-width:900px){
  .tts-image-home .grid{grid-template-columns:1fr}
  .tts-image-home .card{grid-column:auto}
}
