:root {
  --ink: #10241f;
  --forest: #174d3a;
  --green: #41a45f;
  --lime: #d7e345;
  --yellow: #f0d51e;
  --cream: #f7f2e6;
  --sand: #e8dcc7;
  --paper: #fffaf0;
  --line: rgba(16, 36, 31, 0.15);
  --shadow: 0 24px 70px rgba(16, 36, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 20%, rgba(240, 213, 30, 0.28), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(65, 164, 95, 0.18), transparent 30rem),
    linear-gradient(135deg, #fffdf8 0%, var(--cream) 52%, #edf5e9 100%);
  color: var(--ink);
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  margin: 0;
}

a {
  color: inherit;
}

.ta-page {
  min-height: 100vh;
  overflow: hidden;
}

.ta-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 26px 24px 18px;
}

.ta-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.ta-brand img {
  height: 42px;
  object-fit: contain;
  width: 64px;
}

.ta-brand span {
  font-size: 18px;
}

.ta-nav-links {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 800;
}

.ta-nav-links a {
  text-decoration: none;
}

.ta-nav-links a:hover {
  color: var(--green);
}

.ta-button,
.ta-button-secondary {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  text-decoration: none;
}

.ta-button {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(16, 36, 31, 0.22);
}

.ta-button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.ta-hero {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 80px 24px 70px;
}

.ta-kicker {
  align-items: center;
  color: var(--forest);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ta-kicker::before {
  background: var(--yellow);
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 36px;
}

.ta-hero h1,
.ta-section-title h2 {
  font-family: "Archivo Black", "Space Grotesk", sans-serif;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
}

.ta-hero h1 {
  font-size: clamp(54px, 8vw, 108px);
  max-width: 850px;
}

.ta-hero-copy {
  color: rgba(16, 36, 31, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.46;
  margin: 28px 0 0;
  max-width: 720px;
}

.ta-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ta-hero-card {
  align-self: center;
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
}

.ta-hero-card::before {
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.85) 50%, transparent 51%),
    radial-gradient(circle at 50% 50%, transparent 0 45%, rgba(255, 255, 255, 0.86) 46% 48%, transparent 49%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  content: "";
  inset: 18px;
  opacity: 0.28;
  position: absolute;
}

.ta-logo-stage {
  align-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(240, 213, 30, 0.46), transparent 12rem),
    linear-gradient(145deg, #1c5d46, #0f2a23);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  min-height: 310px;
  padding: 40px;
  position: relative;
}

.ta-logo-stage img {
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.32));
  max-width: 300px;
  position: relative;
  width: 74%;
  z-index: 1;
}

.ta-stat-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.ta-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
}

.ta-stat strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.ta-stat span {
  color: rgba(16, 36, 31, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 6px;
  text-transform: uppercase;
}

.ta-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 78px 24px;
}

.ta-section-title {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  margin-bottom: 30px;
}

.ta-section-title h2 {
  font-size: clamp(38px, 6vw, 72px);
}

.ta-section-title p {
  color: rgba(16, 36, 31, 0.7);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.ta-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.ta-card {
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 16px 44px rgba(16, 36, 31, 0.08);
  padding: 28px;
}

.ta-card h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 14px;
}

.ta-card p,
.ta-card li {
  color: rgba(16, 36, 31, 0.72);
  line-height: 1.5;
}

.ta-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.ta-feature-card {
  background: linear-gradient(145deg, #153b30, #0f241f);
  color: #fff;
}

.ta-feature-card p,
.ta-feature-card li {
  color: rgba(255, 255, 255, 0.76);
}

.ta-fantasy-shell {
  background: rgba(255, 250, 240, 0.76);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ta-fantasy-header {
  align-items: center;
  background: linear-gradient(135deg, #143c30, #0d241f);
  color: #fff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px;
}

.ta-fantasy-header h3 {
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.ta-fantasy-header p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  margin: 8px 0 0;
  max-width: 650px;
}

.ta-board {
  padding: 18px;
}

.ta-board table {
  border-collapse: separate;
  border-spacing: 0 10px;
  min-width: 760px;
  width: 100%;
}

.ta-board-wrap {
  overflow-x: auto;
}

.ta-board th {
  color: rgba(16, 36, 31, 0.56);
  font-size: 12px;
  font-weight: 900;
  padding: 0 12px 4px;
  text-align: left;
  text-transform: uppercase;
}

.ta-board td {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 15px 12px;
  vertical-align: top;
}

.ta-board td:first-child {
  border-left: 1px solid var(--line);
  border-radius: 16px 0 0 16px;
  font-weight: 900;
}

.ta-board td:last-child {
  border-radius: 0 16px 16px 0;
  border-right: 1px solid var(--line);
}

.ta-sub {
  color: rgba(16, 36, 31, 0.58);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}

.ta-empty-board {
  background:
    linear-gradient(135deg, rgba(240, 213, 30, 0.16), rgba(65, 164, 95, 0.12)),
    #fff;
  border: 1px dashed rgba(16, 36, 31, 0.25);
  border-radius: 22px;
  padding: 28px;
}

.ta-empty-board strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.ta-cheat-sheet {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr 0.9fr;
}

.ta-note {
  border-top: 1px solid var(--line);
  color: rgba(16, 36, 31, 0.62);
  font-size: 13px;
  margin-top: 18px;
  padding-top: 18px;
}

.ta-contact {
  align-items: center;
  background: linear-gradient(145deg, #143c30, #0f241f);
  border-radius: 34px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  padding: 38px;
}

.ta-contact h2 {
  font-family: "Archivo Black", "Space Grotesk", sans-serif;
  font-size: clamp(40px, 7vw, 82px);
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0;
}

.ta-contact .ta-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.ta-contact p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.5;
}

.ta-contact-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 24px;
}

.ta-email {
  color: var(--yellow);
  display: inline-block;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.ta-form {
  display: grid;
  gap: 14px;
}

.ta-form label {
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.ta-form input,
.ta-form textarea {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 16px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 13px 15px;
}

.ta-form textarea {
  min-height: 140px;
  resize: vertical;
}

.ta-footer {
  color: rgba(16, 36, 31, 0.64);
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 24px 44px;
}

.ta-footer-inner {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-top: 24px;
}

@media (max-width: 900px) {
  .ta-hero,
  .ta-section-title,
  .ta-contact,
  .ta-cheat-sheet {
    grid-template-columns: 1fr;
  }

  .ta-grid {
    grid-template-columns: 1fr;
  }

  .ta-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ta-nav-links {
    flex-wrap: wrap;
  }

  .ta-stat-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ta-hero,
  .ta-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ta-contact,
  .ta-hero-card {
    border-radius: 24px;
    padding: 22px;
  }

  .ta-logo-stage {
    min-height: 230px;
  }
}
