.cncbul-invest-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #333;
  padding: 40px 20px;
}

.invest-intro h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #E53935;
}

.invest-intro ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.invest-intro ul li {
  margin: 8px 0;
  font-size: 16px;
}

.scroll-btn {
  display: inline-block;
  background: #E53935;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.scroll-btn:hover {
  background: #c62828;
}

.invest-form-section {
  margin-top: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 40px;
}

.cncbul-invest-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.cncbul-invest-form input,
.cncbul-invest-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.submit-btn {
  background: #E53935;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #c62828;
}
.lang-toggle {
  text-align: right;
  margin-bottom: 15px;
}
.lang-toggle button {
  background: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 12px;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}
.lang-toggle button.active {
  background: #E53935;
  color: #fff;
  border-color: #E53935;
}

.cncbul-thankyou {
  max-width: 700px;
  margin: 100px auto;
  text-align: center;
  font-family: 'Inter', sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 60px;
}
.cncbul-thankyou h1 {
  color: #E53935;
  font-size: 24px;
  font-weight: 700;
}
.cncbul-thankyou p {
  font-size: 16px;
  color: #555;
  margin: 10px 0;
}
.cncbul-thankyou .redirect-msg {
  margin-top: 20px;
  color: #999;
  font-style: italic;
}
.return-btn {
  display: inline-block;
  margin-top: 30px;
  background: #E53935;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  transition: background 0.3s;
}
.return-btn:hover {
  background: #c62828;
}
.invest-intro {
  max-width: 900px;
  margin: 60px auto;
  text-align: center;
  padding: 20px;
}

.invest-intro h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  color: #D32F2F;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  text-transform: none;
}

.invest-intro h1::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #D32F2F;
  margin: 14px auto 0 auto;
  border-radius: 2px;
  opacity: 0.8;
}

.invest-intro p {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin: 20px auto 25px auto;
  max-width: 750px;
}

.invest-intro ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 35px 0;
}

.invest-intro li {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #444;
  padding: 6px 0;
  line-height: 1.6;
}

.scroll-btn {
  background: #D32F2F;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(211,47,47,0.25);
}

.scroll-btn:hover {
  background: #b71c1c;
  box-shadow: 0 6px 14px rgba(183,28,28,0.35);
  transform: translateY(-2px);
}
.invest-sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #666;
  margin-top: 8px;
  letter-spacing: 0.2px;
  font-weight: 400;
  line-height: 1.6;
  animation: fadeIn 1s ease-in-out;
}
/* === Background & Layout === */
.invest-hero {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* === Section === */
.invest-intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

/* === Headline === */
.invest-intro h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  color: #D32F2F;
  letter-spacing: 0.4px;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}

.invest-intro h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #D32F2F;
  margin: 20px auto 0;
  border-radius: 2px;
}

/* === Subheadline === */
.invest-sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #666;
  margin-top: 8px;
  letter-spacing: 0.2px;
  font-weight: 400;
  line-height: 1.6;
  animation: fadeIn 1s ease-in-out;
}

/* === Paragraph === */
.invest-intro p {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin: 22px auto 28px;
  max-width: 750px;
}

/* === List === */
.invest-intro ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}

.invest-intro li {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #444;
  padding: 7px 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.invest-intro li:hover {
  color: #D32F2F;
}

/* === Button === */
.scroll-btn {
  background: #D32F2F;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(211,47,47,0.25);
  display: inline-block;
}

.scroll-btn:hover {
  background: #b71c1c;
  box-shadow: 0 6px 14px rgba(183,28,28,0.35);
  transform: translateY(-2px);
}

/* === Animation === */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

/* === Responsive === */
@media (max-width: 768px) {
  .invest-intro h1 {
    font-size: 30px;
  }
  .invest-sub {
    font-size: 15px;
  }
  .invest-intro p {
    font-size: 16px;
  }
}
