:root {
  --bg: #050505;
  --bg-soft: #0b0b0f;
  --card-bg: #101018;
  --card-bg-soft: #14141f;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --accent: #00f5a0;
  --accent-soft: rgba(0, 245, 160, 0.15);
  --accent-2: #36c1ff;
  --text-main: #f5f5f7;
  --text-soft: #b0b0c3;
  --text-muted: #7a7a8e;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.6);
  --max-width: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #181828 0, #050505 45%);
  color: var(--text-main);
  line-height: 1.6;
}

/* Layout helpers */

.ta-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.ta-section {
  padding: 72px 0;
}

.ta-section-alt {
  background: radial-gradient(circle at top left, rgba(0, 245, 160, 0.12), transparent 60%);
}


.ta-section-head {
  text-align: left;
  max-width: 680px;
  margin: 0 auto 40px;
}

.ta-section-head h2 {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

.ta-section-head p {
  color: var(--text-soft);
}

/* Header & nav */

.ta-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.88));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ta-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.ta-logo,
.ta-logo-footer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-main);
  font-weight: 600;
}

.ta-logo img,
.ta-logo-footer img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.ta-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.ta-nav a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 6px 10px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.ta-nav a:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.06);
}

.ta-nav a.active {
  color: #000;
  background: var(--accent);
}

.ta-nav-cta {
  background: var(--accent);
  color: #000 !important;
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.ta-nav-cta:hover {
  background: #4dffca;
}

/* Mobile nav toggle */

.ta-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.ta-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  margin: 4px 0;
}

/* Hero */

.ta-hero {
  padding: 72px 0 64px;
}

.ta-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.ta-kicker {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-2);
  margin-bottom: 12px;
}

.ta-hero h1 {
  font-size: clamp(2.4rem, 4vw, 2.9rem);
  margin: 0 0 16px;
}

.ta-hero-text {
  color: var(--text-soft);
  max-width: 520px;
}

.ta-hero-meta {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Phone mock */

.ta-phone-mock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding: 14px;
  background: radial-gradient(circle at top, #2b2b3a, #050509);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ta-phone-mock-light {
  background: #f8f8fb;
}

.ta-phone-screen {
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}

.ta-phone-screen img {
  display: block;
  width: 100%;
  height: auto;
}

/* Hero badges */

.ta-hero-badges {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.ta-hero-badge {
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(16, 16, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
}

.ta-hero-badge-title {
  display: block;
  font-weight: 600;
}

.ta-hero-badge-text {
  color: var(--text-muted);
}

/* Store buttons */

.ta-store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ta-store-buttons-inline {
  align-items: center;
}

.ta-store-buttons-large .ta-store-btn {
  padding: 11px 18px;
}

.ta-store-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 16px;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-width: 155px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.ta-store-google {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #000;
  box-shadow: 0 14px 35px rgba(0, 245, 160, 0.35);
}

.ta-store-apple {
  background: rgba(10, 10, 20, 0.9);
  color: var(--text-main);
}

.ta-store-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.ta-store-label {
  font-size: 0.72rem;
  opacity: 0.8;
}

.ta-store-name {
  font-size: 1rem;
  font-weight: 600;
}

/* Strip */

.ta-strip {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(5, 5, 5, 0.92);
}

.ta-strip-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.ta-strip h2 {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.ta-strip p {
  color: var(--text-soft);
}

.ta-strip-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--text-soft);
}

.ta-strip-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.ta-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  margin-top: 9px;
}

/* Generic cards */

.ta-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 22px 22px 20px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.ta-card h3,
.ta-card h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.ta-card p {
  color: var(--text-soft);
  font-size: 0.95rem;
}

/* Feature cards */

.ta-feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.ta-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.ta-card-feature {
  position: relative;
  overflow: hidden;
}

.ta-card-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, var(--accent-soft), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

/* Use case cards */

.ta-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.ta-usecase {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card-bg-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

.ta-usecase img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ta-usecase h3 {
  margin: 16px 18px 4px;
}

.ta-usecase p {
  margin: 0 18px 16px;
  color: var(--text-soft);
}

/* Use case rows */

.ta-usecase-rows {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.ta-usecase-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.ta-usecase-row-media img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  object-fit: cover;
}

.ta-usecase-row-text h2 {
  margin-top: 0;
}

.ta-usecase-row-text p {
  color: var(--text-soft);
}

.ta-usecase-row-text ul {
  padding-left: 18px;
  color: var(--text-soft);
}

.ta-usecase-row-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

/* CTA */

.ta-cta {
  padding: 56px 0;
  background: linear-gradient(135deg, rgba(0, 245, 160, 0.16), rgba(54, 193, 255, 0.06));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ta-cta-soft {
  background: rgba(10, 10, 20, 0.9);
}

.ta-cta-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.ta-cta-inner p {
  color: var(--text-soft);
}

.ta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--accent);
  color: #000;
  font-weight: 600;
  font-size: 0.96rem;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 245, 160, 0.35);
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.ta-btn-primary:hover {
  transform: translateY(-1px);
  background: #4dffca;
}

/* Page hero */

.ta-page-hero {
  padding: 60px 0 32px;
}

.ta-page-hero-center {
  text-align: center;
}

.ta-page-hero h1 {
  margin: 0 0 14px;
  font-size: 2.1rem;
}

.ta-page-hero p {
  color: var(--text-soft);
  max-width: 640px;
}

.ta-page-hero-center .ta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Steps */

.ta-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.ta-step {
  position: relative;
  padding: 28px 22px 22px;
  border-radius: var(--radius-lg);
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.ta-step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* FAQ */

.ta-faq {
  max-width: 720px;
  margin: 0 auto;
}

.ta-faq details {
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  margin-bottom: 10px;
  padding: 10px 16px;
  background: rgba(10, 10, 18, 0.96);
}

.ta-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}

.ta-faq summary::-webkit-details-marker {
  display: none;
}

.ta-faq details[open] {
  background: rgba(14, 14, 26, 1);
}

.ta-faq details p {
  margin-top: 10px;
  color: var(--text-soft);
}

/* Download */

.ta-download-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.ta-download-note {
  margin-top: 16px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.ta-download-media {
  display: flex;
  justify-content: center;
}

/* Text section */

.ta-section-text h2 {
  margin-top: 0;
}

.ta-section-text p,
.ta-section-text ul {
  color: var(--text-soft);
}

/* Footer */

.ta-footer {
  padding: 32px 0 20px;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.ta-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.ta-footer-meta p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.ta-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ta-footer-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.9rem;
}

.ta-footer-links a:hover {
  color: var(--text-main);
}

.ta-footer-copy {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Utilities */

a {
  color: var(--accent);
}

a:hover {
  color: #4dffca;
}

/* Responsive */

@media (max-width: 900px) {
  .ta-hero-grid,
  .ta-strip-grid,
  .ta-usecase-row,
  .ta-usecase-row-reverse,
  .ta-download-hero {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 768px) {
  .ta-header-inner {
    padding: 10px 0;
  }

  .ta-nav-toggle {
    display: inline-block;
  }

  .ta-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(5, 5, 5, 0.98);
    backdrop-filter: blur(16px);
    flex-direction: column;
    gap: 6px;
    padding: 10px 20px 14px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
  }

  .ta-nav-open .ta-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .ta-hero {
    padding-top: 52px;
  }

  .ta-hero-grid {
    gap: 26px;
  }

  .ta-strip {
    padding: 30px 0;
  }
}

@media (max-width: 520px) {
  .ta-store-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .ta-cta-inner {
    align-items: stretch;
  }
}

/* Bigger header logo (top-left) */
header.ta-header a.ta-logo img{
  width: 44px !important;
  height: 44px !important;
}

header.ta-header a.ta-logo span{
  font-size: 1.25rem !important;  /* makes “TotalApp” text bigger */
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Optional: give the header a touch more height so it doesn't feel cramped */
header.ta-header .ta-header-inner{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

