:root{
  --ndr-red:#F97316;;      /* screenshot ke close */
  --ndr-text:#5f5f5f;
  --ndr-dark:#2b2b2b;

  --ndr-white:#ffffff;
  --ndr-black:#0b0b0b;
  --ndr-overlay: rgba(0,0,0,.45);     /* full hero subtle shade */
  --ndr-panel: rgba(0,0,0,.55);       /* dark box behind text */
  
  --nd-red: #F97316;;       /* maroon/red tone */
  --nd-red-dark:#F97316;;
  --nd-text:#5f5f5f;
  --nd-title:#a63a37;
  --nd-line:#d9d9d9;
  --nd-strip-h: 120px;


}



body{
  font-family: "Oswald", sans-serif;
}

*{ box-sizing:border-box; }



/* ===== Logos ===== */
.snc-logos{
  background:#fff;
}
.snc-logo-img{
  max-width: 520px;
  width: 100%;
  height: auto;
}

/* ===== Black Story Section ===== */
.snc-story{
  background: linear-gradient(180deg, #666565 0%, #928f8f 100%);
  color:#ffffff;
  padding: 70px 0;
}
.snc-story-inner{
  max-width: 980px;
}
.snc-story-title{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 18px 0;
}
.snc-story-text{
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px 0;
  color: rgba(255,255,255,.92);
}
.snc-story-link{
  color: var(--maroon);
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
}
.snc-story-link:hover{
  color: var(--ndr-dark);
}

/* ===== Addresses ===== */
.snc-addresses{
  background:#fff;
}
.snc-addr-title{
  font-weight: 700;
  color:var(--nd-red-dark);
  margin-bottom: 10px;
}
.snc-addr-text{
  color:#5a5a5a;
  font-size: 18px;
  line-height: 1.7;
}

/* ===== Questions Form (Black) ===== */
.snc-questions{
  background: linear-gradient(180deg, #666565 0%, #928f8f 100%);
  color:#fff;
  padding: 90px 0;
}

.snc-questions-left{
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1;
  margin-top: 10px;
}

/* Form */
.snc-form{
  max-width: 880px;
}
.snc-label{
  display:block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#fff;
}
.snc-label span{ color:#fff; }

.snc-input,
.snc-textarea{
  width:100%;
  background:#fff;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 12px 14px;
  font-size: 16px;
  color:#222;
}

.snc-textarea{
  resize: vertical;
  min-height: 240px;
}

.snc-invalid{
  display:none;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

.snc-send-btn{
  width:100%;
  border:0;
  background:#fff;
  color:var(--nd-red);
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 14px;
  text-transform: uppercase;
}
.snc-send-btn:hover{
  
  color:var(--ndr-dark);
}

/* Invalid state */
.snc-is-invalid .snc-invalid{ display:block; }
.snc-is-invalid .snc-input,
.snc-is-invalid .snc-textarea{
  outline: 2px solid var(--nd-red);
}



/* ===== Responsive ===== */
@media (max-width: 992px){
  .snc-story-title{ font-size: 38px; }
  .snc-questions-left{ font-size: 52px; margin-bottom: 12px; }
}
@media (max-width: 576px){
  .snc-story{ padding: 55px 0; }
  .snc-story-title{ font-size: 32px; }
  .snc-story-text, .snc-story-link{ font-size: 16px; }
  .snc-addr-text{ font-size: 16px; }
  .snc-questions{ padding: 70px 0; }
}
