/* ===== Financial Statement Audit Pricing - #audit-plans-section ===== */
#audit-plans-section{
  --brand-500:#3A58EF;
  --brand-600:#314BD0;
  --brand-700:#283FB1;
  --brand-800:#12327B;
  --brand-100:#D8DEFC;
  --brand-50:#EBEEFD;
  --navy-700:#3E3C64;
  --ink-700:#2A3343;
  --gray-700:#475467;
  --gray-500:#667085;
  --gray-400:#98A2B3;
  --gray-300:#D0D5DD;
  --gray-200:#EAECF0;
  --gray-50:#F9FAFB;
  --cross-bg:#FEE4E2;
  --cross-fg:#F04438;
  font-family:'Inter',sans-serif;
  background:#EDF0FB;
  color:var(--ink-700);
  padding:40px 24px 80px;
  display:block;
}
#audit-plans-section *,
#audit-plans-section *::before,
#audit-plans-section *::after{box-sizing:border-box;}
#audit-plans-section .wrap{max-width:1320px;margin:0 auto;}

/* ===== Revenue / Total Asset band selector ===== */
#audit-plans-section .field-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:0.06em;
  color:var(--gray-500);
  text-transform:uppercase;
  margin-bottom:10px;
}
#audit-plans-section .select-wrap{
  position:relative;
  width:320px;
  max-width:100%;
  margin-bottom:24px;
}
#audit-plans-section .select-wrap select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  width:100%;
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:8px;
  padding:14px 44px 14px 18px;
  margin:0;
  font-family:'Inter',sans-serif;
  font-size:16px;
  font-weight:500;
  color:var(--ink-700);
  box-shadow:0 1px 2px rgba(16,24,40,0.05);
  cursor:pointer;
  outline:none;
}
#audit-plans-section .select-wrap select:focus{border-color:var(--brand-500);}
#audit-plans-section .select-caret{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:var(--gray-500);
}

/* ===== Decide Your Scope And Pricing fold ===== */
#audit-plans-section .scope-fold{margin-bottom:24px;}
#audit-plans-section .scope-fold-card{
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:12px;
  padding:16px 24px;
}
/* Who Handles It - compact legend, inline with the heading row */
#audit-plans-section .scope-top-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px 16px;
  padding-bottom:10px;
  margin-bottom:14px;
  border-bottom:1px solid var(--gray-200);
}
#audit-plans-section .scope-legend{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:16px;
  flex-shrink:0;
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:none;
}
#audit-plans-section .scope-legend-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--gray-500);
}
#audit-plans-section .scope-legend-item{
  display:flex;
  align-items:center;
  gap:5px;
  font-size:12px;
  font-weight:600;
  color:var(--gray-500);
}
#audit-plans-section .scope-legend-item svg{width:15px;height:15px;flex-shrink:0;}
#audit-plans-section .scope-legend-action{
  cursor:pointer;
  user-select:none;
  transition:color .15s ease;
}
#audit-plans-section .scope-legend-action:hover{color:var(--brand-500);}

#audit-plans-section .scope-heading{
  font-weight:700;
  font-size:16px;
  line-height:22px;
  color:#26244A;
  flex-shrink:0;
  width:auto;
  padding-right:0;
  border-right:none;
}

#audit-plans-section .scope-list-wrap{min-width:0;}

#audit-plans-section .scope-columns{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:40px;
  row-gap:10px;
}
#audit-plans-section .scope-item{display:flex;align-items:center;gap:10px;padding:6px 0;width:auto;}
#audit-plans-section .scope-item-left{display:flex;align-items:center;gap:8px;white-space:nowrap;cursor:pointer;width:auto;margin-bottom:0;text-align:left;text-transform:none;font-family:'Inter',sans-serif;font-weight:500;font-size:14px;line-height:18px;letter-spacing:normal;color:var(--ink-700);}
#audit-plans-section .scope-checkbox{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:15px;height:15px;
  flex-shrink:0;
  cursor:pointer;
  margin:0;
}
#audit-plans-section .scope-checkbox input{
  position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:1;
}
#audit-plans-section .scope-checkbox .box{
  position:relative;
  width:15px;height:15px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
}
#audit-plans-section .scope-checkbox .box svg{
  position:absolute;inset:0;width:15px;height:15px;
  transition:opacity .15s ease;
}
#audit-plans-section .scope-checkbox .box .ico-checked{opacity:0;}
#audit-plans-section .scope-checkbox .box .ico-unchecked{opacity:1;}
#audit-plans-section .scope-checkbox input:checked ~ .box .ico-checked{opacity:1;}
#audit-plans-section .scope-checkbox input:checked ~ .box .ico-unchecked{opacity:0;}
#audit-plans-section .scope-checkbox input:focus-visible ~ .box{box-shadow:0 0 0 3px var(--brand-50);}
#audit-plans-section .scope-item-label{
  font-weight:500;
  font-size:14px;
  line-height:18px;
  color:var(--ink-700);
}

@media (max-width:560px){
  #audit-plans-section .scope-fold-card{padding:16px;}
  #audit-plans-section .scope-top-row{justify-content:flex-start;}
  #audit-plans-section .scope-columns{flex-direction:column;align-items:flex-start;gap:8px;}
}

section.complince_solution table tr th:first-child, section.complince_solution table tr td:first-child {
    width: 30% !important;
    min-width: 30% !important;
}

section.complince_solution table tr th:first-child, section.complince_solution table tr td:first-child {
    text-align: start;
}

tr.chart_row td table tbody tr td:not(:first-child), section.complince_solution table tbody tr td:not(:first-child) {
    text-align: start;
}

#audit-plans-section .ao-table thead th:last-child {
    text-align: center;
}

#audit-plans-section .ao-table td:last-child {
    text-align: center;
}

/* ===== Add-On Pricing ===== */
#audit-plans-section .ao-section{margin-top:24px;}
#audit-plans-section .ao-card{
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:16px;
  padding:36px;
}
#audit-plans-section .ao-heading{text-align:center;max-width:760px;margin:0 auto 24px;}
#audit-plans-section .ao-heading h2{font-size:26px;font-weight:700;line-height:1.25;color:var(--navy-700);margin:0 0 8px;}
#audit-plans-section .ao-heading p{font-size:14px;font-weight:400;color:var(--gray-500);margin:0;line-height:1.6;}

#audit-plans-section .ao-features-heading{font-size:20px;font-weight:700;color:#101828;margin:0 0 8px;}

/* ---- fee table ---- */
#audit-plans-section .ao-table-wrap{
  overflow:visible;
  border:1px solid var(--gray-200);
  border-radius:10px;
}
#audit-plans-section .ao-table{width:100%;border-collapse:collapse;min-width:640px;table-layout:fixed;}
/* !important needed to beat the legacy .complince_solution table th:first-child{width:30% !important} rule */
#audit-plans-section .ao-table th:first-child,
#audit-plans-section .ao-table td:first-child{width:auto !important;min-width:0 !important;}
#audit-plans-section .ao-table th:last-child,
#audit-plans-section .ao-table td:last-child{width:240px !important;min-width:240px !important;}
#audit-plans-section .ao-table thead th{
  background:linear-gradient(135deg, var(--brand-800) 0%, var(--brand-700) 100%);
  text-align:left;
  font-size:13px;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;
  color:rgba(255,255,255,.9);
  padding:14px 20px;
  border-bottom:none;
  white-space:nowrap;
}
#audit-plans-section .ao-table thead th:last-child{text-align:center;border-left:1px solid rgba(255,255,255,.15);}
#audit-plans-section .ao-table tbody tr{border-bottom:1px solid var(--gray-200);}
#audit-plans-section .ao-table tbody tr:last-child{border-bottom:none;}
#audit-plans-section .ao-table tbody tr:nth-child(even){background:var(--brand-50);}
#audit-plans-section .ao-table td{padding:16px 20px;vertical-align:middle;}
#audit-plans-section .ao-table td:first-child .info-wrap{margin-left:6px;}
#audit-plans-section .ao-trigger{font-size:14.5px;font-weight:600;color:var(--navy-700);line-height:1.45;}
#audit-plans-section .ao-reason{font-size:13px;font-weight:400;color:var(--gray-500);line-height:1.55;}
#audit-plans-section .ao-fee{
  font-size:14.5px;font-weight:700;color:var(--brand-500);
  text-align:center;white-space:nowrap;
}
#audit-plans-section .ao-fee.pill{
  display:inline-flex;align-items:center;
  background:var(--brand-100);color:var(--brand-600);
  border-radius:999px;padding:4px 14px;
}

/* First row sits right under the table header - open its tooltip downward so it doesn't collide with the header bar */
#audit-plans-section .ao-table tbody tr:first-child .tooltip-box{
  bottom:auto;
  top:calc(100% + 10px);
  transform:translateX(-50%) translateY(-4px);
}
#audit-plans-section .ao-table tbody tr:first-child .tooltip-box::after{
  top:auto;
  bottom:100%;
  border-top-color:transparent;
  border-bottom-color:#101828;
}
#audit-plans-section .ao-table tbody tr:first-child .info-wrap:hover .tooltip-box{
  transform:translateX(-50%) translateY(0);
}

@media (max-width:700px){
  #audit-plans-section .ao-table-wrap{border:none;}
  #audit-plans-section .ao-table{min-width:0;table-layout:auto;}
  #audit-plans-section .ao-table td:first-child,
  #audit-plans-section .ao-table td:last-child{width:auto !important;min-width:0 !important;}
  #audit-plans-section .ao-table thead{display:none;}
  #audit-plans-section .ao-table tbody tr{display:flex;flex-direction:column;gap:6px;padding:16px 4px;border-bottom:1px solid var(--gray-200);}
  #audit-plans-section .ao-table tbody tr:nth-child(even){background:transparent;}
  #audit-plans-section .ao-table td{padding:0;}
  #audit-plans-section .ao-fee{text-align:left;}
  #audit-plans-section .ao-fee::before{content:"Add-On Fee: ";font-size:11px;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:var(--gray-400);}
}

/* ---- disclaimers trigger + modal ---- */
#audit-plans-section .ao-disclaimers{margin-top:32px;}
#audit-plans-section .ao-disclaimer-trigger{
  display:inline-flex;align-items:center;gap:8px;
  background:#FDF9EB;
  border:1px solid #F1C94E;
  border-radius:8px;
  padding:10px 16px;
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:700;
  color:var(--ink-700);
  cursor:pointer;
  transition:background .15s ease, border-color .15s ease;
}
#audit-plans-section .ao-disclaimer-trigger:hover{background:#FCF3D6;border-color:#E8BC2E;}
#audit-plans-section .ao-disclaimer-trigger svg{flex-shrink:0;}
#audit-plans-section .ao-disclaimer-trigger .ao-trigger-arrow{margin-left:2px;color:var(--gray-500);}

#audit-plans-section .ao-modal-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(16,24,40,0.55);
  z-index:1050;
  align-items:center;
  justify-content:center;
  padding:24px;
}
#audit-plans-section .ao-modal-overlay.open{display:flex;}
#audit-plans-section .ao-modal{
  background:#fff;
  border-radius:14px;
  max-width:640px;
  width:100%;
  max-height:82vh;
  overflow-y:auto;
  padding:28px 28px 26px;
  position:relative;
  box-shadow:0 24px 60px rgba(16,24,40,0.3);
}
#audit-plans-section .ao-modal-close{
  position:absolute;
  top:18px;right:18px;
  width:32px;height:32px;
  border-radius:8px;
  border:none;
  background:var(--gray-50);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  color:var(--gray-500);
  transition:background .15s ease,color .15s ease;
}
#audit-plans-section .ao-modal-close:hover{background:var(--gray-200);color:var(--ink-700);}
#audit-plans-section .ao-modal h3{
  font-family:'Inter',sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:24px;
  color:var(--ink-700);
  margin:0 26px 16px 0;
}
#audit-plans-section .ao-disclaimer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
#audit-plans-section .ao-disclaimer-list li{
  display:flex;
  align-items:flex-start;
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:20px;
  color:var(--ink-700);
}
#audit-plans-section .ao-disclaimer-num{
  font-weight:700;
  font-size:14px;
  line-height:20px;
  color:var(--ink-700);
  margin-right:4px;
  flex-shrink:0;
}

@media (max-width:767.98px){
  #audit-plans-section .ao-card{padding:20px;}
  #audit-plans-section .ao-heading h2{font-size:21px;}
}

/* ===== Card ===== */
#audit-plans-section .comparison-card{
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:16px;
  /* overflow:hidden here would make this the nearest scroll container and
     silently break position:sticky on .pt-head/.pt-footer below - same
     fix as the reliable-tax-filing pricing table
     (#Table_Id1.table-responsive in wbb-tax-pricing-page.css). Nothing
     inside touches the card edge (card-inner already has 36px padding),
     so dropping the clip has no visual side effect.
     NOTE: this file loads after vcfo-advisory-page.css and duplicates its
     #audit-plans-section rules, so THIS copy is the one that actually wins
     the cascade on this page - keep both files in sync for this section. */
  overflow:visible;
}
#audit-plans-section .card-inner{padding:36px;}

/* ===== Sticky header/footer =====
   top:87px matches the site's fixed nav bar height (same offset used by
   the reliable-tax-filing pricing table - .indv_tax_table thead th in
   wbb-tax-pricing-page.css) so the header docks just below the nav
   instead of disappearing behind it while scrolling. */
#audit-plans-section .pt-head{
  position:sticky;
  top:87px;
  z-index:20;
  background:#FFFFFF;
}
#audit-plans-section .pt-footer{
  position:sticky;
  bottom:0;
  z-index:20;
  background:#FFFFFF;
  display:flex;
  align-items:stretch;
  gap:0;
  border-top:1px solid var(--gray-200);
  box-shadow:0 -2px 8px rgba(16,24,40,.08);
}
#audit-plans-section .pt-footer .header-sidebar{
  padding-top:0;
  justify-content:center;
}
#audit-plans-section .pt-footer-text{
  font-size:14px;
  color:var(--gray-500);
}
#audit-plans-section .pt-footer .header-plan-col.highlight{
  margin-top:0;
  padding-top: 14px;
  padding-bottom: 14px;
  justify-content:center;
}

/* ===== Header block ===== */
#audit-plans-section .header-row{
  display:flex;
  align-items:stretch;
  gap:0;
}
#audit-plans-section .header-sidebar{
  flex:1 1 auto;
  min-width:0;
  padding-top:24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
#audit-plans-section .header-plans{
  width:230px;
  flex-shrink:0;
  display:flex;
}
#audit-plans-section .header-plan-col{
  flex:1 1 0;
  padding-top:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}
#audit-plans-section .header-plan-col.highlight{
  background: transparent;
  border-radius:12px;
  margin-top:-12px;
  padding-top:14px;
  padding-bottom:12px;
  gap:4px;
}
#audit-plans-section .header-plan-col.highlight .plan-select-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--brand-500);
  color:#fff;
  border:none;
  padding:8px 16px;
  border-radius:4px;
  font-family:'Inter',sans-serif;
  font-size:13px;
  font-weight:600;
  margin-top:0;
  cursor:pointer;
  transition:background .15s ease;
}
#audit-plans-section .header-plan-col.highlight .plan-select-btn:hover{
  background:var(--brand-700);
}

#audit-plans-section .pill-outline{
  background:var(--gray-50);
  border:1px solid var(--gray-200);
  border-radius:4px;
  padding:2px 8px;
  font-size:12px;
  font-weight:600;
  color:var(--ink-700);
  white-space:nowrap;
}
#audit-plans-section .pill-sm{
  background:var(--gray-50);
  border:1px solid var(--gray-200);
  border-radius:4px;
  padding:2px 8px;
  font-size:14px;
  font-weight:600;
  color:var(--ink-700);
  white-space:nowrap;
}
#audit-plans-section .pill-name{
  background:var(--brand-100);
  border-radius:50px;
  padding:2px 14px;
  font-size:16px;
  font-weight:700;
  color:var(--ink-700);
  white-space:nowrap;
}
#audit-plans-section .pill-name-outline{
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:50px;
  padding:2px 14px;
  font-size:16px;
  font-weight:600;
  color:var(--ink-700);
  white-space:nowrap;
}
#audit-plans-section .big-heading{
  font-size:30px;
  font-weight:700;
  color:var(--navy-700);
  letter-spacing:-0.02em;
  line-height:1.25;
}
#audit-plans-section .plan-amount{
  font-size:36px;
  font-weight:700;
  color:var(--brand-500);
  letter-spacing:-0.02em;
  line-height:1.2;
}

/* ===== Section heading ===== */
#audit-plans-section .features-heading{
  font-size:22px;
  font-weight:600;
  color:var(--ink-700);
  margin-top:4px;
  padding-bottom:4px;
}
#audit-plans-section .features-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding: 8px 0;
}
#audit-plans-section .features-toolbar .features-heading{margin-top:0;padding-bottom:0;}
#audit-plans-section .linkbtn{
  background:none;
  border:none;
  font-family:'Inter',sans-serif;
  font-size:13px;
  font-weight:600;
  color:var(--brand-500);
  cursor:pointer;
  padding:6px 0;
  white-space:nowrap;
}
#audit-plans-section .linkbtn:hover{color:var(--brand-700);}

/* ===== rows / accordion ===== */
#audit-plans-section .row-wrap{position:relative;}

#audit-plans-section .acc-section{position:relative;z-index:1;}
#audit-plans-section .acc-header{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px 12px 8px;
  margin:0 0;
  background:var(--brand-800);
  border:none;
  border-bottom:1px solid var(--gray-300);
  cursor:pointer;
  text-align:left;
  font-family:'Inter',sans-serif;
  /* Pins the expanded section's own heading just below the sticky
     pt-head while its rows scroll underneath - measured in JS
     (pt-head height + the 87px nav offset) since the pt-head's height
     varies with the participant selection. Same approach as
     non-profit-audit-page/onboarding-and-catch-up/vcfo-advisory-page. */
  position:sticky;
  top:var(--sec-header-top, 96px);
  z-index:15;
}
#audit-plans-section .acc-toggle-icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
#audit-plans-section .acc-toggle-icon .chev{transition:transform .2s ease;transform:rotate(-90deg);transform-origin:50% 50%;}
#audit-plans-section .acc-section.open .acc-toggle-icon .chev{transform:rotate(0deg);}
#audit-plans-section .acc-title{font-size:14px;font-weight:700;color:#fff;}

#audit-plans-section .acc-body{display:none;}
#audit-plans-section .acc-body.open{display:block;}

#audit-plans-section .feature-row{
  display:flex;
  align-items:center;
  gap:24px;
  padding: 11px 14px;
  padding-left: 36px;
  border-bottom:1px solid var(--gray-300);
}
#audit-plans-section .feature-row:last-child{border-bottom:none;}
#audit-plans-section .feature-left{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding-right:16px;
}
#audit-plans-section .feature-name{
  font-family: Inter;
  font-size: 14px;
  font-weight:500;
  color:var(--gray-700);
  line-height:1.4;
}

#audit-plans-section .info-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
#audit-plans-section .info-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;}
#audit-plans-section .tooltip-box{
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(4px);
  width:300px;
  max-width:60vw;
  background:#101828;
  color:#F2F4F7;
  font-size:13px;
  font-weight:400;
  line-height:1.5;
  padding:12px 14px;
  border-radius:8px;
  box-shadow:0 8px 20px rgba(16,24,40,0.25);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
  z-index:20;
}
#audit-plans-section .tooltip-box::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border:6px solid transparent;
  border-top-color:#101828;
}
#audit-plans-section .info-wrap:hover .tooltip-box{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}

/* Rows too close to the section header would open their tooltip upward into the header bar.
   .tooltip-flip-down is added by JS (updateTooltipDirections) once it measures there isn't
   enough room above the row for the tooltip - a fixed row count can't account for variable
   tooltip text length. */
#audit-plans-section .info-wrap.tooltip-flip-down .tooltip-box{
  bottom:auto;
  top:calc(100% + 10px);
  transform:translateX(-50%) translateY(-4px);
}
#audit-plans-section .info-wrap.tooltip-flip-down .tooltip-box::after{
  top:auto;
  bottom:100%;
  border-top-color:transparent;
  border-bottom-color:#101828;
}
#audit-plans-section .info-wrap.tooltip-flip-down:hover .tooltip-box{
  transform:translateX(-50%) translateY(0);
}

#audit-plans-section .feature-cols{
  width:230px;
  flex-shrink:0;
  display:flex;
}
#audit-plans-section .feature-cell{
  flex:1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
#audit-plans-section .badge{width:19px;height:19px;flex-shrink:0;}

@media (max-width:900px){
  #audit-plans-section .card-inner{padding:24px;}
  #audit-plans-section .header-plans{width:190px;}
  #audit-plans-section .feature-name{font-size:14px;}
  #audit-plans-section .big-heading{font-size:24px;}
  #audit-plans-section .plan-amount{font-size:28px;}
  #audit-plans-section .feature-cols{width:190px;}
}
@media (max-width:767.98px){
  #audit-plans-section{padding:24px 16px 60px;}
  #audit-plans-section .card-inner{padding:18px;}
  #audit-plans-section .header-row,
  #audit-plans-section .pt-footer{
    flex-direction:column;
    display: grid;
      grid-template-columns: 1fr 85px;}
  #audit-plans-section .header-sidebar{width:100%;padding-top:0;margin-bottom:16px;}
  #audit-plans-section .header-plans{width:100%;}
  #audit-plans-section .feature-row{
    padding-left:32px;flex-wrap:wrap;
      display: grid;
      grid-template-columns: 1fr 85px;
  }
  #audit-plans-section .feature-left{width:100%;margin-bottom:8px;}
  #audit-plans-section .feature-cols{width:100%;}
  #audit-plans-section .acc-title{font-size:16px;}
  #audit-plans-section .header-plan-col.highlight{border-radius:12px;margin-top:0;padding-top:12px;}
}

/* ===== Compilation & Review Services Pricing - .Compilation-Review-Services ===== */
.Compilation-Review-Services{
  --brand-500:#3A58EF;
  --brand-100:#D8DEFC;
  --brand-50:#EBEEFD;
  --navy-700:#3E3C64;
  --ink-700:#2A3343;
  --gray-700:#475467;
  --gray-500:#667085;
  --gray-400:#98A2B3;
  --gray-300:#D0D5DD;
  --gray-200:#EAECF0;
  --gray-50:#F9FAFB;
  --cross-bg:#FEE4E2;
  --cross-fg:#F04438;
  font-family:'Inter',sans-serif;
  /* background:#EDF0FB; */
  color:var(--ink-700);
  padding:40px 24px 80px;
  display:block;
}
.Compilation-Review-Services *,
.Compilation-Review-Services *::before,
.Compilation-Review-Services *::after{box-sizing:border-box;}
.Compilation-Review-Services .wrap{max-width:1320px;margin:0 auto;}

/* ===== Hero heading ===== */
.Compilation-Review-Services .hero{text-align:center;max-width:820px;margin:0 auto 28px;}
.Compilation-Review-Services .hero h1{font-size:32px;font-weight:800;color:var(--navy-700);letter-spacing:-0.01em;line-height:1.25;margin-bottom:12px;}
.Compilation-Review-Services .hero p{font-size:15px;font-weight:400;color:var(--gray-500);line-height:1.6;margin:0 0 6px;}

/* ===== Revenue band selector ===== */
.Compilation-Review-Services .field-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:0.06em;
  color:var(--gray-500);
  text-transform:uppercase;
  margin-bottom:10px;
}
.Compilation-Review-Services .select-wrap{
  position:relative;
  width:320px;
  max-width:100%;
  margin-bottom:8px;
}
.Compilation-Review-Services .select-wrap select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  width:100%;
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:8px;
  padding:14px 44px 14px 18px;
  margin:0;
  font-family:'Inter',sans-serif;
  font-size:16px;
  font-weight:500;
  color:var(--ink-700);
  box-shadow:0 1px 2px rgba(16,24,40,0.05);
  cursor:pointer;
  outline:none;
}
.Compilation-Review-Services .select-wrap select:focus{border-color:var(--brand-500);}
.Compilation-Review-Services .select-caret{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
  color:var(--gray-500);
}
.Compilation-Review-Services .who-note{font-size:13px;color:var(--gray-500);line-height:1.5;margin-bottom:24px;max-width:640px;}

/* ===== Card ===== */
.Compilation-Review-Services .comparison-card{
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:16px;
  /* overflow:hidden here would make this the nearest scroll container and
     silently break position:sticky on .pt-head/.pt-footer below - same
     fix as the reliable-tax-filing pricing table
     (#Table_Id1.table-responsive in wbb-tax-pricing-page.css). Nothing
     inside touches the card edge (card-inner already has 36px padding),
     so dropping the clip has no visual side effect. */
  overflow:visible;
}
.Compilation-Review-Services .card-inner{padding:36px;}

/* ===== Sticky header/footer =====
   top:87px matches the site's fixed nav bar height (same offset used by
   the reliable-tax-filing pricing table - .indv_tax_table thead th in
   wbb-tax-pricing-page.css) so the header docks just below the nav
   instead of disappearing behind it while scrolling. */
.Compilation-Review-Services .pt-head{
  position:sticky;
  top:87px;
  z-index:20;
  background:#FFFFFF;
}
.Compilation-Review-Services .pt-footer{
  position:sticky;
  bottom:0;
  z-index:20;
  background:#FFFFFF;
  display:flex;
  align-items:stretch;
  gap:0;
  border-top:1px solid var(--gray-200);
  box-shadow:0 -2px 8px rgba(16,24,40,.08);
}
.Compilation-Review-Services .pt-footer .header-sidebar{
  padding-top:0;
  justify-content:center;
}
.Compilation-Review-Services .pt-footer-text{
  font-size:14px;
  color:var(--gray-500);
}
.Compilation-Review-Services .pt-footer .header-plan-col{
  padding-top:14px;
  padding-bottom:14px;
  justify-content:center;
}

/* ===== Header block ===== */
.Compilation-Review-Services .header-row{
  display:flex;
  align-items:stretch;
  gap:0;
}
.Compilation-Review-Services .header-sidebar{
  width:52%;
  flex-shrink:0;
  padding-top:24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.Compilation-Review-Services .header-plans{
  width:48%;
  display:flex;
}
.Compilation-Review-Services .header-plan-col{
  flex:1 1 0;
  padding:14px 12px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}
.Compilation-Review-Services .header-plan-col.highlight{
  background:var(--brand-50);
  border-radius:12px;
  margin-top:-12px;
  padding-top:20px;
  padding-bottom:12px;
}

.Compilation-Review-Services .pill-outline{
  background:var(--gray-50);
  border:1px solid var(--gray-200);
  border-radius:4px;
  padding:2px 8px;
  font-size:12px;
  font-weight:600;
  color:var(--ink-700);
  white-space:nowrap;
}
.Compilation-Review-Services .pill-name{
  background:var(--brand-100);
  border-radius:50px;
  padding:2px 14px;
  font-size:15px;
  font-weight:700;
  color:var(--ink-700);
  white-space:nowrap;
}
.Compilation-Review-Services .pill-name-outline{
  background:#FFFFFF;
  border:1px solid var(--gray-200);
  border-radius:50px;
  padding:2px 14px;
  font-size:15px;
  font-weight:600;
  color:var(--ink-700);
  white-space:nowrap;
}
.Compilation-Review-Services .big-heading{
  font-size:28px;
  font-weight:800;
  color:var(--navy-700);
  letter-spacing:-0.02em;
  line-height:1.25;
}
.Compilation-Review-Services .plan-amount{
  font-size:32px;
  font-weight:700;
  color:var(--brand-500);
  letter-spacing:-0.02em;
  line-height:1.2;
}
.Compilation-Review-Services .plan-custom{font-size:22px;font-weight:800;color:var(--brand-500);line-height:1.2;}

.Compilation-Review-Services .select-btn{
  font-family:'Inter',sans-serif;
  font-size:12.5px;font-weight:700;
  padding:8px 20px;
  border-radius:6px;
  border:1.5px solid var(--brand-500);
  background:#FFFFFF;
  color:var(--brand-500);
  margin:0;
  cursor:pointer;
  white-space:nowrap;
  transition:background .15s,color .15s;
  display:inline-flex;align-items:center;gap:6px;
}
.Compilation-Review-Services .select-btn:hover{background:var(--brand-50);}
.Compilation-Review-Services .select-btn.selected{
  background:var(--brand-500);
  color:#fff;
  border-color:var(--brand-500);
}

/* ===== Section heading ===== */
.Compilation-Review-Services .features-heading{
  font-size:20px;
  font-weight:600;
  color:var(--ink-700);
  margin-top:4px;
  padding-bottom:2px;
}

/* ===== rows / accordion ===== */
.Compilation-Review-Services .row-wrap{position:relative;}
.Compilation-Review-Services .plan-shade{
  position:absolute;
  top:0;
  bottom:0;
  width:24%;
  right:0;
  background:var(--brand-50);
  pointer-events:none;
  z-index:0;
  transition:left .15s, right .15s;
}

.Compilation-Review-Services .acc-section{position:relative;z-index:1;}
.Compilation-Review-Services .acc-header{
  width:100%;
  display:flex;
  align-items:center;
  gap:24px;
  padding:14px 16px;
  margin:0 -16px;
  background:var(--brand-50);
  border:none;
  border-bottom:1px solid var(--gray-300);
  cursor:pointer;
  text-align:left;
  font-family:'Inter',sans-serif;
  /* Pins the expanded section's own heading just below this table's own
     sticky pt-head while its rows scroll underneath - measured in JS
     per table, same approach as the audit table above. */
  position:sticky;
  top:var(--sec-header-top, 96px);
  z-index:15;
}
.Compilation-Review-Services .acc-toggle-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.Compilation-Review-Services .acc-title{font-size:17px;font-weight:600;color:var(--ink-700);}

.Compilation-Review-Services .acc-body{display:none;}
.Compilation-Review-Services .acc-body.open{display:block;}

.Compilation-Review-Services .feature-row{
  display:flex;
  align-items:center;
  gap:0;
  padding:12px 0;
  border-bottom:1px solid var(--gray-300);
}
.Compilation-Review-Services .feature-row:last-child{border-bottom:none;}
.Compilation-Review-Services .feature-left{
  width:52%;
  flex-shrink:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding-left:48px;
  padding-right:16px;
}
.Compilation-Review-Services .feature-name{
  font-size:15px;
  font-weight:500;
  color:var(--gray-700);
  line-height:1.4;
}

.Compilation-Review-Services .info-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.Compilation-Review-Services .info-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.Compilation-Review-Services .tooltip-box{
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(4px);
  width:300px;
  max-width:60vw;
  background:#101828;
  color:#F2F4F7;
  font-size:13px;
  font-weight:400;
  line-height:1.5;
  padding:12px 14px;
  border-radius:8px;
  box-shadow:0 8px 20px rgba(16,24,40,0.25);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
  z-index:20;
}
.Compilation-Review-Services .tooltip-box::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border:6px solid transparent;
  border-top-color:#101828;
}
.Compilation-Review-Services .info-wrap:hover .tooltip-box{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}

/* Rows too close to the section header would open their tooltip upward into the header bar.
   .tooltip-flip-down is added by JS (updateTooltipDirections) once it measures there isn't
   enough room above the row for the tooltip - a fixed row count can't account for variable
   tooltip text length. */
.Compilation-Review-Services .info-wrap.tooltip-flip-down .tooltip-box{
  bottom:auto;
  top:calc(100% + 10px);
  transform:translateX(-50%) translateY(-4px);
}
.Compilation-Review-Services .info-wrap.tooltip-flip-down .tooltip-box::after{
  top:auto;
  bottom:100%;
  border-top-color:transparent;
  border-bottom-color:#101828;
}
.Compilation-Review-Services .info-wrap.tooltip-flip-down:hover .tooltip-box{
  transform:translateX(-50%) translateY(0);
}

.Compilation-Review-Services .feature-cols{
  flex:1 1 0;
  display:flex;
}
.Compilation-Review-Services .feature-cell{
  flex:1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.Compilation-Review-Services .badge{width:19px;height:19px;flex-shrink:0;}
.Compilation-Review-Services .dash{color:var(--gray-400);font-size:16px;font-weight:600;}

/* ===== Disclaimers ===== */
.Compilation-Review-Services .ao-disclaimers{margin-top:28px;}
.Compilation-Review-Services .ao-disclaimer-trigger{
  display:inline-flex;align-items:center;gap:8px;
  background:#FDF9EB;
  border:1px solid #F1C94E;
  border-radius:8px;
  padding:10px 16px;
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:700;
  color:var(--ink-700);
  cursor:pointer;
  transition:background .15s ease, border-color .15s ease;
}
.Compilation-Review-Services .ao-disclaimer-trigger:hover{background:#FCF3D6;border-color:#E8BC2E;}
.Compilation-Review-Services .ao-disclaimer-trigger svg{flex-shrink:0;}
.Compilation-Review-Services .ao-disclaimer-trigger .ao-trigger-arrow{margin-left:2px;color:var(--gray-500);}

.Compilation-Review-Services .ao-modal-overlay{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(16,24,40,0.55);
  z-index:1050;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.Compilation-Review-Services .ao-modal-overlay.open{display:flex;}
.Compilation-Review-Services .ao-modal{
  background:#fff;
  border-radius:14px;
  max-width:640px;
  width:100%;
  max-height:82vh;
  overflow-y:auto;
  padding:28px 28px 26px;
  position:relative;
  box-shadow:0 24px 60px rgba(16,24,40,0.3);
}
.Compilation-Review-Services .ao-modal-close{
  position:absolute;
  top:18px;right:18px;
  width:32px;height:32px;
  border-radius:8px;
  border:none;
  background:var(--gray-50);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  color:var(--gray-500);
  transition:background .15s ease,color .15s ease;
}
.Compilation-Review-Services .ao-modal-close:hover{background:var(--gray-200);color:var(--ink-700);}
.Compilation-Review-Services .ao-modal h3{
  font-family:'Inter',sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:24px;
  color:var(--ink-700);
  margin:0 26px 16px 0;
}
.Compilation-Review-Services .ao-disclaimer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
.Compilation-Review-Services .ao-disclaimer-list li{
  display:flex;
  align-items:flex-start;
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:20px;
  color:var(--ink-700);
}
.Compilation-Review-Services .ao-disclaimer-num{
  font-weight:700;
  font-size:14px;
  line-height:20px;
  /* color:#F04438; */
  margin-right:4px;
  flex-shrink:0;
}

@media (max-width:900px){
  .Compilation-Review-Services .card-inner{padding:24px;}
  .Compilation-Review-Services .header-sidebar{width:34%;}
  .Compilation-Review-Services .header-plans{width:66%;}
  .Compilation-Review-Services .feature-left{width:34%;}
  .Compilation-Review-Services .feature-name{font-size:14px;}
  .Compilation-Review-Services .big-heading{font-size:22px;}
  .Compilation-Review-Services .plan-amount{font-size:26px;}
}
@media (max-width:767.98px){
  .Compilation-Review-Services{padding:24px 16px 60px;}
  .Compilation-Review-Services .hero h1{font-size:24px;}
  .Compilation-Review-Services .card-inner{padding:18px;}
  .Compilation-Review-Services .header-row,
  .Compilation-Review-Services .pt-footer{flex-direction:column;}
  .Compilation-Review-Services .header-sidebar{width:100%;padding-top:0;margin-bottom:16px;}
  .Compilation-Review-Services .header-plans{width:100%;}
  .Compilation-Review-Services .feature-row{padding-left:24px;flex-wrap:wrap;}
  .Compilation-Review-Services .feature-left{width:100%;margin-bottom:8px;}
  .Compilation-Review-Services .feature-cols{width:100%;}
  .Compilation-Review-Services .acc-title{font-size:15px;}
  .Compilation-Review-Services .plan-shade{display:none;}
  .Compilation-Review-Services .header-plan-col.highlight{border-radius:12px;margin-top:0;padding-top:12px;}

  #audit-plans-section .pt-head {
    top: 77px;
  }
  #audit-plans-section .header-sidebar {
    margin-bottom: 0;
  }
  #audit-plans-section .header-plan-col.highlight .plan-select-btn {
    padding: 8px 7px;
  }

  .Compilation-Review-Services .pt-head {
    top: 77px;
  }
  .Compilation-Review-Services .acc-header {
    margin: 0;
  }
}
