
.tcurft {
  --ft-ink: #0b0c10;
  --ft-ink2: #15171d;
  --ft-blue: #3b82f6;
  --ft-mut: rgba(255,255,255,.5);
  --ft-mut2: rgba(255,255,255,.36);
  --ft-fh: "Syne", system-ui, sans-serif;
  font-family: var(--ft-fb);
  background: var(--ft-ink);
  color: var(--ft-mut);
  font-size: 14px;
  line-height: 1.65;
}
.tcurft *, .tcurft *::before, .tcurft *::after { box-sizing: border-box; margin: 0; padding: 0; }
.tcurft a { color: inherit; text-decoration: none; }
.tcurft ul { list-style: none; }

.tcurft .ft-top { max-width: 1100px; margin: 0 auto; padding: 52px 24px 34px; }
.tcurft .ft-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 34px 28px;
}

/* brand column */
.tcurft .ft-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.tcurft .ft-mark {
  width: 32px; height: 32px; background: #2563eb; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tcurft .ft-mark svg { width: 17px; height: 17px; fill: #fff; }
.tcurft .ft-name {
  font-family: var(--ft-fh); font-size: 15px; font-weight: 700;
  color: #fff; letter-spacing: -.2px;
}
.tcurft .ft-name em { font-style: normal; color: rgba(255,255,255,.45); }
.tcurft .ft-blurb { font-size: 13.5px; color: var(--ft-mut2); max-width: 42ch; margin-bottom: 16px; }
.tcurft .ft-contact { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.tcurft .ft-wa { color: #25d366; }
.tcurft .ft-mail {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 500; color: var(--ft-blue);
}
.tcurft .ft-mail:hover { color: #fff; }
.tcurft .ft-mail svg { width: 15px; height: 15px; fill: currentColor; }

/* link columns */
.tcurft .ft-h {
  font-family: var(--ft-fb); font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.85); margin-bottom: 13px;
}
.tcurft .ft-list li { margin-bottom: 9px; }
.tcurft .ft-list a { font-size: 13.5px; color: var(--ft-mut); }
.tcurft .ft-list a:hover { color: #fff; }

/* disclaimer band */
.tcurft .ft-note {
  border-top: 1px solid rgba(255,255,255,.08);
  background: var(--ft-ink2);
}
.tcurft .ft-note-in {
  max-width: 1100px; margin: 0 auto; padding: 22px 24px;
  font-size: 12.5px; color: var(--ft-mut2); line-height: 1.7;
}
.tcurft .ft-note-in p { margin-bottom: 9px; }
.tcurft .ft-note-in p:last-child { margin-bottom: 0; }
.tcurft .ft-note-in strong { color: rgba(255,255,255,.7); font-weight: 600; }
.tcurft .ft-note-in a { color: var(--ft-blue); }
.tcurft .ft-note-in a:hover { color: #fff; }

/* bottom bar */
.tcurft .ft-bar {
  border-top: 1px solid rgba(255,255,255,.08);
}
.tcurft .ft-bar-in {
  max-width: 1100px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--ft-mut2);
}
.tcurft .ft-bar-links { display: flex; gap: 18px; flex-wrap: wrap; }
.tcurft .ft-bar-links a:hover { color: #fff; }

@media (max-width: 880px) {
  .tcurft .ft-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .tcurft .ft-col-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .tcurft .ft-grid { grid-template-columns: 1fr; }
  .tcurft .ft-top { padding: 40px 20px 28px; }
  .tcurft .ft-bar-in { flex-direction: column; align-items: flex-start; }
}
