/* ── BrizoConsol vs Syft Analytics ── */

/* Hero */
.vs-hero { background: linear-gradient(135deg,#f5fafa 0%,#e8f5f4 100%); padding: 80px 0 60px; }
.vs-hero__inner { text-align: center; max-width: 760px; margin: 0 auto; }
.vs-eyebrow { display: inline-block; background: #e8f5f4; color: #0d7377; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; padding: 5px 14px; border-radius: 100px; margin-bottom: 18px; }
.vs-hero__h1 { font-family: 'DM Serif Display',serif; font-size: 46px; line-height: 1.1; color: #0c1a1c; letter-spacing: -.5px; margin-bottom: 20px; }
.vs-hero__lede { font-size: 19px; color: #5b7a7e; line-height: 1.6; margin-bottom: 36px; }
.vs-hero__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Buttons */
.btn-pri { display: inline-block; background: #0d7377; color: #fff; padding: 14px 36px; border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; transition: background .18s; }
.btn-pri:hover, .btn-pri:focus-visible { background: #0a5c60; outline: 2px solid #0a5c60; outline-offset: 2px; }
.btn-out { display: inline-block; background: transparent; color: #0d7377; padding: 14px 36px; border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; border: 2px solid #0d7377; transition: background .18s; }
.btn-out:hover, .btn-out:focus-visible { background: #e8f5f4; outline: 2px solid #0d7377; outline-offset: 2px; }
.btn-cta { display: inline-block; background: #fff; color: #0d7377; padding: 15px 40px; border-radius: 8px; font-weight: 700; font-size: 17px; text-decoration: none; transition: background .18s; }
.btn-cta:hover, .btn-cta:focus-visible { background: #e8f5f4; }
.btn-cta-ghost { display: inline-block; background: transparent; color: #fff; padding: 15px 40px; border-radius: 8px; font-weight: 700; font-size: 17px; text-decoration: none; border: 2px solid rgba(255,255,255,.5); transition: border-color .18s, background .18s; }
.btn-cta-ghost:hover, .btn-cta-ghost:focus-visible { border-color: #fff; background: rgba(255,255,255,.1); }

/* Best-choice summary */
.vs-pick { padding: 0 0 48px; }
.vs-pick__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vs-pick__card { padding: 20px 24px; border-radius: 10px; border: 1.5px solid #cde3e2; background: #fff; }
.vs-pick__card--brizo { border-color: #0d7377; background: #e8f5f4; }
.vs-pick__label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #5b7a7e; margin: 0 0 6px; }
.vs-pick__title { font-family: 'DM Serif Display',serif; font-size: 17px; color: #0c1a1c; margin: 0 0 8px; }
.vs-pick__body { font-size: 14px; color: #5b7a7e; line-height: 1.6; margin: 0; }

/* Feature table */
.vs-table-section { padding: 70px 0 50px; }
.vs-section-h2 { font-family: 'DM Serif Display',serif; font-size: 34px; text-align: center; margin-bottom: 40px; color: #0c1a1c; }
.vs-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vs-table { width: 100%; min-width: 560px; border-collapse: collapse; background: #fff; border: 1.5px solid #cde3e2; border-radius: 12px; overflow: hidden; }
.vs-table thead tr { background: #0c1a1c; }
.vs-table th { padding: 14px 16px; text-align: left; font-size: 13px; font-weight: 600; }
.vs-table th:first-child { width: 40%; color: #aac8ca; }
.vs-table th:nth-child(2) { width: 30%; color: #aac8ca; }
.vs-table th:nth-child(3) { width: 30%; color: #5eead4; }
.vs-table td { padding: 12px 16px; border-bottom: 1px solid #e5eeed; vertical-align: top; }
.vs-table tr:last-child td { border-bottom: none; }
.vs-table td:first-child { font-weight: 500; color: #0c1a1c; }
.vs-table td:nth-child(2) { color: #5b7a7e; }
.vs-table td:nth-child(3) { color: #0d7377; font-weight: 500; }
.vs-table a { color: #0d7377; text-decoration: none; border-bottom: 1px dotted #0d7377; }
.vs-table a:hover { border-bottom-style: solid; }
.fn { font-size: 10px; vertical-align: super; color: #0d7377; font-weight: 700; }

/* Disclaimer */
.vs-disclaimer { background: #f5fafa; border-top: 1px solid #e5eeed; border-bottom: 1px solid #e5eeed; }
.vs-disclaimer__inner { padding: 24px 0; }
.vs-disclaimer__label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #5b7a7e; margin: 0 0 8px; }
.vs-disclaimer__text { font-size: 12px; color: #7a9090; margin: 0; line-height: 1.7; }

/* Who is it for */
.vs-who { padding: 50px 0; background: #f5fafa; }
.vs-who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.vs-who__card { background: #fff; border: 1.5px solid #cde3e2; border-radius: 12px; padding: 32px; }
.vs-who__card--brizo { background: #e8f5f4; border-color: #0d7377; }
.vs-who__card h3 { font-family: 'DM Serif Display',serif; font-size: 22px; color: #0c1a1c; margin: 0 0 16px; }
.vs-who__list { list-style: none; padding: 0; margin: 0; }
.vs-who__list li { padding: 8px 0; color: #5b7a7e; border-bottom: 1px solid #f0f5f5; font-size: 15px; line-height: 1.5; }
.vs-who__list li:last-child { border-bottom: none; }

/* Key differences */
.vs-diffs-section { padding: 70px 0; }
.vs-diffs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vs-diff-card { background: #fff; border: 1.5px solid #cde3e2; border-radius: 12px; padding: 28px 32px; }
.vs-diff-card h3 { font-family: 'DM Serif Display',serif; font-size: 20px; color: #0c1a1c; margin: 0 0 10px; }
.vs-diff-card p { font-size: 15px; line-height: 1.7; color: #5b7a7e; margin: 0; }

/* Footnotes */
.vs-footnotes { padding: 32px 0; background: #f5fafa; border-top: 1px solid #e5eeed; }
.vs-footnotes__label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #5b7a7e; margin: 0 0 12px; }
.vs-footnotes ol { margin: 0; padding-left: 18px; }
.vs-footnotes li { font-size: 12px; color: #7a9090; line-height: 1.7; margin-bottom: 4px; }
.vs-footnotes a { color: #0d7377; text-decoration: underline; }

/* FAQ */
.vs-faq { padding: 70px 0; background: #f5fafa; }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: #fff; border: 1.5px solid #cde3e2; border-radius: 12px; padding: 20px 24px; }
.faq-item summary { font-family: 'DM Serif Display',serif; font-size: 18px; font-weight: 400; color: #0c1a1c; list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid #0d7377; outline-offset: 4px; border-radius: 4px; }
.faq-icon { font-size: 20px; color: #0d7377; flex-shrink: 0; font-style: normal; transition: transform .2s; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-item p { font-size: 15px; color: #5b7a7e; line-height: 1.7; margin: 14px 0 0; }

/* CTA */
.vs-cta { padding: 80px 40px; background: linear-gradient(135deg,#0c1a1c 0%,#0d7377 100%); text-align: center; }
.vs-cta h2 { font-family: 'DM Serif Display',serif; font-size: 38px; color: #fff; margin-bottom: 16px; }
.vs-cta p { font-size: 18px; color: #aac8ca; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.vs-cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Pricing comparison */
.vs-pricing-section { padding: 70px 0; background: #f5fafa; }
.vs-pricing-intro { text-align: center; font-size: 16px; color: #5b7a7e; max-width: 600px; margin: -20px auto 40px; line-height: 1.65; }
.vs-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.vs-pricing-col { background: #fff; border: 1.5px solid #cde3e2; border-radius: 14px; padding: 32px; }
.vs-pricing-col--brizo { border-color: #0d7377; background: #e8f5f4; }
.vs-pricing-header { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #e5eeed; }
.vs-pricing-col--brizo .vs-pricing-header { border-bottom-color: #b2d8d8; }
.vs-pricing-header h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: #0c1a1c; margin: 0 0 4px; }
.vs-pricing-model { font-size: 12px; color: #5b7a7e; margin: 0; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.vs-pricing-tiers { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 0; }
.vs-pricing-tiers li { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 0 12px; padding: 14px 0; border-bottom: 1px solid #f0f5f5; align-items: start; }
.vs-pricing-col--brizo .vs-pricing-tiers li { border-bottom-color: #b2d8d8; }
.vs-pricing-tiers li:last-child { border-bottom: none; }
.tier-name { font-size: 13px; font-weight: 700; color: #0c1a1c; grid-column: 1; grid-row: 1; }
.tier-price { font-size: 20px; font-weight: 700; color: #0d7377; grid-column: 2; grid-row: 1 / 3; align-self: center; white-space: nowrap; }
.tier-unit { font-size: 12px; font-weight: 400; color: #5b7a7e; }
.tier-desc { font-size: 13px; color: #5b7a7e; grid-column: 1; grid-row: 2; line-height: 1.5; margin-top: 2px; }
.vs-pricing-note { font-size: 12px; color: #5b7a7e; margin: 0; line-height: 1.6; }
.vs-pricing-callout { background: #0c1a1c; border-radius: 12px; padding: 24px 28px; color: #aac8ca; font-size: 15px; line-height: 1.7; }
.vs-pricing-callout strong { color: #5eead4; }

/* Detailed plan comparison table */
.vs-section-h3 { font-family: 'DM Serif Display',serif; font-size: 26px; text-align: center; color: #0c1a1c; margin: 48px 0 8px; }
.vs-plan-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 24px; }
.vs-plan-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; border: 1.5px solid #cde3e2; border-radius: 12px; overflow: hidden; font-size: 13px; }
.vs-plan-table thead tr { background: #0c1a1c; }
.vs-plan-table thead th { padding: 12px 14px; text-align: center; font-size: 12px; font-weight: 600; color: #aac8ca; vertical-align: bottom; line-height: 1.4; }
.vs-plan-table thead th:first-child { text-align: left; width: 22%; color: #7a9090; }
.vs-plan-table thead th.vs-pt-brizo { color: #5eead4; }
.vs-pt-price { display: block; font-size: 13px; font-weight: 700; color: #fff; margin-top: 4px; }
.vs-plan-table thead th.vs-pt-brizo .vs-pt-price { color: #5eead4; }
.vs-plan-table td { padding: 9px 14px; border-bottom: 1px solid #e5eeed; vertical-align: middle; text-align: center; color: #5b7a7e; line-height: 1.45; }
.vs-plan-table td:first-child { text-align: left; font-weight: 500; color: #0c1a1c; }
.vs-plan-table tr:last-child td { border-bottom: none; }
.vs-plan-table td.vs-pt-brizo { background: #f0fdf9; color: #0d7377; font-weight: 500; }
.vs-pt-group td { background: #f5fafa; color: #5b7a7e; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 7px 14px; border-top: 1px solid #cde3e2; border-bottom: 1px solid #cde3e2; text-align: left; }
.vs-plan-note { font-size: 12px; color: #7a9090; margin-top: 10px; line-height: 1.6; }
.vs-plan-note a { color: #0d7377; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Mobile */
@media (max-width: 768px) {
  .vs-hero__h1 { font-size: 30px; }
  .vs-hero__lede { font-size: 16px; }
  .vs-who__grid, .vs-diffs, .vs-pick__grid, .vs-pricing-grid { grid-template-columns: 1fr; }
  .vs-cta { padding: 60px 20px; }
  .vs-cta h2 { font-size: 28px; }
}
