.cr,
.wcuImg,
.ytVTS,
.tst,
.bn{
  --tc-home-ink:#0b1220;
  --tc-home-muted:rgba(11,18,32,.68);
  --tc-home-muted-2:rgba(11,18,32,.52);
  --tc-home-line:rgba(11,18,32,.10);
  --tc-home-soft:rgba(11,18,32,.05);
  --tc-home-blue:#0098DA;
  --tc-home-blue-2:#084aa0;
  --tc-home-yellow:#f6c400;
  --tc-home-shadow:0 18px 55px rgba(11,18,32,.10);
  --tc-home-r:18px;
  --tc-home-r2:26px;
  max-width:1400px;
  margin:0 auto 32px;
  padding:0 24px;
  position:relative;
  color:var(--tc-home-ink);
}

.bn{
  background:
    radial-gradient(900px 380px at 15% 0%, rgba(11,99,206,.08), transparent 60%),
    radial-gradient(900px 380px at 85% 0%, rgba(246,196,0,.10), transparent 58%);
  border-radius:42px;
  padding-top:30px;
}

.cr *,
.wcuImg *,
.ytVTS *,
.tst *,
.bn *{
  box-sizing:border-box;
}

.cr::before,
.wcuImg::before,
.ytVTS::before,
.tst::before,
.bn::before{
  content:"";
  position:absolute;
  inset:-34px -10px;
  border-radius:42px;
  z-index:-2;
  opacity:.05;
  filter:blur(18px) saturate(1.05);
}

.cr::after,
.tst::after,
.bn::after{
  content:"";
  position:absolute;
  inset:-34px -10px;
  border-radius:42px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,1));
  z-index:-1;
}

.cr::before{
  background:
    radial-gradient(700px 420px at 20% 20%, rgba(246,196,0,.14), transparent 62%),
    radial-gradient(700px 420px at 80% 10%, rgba(11,99,206,.12), transparent 60%);
}

.tst::before{
  background:
    radial-gradient(700px 420px at 20% 30%, rgba(246,196,0,.12), transparent 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(11,99,206,.12), transparent 60%);
}

.bn::before{
  background:
    url("/assets/images/home/blog-rail.webp") center/cover no-repeat;
  opacity:.055;
}

.cr-head h2,
.wcuImg-title,
.ytVTS-head h2,
.tst-head h2,
.bn-head h2{
  margin:0 0 8px;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:700;
  color:var(--tc-home-ink);
}

.cr-head p,
.wcuImg-sub,
.ytVTS-head p,
.tst-head p,
.bn-head p{
  margin:0;
  max-width:860px;
  color:#000;
  font-size:15px;
  line-height:1.58;
}

.tcHomeSectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.tcHomeButton{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:46px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  transition:.2s ease;
}

.tcHomeButton:hover{ transform:translateY(-1px); }

.tcHomeArrow{
  width:44px;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(11,18,32,.14);
  background:rgba(255,255,255,.94);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:24px;
  color:rgba(11,18,32,.8);
  box-shadow:0 14px 34px rgba(11,18,32,.10);
  transition:.18s ease;
}

.tcHomeArrow:hover{
  transform:translateY(-1px);
  background:rgba(11,99,206,.08);
  border-color:rgba(11,99,206,.22);
}

.tcHomeArrow:disabled{
  opacity:.45;
  cursor:not-allowed;
  transform:none;
}

.tcHomeScroll{
  overflow-x:auto;
  scrollbar-width:none;
  scroll-behavior:smooth;
  cursor:grab;
  user-select:none;
}

.tcHomeScroll::-webkit-scrollbar{ display:none; }

.tcHomeScroll.is-dragging{
  cursor:grabbing;
  scroll-behavior:auto;
}

.tcHomeTrack{
  display:flex;
  gap:18px;
  align-items:stretch;
}

.tcHomeCard{
  background:#fff;
  border:1px solid var(--tc-home-line);
  border-radius:var(--tc-home-r2);
  box-shadow:var(--tc-home-shadow);
}

.cr-shell{
  background:#fff;
  border:1px solid var(--tc-home-line);
  border-radius:var(--tc-home-r2);
  box-shadow:0 18px 55px rgba(11,18,32,.08);
  overflow:hidden;
}

.cr-bar{
  padding:14px 18px;
  border-bottom:1px solid rgba(11,18,32,.08);
  background:
    radial-gradient(900px 300px at 10% 0%, rgba(11,99,206,.08), transparent 60%),
    radial-gradient(900px 300px at 90% 0%, rgba(246,196,0,.10), transparent 58%),
    rgba(255,255,255,.92);
}

.cr-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:2px 14px;
  border-radius:999px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:rgba(11,18,32,.05);
  border:1px solid rgba(11,18,32,.10);
  color:rgba(11,18,32,.70);
}

.cr-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--tc-home-yellow),#ffd84d);
  box-shadow:0 0 0 4px rgba(246,196,0,.15);
}

.cr-grid{
  padding:18px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.cr-logo{
  margin:0;
  height:96px;
  border-radius:18px;
  border:1px solid rgba(11,18,32,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  position:relative;
  overflow:hidden;
  transition:.2s ease;
}

.cr-logo::before{
  content:"";
  position:absolute;
  inset:10px;
  border:2px dashed rgba(11,18,32,.16);
  border-radius:14px;
}

.cr-logo:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 50px rgba(11,18,32,.10);
}

.cr-logo img{
  position:relative;
  z-index:1;
  max-width:78%;
  max-height:68%;
  object-fit:contain;
}

.cr-foot{
  padding:14px 18px 16px;
  border-top:1px solid rgba(11,18,32,.08);
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:13px;
  color:rgba(11,18,32,.60);
}

.cr-kpi{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.cr-kpi span{
  padding:7px 12px;
  border-radius:999px;
  background:rgba(11,18,32,.05);
  border:1px solid rgba(11,18,32,.08);
  color:rgba(11,18,32,.72);
  font-weight:700;
}

.wcuImg{
  padding-top:0;
}

.wcuImg-wrap{ max-width:1400px; margin:0 auto; }

.wcuImg-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}

.wcuImg-mini{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.wcuImg-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(11,18,32,.12);
  background:rgba(255,255,255,.86);
  font-size:12.5px;
  font-weight:800;
  color:rgba(11,18,32,.82);
  box-shadow:0 14px 40px rgba(11,18,32,.06);
}

.wcuImg-chip .dot{
  width:8px;
  height:8px;
  border-radius:99px;
  background:var(--tc-home-yellow);
  box-shadow:0 0 0 4px rgba(246,196,0,.18);
}

.wcuImg-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.wcuImg-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--tc-home-line);
  background:#fff;
  transition:.18s ease;
}

.wcuImg-card:hover{
  transform:translateY(-4px);
  border-color:rgba(11,99,206,.28);
}

.wcuImg-media{
  display:block;
  position:relative;
  height:260px;
  overflow:hidden;
  color:inherit;
}

.wcuImg-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
  transition:transform .22s ease;
}

.wcuImg-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
}

.wcuImg-card:hover .wcuImg-media img{ transform:scale(1.07); }

.wcuImg-tag{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  padding:2px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background:rgba(11,18,32,.36);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
}

.wcuImg-body{
  padding:16px 16px 18px;
}

.wcuImg-body h3{
  margin:0 0 8px;
  font-size:16.5px;
  font-weight:700;
}

.wcuImg-body p{
  margin:0;
  color:#000;
  font-size:13.8px;
  line-height:1.55;
}

.ytVTS-wrap{
  border:1px solid var(--tc-home-line);
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,1));
  box-shadow:var(--tc-home-shadow);
  padding:16px;
  position:relative;
  overflow:hidden;
}

.ytVTS-wrap::before{
  content:"";
  position:absolute;
  inset:-20px;
  background:
    radial-gradient(800px 420px at 15% 10%, rgba(246,196,0,.16), transparent 60%),
    radial-gradient(800px 420px at 85% 0%, rgba(0,152,218,.14), transparent 60%);
  pointer-events:none;
}

.ytVTS-scroller,
.tst-viewport{
  position:relative;
  z-index:1;
}

.ytVTS-scroller{
  margin-bottom:12px;
  padding-bottom:4px;
}

.ytVTS-slide{
  flex:0 0 calc((100% - 54px) / 4);
  min-width:calc((100% - 54px) / 4);
  max-width:calc((100% - 54px) / 4);
  scroll-snap-align:start;
  display:flex;
  align-items:stretch;
  padding-bottom:2px;
}

.ytVTS-card{
  border:1px solid var(--tc-home-line);
  background:rgba(255,255,255,.86);
  border-radius:26px;
  overflow:hidden;
  transform:translateZ(0);
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:100%;
}

.ytVTS-media{
  position:relative;
  aspect-ratio:9 / 16;
  background:#0b1220;
  overflow:hidden;
}

.ytVTS-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
  transform-origin:center;
  background:#0b1220;
}

.ytVTS-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.05) 40%, rgba(0,0,0,.55));
  pointer-events:none;
}

.ytVTS-controls{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  z-index:3;
}

.ytVTS-btn{
  appearance:none;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.38);
  backdrop-filter:blur(10px);
  color:#fff;
  border-radius:999px;
  padding:4px 10px;
  font-weight:700;
  letter-spacing:.02em;
  display:inline-flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
  user-select:none;
  font-size:12px;
}

.ytVTS-btn svg{ width:15px; height:15px; fill:currentColor; }

.ytVTS-btn:hover{
  transform:translateY(-1px);
  background:rgba(0,0,0,.50);
  border-color:rgba(255,255,255,.32);
}

.ytVTS-btn:active{ transform:translateY(0); }

.ytVTS-meta{
  padding:12px 14px 10px;
  display:grid;
  gap:4px;
  border-top:1px solid var(--tc-home-line);
  align-content:start;
  min-height:64px;
}

.ytVTS-title{
  margin:0;
  font-weight:650;
  letter-spacing:-.01em;
  font-size:14.8px;
  line-height:1.25;
  overflow:visible;
}

.ytVTS-nav{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  margin-top:2px;
}

.ytVTS-arrows{
  display:flex;
  gap:10px;
}

.ytVTS-arrowBtn{
  min-width:44px;
}

.ytVTS-hint{
  color:var(--tc-home-muted);
  font-size:13px;
  font-weight:700;
  text-align:center;
}

.ytVTSDots{
  display:flex;
  align-items:center;
  gap:8px;
  justify-self:end;
}

.ytVTSDot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(11,18,32,.25);
  cursor:pointer;
}

.ytVTSDot.is-active{
  background:rgba(11,18,32,.95);
}

.tst-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding-top:10px;
}

.tst-controls{
  display:flex;
  gap:10px;
}

.tst-slide{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:calc((100% - 36px) / 3);
  max-width:calc((100% - 36px) / 3);
  border:1px solid var(--tc-home-line);
  border-radius:26px;
  background:#fff;
  overflow:hidden;
  transition:.18s ease;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding-bottom:2px;
}

.tst-slide:hover{
  transform:translateY(-2px);
  border-color:rgba(11,18,32,.16);
}

.tst-media{
  position:relative;
  background:#0b1220;
  overflow:hidden;
  min-height:235px;
}

.tst-media img{
  width:100%;
  height:235px;
  object-fit:cover;
  display:block;
}

.tst-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.04)),
    radial-gradient(700px 420px at 20% 30%, rgba(246,196,0,.12), transparent 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(11,99,206,.12), transparent 60%);
}

.tst-body{
  padding:22px 22px 14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  flex:1;
}

.tst-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.tst-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:2px 9px;
  border-radius:999px;
  background:rgba(11,18,32,.05);
  border:1px solid rgba(11,18,32,.10);
  font-size:8.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(11,18,32,.70);
  font-weight:600;
}

.tst-dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--tc-home-yellow),#ffd84d);
  box-shadow:0 0 0 4px rgba(246,196,0,.14);
}

.tst-rating{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(11,18,32,.72);
  font-size:11.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tst-stars{
  display:inline-flex;
  gap:4px;
}

.tst-stars svg{
  width:16px;
  height:16px;
  fill:rgba(246,196,0,.95);
}

.tst-quote{
  margin:15px 0 0;
  font-size:15px;
  line-height:1.55;
  color:var(--tc-home-ink);
  font-weight:600;
}

.tst-quote::before{
  content:"“";
  color:rgba(11,99,206,.22);
  font-size:32px;
  font-weight:700;
  line-height:0;
  margin-right:7px;
  position:relative;
  top:8px;
}

.tst-copy{
  display:grid;
  gap:6px;
}

.tst-more{
  appearance:none;
  border:0;
  background:none;
  padding:0;
  color:var(--tc-home-blue);
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  justify-self:start;
  margin-top:2px;
}

.tst-quote{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:calc(1.55em * 3);
  max-height:calc(1.55em * 3);
}

.tst-quote.is-expanded{
  display:block;
  overflow:visible;
  min-height:auto;
  max-height:none;
}

.tst-person{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:12px;
  border-top:1px solid rgba(11,18,32,.10);
  flex-wrap:wrap;
}

.tst-viewport{
  padding-bottom:8px;
  margin-bottom:4px;
}

.tst-name{
  display:block;
  font-weight:700;
  font-size:15px;
  line-height:1.15;
}

.tst-role{
  display:block;
  font-size:12px;
  color:var(--tc-home-muted-2);
  margin-top:0;
  line-height:1.2;
}

.tst-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:2px 12px;
  border-radius:14px;
  background:rgba(11,99,206,.06);
  border:1px solid rgba(11,99,206,.16);
  color:rgba(11,18,32,.80);
  font-weight:650;
  font-size:12px;
}

.tst-badge svg{
  width:16px;
  height:16px;
  fill:rgba(11,99,206,.85);
}

.bn{
  margin-bottom:16px;
}

.bn-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:22px;
  padding-top:14px;
  margin-bottom:18px;
}

.bn-grid{
  display:grid;
  grid-template-columns:1.28fr .72fr;
  gap:18px;
  align-items:start;
}

.bn-card{
  background:#fff;
  border:1px solid var(--tc-home-line);
  border-radius:var(--tc-home-r2);
  box-shadow:0 18px 55px rgba(11,18,32,.08);
  overflow:hidden;
  position:relative;
}

.bn-feature{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:430px;
}

.bn-f-media{
  position:relative;
  overflow:hidden;
  background:#0b1220;
}

.bn-f-media::before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--img) 50% 55%/cover no-repeat;
  transform:scale(1.02);
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
}

.bn-card:hover .bn-f-media::before{ transform:scale(1.08); }

.bn-f-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(700px 420px at 20% 30%, rgba(246,196,0,.20), transparent 60%),
    radial-gradient(700px 420px at 90% 10%, rgba(11,99,206,.18), transparent 60%),
    linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.05) 55%, rgba(0,0,0,0));
}

.bn-f-body{
  padding:22px 22px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
}

.bn-toprow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:2px;
}

.bn-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:2px 12px;
  border-radius:999px;
  background:rgba(11,18,32,.05);
  border:1px solid rgba(11,18,32,.10);
  font-size:11.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(11,18,32,.70);
  font-weight:600;
}

.bn-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(180deg,var(--tc-home-yellow),#ffd84d);
  box-shadow:0 0 0 4px rgba(246,196,0,.14);
}

.bn-smallmeta{
  font-size:11.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(11,18,32,.55);
  font-weight:500;
}

.bn-meta-line{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.bn-meta-sep{
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(11,18,32,.35);
  display:inline-block;
  transform:translateY(-1px);
}

.bn-f-title{
  margin:10px 0 0;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:750;
}

.bn-f-desc{
  margin:12px 0 0;
  color:#000;
  line-height:1.65;
  font-size:15px;
}

.bn-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.bn-tag{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(11,18,32,.05);
  border:1px solid rgba(11,18,32,.10);
  color:rgba(11,18,32,.70);
  font-size:12.5px;
}

.bn-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:4px;
}

.bn-btn{
  height:46px;
  padding:0 16px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:13.5px;
  text-decoration:none;
  transition:.2s ease;
}

.bn-btn-primary{
  color:#fff;
  background:linear-gradient(180deg,var(--tc-home-blue),var(--tc-home-blue-2));
  box-shadow:0 16px 34px rgba(11,99,206,.18);
}

.bn-btn-soft{
  color:var(--tc-home-ink);
  background:rgba(11,18,32,.06);
  border:1px solid rgba(11,18,32,.10);
}

.bn-latest{
  margin-top:18px;
  padding:18px;
}

.bn-latest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.bn-latest-head h3{
  margin:0;
  font-size:17px;
  font-weight:700;
}

.bn-latest-head a{
  color:var(--tc-home-blue);
  text-decoration:none;
  font-weight:650;
  font-size:12.5px;
}

.bn-list{ display:grid; gap:12px; }

.bn-item{
  display:grid;
  grid-template-columns:92px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(11,18,32,.10);
  background:rgba(255,255,255,.78);
  text-decoration:none;
  color:inherit;
  transition:.2s ease;
}

.bn-item:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 50px rgba(11,18,32,.10);
}

.bn-thumb{
  width:92px;
  height:68px;
  border-radius:16px;
  background:var(--img) 50% 55%/cover no-repeat;
  position:relative;
  overflow:hidden;
}

.bn-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(246,196,0,.16), rgba(11,99,206,.12));
  opacity:.55;
}

.bn-it-title{
  margin:0 0 6px;
  font-size:14.2px;
  line-height:1.3;
  font-weight:700;
}

.bn-it-meta{
  margin:0;
  font-size:12px;
  color:#000;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}

.bn-go{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(11,18,32,.10);
  background:rgba(11,18,32,.04);
}

.bn-go svg{
  width:18px;
  height:18px;
  fill:rgba(11,18,32,.75);
}

.bn-rail{
  position:sticky;
  top:18px;
  display:grid;
  gap:18px;
}

.bn-news,
.bn-quick,
.bn-img-slot{
  padding:18px;
}

.bn-news-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
}

.bn-news h3,
.bn-quick h4,
.bn-img-slot h4{
  margin:0 0 12px;
  font-size:17px;
  font-weight:700;
}

.bn-news p{
  margin:0 0 14px;
  color:#000;
  line-height:1.6;
  font-size:13.5px;
}

.bn-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
}

.bn-inp{
  height:46px;
  border-radius:14px;
  padding:0 14px;
  border:1px solid rgba(11,18,32,.12);
  background:#fff;
  outline:none;
  font-size:14px;
}

.bn-inp::placeholder{ color:rgba(11,18,32,.45); }

.bn-sub{
  height:46px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(246,196,0,.22);
  background:linear-gradient(180deg,var(--tc-home-yellow),#ffd84d);
  color:#1a1600;
  font-weight:750;
  font-size:13.5px;
  cursor:pointer;
}

.bn-note{
  margin-top:10px;
  font-size:12px;
  color:rgba(11,18,32,.55);
}

.bn-qgrid{ display:grid; gap:10px; }

.bn-q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(11,18,32,.10);
  background:rgba(11,18,32,.03);
  text-decoration:none;
  color:var(--tc-home-ink);
}

.bn-q span{ font-weight:650; font-size:13px; }
.bn-q em{ font-style:normal; font-size:12px; color:var(--tc-home-muted-2); }

.bn-dotted{
  height:220px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(11,18,32,.10);
  background:#f7f9fc;
}

.bn-dotted img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media (max-width:1100px){
  .cr-grid,
  .wcuImg-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ytVTS-slide,
  .tst-slide{
    flex:0 0 calc((100% - 18px) / 2);
    min-width:calc((100% - 18px) / 2);
    max-width:calc((100% - 18px) / 2);
  }

  .bn-grid{ grid-template-columns:1fr; }
  .bn-rail{ position:relative; top:auto; }
  .bn-feature{ grid-template-columns:1fr; min-height:auto; }
  .bn-f-media{ min-height:240px; }
}

@media (max-width:720px){
  .cr,
  .wcuImg,
  .ytVTS,
  .tst,
  .bn{
    padding:0 16px;
  }

  .cr-head h2,
  .wcuImg-title,
  .ytVTS-head h2,
  .tst-head h2,
  .bn-head h2{
    font-size:30px;
  }

  .tcHomeSectionHead,
  .wcuImg-head,
  .ytVTS-head,
  .tst-head,
  .bn-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .cr-grid,
  .wcuImg-grid{
    grid-template-columns:1fr;
  }

  .ytVTS-slide,
  .tst-slide{
    flex:0 0 100%;
    min-width:100%;
    max-width:100%;
  }

  .wcuImg-mini{
    justify-content:flex-start;
  }

  .bn-item{
    grid-template-columns:78px 1fr;
    gap:12px;
    align-items:start;
  }

  .bn-thumb{
    width:78px;
    height:62px;
    border-radius:14px;
  }

.bn-go{ display:none; }
  .bn-form{ grid-template-columns:1fr; }
  .bn-inp,.bn-sub{ width:100%; }
  .bn-dotted{ height:180px; }
}

.atr-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(11,18,32,.12);
  background:#fff;
  position:relative;
  height:100%;
}

.atr-media{
  position:relative;
  height:400px;
  background:#e9edf6;
}

.atr-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.atr-off{
  position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:2px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:12px;
  font-weight:600;
  letter-spacing:.2px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  text-transform:uppercase;
}

.atr-mini{
  width:8px;
  height:8px;
  border-radius:99px;
  background:#f6c400;
  box-shadow:0 0 0 4px rgba(246,196,0,.18);
}

.atr-overlay{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:2;
  color:#fff;
}

.atr-overlay::before{
  content:"";
  position:absolute;
  left:-12px;
  right:-12px;
  bottom:-12px;
  height:230px;
  z-index:-1;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.88) 68%, rgba(0,0,0,.96) 100%);
  pointer-events:none;
}

.atr-title{
  margin:0;
  font-size:16px;
  line-height:1.2;
  font-weight:750;
  letter-spacing:.2px;
  text-shadow:0 12px 30px rgba(0,0,0,.55);
}

.atr-title span{
  background-color:#ebb22838;
}

.atr-price{
  margin:8px 0 0;
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
}

.atr-price del{
  font-size:12px;
  font-weight:600;
  opacity:.80;
}

.atr-final{
  font-size:18px;
  font-weight:800;
}

.atr-price small{
  font-size:12px;
  font-weight:850;
  opacity:.88;
}

.atr-meta{
  margin:8px 0 0;
  font-size:11.5px;
  color:#ffffff;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}

.atr-meta span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:1px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.atr-actions{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr 1fr 48px;
  gap:10px;
  align-items:stretch;
}

.atr-btn{
  appearance:none;
  border:none;
  cursor:pointer;
  border-radius:14px;
  padding:7px 12px;
  font-weight:800;
  font-size:13px;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  user-select:none;
  transition:.16s ease;
  white-space:nowrap;
}

.atr-btn:hover{ transform:translateY(-1px); }
.atr-btn:active{ transform:translateY(0); }
.atr-btn.atr-view{ background:linear-gradient(180deg, #0098DA, #084aa0); color:#fff; }
.atr-btn.atr-wa{ background:linear-gradient(180deg, rgba(246,196,0,.92), rgba(246,196,0,.78)); color:#1a1600; }

.atr-btn.atr-ico{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  padding:0;
}

.atr-btn.atr-ico:hover{ border-color:rgba(246,196,0,.40); }
.atr-ic{ width:18px; height:18px; display:block; }

@media (max-width:640px){
  .atr-media{ height:460px; }
}
