/* SoundSenseAI redesign — styles for the inner pages (articles, careers,
   contact, thank-you, legal). The markup keeps the class names from the
   live site so the content can be carried over untouched; this file gives
   those classes the homepage's look. */

/* ---- inner page hero: same tinted panel, shorter ---- */
.panel.inner { padding: 56px 64px 52px; min-height: 380px; display: flex; align-items: flex-end; margin-top: 4px; }
.panel.inner .shell, .panel.inner .article-shell { max-width: 820px; }
.panel.inner .kicker, .panel.inner .article-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: 15.5px; font-weight: 500; color: var(--ink-2); }
.panel.inner .kicker::before, .panel.inner .article-kicker::before { content: ""; width: 22px; height: 2px; background: var(--blue); border-radius: 2px; }
.panel.inner h1 { font-size: clamp(42px, 5.4vw, 72px); line-height: 1.02; max-width: 16ch; text-wrap: balance; }
.panel.inner .hero-deck, .panel.inner .article-deck { font-size: 18px; line-height: 1.55; color: var(--ink-2); max-width: 620px; margin: 18px 0 0; text-wrap: pretty; }
.panel.inner .hero-actions { display: flex; gap: 14px; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.panel.inner .hero-meta, .panel.inner .article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; font-size: 14px; color: var(--ink-3); }
.panel.inner .hero-meta strong { color: var(--ink); font-weight: 600; }
.chip { display: inline-flex; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 500; color: var(--ink-2); }

/* ---- generic inner sections (use .sec + .sh from site.css) ---- */
.section-head { max-width: 760px; }
.section-head .kicker { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.section-head .kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex: none; }
.section-title { font-size: clamp(32px, 3.6vw, 46px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 14px 0 0; text-wrap: balance; }
.section-title em { font-style: normal; color: var(--blue); }
.section-lead { font-size: 17.5px; line-height: 1.55; color: var(--ink-2); max-width: 640px; margin: 16px 0 0; text-wrap: pretty; }
.section-lead a { color: var(--blue); font-weight: 600; }
.dark .section-head .kicker { color: rgba(255,255,255,0.6); }
.dark .section-title { color: #fff; }
.dark .section-title em { color: var(--blue-400); }
.dark .section-lead { color: rgba(255,255,255,0.66) !important; }

/* ---- articles ---- */
.article-body { max-width: 780px; margin: 0 auto; padding: 56px 12px 24px; }
.article-body p { font-size: 18px; line-height: 1.7; color: var(--ink-2); margin: 18px 0 0; }
.article-body p strong { color: var(--ink); font-weight: 600; }
.article-body h2 { font-size: 30px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.15; margin: 52px 0 6px; display: flex; align-items: center; gap: 12px; }
.article-body h2::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex: none; }
.article-body ul, .article-body ol { margin: 18px 0 0; padding-left: 24px; color: var(--ink-2); font-size: 18px; line-height: 1.65; }
.article-body li { margin: 8px 0; }
.article-body li strong { color: var(--ink); font-weight: 600; }
.article-callout { margin: 34px 0; padding: 24px 28px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 2px 6px rgba(14,20,40,0.04), 0 14px 36px rgba(14,20,40,0.08); }
.article-callout p { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.55; }

/* ---- careers ---- */
.hubs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.hub { background: var(--midnight-2); border: 1px solid rgba(255,255,255,0.10); border-radius: 20px; padding: 26px 26px 28px; }
.hub-loc { font-size: 13px; font-weight: 600; color: var(--blue-300); }
.hub-role { font-size: 22px; font-weight: 700; margin: 8px 0 0; letter-spacing: -0.02em; }
.hub-copy { margin: 10px 0 0; font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,0.66); }
.hub-note { margin: 22px 0 0; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,0.8); max-width: 70ch; }
.hub-note strong { color: #fff; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.value-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 24px 24px 26px; }
.value-index { font-size: 12.5px; font-weight: 600; color: var(--blue); }
.value-title { font-size: 19px; font-weight: 700; letter-spacing: -0.015em; margin: 10px 0 0; }
.value-copy { margin: 8px 0 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.step { background: var(--white); border-radius: 22px; padding: 24px 24px 26px; box-shadow: 0 2px 6px rgba(14,20,40,0.04), 0 14px 36px rgba(14,20,40,0.08); }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 14px; }
.step-title { font-size: 19px; font-weight: 700; letter-spacing: -0.015em; margin: 16px 0 0; }
.step-time { font-size: 13px; color: var(--blue); font-weight: 600; margin-top: 4px; }
.step-copy { margin: 10px 0 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.process-note { margin: 22px 0 0; font-size: 15.5px; color: var(--ink-2); }
.roles { display: grid; gap: 18px; margin-top: 34px; }
.role-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 28px 30px 30px; }
.role-card.is-filled { background: var(--paper); border-color: transparent; }
.role-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.role-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 0; }
.badge { font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.badge-open { color: #0f8a52; background: #d6f3e4; }
.badge-filled { color: var(--ink-3); background: var(--blue-100); }
.role-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.role-tag { font-size: 13px; color: var(--ink-2); background: var(--paper); border-radius: 999px; padding: 5px 11px; }
.is-filled .role-tag { background: #fff; }
.role-desc { margin: 18px 0 0; font-size: 16.5px; line-height: 1.55; color: var(--ink); max-width: 72ch; }
.role-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 22px; }
.role-col h4 { font-size: 13px; font-weight: 600; color: var(--ink-3); margin: 0 0 8px; }
.role-col ul { margin: 0; padding: 0; list-style: none; }
.role-col li { position: relative; padding: 6px 0 6px 18px; font-size: 15px; line-height: 1.45; color: var(--ink-2); }
.role-col li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-100); }
.role-not { margin-top: 22px; padding: 16px 18px; border-radius: 16px; background: var(--paper); }
.role-not p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.role-not strong { color: var(--ink); }
.role-foot { margin-top: 24px; }
.role-filled-note { font-size: 15px; color: var(--ink-3); }

/* ---- contact ---- */
.booking { margin-top: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.booking iframe { display: block; width: 100%; height: 720px; border: 0; }
.booking-fallback { padding: 14px 18px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.booking-fallback a { color: var(--blue); font-weight: 600; }
.methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.method-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; padding: 24px 24px 26px; }
.method-label { font-size: 12.5px; font-weight: 600; color: var(--blue); }
.method-value { margin: 10px 0 0; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }
.method-value a:hover { color: var(--blue); }
.method-copy { margin: 8px 0 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); }

/* ---- thank-you ---- */
.confirm { padding: 96px 12px 64px; text-align: center; }
.confirm-inner { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.confirm-badge { width: 72px; height: 72px; border-radius: 50%; background: var(--blue-100); display: grid; place-items: center; margin-bottom: 26px; }
.confirm .kicker { display: inline-flex; align-items: center; gap: 12px; font-size: 15.5px; font-weight: 500; color: var(--ink-2); }
.confirm-title { font-size: clamp(40px, 5vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; margin: 14px 0 0; }
.confirm-title em { font-style: normal; color: var(--blue); }
.confirm-copy { font-size: 18px; line-height: 1.55; color: var(--ink-2); margin: 18px 0 0; text-wrap: pretty; }
.confirm-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; justify-content: center; }

/* ---- legal ---- */
.legal { max-width: 860px; margin: 0 auto; padding: 48px 12px 24px; }
.legal-prose p { font-size: 17px; line-height: 1.65; color: var(--ink-2); margin: 14px 0 0; }
.legal-prose p strong { color: var(--ink); font-weight: 600; }
.legal-prose a { color: var(--blue); }
.legal-prose h2 { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin: 44px 0 6px; display: flex; align-items: center; gap: 12px; }
.legal-prose h2::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex: none; }
.legal-prose h3 { font-size: 19px; font-weight: 700; margin: 26px 0 4px; }
.legal-prose ul, .legal-prose ol { margin: 12px 0 0; padding-left: 22px; color: var(--ink-2); font-size: 17px; line-height: 1.6; }
.legal-prose li { margin: 6px 0; }
.callout { margin: 24px 0; padding: 20px 24px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 2px 6px rgba(14,20,40,0.04), 0 14px 36px rgba(14,20,40,0.08); }
.callout p { line-height: 1.6; }
.callout p { margin: 0; color: var(--ink); }
.table-wrap { margin: 18px 0 0; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 16px; }
table.legal-table { width: 100%; border-collapse: collapse; font-size: 15px; }
table.legal-table th, table.legal-table td { text-align: left; vertical-align: top; padding: 12px 16px; border-bottom: 1px solid var(--line); line-height: 1.45; }
table.legal-table thead th { background: var(--paper); font-size: 12.5px; font-weight: 600; color: var(--ink-3); }
table.legal-table tbody th { font-weight: 600; color: var(--ink); white-space: nowrap; }
table.legal-table td { color: var(--ink-2); }
table.legal-table tr:last-child th, table.legal-table tr:last-child td { border-bottom: 0; }
.closing { margin-top: 22px; }

@media (max-width: 960px) {
  .panel.inner { padding: 36px 20px 30px; min-height: 0; }
  .hubs, .values, .steps, .role-cols, .methods { grid-template-columns: 1fr; }
  .role-card { padding: 22px 20px 24px; }
  .role-head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .booking iframe { height: 620px; }
  .article-body { padding-top: 36px; }
  .article-body p, .article-body ul, .article-body ol { font-size: 16.5px; }
  .confirm { padding: 56px 12px 40px; }
}
@media (min-width: 600px) and (max-width: 960px) {
  .values, .steps, .methods, .hubs { grid-template-columns: 1fr 1fr; }
}
.btn-ghost span, .btn span { display: contents; }
