/* About + Contact shared pages */
.ac-hero-meta {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #7dd3fc;
}

.ac-hero-brand {
  margin: 0 0 1rem;
}

/* Same icon + wordmark as site header, scaled for the page hero */
.ac-logo.ts-logo--header {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  height: auto;
  max-width: min(360px, 92vw);
}

.ac-logo .ts-logo__icon,
.ac-logo .ts-logo__icon img {
  width: 56px;
  height: 56px;
}

.ac-logo .ts-logo__wordmark {
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  letter-spacing: -0.03em;
}

.ac-logo .ts-logo__sphere {
  color: #f0f9ff;
}

.ac-page {
  padding-top: 2rem;
}

.ac-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 2.25rem;
}

.ac-stat {
  padding: 1rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(120px 60px at 20% 0%, rgba(0, 174, 239, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.02);
  text-align: center;
}

.ac-stat strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f8fafc;
  line-height: 1.1;
}

.ac-stat span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
}

.ac-intro-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  align-items: stretch;
}

.ac-prose,
.ac-founder-card,
.ac-standards,
.ac-aside-card,
.ac-form,
.ac-cta-band,
.ac-success {
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.ac-prose {
  padding: 1.35rem 1.4rem;
}

.ac-prose h2,
.ac-section-title,
.ac-standards h2,
.ac-aside-card h2,
.ac-cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}

.ac-prose p {
  margin: 0 0 0.85rem;
  color: #94a3b8;
  line-height: 1.65;
}

.ac-prose p:last-child {
  margin-bottom: 0;
}

.ac-founder-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.25rem 1.3rem;
  background:
    radial-gradient(320px 140px at 100% 0%, rgba(0, 174, 239, 0.14), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.ac-founder-photo-wrap {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(125, 211, 252, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.ac-founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ac-founder-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.ac-founder-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #f8fafc;
}

.ac-founder-card p {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.55;
}

.ac-founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ac-section-title {
  margin-bottom: 1rem;
}

.ac-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.ac-pillar {
  padding: 1.1rem 1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(165deg, rgba(8, 12, 22, 0.9), rgba(15, 23, 42, 0.55));
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ac-pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 174, 239, 0.4);
}

.ac-pillar-icon,
.ac-topic-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
}

.ac-pillar-icon svg,
.ac-topic-icon svg {
  width: 44px;
  height: 44px;
}

.ac-pillar h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  color: #e2e8f0;
}

.ac-pillar p {
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
  line-height: 1.55;
}

.ac-standards {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
  padding: 1.35rem 1.4rem;
  margin-bottom: 1.75rem;
}

.ac-standards > div > p {
  margin: 0 0 0.85rem;
  color: #94a3b8;
  line-height: 1.65;
}

.ac-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.ac-check-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ac-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.ac-quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(0, 174, 239, 0.06);
  border: 1px solid rgba(0, 174, 239, 0.18);
}

.ac-quick-links h3 {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.ac-quick-links a,
.ac-aside-links a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.ac-quick-links a:hover,
.ac-aside-links a:hover {
  color: #7dd3fc;
}

.ac-cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  background:
    radial-gradient(500px 120px at 0% 50%, rgba(0, 174, 239, 0.16), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.ac-cta-band p {
  margin: 0;
  color: #94a3b8;
  max-width: 36rem;
  line-height: 1.55;
}

.ac-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Contact */
.ac-success {
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.08);
}

.ac-success strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #86efac;
}

.ac-success p {
  margin: 0;
  color: #cbd5e1;
}

.ac-contact-layout {
  display: grid;
  grid-template-columns: 1.55fr 0.9fr;
  gap: 1.35rem;
  align-items: start;
}

.ac-form-lead {
  margin: -0.35rem 0 1.15rem;
  color: #94a3b8;
  line-height: 1.55;
}

.ac-form {
  padding: 1.25rem 1.3rem 1.4rem;
}

.ac-topic-fieldset {
  border: 0;
  margin: 0 0 1.15rem;
  padding: 0;
}

.ac-topic-fieldset legend {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

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

.ac-topic-option {
  cursor: pointer;
}

.ac-topic-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ac-topic-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.45);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ac-topic-option input:checked + .ac-topic-card,
.ac-topic-option:hover .ac-topic-card {
  border-color: rgba(0, 174, 239, 0.5);
  background: rgba(0, 174, 239, 0.08);
}

.ac-topic-card strong {
  color: #f1f5f9;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

.ac-topic-card small {
  color: #94a3b8;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ac-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.ac-field {
  margin-bottom: 0.95rem;
}

.ac-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #cbd5e1;
}

.ac-field input,
.ac-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(2, 6, 23, 0.55);
  color: #f8fafc;
  font: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ac-field input:focus,
.ac-field textarea:focus {
  outline: none;
  border-color: rgba(0, 174, 239, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.15);
}

.ac-field-error {
  display: block;
  margin-top: 0.35rem;
  color: #fca5a5;
  font-size: 0.78rem;
}

.ac-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.ac-form-note {
  margin: 0;
  font-size: 0.8rem;
  color: #64748b;
  max-width: 22rem;
  line-height: 1.4;
}

.ac-contact-aside {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.ac-aside-card {
  padding: 1.1rem 1.15rem;
}

.ac-aside-card p {
  margin: 0 0 0.55rem;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
}

.ac-aside-email {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #7dd3fc;
  text-decoration: none;
  word-break: break-word;
}

.ac-aside-email:hover {
  text-decoration: underline;
  color: #bae6fd;
}

.ac-contact-channels {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ac-contact-channels li {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.35);
}

.ac-channel-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.ac-channel-value {
  color: #e2e8f0 !important;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1.35;
  word-break: break-word;
}

.ac-channel-value:hover,
.ac-channel-value:visited {
  color: #7dd3fc !important;
  text-decoration: underline;
}

.ac-owner-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: rgba(14, 165, 233, 0.07);
}

.ac-owner-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(125, 211, 252, 0.35);
  flex-shrink: 0;
}

.ac-owner-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.ac-owner-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.ac-owner-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: #f1f5f9;
  text-decoration: none;
  line-height: 1.25;
}

.ac-owner-name:hover {
  color: #7dd3fc;
}

.ac-owner-role {
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
}

.ac-response-time {
  font-size: 1.15rem !important;
  color: #e2e8f0 !important;
}

.ac-response-time strong {
  color: #7dd3fc;
  font-size: 1.35rem;
}

.ac-aside-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ac-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 0.45rem;
  border-radius: 12px;
  border: 1px solid rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ac-wa-btn:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.22);
  border-color: rgba(37, 211, 102, 0.7);
  color: #86efac;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.18);
}

.ac-wa-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.35);
}

.ac-wa-btn svg {
  display: block;
}

@media (max-width: 980px) {
  .ac-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ac-intro-grid,
  .ac-standards,
  .ac-contact-layout,
  .ac-pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ac-stats,
  .ac-pillars,
  .ac-topic-grid,
  .ac-form-row {
    grid-template-columns: 1fr;
  }

  .ac-founder-card {
    grid-template-columns: 1fr;
  }
}
