.lp_container {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  overflow-x: hidden;
}

.lp_container .lp-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #465B72 55%, #6b8a9a 100%);
    color: #fff;
    padding: 30px 0px;
    border-radius: 20px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    margin: 0 0 25px 0;
}
.lp_container .lp-hero::after {

}
.lp_container .lp-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 5px 18px;
  border-radius: 30px;
  font-size: 0.78em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.lp_container .lp-hero h1 {
  font-size: clamp(1.2em, 2vw, 1.65em);
  font-weight: 700;
  line-height: 1.35;
  max-width: 560px;
  margin: 0 auto 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  color: #fff;
}
.lp_container .lp-subtitle {
  font-size: 1.15em;
  color: rgba(255,255,255,0.95);
  font-style: italic;
  max-width: 620px;
  margin: 0 auto 36px;
}
.lp_container .lp-hero-cta { margin-top: 10px; }
.lp_container .lp-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  margin: 5px;
  font-size: 0.95em;
  cursor: pointer;
}
.lp_container .lp-btn-primary { background: #fff; color: var(--main_color); }
.lp_container .lp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  color: var(--main_color);
  text-decoration: none;
}
.lp_container .lp-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
}
.lp_container .lp-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  text-decoration: none;
}
.lp_container .lp-section {
  padding: 55px 0;
  border-bottom: 1px solid #eef0f2;
}
.lp_container .lp-section:last-child { border-bottom: none; }
.lp_container .lp-section-alt {
  background: #f7f8fa;
  padding: 50px 40px;
  border-radius: 20px;
  border-bottom: none;
  margin-bottom: 0;
}
.lp_container h2 {
  font-size: clamp(1.5em, 3vw, 1.95em);
  font-weight: 700;
  color: var(--main_color);
  margin-bottom: 10px;
  padding-bottom: 18px;
  position: relative;
  margin-top: 30px !important;
}
.lp_container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 222px;
  height: 3px;
  background: linear-gradient(90deg, #304356, #ffffff);
  border-radius: 2px;
}
.lp_container .lp-cta-section h2::after { display: none; }
.lp_container h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--main_color);
  margin: 28px 0 10px;
}
.lp_container p { margin-bottom: 16px; color: #555; }
.lp_container .lp-lead { font-size: 1.12em; line-height: 1.9; color: #3a3a3a; }
.lp_container a { color: var(--main_color); font-weight: 600; }
.lp_container a:hover { opacity: 0.8; }
.lp_container .lp-figure { margin: 0; }

.lp_container .lp-img {
    border-radius: 14px;
    width: 100%;
    height: auto;
    transition: transform 0.3s;
    display: block;
}
.lp_container .lp-img:hover { transform: scale(1.015); }
.lp_container .lp-figure figcaption {
  text-align: center;
  font-style: italic;
  color: #999;
  font-size: 0.875em;
  margin-top: 10px;
}
.lp_container .lp-img-break {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #eef0f2;
}
.lp_container .lp-img-break figure { margin: 0; }
.lp_container .lp-img-break img {
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.14);
  max-width: 600px;
  width: 100%;
  height: auto;
}
.lp_container .lp-img-break figcaption {
  margin-top: 12px;
  font-style: italic;
  color: #999;
  font-size: 0.875em;
}
.lp_container .lp-highlight {
  background: linear-gradient(135deg, #f9f4ec, #fdf9f3);
  border-left: 4px solid #b8934a;
  padding: 20px 24px;
  border-radius: 0 10px 10px 0;
  margin: 24px 0 0;
}
.lp_container .lp-highlight p { margin: 0; color: #444; }
.lp_container .lp-highlight strong { color: var(--main_color); }
.lp_container .lp-cta-section {
  background: linear-gradient(135deg, var(--main_color) 0%, #2d3e50 100%);
  color: #fff;
  padding: 60px 50px;
  border-radius: 20px;
  margin-top: 40px;
  text-align: center;
  border-bottom: none;
}
.lp_container .lp-cta-section h2 {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.lp_container .lp-cta-section h3 { color: rgba(255,255,255,0.88); }
.lp_container .lp-cta-section p {
  color: rgba(255,255,255,0.88);
  max-width: 700px;
  margin: 0 auto 14px;
}
.lp_container .lp-cta-highlight {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 18px 30px;
  border-radius: 12px;
  margin-top: 20px;
  max-width: 680px;
  width: 100%;
}
.lp_container .lp-cta-highlight p { margin: 0; }
.lp_container .lp-cta-section a { color: rgba(255,255,255,0.9); font-weight: 600; }
.lp_container .lp-cta-section .lp-btn-primary { color: var(--main_color); background: #fff; }
@media (max-width: 992px) {
  .lp_container .lp-section-alt { padding: 40px 25px; }
}
@media (max-width: 768px) {
  .lp_container .lp-hero { padding: 45px 20px; border-radius: 14px; margin-bottom: 30px; }
  .lp_container .lp-cta-section { padding: 40px 20px; border-radius: 14px; }
  .lp_container .lp-section { padding: 40px 0; }
}

.lp_container .lp-hero .lp-subtitle {
	color: #fff;
}