/* Reset and base styles */

/* Dashboard Theme Variables */
:root {
  --dash-bg: #050608;
  --dash-surface: rgba(10, 15, 20, 0.92);
  --dash-surface-2: rgba(12, 18, 24, 0.92);
  --dash-border: rgba(25, 212, 216, 0.35);
  --dash-border-strong: rgba(25, 212, 216, 0.6);
  --dash-text: #eef6f8;
  --dash-muted: #a2b2bc;
  --dash-muted-2: #7b8993;
  --dash-accent: #19d4d8;
  --dash-accent-strong: #23e7ec;
  --dash-accent-soft: rgba(25, 212, 216, 0.16);
}

.beta-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.15rem 0.5rem;
    border: 1px solid var(--dash-border);
    border-radius: 999px;
    color: var(--dash-accent);
    background: var(--dash-accent-soft);
    vertical-align: middle;
    margin-left: 0.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* Header */
header {
  background-color: #000000;
  color: white;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.logo img {
  height: 60px;
}

nav ul {
  display: flex;
  gap: 2rem;
}

nav a {
  color: white;
  font-weight: 500;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--dash-accent);
}

/* Hero section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: white;
  text-align: left;
  padding: 2rem;
  padding-top: 6rem;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  max-width: 1000px;
  z-index: 2;
  position: relative;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  line-height: 1.8;
  max-width: 700px;
}

.cta-button {
  display: inline-block;
  background-color: transparent;
  color: var(--dash-accent);
  border: 2px solid var(--dash-accent);
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.cta-button:hover {
  background-color: var(--dash-accent);
  color: #000000;
}

.mascot {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 150px;
  height: auto;
}

/* Sections */
section {
  padding: 5rem 2rem;
  margin: 0 auto;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Developers section */
.developers {
  background-color: #000000;
}

.developers-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}

/* Evaluators section */
.evaluators {
  background-color: #000000;
}

.evaluators-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}

/* Feature list — used in both sections */
.feature-list {
  flex: 1;
}

.feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('images/paegents-mascot-head.png');
  background-size: cover;
  background-position: center;
}

.feature-list li strong {
  color: var(--dash-accent);
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.feature-list li code {
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
  font-size: 0.9rem;
  color: var(--dash-accent-strong);
}

/* Image containers — dashboard-style cards */
.feature-image-container {
  background: var(--dash-surface);
  border: 1px solid rgba(0, 180, 216, 0.4);
  border-radius: 12px;
  padding: 0;
  width: 350px;
  height: 250px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 180, 216, 0.25), 0 12px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.feature-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Identity & compliance section (homepage) */
.identity-compliance {
  background:
    radial-gradient(1200px 520px at 18% -10%, rgba(25, 212, 216, 0.1), transparent 60%),
    radial-gradient(900px 420px at 92% -6%, rgba(25, 212, 216, 0.08), transparent 58%),
    #000000;
}

/* How it works section */
.how-it-works {
  background-color: #000000;
}

.how-it-works-content {
  max-width: 800px;
  margin: 0 auto;
}

/* Legacy section styles (about, solution pages) */
.about {
  background-color: #000000;
}

.about ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}

.about ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/paegents-mascot-head.png');
  background-size: cover;
  background-position: center;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
}

p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card {
  background: #2d3436;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--dash-accent);
}

/* Contact Form */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #ffffff;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--dash-accent);
  box-shadow: 0 0 0 2px rgba(25, 212, 216, 0.2);
}

/* Contact Form - Dashboard Style */
.contact-section {
  background:
    radial-gradient(1200px 520px at 18% -10%, rgba(25, 212, 216, 0.12), transparent 60%),
    radial-gradient(900px 420px at 92% -6%, rgba(25, 212, 216, 0.08), transparent 58%),
    var(--dash-bg);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(125deg, rgba(25, 212, 216, 0.12) 1px, transparent 1px),
    linear-gradient(305deg, rgba(25, 212, 216, 0.08) 1px, transparent 1px);
  background-size: 220px 220px, 260px 260px;
  opacity: 0.35;
  pointer-events: none;
}

.contact-section h2,
.contact-section p {
  position: relative;
  z-index: 1;
}

.contact-form-dashboard {
  font-family: "Space Grotesk", "Avenir Next", "Avenir", "Segoe UI", sans-serif;
  max-width: 600px;
  margin: 0 auto;
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 0 0 1px var(--dash-border), 0 18px 40px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-dashboard .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.contact-form-dashboard label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--dash-text);
  font-size: 0.875rem;
}

.contact-form-dashboard input,
.contact-form-dashboard textarea,
.contact-form-dashboard select {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: rgba(9, 14, 18, 0.9);
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  color: var(--dash-text);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form-dashboard input::placeholder,
.contact-form-dashboard textarea::placeholder {
  color: var(--dash-muted-2);
}

.contact-form-dashboard input:focus,
.contact-form-dashboard textarea:focus,
.contact-form-dashboard select:focus {
  outline: none;
  border-color: var(--dash-accent);
  box-shadow: 0 0 0 1px var(--dash-accent), 0 0 18px rgba(25, 212, 216, 0.2);
}

.contact-form-dashboard select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2319d4d8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem;
  padding-right: 2.5rem;
}

.contact-form-dashboard select option {
  background-color: #0a0e12;
  color: var(--dash-text);
}

.contact-form-dashboard .submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: linear-gradient(120deg, rgba(25, 212, 216, 0.2), rgba(25, 212, 216, 0.05));
  border: 1px solid var(--dash-border-strong);
  border-radius: 8px;
  color: var(--dash-text);
  font-weight: 600;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 18px rgba(25, 212, 216, 0.2);
}

.contact-form-dashboard .submit-btn:hover {
  background: rgba(25, 212, 216, 0.22);
  box-shadow: 0 0 24px rgba(25, 212, 216, 0.35);
}

/* Solution page */
.solution-hero .hero-content {
  max-width: 980px;
}

.solution-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cta-button-ghost {
  border-color: rgba(238, 246, 248, 0.65);
  color: #eef6f8;
}

.cta-button-ghost:hover {
  background: rgba(238, 246, 248, 0.12);
  color: #eef6f8;
}

.solution-section {
  background: #000000;
}

.solution-security {
  background:
    radial-gradient(1200px 520px at 18% -10%, rgba(25, 212, 216, 0.1), transparent 60%),
    radial-gradient(900px 420px at 92% -6%, rgba(25, 212, 216, 0.08), transparent 58%),
    #000000;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}

.solution-card {
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  padding: 1.4rem;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.2), 0 14px 30px rgba(0, 0, 0, 0.4);
}

.solution-card h3 {
  color: var(--dash-accent);
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
}

.solution-card p {
  margin-bottom: 0;
  color: var(--dash-text);
}

.solution-intro {
  text-align: center;
  color: var(--dash-muted);
  max-width: 760px;
  margin: 0 auto 1.6rem;
}

.pricing-intro {
  margin-bottom: 1.35rem;
}

.solution-pricing-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--dash-surface);
  border: 1px solid var(--dash-border-strong);
  border-radius: 14px;
  padding: 2rem 2.5rem;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.2), 0 14px 30px rgba(0, 0, 0, 0.4);
}

.solution-pricing-callout-text h3 {
  color: var(--dash-accent-strong);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.solution-pricing-callout-text p {
  color: var(--dash-muted);
  font-size: 0.97rem;
  margin-bottom: 0;
  max-width: 540px;
}

@media (max-width: 768px) {
  .solution-pricing-callout {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pricing-table-wrap {
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.2), 0 14px 30px rgba(0, 0, 0, 0.4);
}

.pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pricing-table thead {
  background: linear-gradient(180deg, rgba(25, 212, 216, 0.16), rgba(25, 212, 216, 0.06));
}

.pricing-table th,
.pricing-table td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(132, 157, 166, 0.18);
}

.pricing-table th {
  color: var(--dash-accent);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.pricing-table td {
  color: var(--dash-text);
  vertical-align: top;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-table tbody tr:hover {
  background: rgba(25, 212, 216, 0.05);
}

.markitecture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}

.markitecture-card {
  background: linear-gradient(145deg, rgba(9, 14, 18, 0.95), rgba(13, 21, 26, 0.95));
  border: 1px solid var(--dash-border-strong);
  border-radius: 14px;
  padding: 1.35rem;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.25), 0 18px 34px rgba(0, 0, 0, 0.45);
}

.markitecture-card h3 {
  color: var(--dash-accent-strong);
  margin-bottom: 0.6rem;
}

.markitecture-card p {
  margin-bottom: 0.8rem;
}

.markitecture-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5rem;
  color: var(--dash-muted);
}

.markitecture-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dash-accent);
  box-shadow: 0 0 12px rgba(25, 212, 216, 0.7);
}

.workflow-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  color: var(--dash-accent-strong);
  font-size: 1.4rem;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.workflow-step-card {
  background: rgba(8, 14, 18, 0.95);
  border: 1px solid rgba(25, 212, 216, 0.4);
  border-radius: 12px;
  padding: 1rem;
}

.workflow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--dash-border-strong);
  color: var(--dash-accent-strong);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.workflow-step-card h4 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
  color: var(--dash-text);
}

.workflow-step-card p {
  margin-bottom: 0;
  color: var(--dash-muted);
  font-size: 0.98rem;
}

.data-sequence {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.7rem;
}

.data-seq-row {
  display: grid;
  grid-template-columns: 56px 1.2fr 1.4fr 1.6fr 1.3fr;
  gap: 0.55rem;
  align-items: stretch;
}

.data-seq-step,
.data-seq-map,
.data-seq-detail {
  border: 1px solid rgba(25, 212, 216, 0.33);
  border-radius: 10px;
  background: linear-gradient(140deg, rgba(8, 13, 17, 0.95), rgba(11, 19, 25, 0.95));
  padding: 0.65rem 0.7rem;
}

.data-seq-step {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--dash-accent-strong);
  font-size: 1rem;
}

.data-seq-map {
  color: var(--dash-text);
  font-size: 0.9rem;
}

.data-seq-map strong {
  color: var(--dash-accent);
}

.data-seq-detail {
  color: var(--dash-muted);
  font-size: 0.88rem;
}

.data-seq-detail.human-action {
  border-color: rgba(255, 184, 77, 0.75);
}

.data-seq-detail.agent-action {
  border-color: rgba(25, 212, 216, 0.7);
}

.data-seq-detail.platform-action {
  border-color: rgba(142, 152, 255, 0.7);
}

.data-key {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.data-key-item {
  border: 1px solid rgba(25, 212, 216, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(10, 16, 22, 0.9);
}

.data-key-item.human-action {
  color: #ffe2b0;
  border-color: rgba(255, 184, 77, 0.75);
}

.data-key-item.agent-action {
  color: #bcf6ff;
  border-color: rgba(25, 212, 216, 0.7);
}

.data-key-item.platform-action {
  color: #d2d6ff;
  border-color: rgba(142, 152, 255, 0.7);
}

/* Pricing page */
.pricing-hero {
  padding: 10rem 2rem 6rem;
  background:
    radial-gradient(1400px 600px at 50% -15%, rgba(25, 212, 216, 0.12), transparent 60%),
    #000000;
  text-align: center;
}

.pricing-hero-inner {
  max-width: 800px;
}

.pricing-hero-badge {
  display: inline-block;
  border: 1px solid var(--dash-border-strong);
  border-radius: 999px;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--dash-accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  background: var(--dash-accent-soft);
}

.pricing-hero h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.pricing-hero-sub {
  font-size: 1.15rem;
  color: var(--dash-muted);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

.pricing-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.pricing-footnote {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--dash-muted-2);
  text-align: center;
}

.pricing-rails-section {
  background: #000000;
}

.pricing-included-section {
  background: #000000;
}

.pricing-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.pricing-included-col {
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.15), 0 14px 30px rgba(0, 0, 0, 0.4);
}

.pricing-included-heading {
  color: var(--dash-accent-strong);
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  text-align: left;
}

.pricing-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--dash-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.pricing-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dash-accent);
  box-shadow: 0 0 8px rgba(25, 212, 216, 0.6);
}

.pricing-rail-card {
  display: flex;
  flex-direction: column;
}

.pricing-rail-card p {
  flex: 1;
  font-size: 0.97rem;
  color: var(--dash-muted);
}

.rail-fee-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--dash-border);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--dash-accent);
}

.rail-name {
  display: block;
  font-weight: 600;
  color: var(--dash-text);
  margin-bottom: 0.25rem;
}

.rail-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--dash-accent);
  background: var(--dash-accent-soft);
  border: 1px solid rgba(25, 212, 216, 0.35);
  border-radius: 4px;
  padding: 0.1rem 0.4rem;
  text-transform: uppercase;
}

.pricing-rails-detail-section {
  background:
    radial-gradient(1200px 520px at 18% -10%, rgba(25, 212, 216, 0.1), transparent 60%),
    radial-gradient(900px 420px at 92% -6%, rgba(25, 212, 216, 0.08), transparent 58%),
    #000000;
}

.pricing-faq-section {
  background: #000000;
}

.pricing-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.pricing-faq-item {
  background: var(--dash-surface);
  border: 1px solid var(--dash-border);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 0 0 1px rgba(25, 212, 216, 0.12), 0 10px 24px rgba(0, 0, 0, 0.35);
}

.pricing-faq-item h4 {
  color: var(--dash-accent-strong);
  font-size: 1rem;
  margin-bottom: 0.65rem;
  font-weight: 600;
}

.pricing-faq-item p {
  color: var(--dash-muted);
  font-size: 0.94rem;
  margin-bottom: 0;
  line-height: 1.7;
}

.pricing-faq-link {
  color: var(--dash-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pricing-cta-section {
  background: #000000;
}

.pricing-cta-inner {
  text-align: center;
}

@media (max-width: 768px) {
  .pricing-hero h1 {
    font-size: 2.2rem;
  }

  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }

  .pricing-included-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer */
footer {
  background-color: #000000;
  color: white;
  text-align: center;
  padding: 2rem;
}

footer p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.footer-links {
  font-size: 0.85rem !important;
}

.footer-links a {
  color: var(--dash-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--dash-accent);
}

/* Legal page */
.legal-page-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  color: var(--dash-accent);
  text-align: left;
}

.legal-page-content h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: var(--dash-text);
}

.legal-page-content p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--dash-muted);
  margin-bottom: 0.75rem;
}

ul.legal-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul.legal-list li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--dash-muted);
  margin-bottom: 0.35rem;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    gap: 1rem;
  }

  nav ul {
    gap: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .mascot {
    width: 120px;
  }

  section {
    padding: 3rem 1rem;
  }

  .developers-content {
    flex-direction: column;
  }

  .evaluators-content {
    flex-direction: column;
  }

  .feature-image-container {
    max-width: 100%;
    min-width: unset;
  }

  .solution-hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .data-seq-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .pricing-table {
    min-width: 640px;
  }
}
