/* Content additions use the live site's type, color and component styles. */
.logo { white-space: nowrap; }
.logo-byline { margin-left: 5px; padding-left: 13px; border-left: 1px solid #ffffff29; font-family: MiSans-Regular, sans-serif; font-size: 12px; line-height: 1.4; color: #a0a4ad; -webkit-text-fill-color: #a0a4ad; }
@media (max-width: 720px) {
  .logo-byline { margin-left: 2px; padding-left: 10px; font-size: 11px; }
}
.hero-cta-note { margin: 20px 0 0; font-size: 13px; color: var(--text-secondary); }
.hero-title { line-height: 1.15; }
.hero-title-line-dynamic { gap: .22em; }
.section-title, .section-desc, .card-title, .card-desc, .cta-title,
.tppoint-strengths p, .diagnosis-deliverables p, .faq-shell summary, .faq-shell details p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.tppoint-section, .diagnosis-section, .faq-section { padding: 96px 0; }
.tppoint-section { border-block: 1px solid rgba(255,255,255,.06); background: linear-gradient(140deg, #101319, #0a0b0e); }
.tppoint-shell, .diagnosis-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.tppoint-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.tppoint-intro .section-title { line-height: 1.35; margin-bottom: 24px; }
.tppoint-intro .section-desc { line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent-blue); font-size: 14px; margin-top: 24px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.tppoint-strengths article + article { margin-top: 26px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); }
.strength-label { font-size: 12px; color: var(--accent-blue); }
.tppoint-strengths h3 { margin: 8px 0; font-family: MiSans-Semibold, sans-serif; font-size: 21px; }
.tppoint-strengths p { margin: 0; color: var(--text-secondary); line-height: 1.8; }
.content-note { margin: 22px 0 0; color: #989898; font-size: 13px; line-height: 1.8; }
.content-note a { text-decoration: underline; text-underline-offset: 3px; }
.card .service-points { padding-left: 18px; margin: 24px 0 30px; color: #ccc; font-size: 14px; line-height: 1.9; }
.card > .text-link { margin-top: auto; }
.diagnosis-section { background: #101115; border-block: 1px solid rgba(255,255,255,.06); }
.diagnosis-shell > .content-note { text-align: center; }
.diagnosis-shell > button { display: flex; gap: 12px; margin: 26px auto 0; }
.question-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.question-pair > div { padding: 28px 32px; background: #ffffff04; border: 1px solid #ffffff14; border-radius: 18px; }
.question-pair > div:last-child { border-color: #4a9eff55; background: #4a9eff0c; }
.question-pair span { color: #aaa; font-size: 13px; }
.question-pair > div:last-child span { color: var(--accent-blue); }
.question-pair p { margin: 12px 0 0; font-size: 21px; font-family: MiSans-Semibold, sans-serif; }
.diagnosis-deliverables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 40px; }
.diagnosis-deliverables h3 { font-size: 18px; margin: 0 0 12px; }
.diagnosis-deliverables p { margin: 0; color: var(--text-secondary); font-size: 15px; }
.faq-shell { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.faq-shell details { border-bottom: 1px solid #ffffff19; }
.faq-shell details:first-of-type { border-top: 1px solid #ffffff19; }
.faq-shell summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; list-style: none; cursor: pointer; font-size: 18px; }
.faq-shell summary::-webkit-details-marker { display: none; }
.faq-shell summary::after { content: '+'; color: var(--accent-blue); font-size: 24px; }
.faq-shell details[open] summary::after { content: '−'; }
.faq-shell details p { margin: 0; padding: 0 40px 26px 0; color: var(--text-secondary); line-height: 1.9; }
.footer-brand p { max-width: 560px; color: #999; }
.footer-brand .company-info { margin-top: 22px; font-size: 13px; }
.footer-links a, .footer-bottom, .cta-subtext { color: #999; }
.email-modal { max-height: calc(100dvh - 40px); overflow-y: auto; }
.email-modal h2 { padding-right: 12px; }
.diagnosis-meta { margin: 24px 0; padding: 18px 0; border-block: 1px solid #ffffff14; }
.diagnosis-meta > div + div { margin-top: 14px; }
.diagnosis-meta dt { color: #999; font-size: 12px; margin-bottom: 4px; }
.diagnosis-meta dd { margin: 0; font-size: 14px; }
.email-modal .submit-btn { font-size: 16px; padding: 18px 20px; }
.email-modal .form-hint { color: #999; font-size: 12px; margin-top: 14px; }
.contact-options { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; font-size: 14px; color: var(--accent-blue); }
.email-modal .content-note { font-size: 12px; }
section[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--accent-blue); outline-offset: 5px; }
@media (max-width: 980px) {
  .tppoint-shell { grid-template-columns: 1fr; gap: 40px; }
  .diagnosis-deliverables { gap: 22px; }
}
@media (max-width: 720px) {
  .tppoint-section, .diagnosis-section, .faq-section { padding: 64px 0; }
  .tppoint-shell, .diagnosis-shell, .faq-shell { width: calc(100% - 32px); }
  .hero-title { font-size: clamp(32px, 9vw, 54px); }
  .hero-flip-word { min-width: 0; }
  .hero-title-line { white-space: nowrap; }
  .hero-subtitle { font-size: 16px; line-height: 1.8; }
  .hero-cta-note { max-width: 290px; font-size: 12px; }
  .tppoint-intro .section-title { font-size: 30px; }
  .question-pair, .diagnosis-deliverables { grid-template-columns: 1fr; }
  .question-pair > div { padding: 22px; }
  .question-pair p { font-size: 18px; }
  .diagnosis-deliverables article { border-bottom: 1px solid #ffffff14; padding-bottom: 22px; }
  .faq-shell summary { font-size: 16px; }
  .faq-shell details p { font-size: 15px; padding-right: 0; }
  .stat-value { font-size: 40px; }
  .stat-label { font-size: 15px; }
  .modal-backdrop { padding: 12px; }
  .email-modal { max-height: calc(100dvh - 24px); padding: 28px 22px; }
  .email-modal h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .floating, .success-flow-arrow i, .hero-flip-word.is-flipping .hero-flip-text { animation: none; }
  .card, .cta-btn, .submit-btn { transition: none; }
}
