:root {
  --tt-bg: #030b07;
  --tt-surface: #0a1a12;
  --tt-surface-2: #0e2418;
  --tt-border: rgba(160, 180, 150, .22);
  --tt-sage: #98b45e;
  --tt-green: #99ff66;
  --tt-blue: #4ea2ff;
  --tt-amber: #f6c456;
  --tt-red: #ff4d52;
  --tt-text: #f4f4f1;
  --tt-muted: #b9c3b7;
  --tt-max: 1480px;
  --tt-wide: 1680px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(78, 162, 255, .08), transparent 26rem),
    radial-gradient(circle at 82% 8%, rgba(153, 255, 102, .07), transparent 30rem),
    linear-gradient(180deg, #06110b 0%, var(--tt-bg) 48%, #020805 100%);
  color: var(--tt-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.tt-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(3, 11, 7, .88);
  border-bottom: 1px solid var(--tt-border);
  backdrop-filter: blur(16px);
}

.tt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.tt-brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(153, 255, 102, .35);
  border-radius: 8px;
  background: linear-gradient(135deg, #0e2418, #182712);
  color: var(--tt-green);
}

.tt-nav-list,
.tt-footer-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-nav-list a {
  color: var(--tt-muted);
  text-decoration: none;
  font-size: 14px;
}

.tt-nav-list a:hover { color: var(--tt-text); }

.tt-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--tt-border);
  border-radius: 8px;
  background: var(--tt-surface);
}

.tt-menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--tt-text);
}

.tt-main {
  overflow: hidden;
}

.tt-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, .84fr) minmax(320px, .5fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  min-height: calc(100svh - 72px);
  max-width: var(--tt-wide);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 110px) clamp(22px, 5vw, 72px) clamp(40px, 6vw, 84px);
}

.tt-hero-wide {
  isolation: isolate;
}

.tt-hero-bg {
  position: absolute;
  inset: clamp(18px, 3vw, 42px);
  z-index: -1;
  border: 1px solid rgba(153, 255, 102, .16);
  border-radius: 18px;
  overflow: hidden;
  opacity: .52;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 40px 140px rgba(0,0,0,.42);
}

.tt-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,11,7,.96) 0%, rgba(3,11,7,.82) 34%, rgba(3,11,7,.35) 72%, rgba(3,11,7,.74) 100%);
}

.tt-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-kicker {
  margin: 0 0 12px;
  color: var(--tt-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 6vw, 112px);
}

h2 {
  font-size: clamp(36px, 4.8vw, 78px);
}

h3 {
  font-size: 22px;
}

p {
  color: var(--tt-muted);
}

.tt-lead {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(18px, 2vw, 23px);
}

.tt-actions,
.tt-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid var(--tt-border);
  text-decoration: none;
  font-weight: 800;
}

.tt-button-primary {
  background: linear-gradient(135deg, var(--tt-green), var(--tt-sage));
  border-color: rgba(153, 255, 102, .62);
  color: #071009;
  box-shadow: 0 14px 36px rgba(153,255,102,.18);
}

.tt-button-secondary {
  background: rgba(14, 36, 24, .78);
  color: var(--tt-text);
}

.tt-hero-panel {
  display: grid;
  gap: 14px;
  align-self: end;
  max-width: 360px;
  justify-self: end;
  margin-bottom: clamp(20px, 5vw, 72px);
}

.tt-signal-card {
  padding: 18px;
  border: 1px solid rgba(153,255,102,.22);
  border-radius: 12px;
  background: rgba(5, 15, 10, .72);
  backdrop-filter: blur(10px);
}

.tt-signal-card span,
.tt-signal-card small {
  display: block;
  color: var(--tt-muted);
}

.tt-signal-card strong {
  display: block;
  margin: 4px 0;
  color: var(--tt-text);
  font-size: 38px;
  line-height: 1;
}

.tt-status-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--tt-max);
  margin: 0 auto;
  padding: 26px clamp(22px, 4vw, 64px) 34px;
  gap: 14px;
}

.tt-status-row span,
.tt-pill-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  background: rgba(10, 26, 18, .84);
  color: var(--tt-text);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.tt-status-row img {
  width: 24px;
  height: 24px;
}

.tt-section {
  max-width: var(--tt-max);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 118px) clamp(22px, 4vw, 64px);
}

.tt-grid-2,
.tt-feature {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.tt-feature-reverse {
  grid-template-columns: minmax(520px, 1.2fr) minmax(0, .8fr);
}

.tt-feature-reverse .tt-feature-copy {
  order: 2;
}

.tt-feature-copy {
  position: relative;
}

.tt-feature-visual img,
.tt-web-preview img {
  width: 100%;
  border: 1px solid rgba(244,244,241,.13);
  border-radius: 18px;
  box-shadow: 0 36px 110px rgba(0,0,0,.5);
}

.tt-alt {
  grid-template-columns: 380px 1fr;
}

.tt-shot,
.tt-image-row img,
.tt-audio-cards img {
  border: 1px solid rgba(244, 244, 241, .14);
  border-radius: 18px;
  background: var(--tt-surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}

.tt-shot {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: top;
}

.tt-checks {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tt-checks li {
  padding: 12px 14px 12px 36px;
  color: var(--tt-text);
  position: relative;
  border: 1px solid rgba(153,255,102,.14);
  border-radius: 10px;
  background: rgba(10,26,18,.52);
}

.tt-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tt-green);
}

.tt-feature-band,
.tt-audio,
.tt-workflows,
.tt-web-preview,
.tt-roadmap,
.tt-final-cta,
.tt-page-content,
.tt-grid-3 article {
  border: 1px solid var(--tt-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 26, 18, .84), rgba(3, 11, 7, .9));
}

.tt-feature-band {
  max-width: calc(var(--tt-max) - 96px);
}

.tt-image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.tt-image-row img {
  height: 520px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.tt-audio {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: clamp(24px, 6vw, 62px);
  align-items: center;
}

.tt-responsible {
  padding: 16px;
  border-left: 3px solid var(--tt-amber);
  background: rgba(246, 196, 86, .08);
  color: var(--tt-text);
}

.tt-audio-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tt-audio-cards img {
  height: 560px;
  object-fit: cover;
  object-position: top;
}

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

.tt-grid-3 article {
  padding: 24px;
}

.tt-section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

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

.tt-workflow-grid article {
  overflow: hidden;
  border: 1px solid var(--tt-border);
  border-radius: 14px;
  background: rgba(3,11,7,.72);
}

.tt-workflow-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}

.tt-workflow-grid h3,
.tt-workflow-grid p {
  padding-inline: 22px;
}

.tt-workflow-grid h3 {
  margin-top: 20px;
}

.tt-workflow-grid p {
  padding-bottom: 24px;
}

.tt-device-pair {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.tt-device-pair img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: top;
  border: 1px solid rgba(244,244,241,.13);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.tt-web-preview {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(560px, 1.35fr);
  align-items: center;
  gap: 34px;
}

.tt-roadmap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.tt-final-cta {
  max-width: calc(var(--tt-max) - 128px);
  margin: 42px auto 86px;
  padding: clamp(36px, 7vw, 72px) clamp(22px, 5vw, 64px);
  text-align: center;
}

.tt-final-cta .tt-button {
  margin-top: 14px;
}

.tt-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 92px) clamp(18px, 4vw, 48px);
}

.tt-page .tt-page-hero {
  margin-bottom: 34px;
}

.tt-page .tt-page-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.tt-page-content {
  padding: clamp(26px, 5vw, 54px);
}

.tt-page-content h1 {
  max-width: 1080px;
}

.tt-page-content .tt-lead {
  max-width: 920px;
}

.tt-wp-content {
  margin-top: 24px;
}

.tt-wp-content a {
  color: var(--tt-green);
}

.tt-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, .65fr);
  gap: clamp(22px, 5vw, 48px);
  align-items: center;
  margin: 34px 0;
}

.tt-content-grid-reverse {
  grid-template-columns: minmax(360px, .65fr) minmax(0, .85fr);
}

.tt-feature-list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.tt-feature-list li {
  position: relative;
  padding: 12px 12px 12px 36px;
  border: 1px solid var(--tt-border);
  border-radius: 8px;
  background: rgba(10, 26, 18, .72);
  color: var(--tt-text);
}

.tt-feature-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tt-green);
}

.tt-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.tt-media-grid img,
.tt-blog-grid article,
.tt-roadmap-list article,
.tt-faq details,
.tt-note {
  border: 1px solid var(--tt-border);
  border-radius: 8px;
  background: rgba(10, 26, 18, .72);
}

.tt-media-grid img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
}

.tt-note {
  margin: 30px 0;
  padding: clamp(20px, 4vw, 32px);
}

.tt-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.tt-faq details {
  padding: 18px 20px;
}

.tt-faq summary {
  cursor: pointer;
  color: var(--tt-text);
  font-weight: 800;
}

.tt-roadmap-list,
.tt-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.tt-roadmap-list article,
.tt-blog-grid article {
  padding: 22px;
}

.tt-form {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.tt-form label {
  display: grid;
  gap: 7px;
  color: var(--tt-text);
  font-weight: 700;
}

.tt-form input,
.tt-form textarea,
.tt-form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--tt-border);
  border-radius: 8px;
  background: var(--tt-surface-2);
  color: var(--tt-text);
  font: inherit;
}

.tt-form textarea {
  resize: vertical;
}

.tt-consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  color: var(--tt-muted);
  font-weight: 500;
}

.tt-consent input {
  min-height: auto;
  margin-top: 4px;
}

.tt-form-success,
.tt-form-error {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 8px;
}

.tt-form-success {
  border: 1px solid rgba(153, 255, 102, .4);
  background: rgba(153, 255, 102, .10);
  color: var(--tt-text);
}

.tt-form-error {
  border: 1px solid rgba(255, 77, 82, .45);
  background: rgba(255, 77, 82, .10);
  color: var(--tt-text);
}

.tt-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(152, 180, 94, .34);
  border-radius: 8px;
  background: rgba(3, 11, 7, .96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
  backdrop-filter: blur(16px);
}

.tt-cookie-banner[hidden] {
  display: none;
}

.tt-cookie-banner strong {
  color: var(--tt-text);
}

.tt-cookie-banner p {
  max-width: 680px;
  margin: 4px 0 0;
  font-size: 14px;
}

.tt-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tt-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 36px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--tt-border);
  background: #020805;
}

.tt-footer p {
  max-width: 420px;
  margin: 8px 0 0;
}

.tt-footer-list a {
  color: var(--tt-muted);
  text-decoration: none;
}

@media (max-width: 980px) {
  .tt-menu-button { display: block; }
  .tt-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    display: none;
    padding: 16px;
    border: 1px solid var(--tt-border);
    border-radius: 8px;
    background: var(--tt-surface);
  }
  .tt-nav.is-open { display: block; }
  .tt-nav-list {
    display: grid;
    gap: 12px;
  }
  .tt-hero,
  .tt-grid-2,
  .tt-alt,
  .tt-audio,
  .tt-feature,
  .tt-feature-reverse,
  .tt-web-preview {
    grid-template-columns: 1fr;
  }
  .tt-feature-reverse .tt-feature-copy { order: 0; }
  .tt-hero-panel { justify-self: stretch; max-width: none; margin-bottom: 0; }
  .tt-status-row,
  .tt-grid-3,
  .tt-roadmap-list,
  .tt-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tt-content-grid,
  .tt-content-grid-reverse {
    grid-template-columns: 1fr;
  }
  .tt-image-row,
  .tt-workflow-grid {
    grid-template-columns: 1fr;
  }
  .tt-image-row img,
  .tt-audio-cards img {
    height: 420px;
  }
  .tt-roadmap,
  .tt-footer,
  .tt-cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .tt-cookie-actions { width: 100%; }
}

@media (max-width: 560px) {
  h1 { font-size: 46px; }
  h2 { font-size: 30px; }
  .tt-hero { min-height: auto; }
  .tt-hero-bg { inset: 10px; opacity: .35; }
  .tt-status-row,
  .tt-grid-3,
  .tt-audio-cards,
  .tt-roadmap-list,
  .tt-blog-grid,
  .tt-media-grid,
  .tt-device-pair {
    grid-template-columns: 1fr;
  }
  .tt-shot,
  .tt-image-row img,
  .tt-audio-cards img {
    max-height: 520px;
  }
  .tt-footer-list {
    flex-wrap: wrap;
  }
}
