/* Base */
  .announcement-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .announcement-copy {
    display: block;
  }

*,
*::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;
  color: #10222F;
  background-color: #ffffff;
  line-height: 1.6;
}

/* Layout helpers */

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 4.5rem 0;
}

.section-muted {
  background-color: #F5F7FA;
}

.section-accent {
  background: #23525c;
  color: #ffffff;
}

/* Typography */

h1, h2, h3, h4 {
  margin: 0 0 0.75rem;
  font-weight: 600;
  color: #10222F;
}

h1 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.2;
}

h1 span {
  white-space: nowrap;
}

h2 {
  font-size: clamp(1.75rem, 2.3vw, 2.1rem);
}

h3 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 1rem;
}

.section-intro {
  max-width: 900px;
  margin-bottom: 2rem;
}

.section-intro.light {
  color: #E5EEF4;
}

.small {
  font-size: 0.9rem;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: #7B8A97;
  margin-bottom: 0.5rem;
}

.eyebrow.light {
  color: #C7D6E2;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
  white-space: nowrap;
}

.btn-primary {
  background: #23525c;
  color: #ffffff;
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1F5565;
  border-color: #CBD5DF;
}

.btn-secondary:hover {
  background-color: #ffffff;
}

.btn-full {
  width: 100%;
}

.btn-nav {
  margin-left: 1rem;
}

/* Announcement / Early Access banner */

.announcement-bar {
  background: #23525c;
  color: #f5fbff;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

.announcement-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.announcement-link:hover {
  background: rgba(255, 255, 255, 0.03);
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.announcement-text {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.announcement-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.announcement-copy {
  opacity: 0.9;
  max-width: 52rem;
}

.btn-sm {
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #f5fbff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #f5fbff;
}
/* Header & Nav */

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #E2E8F0;
  padding: 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.logo img {
  height: 80px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.main-nav a {
  text-decoration: none;
  color: #3B4E5E;
  font-weight: 400;
}

.main-nav a:hover {
  color: #1F5565;
}

/* Mobile nav toggle */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.25rem;
  margin-left: 0.75rem;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #10222F;
  margin: 4px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */

.hero {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: 3rem;
  align-items: center;
}

.hero-subtitle {
  margin-bottom: 1.5rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.hero-personas {
  margin-top: 0.5rem;
}

.hero-personas-wrapper {
  background-color: #23525c;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 0.5rem;
}

.hero-personas-wrapper .personas-label {
  color: #E5EEF4;
}

.hero-personas-wrapper .persona-card {
  background-color: #f8b24d;
  border: 1px solid #f8b24d;
  color: #1a1a1a;
}

.hero-personas-wrapper .persona-card h3,
.hero-personas-wrapper .persona-card p {
  color: #1a1a1a;
}

.hero-personas-wrapper .persona-link {
  color: #2d2d2d;
  font-weight: 600;
}

.hero-personas-wrapper .persona-card:hover {
  background-color: #f0a839;
  border-color: #e89c2f;
  box-shadow: 0 10px 24px rgba(248, 178, 77, 0.3);
}

.personas-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6B7A88;
  margin-bottom: 0.5rem;
}

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

.persona-card {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid #E2E8F0;
  background-color: #FFFFFF;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s ease, transform 0.1s ease, border-color 0.15s ease;
}

.persona-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.persona-card p {
  font-size: 0.87rem;
  margin-bottom: 0.35rem;
}

.persona-link {
  font-size: 0.85rem;
  color: #1F5565;
  font-weight: 500;
}

.persona-card:hover {
  border-color: #CBD5DF;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  border-radius: 1.2rem;
  padding: 1.5rem 1.4rem;
  background: #23525c;
  color: #ffffff;
  max-width: 360px;
  box-shadow: 0 18px 45px rgba(4, 12, 24, 0.22);
}

.hero-card-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}

.hero-workflow {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.hero-workflow li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
}

.hero-workflow li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1F2937;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.hero-card-note {
  font-size: 0.83rem;
  opacity: 0.9;
}



/* Trust section */

.trust-content {
  text-align: center;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.logo-placeholder {
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: 1px dashed #CBD5DF;
  font-size: 0.85rem;
  color: #64748B;
}

/* Two-column */

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 2.5rem;
  align-items: flex-start;
}

/* Problem */

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

.problem-card {
  background-color: #F9FAFB;
  border-radius: 0.9rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid #E5E7EB;
}

.problem-card h3 {
  font-size: 1rem;
}

.problem-card ul {
  padding-left: 1.1rem;
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
}

/* Grid helpers */

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

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

.features-overview {
  margin-top: 2rem;
}

/* Cards */

.card {
  background-color: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid #E2E8F0;
  padding: 1.25rem 1.3rem;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.04);
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin: -1.25rem -1.3rem 1rem -1.3rem;
  display: block;
}

/* Methodology */

.methodology-grid {
  margin-top: 2rem;
}

/* Workflow */

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.workflow-step {
  background-color: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid #E2E8F0;
  padding: 1.2rem;
  font-size: 0.92rem;
}

/* Analytics */

.analytics-panel {
  border-radius: 0.9rem;
  background-color: #0B1721;
  color: #E5EEF4;
  padding: 1.4rem 1.5rem;
}

.analytics-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  opacity: 0.7;
  margin-bottom: 0.75rem;
}

.analytics-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
}

.analytics-list li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.analytics-list li span {
  font-weight: 600;
  font-size: 1.05rem;
  color: #FACC6B;
}

.analytics-note {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Use cases & testimonials */

.testimonials {
  margin-top: 2rem;
}

.testimonial {
  border-left: 3px solid #1F5565;
  padding-left: 1.25rem;
}

.quote {
  font-style: italic;
}

.attribution {
  font-size: 0.9rem;
  color: #4B5563;
}

/* FAQ */

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.faq-item {
  background-color: #F9FAFB;
  border-radius: 0.9rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #E5E7EB;
  font-size: 0.93rem;
}

/* Demo */

.demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.2fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.demo-form {
  background-color: rgba(15, 23, 42, 0.45);
  border-radius: 1rem;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.demo-form label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
  color: #E5EEF4;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border-radius: 0.6rem;
  border: 1px solid #4B5563;
  background-color: rgba(15, 23, 42, 0.9);
  color: #F9FAFB;
  font-family: inherit;
  font-size: 0.9rem;
}

.demo-form input::placeholder,
.demo-form textarea::placeholder {
  color: #9CA3AF;
}

.demo-form .form-row {
  margin-bottom: 0.9rem;
}

.form-footnote {
  font-size: 0.82rem;
  margin-top: 0.6rem;
  color: #D1D5DB;
}

/* Founders preview */

.founders-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  gap: 2rem;
  align-items: flex-start;
}

.founders-link {
  text-decoration: none;
  color: #1F5565;
  font-weight: 500;
}

.founders-link:hover {
  text-decoration: underline;
}

/* Footer */

.site-footer {
  background-color: #0F172A;
  color: #E5E7EB;
  padding-top: 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-brand img {
  height: 80px;
  margin-bottom: 0.75rem;
}

.footer-brand p {
  font-size: 0.88rem;
  color: #CBD5F5;
}

.footer-links h4 {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #E5E7EB;
}

.footer-links a {
  display: block;
  text-decoration: none;
  font-size: 0.86rem;
  color: #9CA3AF;
  margin-bottom: 0.35rem;
}

.footer-links a:hover {
  color: #F9FAFB;
}

.footer-bottom {
  border-top: 1px solid #1F2937;
  padding: 0.75rem 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #9CA3AF;
}

/* Hide on scroll - mobile */

.site-header.hide-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.site-header.show-header {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
/* Responsive */

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-visual {
    order: -1;
    justify-content: flex-start;
  }

  .two-column,
  .workflow-grid,
  .grid-3,
  .demo-grid,
  .footer-grid,
  .faq-list,
  .problem-columns,
  .founders-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .workflow-grid {
    gap: 1rem;
  }

  .demo-form {
    margin-top: 1.25rem;
  }

  .btn-nav {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-header.nav-open .main-nav {
    display: flex;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0.75rem 1.5rem 1rem;
    border-bottom: 1px solid #E2E8F0;
  }

  .site-header.nav-open .btn-nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 4.25rem;
  }

  .personas-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding: 3.25rem 0;
  }

  .site-footer {
    padding-top: 2rem;
  }
}






/* FAQ Section Styles */
.faq-item {
  margin-bottom: 1rem;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq-toggle {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #23525c;
  transition: background-color 0.3s ease;
}

.faq-toggle:hover {
  background-color: #f0f3f5;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  background-color: #23525c;
  color: #ffffff;
}

.faq-item.active .faq-toggle .faq-icon {
  color: #ffffff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-content {
  max-height: 500px;
}

.faq-content p {
  padding: 1.5rem;
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}
