:root {
  --bg: #ffffff;
  --bg-soft: #f9f9f9;
  --bg-warm: #e2dcc8;
  --ink: #5E5E5E;
  --ink-strong: #000000;
  --orange: #f48f0f;
  --orange-deep: #f38f0f;
  --maroon: #87071f;
  --maroon-deep: #4a0001;
  --link-hover: #096799;
  --border: #e0e0e0;
  
}
body {
	font-family: 'gothambook';
	color: #5E5E5E;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
}

  
 

/* MAIN: full-bleed sections with alternating backgrounds, mirroring
     the section banding sklpc.com itself uses on the home page */
.section {
  padding: 3rem 0;
}

/* .section-inner {
  max-width: 97%;
  margin: 0 auto;
}
 */

.aboutus-us-sklpc {
	background-color: #efefef;
	padding-top: 0px;
	padding-bottom: 5px;
}

.section-white {
  background: #fff;
}

.section-grey {
  background: var(--bg-soft);
}

.section-warm {
  background: var(--bg-warm);
}

/* Tighten heading top-margin inside sections (the section padding
     already provides the space) */
.section h2:first-child {
  margin-top: 0;
}

 

/* DISCLOSURE BOX (orange border ties to primary CTA) */
.disclosure {
  background: var(--bg-soft);
  border-left: 4px solid var(--orange);
  padding: 1.8rem 2.2rem;
  margin: 2.4rem 0 1rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--ink-strong);
}

.disclosure strong {
  font-family: var(--font-medium);
  color: var(--maroon);
}

/* STEPS */
.steps {
  list-style: none;
  counter-reset: step;
  margin: 0 0 3rem;
}

.steps li {
  counter-increment: step;
  padding: 1.8rem 0 1.8rem 5.6rem;
  border-top: 1px solid var(--border);
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}

.steps li:last-child {
  border-bottom: 1px solid var(--border);
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-medium);
  font-size: 1.6rem;
}

/* CTA BUTTON (matches .btn-book on sklpc.com: orange, 1px solid
     border, uppercase, 14px bold, 14px 24px padding) */
.cta-wrap {
  text-align: center;
  margin: 4rem 0 1rem;
}

.cta-button {
  display: inline-block;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  text-decoration: none;
  padding: 1.6rem 3.2rem;
  font-family: var(--font-medium);
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: ease-in-out all 0.25s;
}

.cta-button:hover {
  background: #fff;
  color: var(--ink-strong);
  border-color: var(--orange);
}

.cta-note {
  font-size: 1.4rem;
  color: var(--ink);
  text-align: center;
  margin: 1.2rem 0 0;
}
 
.section-inner h1 {
	color: #000;
	font-size:42px;
	line-height: 1em;
	/* font-weight: 400; */
	padding-bottom: 20px;
	text-transform: uppercase;
}

.section-inner h2, .committee-note h2{
	color: #87071f;
	font-size: 40px;
	line-height: 1em;
	padding-bottom: 20px;
	font-weight: 700;
}


/* FAQ */
.faq details {
  border-top: 1px solid var(--border);
  padding: 1.8rem 0;
}

.faq details:last-of-type {
  border-bottom: 1px solid var(--border);
}

.faq summary {
  cursor: pointer; 
  list-style: none;
  position: relative;font-weight:600;
  padding-right: 3rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: -0.4rem;
  font-size: 2.6rem;
  color: var(--orange);
  line-height: 1;
}

.faq details[open] summary::after {
  content: '\2212';
}

.faq details p {
  margin: 1.2rem 0 0;
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1.55;
}

.faq details kbd {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    padding: 1px 6px;
    color: var(--ink);
  padding: 1px 6px;
  font-family: monospace;
  font-size: 0.9em;
}

/* COMMITTEE NOTE (sits inside .section-warm; the section provides
     the warm background, the inner card adds the maroon left border) */
.committee-note {
  border-left: 4px solid var(--maroon);
  padding: 1rem 0 1rem 2rem;
   
  color: var(--ink-strong);
}
.committee-note h2{font-size:20px; text-transform:uppercase;}

.committee-note p:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.section-inner h1{display:flex;}
.logo-amazon {
	width: 190px;
	display: inline-block;
	margin-top: 0;
	float: none;
}

@media (max-width:1190px) {
.section-inner h2, .section-inner h1{font-size:32px;}
	.faq summary::after {
	 top: 4px;}
	.steps li::before{top: 14px;}
	.committee-note h2 {font-size:22px; }
	.section {padding: 5rem 0 4rem 0;}
}
@media (max-width:600px) {
.section-inner h2, .section-inner h1{font-size:22px;}
	body, p, .steps li{font-size:16px;}
	.steps li::before{top: 17px;}
	.faq summary::after {
	 top: 4px;}
	.committee-note h2 {font-size:18px; }
	.section {padding: 5rem 0 4rem 0;}
}
.section-white p:last-child, p.lede,.faq details p {
    padding-bottom: 0 !important;
}