:root {
  --hs-green-dark: #1c6b46;
  --hs-green: #218a56;
  --hs-green-light: #e6f2e9;
  --hs-bg-hero: #eaf4ec;
  --hs-text: #2e2e2e;
  --hs-text-muted: #5a5f5c;
  --hs-card-border: #dfe9e2;
  --hs-dark-card: #1a4630;
  --hs-dark-card-text: #d8e6de;
}

body, .exemption-section{
  font-family:'RobotoRegular',sans-serif !important;
}

/* ===================================================
   HERO SECTION (shared shell — content differs per page)
   =================================================== */
.exemption-section.hero-section {
  min-height: 100%;
  background: var(--hs-bg-hero);
  padding-top: 90px;
  padding-bottom: 45px;
  overflow: visible;
}

.exemption-section .hero-title {
  font-weight: 600;
  color: var(--hs-green-dark);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 1.1rem;
}

.exemption-section .hero-eyebrow{
  display:block;
  font-size:1.05rem;
  font-weight:500;
  color:var(--hs-text);
  margin-bottom:.15rem;
}

.exemption-section .hero-copy {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}

.exemption-section .hero-img-wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 30px -12px rgba(28, 107, 70, 0.35);
}

.exemption-section .hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hero type D — full-width text, no media */
.exemption-section .hero-full-width{
  max-width: 900px;
}

/* ===================================================
   ASSESSMENT / RATING TABLE (hero type C)
   =================================================== */
.exemption-section .assessment-table-wrap{
  margin-top:0;
  background:#ffffff;
  border:1px solid var(--hs-card-border);
  border-radius:.6rem;
  overflow:hidden;
  box-shadow:0 6px 18px -12px rgba(0,0,0,.15);
}

.exemption-section .assessment-table{
  font-size: 17px;
  margin-bottom:0;
}

.exemption-section .assessment-table thead th{
  background:var(--hs-green);
  color:#fff;
  font-weight:600;
  border:none;
  padding:.75rem 1rem;
  text-align:center;
  vertical-align:middle;
}

.exemption-section .assessment-table thead th:first-child{ text-align:left; }

.exemption-section .assessment-table tbody td{
  padding:.7rem 1rem;
  color:var(--hs-text);
  border-bottom: 1px solid #ccc;
  text-align:center;
  vertical-align:middle;
}

.exemption-section .assessment-table tbody td:first-child{
  text-align:left;
  font-weight:600;
  color:var(--hs-green-dark);
}

.exemption-section .assessment-table tbody tr:last-child td{ border-bottom:none; }
.exemption-section .assessment-table tbody tr:nth-child(even){ background:var(--hs-green-light); }

/* ===================================================
   NOTES HEADING (centered heading above the cards / info box)
   =================================================== */
.exemption-section .notes-heading {
  text-align: center;
  font-weight: 700;
  color: var(--hs-text);
  font-size: 28px;
  margin: 3rem 0 2rem;
}

/* ===================================================
   WHITE SHADOW NUMBER CARDS (page 1 style)
   =================================================== */
.exemption-section.notes-cards-wrap {
  margin-top: -4.5rem !important;
  margin-bottom: 3rem !important;
  position: relative;
  z-index: 2;
}

.exemption-section .note-card-outer {
  position: relative;
  height: 100%;
  padding-bottom: 10px;
}

.exemption-section .note-card-outer::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 22px;
  background: var(--hs-green);
  border-radius: 0.6rem;
  z-index: 0;
}

.exemption-section .note-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid var(--hs-card-border);
  border-radius: 0.6rem;
  padding: 1.5rem 1.25rem 1.25rem;
  height: 100%;
  box-shadow: 0 6px 18px -12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.exemption-section .note-card-outer:hover .note-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -12px rgba(28, 107, 70, 0.3);
}

.exemption-section .note-number {
  width: 34px;
  height: 34px;
  background: var(--hs-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin-right: 0.9rem;
  flex-shrink: 0;
}

.exemption-section .note-text {
  font-size: 18px;
  color: var(--hs-text-muted);
  line-height: 1.55;
  margin: 0;
  text-align: justify;
}

/* ===================================================
   DARK SOLID NUMBER CARDS (pages 3 & 7 style)
   =================================================== */
.exemption-section.dark-cards-wrap{
  margin-top: 0 !important;
  margin-bottom: -6rem !important;
  position: relative;
  z-index: 2;
}

.exemption-section .dark-card{
  background: #27464b;
  border-radius: .6rem;
  padding: 1.5rem 1.25rem;
  height: 100%;
  box-shadow: 0 10px 22px -12px rgba(0,0,0,.35);
}

.exemption-section .dark-card-number{
  width: 34px;
  height: 34px;
  background: #ffffff;
  color: var(--hs-dark-card);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  margin-right: .9rem;
  flex-shrink: 0;
}

.exemption-section .dark-card-text{
  font-size: 18px;
  color: var(--hs-dark-card-text);
  line-height: 1.55;
  margin: 0;
  text-align: justify;
}

/* ===================================================
   INFO BOX (checklist container — pages 2,4,5,6,8,9)
   =================================================== */
.exemption-section.info-box-wrap{
  margin-top: 35px !important;
    margin-bottom: -13rem !important;
  position: relative;
  z-index: 2;
}

.exemption-section .info-box{
  background:#ffffff;
  border:1px solid var(--hs-card-border);
  border-radius: 1rem;
  padding: 15px;
  box-shadow: 0 10px 30px -16px rgba(0,0,0,.2);
}

.exemption-section .info-box-heading{
  text-align:center;
  font-weight:700;
  color: #27b24d;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height:1.35;
  max-width: 780px;
  margin: 0 auto 1.75rem;
}

.exemption-section .checklist-item{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  margin-bottom:1.1rem;
}

.exemption-section .check-icon{
  width:22px;
  height:22px;
  border-radius:50%;
  border:2px solid var(--hs-green);
  color:var(--hs-green);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  margin-top:.15rem;
}

.exemption-section .check-icon svg{ width:11px; height:11px; }

.exemption-section .checklist-item p{
  margin:0;
  font-size:18px;
  color:var(--hs-text);
  line-height:1.55;
  text-align:justify;
}

.exemption-section .info-box-media{
  border-radius:.75rem;
  overflow:hidden;
  height:100%;
  min-height:220px;
}

.exemption-section .info-box-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.exemption-section .checklist.two-col{
  column-count:2;
  column-gap:2.25rem;
}
.exemption-section .checklist.two-col .checklist-item{
  break-inside: avoid;
}

@media (max-width:767.98px){
  .exemption-section .checklist.two-col{ column-count:1; }
}

/* ===================================================
   FAQ SECTION (identical across every page)
   =================================================== */
.exemption-section .faq-section {
  padding: 1rem 0 5rem;
}

.exemption-section .faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #eef0ef;
  color: var(--hs-text);
  border-radius: 50rem;
  padding: 0.4rem 1.1rem;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.exemption-section .faq-badge svg { width: 16px; height: 16px; }

.exemption-section .faq-heading {
  text-align: center;
  font-weight: 700;
  color: #27B24D;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  line-height: 1.3;
  max-width: 65%;
  margin: 0 auto 2.5rem;
}

.exemption-section .accordion-item {
  border: 1px solid var(--hs-card-border);
  border-radius: 0.6rem !important;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.exemption-section .accordion-button {
  font-weight: 600;
  font-size: 18px;
  color: var(--hs-text);
  background: #fff;
  padding: 1.1rem 1.25rem;
}

.exemption-section .accordion-button:not(.collapsed) {
  color: var(--hs-green-dark);
  background: var(--hs-green-light);
  box-shadow: none;
}

.exemption-section .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 138, 86, 0.2);
}

.exemption-section .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 400;
  color: #8a8f8c;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #eef0ef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.exemption-section .accordion-button:not(.collapsed)::after {
  content: "\2212";
  color: var(--hs-green-dark);
  background-color: var(--hs-green-light);
  transform: none;
}

.exemption-section .accordion-body {
  font-size: 18px;
  color: #606060;
  line-height: 1.6;
  padding: 15px;
}
@media (max-width: 575.98px) {
.exemption-section.hero-section {
  padding-top: 25px !important;
  padding-bottom: 45px !important;
}
#main-content .container.exemption-section.notes-cards-wrap {
  margin-top: -90px !important;
  margin-bottom: 3rem !important;
}
#main-content .container.exemption-section.info-box-wrap {
    margin-top: 35px !important;
    margin-bottom: -13rem !important;
    margin-left: 0 !important;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #main-content .container.exemption-section.notes-cards-wrap{ margin-top: -80px !important;}
  #main-content .container.exemption-section.info-box-wrap {
    margin-top: 10px !important;
    margin-bottom: -13rem !important;
  }
}

@media(min-width: 1400px) and (max-width:1900px) {
  #main-content .container.exemption-section.notes-cards-wrap{ margin-top: -80px !important;}
  #main-content .container.exemption-section.info-box-wrap { 
    margin-top: 10px !important;
    margin-bottom: -13rem !important;
  }
}

@media (max-width: 767.98px) {
  .exemption-section .hero-img-wrap { margin-top: 1.75rem; }
  .exemption-section .assessment-table-wrap{ margin-top: 1.75rem; }
  .exemption-section .notes-heading { margin-top: 2.25rem; }
  .exemption-section.notes-cards-wrap { margin-top: -2rem !important; }
  .exemption-section.dark-cards-wrap { margin-top: -2rem !important; }
  .exemption-section.info-box-wrap { margin-top: -1rem !important; }
  .exemption-section .info-box{ padding: 1.75rem 1.25rem 1rem; }
}
