/* Hero Section */
.ss-hero {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ss-hero h1 {
	line-height: 22px !important; 
}

.ss-hero__inner {
  grid-template-columns: 1fr; 
	gap: 40px; 
}

.ss-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #fed448;
  border-radius: 30px;
  padding: 6px 16px;
  color: #fed448;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.ss-hero__headline {
  color: #F9F9F9;
  max-width: 900px;
  margin-bottom: 32px;
}

.ss-hero__body {
  color: #F9F9F9;
  max-width: 580px;
  margin-bottom: 20px;
  line-height: 26px;

}

/* Override wheel-btn-secondary border/text color for dark background */
.rpm-hero__btn-outline-dark a {
  background-color: transparent;
  border-color: #F9F9F9;
  color: #F9F9F9;
}
@media screen and (min-width:901px) {
	.ss-hero .ss-hero__inner {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		gap: 80px; 
		align-items: start; 
		max-width: 1140px; 
		margin: 0 auto; 
	}
}

@media screen and (min-width: 1024px) {
  .rpm-hero__headline {
    max-width: 1100px;
  }
}

/* ============================================================
   Top Form — .hs-ss-form (updated to match .wh-swaay)
   ============================================================ */

.subscribe-column-left {
  padding-top: 56px;
}

.hs-ss-form-wrapper {
  background-color: #ffffff;
  min-width: 295px;
/*   max-width: 350px; */
  height: auto;
  border-radius: 12px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 48px;
}

/* ------------------------------------------------------------
   Column layout
   ------------------------------------------------------------ */

.hs-ss-form .form-columns-2 {
  display: flex;
  gap: 12px;
}

.hs-ss-form .form-columns-2 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-ss-form .form-columns-2 .input .hs-input {
  width: 100% !important;
}

.hs-ss-form .form-columns-2 .hs-lastname {
  margin-top: 0px;
}

.hs-ss-form fieldset {
  margin: 0 auto;
  width: 85%;
}

.hs-ss-form .form-columns-1 .input,
.hs-ss-form .form-columns-2 .input {
  margin-right: 0px !important;
}

/* ------------------------------------------------------------
   Field layout
   ------------------------------------------------------------ */

.hs-ss-form .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

/* ------------------------------------------------------------
   Labels
   ------------------------------------------------------------ */

.hs-ss-form .hs-form-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #003D31;
  opacity: 0.7;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: left;
}

/* ------------------------------------------------------------
   Inputs, textareas, selects
   ------------------------------------------------------------ */

.hs-ss-form .hs-input {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #071E16;
  background: #F9F9F9;
  border: 1.5px solid rgba(0, 61, 49, 0.12);
  border-radius: 6px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100% !important;
  box-sizing: border-box;
}

.hs-ss-form .hs-input:focus {
  border-color: #003D31;
}

.hs-ss-form textarea.hs-input {
  resize: vertical;
  min-height: 80px;
}

.hs-ss-form select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23003D31' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-color: #F9F9F9;
  padding-right: 36px;
}

/* ------------------------------------------------------------
   Submit button
   ------------------------------------------------------------ */

.hs-ss-form .hs-submit {
  display: flex;
  justify-content: center;
	margin-top: 24px; 
	margin-bottom: 24px; 
}

.hs-ss-form .hs-submit .hs-button {
  width: auto;
  background: #003D31;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 40px;
	border: 1px solid #003D31;
	border-radius: 30px; 
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.hs-ss-form .hs-submit .hs-button:hover {
  background: #005240;
}

/* ------------------------------------------------------------
   Error messaging
   ------------------------------------------------------------ */

.hs-ss-form ul.hs-error-msgs {
  margin-left: 24px !important;
  color: red;
	padding-left: 0; 
}

.hs-ss-form .hs-error-msgs li {
  text-align: left; 
}

.hs-ss-form label.hs-error-msg {
  color: red;
  text-transform: none;
}

.hs-ss-form .hs_error_rollup {
 width: 85%; 
	margin: auto; 
}

/* ------------------------------------------------------------
   Legal consent / checkbox
   ------------------------------------------------------------ */

.hs-ss-form .legal-consent-container {
  float: left;
}

.hs-ss-form .legal-consent-container span {
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.hs-ss-form .legal-consent-container ul.inputs-list {
  list-style: none;
}

.hs-ss-form .legal-consent-container label.hs-error-msg {
  display: none;
}

.hs-ss-form .hs-form-booleancheckbox-display .hs-input {
  width: 5% !important;
  margin-top: 3px;
}

/* ------------------------------------------------------------
   reCAPTCHA — hidden
   ------------------------------------------------------------ */

.hs-ss-form .hs_recaptcha {
  display: none;
}

/* ------------------------------------------------------------
   Responsive — 900px and below
   ------------------------------------------------------------ */

@media screen and (max-width: 900px) {
  .hs-ss-form-wrapper {
    max-width: 500px;
    margin: auto;
    padding: 10px 5px;
  }
	.hs-ss-form fieldset {
		width: 95%; 
	}

  .subscribe-column-left {
    text-align: center;
  }
}

/* ------------------------------------------------------------
   Responsive — Large desktop 1375px and up
   Side-by-side First/Last Name
   ------------------------------------------------------------ */

@media screen and (min-width: 1375px) {
  .hs-ss-form-wrapper {
    min-width: 450px;
    max-width: 450px;
  }

  .hs-ss-form .form-columns-2 .hs-firstname .input {
    margin-right: 8px !important;
  }

  .hs-ss-form .form-columns-2 .hs-form-field {
    float: left !important;
    width: 50% !important;
  }

  .hs-ss-form .form-columns-2 .hs-lastname .input {
    margin-right: 0px;
  }
}

/* ------------------------------------------------------------
   SECTION: Inside The Session
   ------------------------------------------------------------ */

.ss-inside {
  background-color: rgba(192, 216, 215);
  padding-top: 72px;
  padding-bottom: 80px;
}

.ss-inside__inner {
  max-width: 1920px;
}

.ss-inside__headline {
  color: #003D31;
  margin-top: 24px;
  margin-bottom: 48px;
  max-width: 700px;
}

.ss-inside__intro {
  max-width: 680px;
  margin-bottom: 56px;
}

.ss-inside__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ss-inside__card {
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 32px;
}

.ss-inside__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003D31;
  color: #fed448;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
}

.ss-inside__card-title {
  color: #003D31;
  margin-bottom: 16px;
}

.ss-inside__card p {
  margin-bottom: 0;
}

@media screen and (min-width: 782px) {
  .ss-inside__cards {
    flex-direction: row;
    align-items: stretch;
  }

  .ss-inside__card {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .ss-inside {
    padding-top: 96px;
    padding-bottom: 112px;
  }
}


/* ------------------------------------------------------------
   SECTION: Client Results
   ------------------------------------------------------------ */

.ss-results {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ss-results__eyebrow {
  margin-bottom: 32px;
}

.ss-results__headline {
  margin-bottom: 56px;
  max-width: 1100px;
}

.ss-results .ss-results__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

.ss-results__card {
  background-color: rgba(249, 249, 249, 0.04);
  border: 1px solid rgba(249, 249, 249, 0.12);
  border-radius: 20px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ss-results__card > article {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ss-results__tag {
  margin-bottom: 24px;
}

.ss-results__stat {
  font-size: 4rem;          /* 64px mobile */
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.ss-results__result {
  margin-bottom: 20px;
}

.ss-results__copy {
  margin-bottom: 32px;
  flex: 1;
}

.ss-results__link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-start;
}

.ss-results__link:hover,
.ss-results__link:focus {
  text-decoration: underline;
}

/* Tablet — 768px and up */
@media screen and (min-width: 768px) {
  .ss-results {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .ss-results .ss-results__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .ss-results__card {
    padding: 40px 28px;
  }
}

/* Desktop — 1024px and up */
@media screen and (min-width: 1024px) {
  .ss-results {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .ss-results__headline {
    margin-bottom: 80px;
  }

  .ss-results .ss-results__grid {
    gap: 32px;
  }

  .ss-results__card {
    padding: 48px 40px;
  }

  .ss-results__stat {
    font-size: 5rem;        /* 80px desktop */
  }
}

/* ------------------------------------------------------------
   SECTION: Strategy Session CTA Button
   ------------------------------------------------------------ */

.ss-cta {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

.ss-cta__inner {
  max-width: 800px;
}

.ss-cta__headline {
  margin-bottom: 24px;
}

.ss-cta__copy {
  margin-bottom: 40px;
}

.ss-cta__btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #003D31;
  border-radius: 30px;
  padding: 12px 32px;
  color: #003D31;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.ss-cta__btn:hover,
.ss-cta__btn:focus {
  background-color: #003D31;
  color: #FED448;
  outline: none;
  text-decoration: none;
}

.ss-cta__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 61, 49, 0.3);
}

/* Tablet — 768px and up */
@media screen and (min-width: 768px) {
  .ss-cta {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

/* Desktop — 1024px and up */
@media screen and (min-width: 1024px) {
  .ss-cta {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}