/* Inner marketing pages — matches Vibe Force dark/orange system */
.vf-page main .container {
  text-align: center;
}

.page-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.page-hero .container {
  text-align: center;
}

.page-hero__title {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 28ch;
  margin: 0 auto 1rem;
  text-wrap: balance;
}

.page-hero__title .accent {
  color: var(--cta);
}

.page-hero__lead {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.page-hero .btn-cta--lg {
  box-shadow: 0 4px 24px rgba(249, 115, 22, 0.35);
}

.page-hero .btn-cta--lg:hover {
  box-shadow: 0 6px 28px rgba(249, 115, 22, 0.45);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a:hover {
  color: var(--sf-blue-bright);
}

.breadcrumb [aria-current="page"] {
  color: var(--text);
}

.page-section {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--border);
}

.page-section__header {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.page-section__header .section-label {
  display: block;
}

.page-section__title {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 auto 0.75rem;
  text-wrap: balance;
}

.page-section__lead {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 40rem;
  margin: 0 auto;
}

.page-section__lead + .page-section__lead {
  margin-top: 1rem;
}

.page-intro-card {
  max-width: 44rem;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(249, 115, 22, 0.08) 0%,
    var(--surface) 100%
  );
  border: 1px solid rgba(249, 115, 22, 0.35);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.08);
  text-align: center;
}

.page-intro-card p {
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.page-intro-note {
  max-width: 36rem;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.page-intro-actions {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.page-intro-actions .btn-cta--lg {
  box-shadow: 0 4px 28px rgba(249, 115, 22, 0.4);
}

.page-box-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 40rem) {
  .page-box-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 52rem) {
  .page-box-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-box {
  background: linear-gradient(160deg, #161a24 0%, var(--surface) 55%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--sf-blue);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-box:nth-child(even) {
  border-left-color: rgba(249, 115, 22, 0.85);
}

.page-box--spotlight {
  border-left-width: 4px;
  border-left-color: var(--cta);
  background: linear-gradient(
    160deg,
    rgba(249, 115, 22, 0.08) 0%,
    #161a24 40%,
    var(--surface) 100%
  );
  box-shadow: 0 8px 36px rgba(249, 115, 22, 0.12);
}

.page-box__label {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sf-blue-bright);
}

.page-box--spotlight .page-box__label {
  color: var(--cta);
}

.page-box__title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text);
}

.page-box__text {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  flex: 1;
}

.page-box__answer {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.55;
  margin: 0 0 0.5rem;
}

.page-links {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  color: var(--muted);
}

.page-links a {
  color: var(--sf-blue-bright);
  font-weight: 600;
}

.page-links a:hover {
  color: var(--cta);
}

.page-list {
  list-style: none;
  display: grid;
  gap: 0.5rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: left;
}

.page-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--sf-blue-bright);
}

.page-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 48rem) {
  .page-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.page-card--spotlight {
  border-color: rgba(249, 115, 22, 0.4);
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.08) 0%, var(--surface) 100%);
}

.page-card__eyebrow {
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sf-blue-bright);
}

.page-card--spotlight .page-card__eyebrow {
  color: var(--cta);
}

.page-card__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-card__text {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  flex: 1;
}

.page-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sf-blue-bright);
  margin-top: 0.25rem;
}

.page-card__link:hover {
  color: var(--text);
}

.page-cta {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--border);
  text-align: center;
}

.page-cta__title {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 700;
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  line-height: 1.35;
  text-wrap: balance;
}

.page-cta .container {
  text-align: center;
}

.page-cta .btn-cta--lg {
  box-shadow: 0 4px 24px rgba(249, 115, 22, 0.35);
}

.vf-page .footer__inner {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}

.vf-page .footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  font-size: 0.8125rem;
}

.vf-page .footer__links a:hover {
  color: var(--sf-blue-bright);
}

.contact-panel {
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
}

.contact-panel p {
  color: var(--muted);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.btn-outline:hover {
  border-color: var(--sf-blue-bright);
  background: var(--sf-blue-muted);
  color: #fff;
}

@media (max-width: 40rem) {
  .nav__links .nav__link--desktop {
    display: none;
  }

  .page-hero__actions .btn-cta,
  .page-hero__actions .btn-outline {
    width: 100%;
    max-width: 20rem;
  }
}

/* Blog */
.vf-page--blog main .container {
  text-align: left;
}

.vf-page--blog .page-hero .container {
  text-align: center;
}

.blog-list {
  max-width: 40rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  text-align: left;
  transition: border-color 0.2s;
}

.blog-card:hover {
  border-color: rgba(249, 115, 22, 0.35);
}

.blog-card__meta {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.blog-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.blog-card__title a {
  color: var(--text);
  text-decoration: none;
}

.blog-card__title a:hover {
  color: var(--cta);
}

.blog-card__excerpt {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.blog-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cta);
}

.blog-card__link:hover {
  color: var(--sf-blue-bright);
}

.blog-post__meta {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.blog-post__title {
  max-width: 36ch;
}

.blog-article {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
  border-top: 1px solid var(--border);
}

.blog-article__inner {
  max-width: 40rem;
  margin: 0 auto;
}

.blog-prose {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
}

.blog-prose p {
  margin: 0 0 1.25rem;
}

.blog-prose h2 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 2.25rem 0 1rem;
  color: var(--text);
}

.blog-prose h2:first-of-type {
  margin-top: 1.5rem;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.blog-author__photo-wrap {
  position: relative;
  flex-shrink: 0;
}

.blog-author__photo {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
}

.blog-author__linkedin {
  position: absolute;
  bottom: -0.15rem;
  right: -0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #0a66c2;
  border-radius: 50%;
  border: 2px solid var(--bg);
  color: #fff;
  transition: transform 0.2s, background 0.2s;
}

.blog-author__linkedin:hover {
  background: #004182;
  transform: scale(1.05);
}

.blog-author__linkedin-icon {
  width: 1rem;
  height: 1rem;
}

.blog-author__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  margin: 0 0 0.25rem;
}

.blog-author__title {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}

.blog-back {
  margin: 2rem 0 0;
  font-size: 0.875rem;
}

.blog-back a {
  color: var(--muted);
  font-weight: 500;
}

.blog-back a:hover {
  color: var(--cta);
}

@media (max-width: 40rem) {
  .blog-author {
    flex-direction: column;
    text-align: center;
  }
}
