/* styles/bonds.css */

.bonds-page {
  background: #FFFFFF;
}

/* Base structural classes */
.bonds-lead,
.bonds-home-visual,
.bonds-idea,
.bonds-agents,
.bonds-process,
.bonds-persona,
.bonds-journey {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ——— LEAD / HERO ——— */
.bonds-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
}

.bonds-lead__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1006px;
}

.bonds-kicker {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #11112D;
  margin: 0;
}

.bonds-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 80px; /* Scaled down slightly from 120px for better general fit, but can be media-queried */
  line-height: 1.2;
  color: #000000;
  margin: 0;
}

@media (min-width: 1024px) {
  .bonds-title {
    font-size: 120px;
  }
}

.bonds-chips {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.bonds-chip {
  padding: 8px 20px;
  border: 1px solid #A02C2B;
  border-radius: 1000px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

/* ——— HOME SCREEN VISUAL ——— */
.bonds-home-visual {
  padding: 0 20px 60px;
  display: flex;
  justify-content: center;
}

.bonds-home-card {
  width: 100%;
  max-width: 1248px;
  height: 60vw;
  max-height: 777px;
  background: #000000;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.bonds-img-placeholder {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

/* Section Common Headers */
.bonds-section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto 40px;
}

.bonds-section-kicker {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #797979;
  margin: 0;
}

.bonds-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #A12C2A;
  margin: 0;
}

.bonds-section-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  max-width: 1248px;
}

/* ——— THE IDEA ——— */
.bonds-idea {
  padding: 60px 20px;
}

.bonds-testimonials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bonds-testimonials {
    flex-direction: row;
  }
}

.bonds-testimonial {
  flex: 1;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.quote-icon {
  width: 16px;
  height: 16px;
  background: #9F2929;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/></svg>') no-repeat center / contain;
}

.bonds-testimonial p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/* ——— METRICS & AGENTS ——— */
.bonds-agents {
  padding: 60px 20px;
}

.bonds-agents-visual {
  width: 100%;
  max-width: 1248px;
  height: 500px;
  background: #f0f0f0;
  border-radius: 16px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonds-metrics {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bonds-metrics {
    flex-direction: row;
    justify-content: space-between;
  }
}

.bonds-metric {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  max-width: 297px;
}

.metric-bar {
  width: 5px;
  min-height: 40px;
  align-self: stretch;
  background: #A12C2A;
  flex-shrink: 0;
}

.bonds-metric p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}

/* ——— HOW WE GOT THERE ——— */
.bonds-process {
  padding: 60px 20px;
}

.bonds-process-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .bonds-process-cards {
    flex-direction: row;
  }
}

.bonds-process-card {
  flex: 1;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.st-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #9F2929;
  margin: 0 0 8px 0;
}

.bonds-process-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.bonds-process-card p:not(.st-num) {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.bonds-hands-visual {
  width: 100%;
  max-width: 1248px;
  height: 463px;
  background: #A12C2A;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ——— USER PERSONA ——— */
.bonds-persona {
  padding: 60px 20px;
}

.bonds-persona-card {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  border: 1px solid #797979;
  border-radius: 28px;
  overflow: hidden;
}

.persona-header {
  background: #8B1A1A;
  padding: 20px 40px;
}

.persona-header p {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.persona-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 1024px) {
  .persona-body {
    flex-direction: row;
  }
}

.persona-img {
  width: 197px;
  height: 319px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.persona-info-left,
.persona-info-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.persona-info-left h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  margin: 0;
}

.persona-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0 0 20px 0;
}

.persona-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #9F2929;
}

.persona-detail p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.emotion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emotion-tag {
  padding: 4px 21px;
  border: 1px solid #8B1A1A;
  border-radius: 25px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

/* ——— USER JOURNEY ——— */
.bonds-journey {
  padding: 60px 20px;
}

.bonds-journey-visual {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.bonds-journey-visual::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  width: 2px;
  background: #D3D3D3;
  z-index: 0;
}

.journey-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  z-index: 1;
}

.journey-num {
  width: 60px;
  height: 60px;
  background: #8B1A1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.journey-card {
  flex: 1;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 20px 32px;
}

.journey-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 0 0 8px 0;
}

.journey-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/* ——— SEVEN LENSES (AGENTS) ——— */
.bonds-lenses {
  padding: 60px 20px;
}

.bonds-lenses-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .bonds-lenses-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.lens-card {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 10px);
  background: #F6F6F6;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 280px;
}

@media (min-width: 1024px) {
  .lens-card {
    flex: 1 1 calc(25% - 20px);
    max-width: 289px;
  }
}

.lens-icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.lens-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lens-kicker {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9F2929;
}

.lens-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.lens-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin: 0;
  min-height: 45px;
}

.lens-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.lens-tag {
  padding: 4px 14px;
  border: 1px solid #8B1A1A;
  border-radius: 25px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #000000;
}

/* ——— THE PRODUCT ——— */
.bonds-product {
  padding: 60px 20px;
}

.live-demo-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 15px 24px;
  background: #8B1A1A;
  border-radius: 10000px;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  margin-top: 24px;
}

.bonds-product-visual {
  width: 100%;
  max-width: 1248px;
  height: 60vw;
  max-height: 642px;
  background: #f0f0f0;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ——— EVALUATIONS ——— */
.bonds-evals {
  padding: 60px 20px;
}

.eval-cards-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .eval-cards-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.eval-card {
  flex: 1;
  max-width: 389px;
  border: 1px solid #D5D3D3;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.eval-header {
  background: #8B1A1A;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.eval-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.eval-prompt {
  background: #FFE2E2;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
}

.eval-line {
  width: 5px;
  height: 72px;
  background: #A12C2A;
  flex-shrink: 0;
}

.eval-prompt p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.eval-metrics {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.eval-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.eval-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #9F2929;
}

.eval-metric p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

/* ——— LINKS ——— */
.bonds-links {
  padding: 60px 20px;
}

.bonds-links-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .bonds-links-cards {
    flex-direction: row;
    justify-content: space-between;
  }
}

.bonds-link-card {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #D7D6D6;
  border-radius: 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bonds-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.link-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.link-card-kicker {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9F2929;
}

.link-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.link-card-arrow {
  width: 16px;
  height: 16px;
  background: #8B1A1A;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Bonds Card Pop Hovers */
.bonds-testimonial,
.bonds-process-card,
.bonds-persona-card,
.journey-card,
.lens-card,
.eval-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, box-shadow;
}

.bonds-testimonial:hover,
.bonds-process-card:hover,
.bonds-persona-card:hover,
.journey-card:hover,
.lens-card:hover,
.eval-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
