/* ============================
   Company Page
   ============================ */

.nav-link.active { color: var(--text-primary); }

/* Hero */
.co-hero {
  padding: 150px 24px 40px;
  max-width: 760px;
  margin: 0 auto;
}
.co-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.co-headline {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 20px;
}
.co-subhead {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 620px;
}

/* Office Photo */
.co-photo-section {
  padding: 40px 24px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.co-photo-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: none;
}
.co-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 480px;
}

/* Two-column sections */
.co-section {
  padding: 60px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.co-two-col {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
}
.co-col-label h2 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  position: sticky;
  top: 80px;
}
.co-body-lg {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.co-body {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 12px;
}
.co-body:last-child { margin-bottom: 0; }
.co-investor-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  transition: color 0.2s, border-color 0.2s;
}
.co-investor-link:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}

/* Numbers */
.co-numbers-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.co-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.co-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  background: rgba(255,255,255,0.02);
  border: none;
  border-radius: 12px;
}
.co-stat-num {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}
.co-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.4;
}

/* Customer Photo */
.co-customer-photo-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.co-customer-photo-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.co-customer-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: none;
  object-fit: cover;
  max-height: 440px;
}
.co-customer-caption {
  display: flex;
  gap: 32px;
  padding: 16px 4px 0;
}
.co-customer-name {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.co-customer-name strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  display: block;
  margin-bottom: 1px;
}
.co-customer-name span {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

/* Founders */
.co-founders-section {
  padding-top: 20px;
}
.co-founders-photo-wrap {
  max-width: 640px;
  margin: 0 auto;
}
.co-founders-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: none;
  object-fit: cover;
  max-height: 420px;
}
.co-founders-caption {
  display: flex;
  gap: 32px;
  padding: 16px 4px 0;
}
.co-founder-name {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.co-founder-name strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  display: block;
  margin-bottom: 1px;
}
.co-founder-name span {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
}

/* Values */
.co-values-section {
  padding-top: 40px;
}
.co-values-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 28px;
}
.co-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.co-value {
  padding: 28px;
  background: rgba(255,255,255,0.02);
  border: none;
  border-radius: 12px;
  transition: border-color 0.3s;
}
.co-value:hover {
  border-color: rgba(255,255,255,0.12);
}
.co-value h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
}
.co-value p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/* Newsroom */
.co-news-section {
  padding-top: 40px;
}
.co-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.co-news-card {
  padding: 24px;
  background: rgba(255,255,255,0.02);
  border: none;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.3s;
}
.co-news-card:hover {
  border-color: rgba(255,255,255,0.14);
}
.co-news-tag {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.3);
}
.co-news-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}
.co-news-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
}

/* Careers CTA */
.co-careers-cta {
  padding: 80px 24px 100px;
  text-align: center;
}
.co-careers-inner {
  max-width: 500px;
  margin: 0 auto;
}
.co-careers-cta h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 12px;
}
.co-careers-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-bottom: 28px;
}
.co-careers-btns {
  display: flex;
  justify-content: center;
}
/* Reuse pricing CTA styles */
.pr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}
.pr-cta span { transition: transform 0.2s; }
.pr-cta:hover span { transform: translateX(2px); }
.pr-cta-solid {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #0c130f;
}
.pr-cta-solid:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 768px) {
  .co-hero { padding: 115px 16px 30px; }
  .co-headline { font-size: clamp(26px, 7vw, 36px); }
  .co-headline br { display: none; }
  .co-subhead { font-size: 15px; }
  .co-two-col {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .co-col-label h2 {
    position: static;
  }
  .co-numbers { grid-template-columns: 1fr 1fr; }
  .co-founders-caption { gap: 20px; }
  .co-values-grid { grid-template-columns: 1fr; }
  .co-news-grid { grid-template-columns: 1fr; }
  .co-photo { max-height: 300px; }
  .co-section { padding: 40px 16px; }
}

@media (max-width: 480px) {
  .co-hero { padding: 100px 14px 24px; }
  .co-numbers { grid-template-columns: 1fr 1fr; gap: 10px; }
  .co-stat { padding: 18px 16px; }
  .co-stat-num { font-size: 24px; }
  .co-founders-caption { flex-direction: column; gap: 8px; }
  .co-body-lg { font-size: 17px; }
  .co-careers-cta { padding: 60px 14px 80px; }
}
