:root{
  --bcsr-navy: #0b2f5b;
  --bcsr-navy-2: #072446;
  --bcsr-bg: #ffffff;
  --bcsr-soft: #f3f7fb;
  --bcsr-border: rgba(15, 23, 42, 0.10);
  --bcsr-text: rgba(15, 23, 42, 0.78);
  --bcsr-muted: rgba(15, 23, 42, 0.60);
  --bcsr-shadow: 0 18px 40px rgba(2, 10, 25, 0.10);
}

.bcsr-page{
  background: var(--bcsr-bg);
}

/* HERO */
.bcsr-hero{
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-bottom: 1px solid var(--bcsr-border);
}

.bcsr-hero-media{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.bcsr-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.45) 55%, rgba(255,255,255,0.10) 100%)
}

.bcsr-hero-overlay{
  position: relative;
  z-index: 1;
  padding: 5.2rem 0 4.2rem;
}

.bcsr-kicker{
  margin: 0 0 .6rem;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.60);
}

.bcsr-title{
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.12;
  color: #0b1a26;
}

/* SECTIONS */
.bcsr-section{
  padding: 4rem 0;
}

.bcsr-section--tight{
  padding: 2.6rem 0;
}

.bcsr-section--alt{
  background: var(--bcsr-soft);
  border-top: 1px solid var(--bcsr-border);
  border-bottom: 1px solid var(--bcsr-border);
}

/* TYPO */
.bcsr-h2{
  margin: 0 0 1rem;
  font-size: 1.9rem;
  color: #0b1a26;
}

.bcsr-h3{
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  color: #0b1a26;
}

.bcsr-h4{
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  color: #0b1a26;
}

.bcsr-text{
  margin: 0 0 1rem;
  color: var(--bcsr-text);
  font-size: 1.02rem;
  line-height: 1.7;
}

.bcsr-text--lead{
  font-size: 1.03rem;
}

.bcsr-text--muted{
  color: var(--bcsr-muted);
  font-size: .98rem;
}

.bcsr-block{
  margin-top: 1.2rem;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--bcsr-border);
  box-shadow: 0 10px 24px rgba(2, 10, 25, 0.06);
}

/* ACCORDION */
.bcsr-accordion{
  display: grid;
  gap: 12px;
}

.bcsr-acc{
  background: #fff;
  border: 1px solid var(--bcsr-border);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(2, 10, 25, 0.06);
  overflow: hidden;
}

.bcsr-acc-summary{
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  color: #0b1a26;
  user-select: none;
}

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

.bcsr-acc-icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--bcsr-border);
  background: linear-gradient(180deg, rgba(11,47,91,0.08), rgba(11,47,91,0.02));
  position: relative;
  flex: 0 0 auto;
}

.bcsr-acc-icon::before,
.bcsr-acc-icon::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--bcsr-navy);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.bcsr-acc-icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.bcsr-acc[open] .bcsr-acc-icon::after{
  display: none;
}

.bcsr-acc-body{
  padding: 0 18px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.bcsr-list{
  margin: 0 0 1rem 1.1rem;
  color: var(--bcsr-text);
}

.bcsr-list li{
  margin: .35rem 0;
}

/* FORM CARD */
.bcsr-form-card{
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--bcsr-border);
  box-shadow: var(--bcsr-shadow);
  overflow: hidden;
}

.bcsr-form-card-head{
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.bcsr-form-kicker{
  font-weight: 900;
  letter-spacing: .02em;
  color: #6f1bb7; /* matches screenshot vibe; change if you want navy */
  font-size: 1.05rem;
  text-transform: uppercase;
}

.bcsr-form-sub{
  font-weight: 800;
  color: #6f1bb7;
  margin-top: 2px;
  text-transform: uppercase;
  font-size: .95rem;
}

.bcsr-form-card-body{
  padding: 16px 18px 18px;
}

/* Contact Form 7 cleanup so it looks premium */
.bcsr-form-card .wpcf7 form{
  margin: 0;
}

.bcsr-form-card input[type="text"],
.bcsr-form-card input[type="email"],
.bcsr-form-card input[type="tel"],
.bcsr-form-card select,
.bcsr-form-card textarea{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(15,23,42,0.18);
  border-radius: 10px;
  padding: 7px 12px;
  font-size: 1rem;
  outline: none;
  box-shadow: none;
}

.bcsr-form-card textarea{
  min-height: 120px;
}

.bcsr-form-card input:focus,
.bcsr-form-card select:focus,
.bcsr-form-card textarea:focus{
  border-color: rgba(11,47,91,0.45);
}

.bcsr-form-card input[type="submit"],
.bcsr-form-card button,
.bcsr-form-card .wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 0;
  background: var(--bcsr-navy);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.bcsr-form-card input[type="submit"]:hover,
.bcsr-form-card .wpcf7-submit:hover{
  background: var(--bcsr-navy-2);
}

/* DISCLAIMER */
.bcsr-disclaimer{
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed rgba(15, 23, 42, 0.18);
}

.bcsr-disclaimer-text{
  margin: 0;
  font-size: .92rem;
  color: rgba(15, 23, 42, 0.60);
  line-height: 1.65;
}

/* RESPONSIVE */
@media (max-width: 991.98px){
  .bcsr-title{ font-size: 2.2rem; }
  .bcsr-hero-overlay{ padding: 4.6rem 0 3.6rem; }
}

@media (max-width: 575.98px){
  .bcsr-title{ font-size: 1.95rem; }
  .bcsr-section{ padding: 3.2rem 0; }
}


aside.bcsr-form-card {
    width: 100%!important;
}



/* CF7 Jobs Form – Rinnetal */

.rnh-jobform{
  background: #f4f4f4;
  border-radius: 0;
  padding: 22px 22px 18px;
  border: 1px solid rgba(0,0,0,.06);
}

.rnh-jobform-head{
  margin-bottom: 14px;
}

.rnh-jobform-title{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #7a1a7d; /* purple heading like screenshot */
  font-size: 18px;
  line-height: 1.2;
}

.rnh-jobform-title span{
  display: inline-block;
  margin-top: 6px;
  color: #7a1a7d;
}

.rnh-jobform-sub{
  margin: 10px 0 0;
  color: rgba(15,23,42,.75);
  font-size: 14px;
  line-height: 1.55;
}

.rnh-jobform-block{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  padding: 12px 12px;
  margin-top: 10px;
}

.rnh-jobform-label{
  display:block;
  font-weight: 700;
  color: rgba(15,23,42,.92);
  font-size: 13px;
  margin: 0 0 8px;
}

.rnh-jobform .req{
  color: #c01919;
  font-weight: 900;
}

.rnh-jobform-row2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.rnh-jobform-col{
  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  padding: 12px 12px;
}

.rnh-control{
  width: 100%;
  border: 1px solid rgba(15,23,42,.18);
  background: #fff;
  padding: 9px 10px;
  font-size: 14px;
  outline: none;
}

.rnh-control:focus{
  border-color: rgba(11,47,91,.55);
  box-shadow: 0 0 0 3px rgba(11,47,91,.10);
}

.rnh-textarea{
  min-height: 110px;
  resize: vertical;
}

.rnh-check .wpcf7-list-item{
  margin-right: 16px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rnh-check input[type="checkbox"]{
  transform: translateY(1px);
}

.rnh-jobform-accept{
  margin-top: 12px;
  font-size: 12px;
  color: rgba(15,23,42,.75);
}

.rnh-jobform-accept a{
  color: #0b2f5b;
  text-decoration: underline;
}

.rnh-jobform-privacy{
  margin-top: 8px;
}

.rnh-jobform-hint{
  margin-top: 8px;
  font-size: 12px;
  color: rgba(15,23,42,.65);
}

.rnh-jobform-submit{
  margin-top: 14px;
}

.rnh-submit{
  background: #2f5ea8;
  border: 0;
  color: #fff;
  font-weight: 800;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rnh-submit:hover{
  filter: brightness(.95);
}

.rnh-jobform .wpcf7-not-valid-tip{
  font-size: 12px;
  margin-top: 6px;
}

.rnh-jobform .wpcf7-response-output{
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px;
}

@media (max-width: 768px){
  .rnh-jobform-row2{
    grid-template-columns: 1fr;
  }
}


/* CF7 acceptance blocks */
.rnh-jobform-accept{
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
}

.rnh-jobform-accept .wpcf7-form-control-wrap{
  display: block;
  margin: 10px 0;
}

.rnh-jobform-accept .wpcf7-list-item{
  margin: 0; /* remove CF7 default spacing */
}

.rnh-jobform-accept label{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.rnh-jobform-accept input[type="checkbox"]{
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

.rnh-jobform-accept a{
  text-decoration: underline;
}

.rnh-jobform-hint{
  margin-top: 8px;
  opacity: 0.8;
}

.rnh-jobform-hint .req{
  font-weight: 700;
}


/* CF7 checkbox footer area */
.rnh-jobform-accept .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.rnh-jobform-accept .wpcf7-list-item {
  margin: 0;
}

.rnh-jobform-accept label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
  color: #222;
}

.rnh-jobform-accept input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.0);
}

.rnh-jobform-accept a {
  text-decoration: underline;
}


.rnh-jobform-accept input[type="checkbox"]{
  appearance: auto;
  -webkit-appearance: checkbox;
}

/* WHY section image (left column) */
.bcsr-why-image{
  margin-top: 1.75rem;
}

.bcsr-why-image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(2, 10, 25, 0.10);
}

/* Make disclaimer match the page container width */
.bcsr-disclaimer{
  max-width: none;
  width: 100%;
}
