.about-hero {  position: relative;  width: 100%;  min-height: 600px;  max-height: 680px;  overflow: hidden;  color: #fff;}
.about-hero-bg {  position: absolute;  top: 0; left: 0;  width: 100%; height: 100%;  background-size: cover;  background-position: center;  z-index: 1;}
.about-hero-inner {position: relative;  max-width: 1300px;  margin: 0 auto;  padding: 100px 20px;  z-index: 2;  min-height: 880px;}
.about-hero h1 {  font-size: 72px;  color: #3a414b;  margin: 0 0 20px;}
.about-hero .subtitle {  font-size: 40px;  margin-bottom: 20px;  background: orange;  max-width: 640px;  padding: 20px;  text-align: center;}
.about-hero .explanatory {  font-size: 24px;  line-height: 1.6;  color: #000;  max-width: 655px;}
.about-hero-img {  position: absolute;  right: 200px;  bottom: 0;  max-width: 30%;  height: auto;  z-index: 2;}
.about-advantages {  padding: 40px 20px;  background: #f9f9f9;}
.about-advantages .container {  max-width: 1300px;  margin: 0 auto;}
.advantages-title {  font-size: 32px;  text-align: center;  margin-bottom: 10px;}
.advantages-title::after {  content: "";  display: block;  width: 60px;  height: 3px;  background: #f29100;  margin: 12px auto 0;  border-radius: 2px;}
.advantages-subtitle {  text-align: center;  font-size: 18px;  margin-bottom: 40px;  color: #555;}
.advantages-grid {  display: grid;  grid-template-columns: repeat(2, 1fr);  gap: 30px 40px;  margin-bottom: 40px;}
.advantage-item {  display: flex;  gap: 20px;  align-items: flex-start;  padding: 24px;  border: 1px solid #e1e1e17d;  background: #fff;}
.advantage-icon {flex-shrink: 0;  padding: 12px;  border: 1px solid #f29100;}
.advantage-heading {font-size: 20px;margin: 0 0 8px;}
.advantage-desc {font-size: 16px;line-height: 1.5;margin: 0;}
.advantages-footer {text-align: center;font-size: 18px;font-weight: 600;color: #222;}
.advantages-footer p {margin-bottom:0;}
.about-faq {padding: 80px 20px;background: #fff;}
.about-faq .container {max-width: 1300px;margin: 0 auto;}
.faq-title {text-align: center;  font-size: 32px;  margin-bottom: 40px;}
.faq-content {max-width: 900px;  margin: 0 auto;}
.schema-faq {border-top: 1px solid #e5e5e5;}
.schema-faq-section {border-bottom: 1px solid #e5e5e5;padding: 20px 0;  cursor: pointer;}
.schema-faq-question {  display: block;  font-size: 20px;  font-weight: 600;  position: relative;  padding-right: 30px;  transition: color 0.3s ease;}
.schema-faq-question::after {  content: "+";  position: absolute;  right: 0;  top: 0;  font-size: 24px;  color: #f29100;  transition: transform 0.3s ease;}
.schema-faq-section.open .schema-faq-question::after {content: "−";}
.schema-faq-section:hover .schema-faq-question {color: #f29100;}
.schema-faq-answer {  margin-top: 12px;  font-size: 16px;  line-height: 1.6;  color: #444;  display: none;}
.schema-faq-section.open .schema-faq-answer {display: block;}
@media (max-width: 1024px) {.about-hero-inner {padding: 80px 20px;min-height: auto;}.about-hero h1 {font-size: 56px;}.about-hero .subtitle {font-size: 28px;}.about-hero-img {right: 50px;max-width: 40%;}.advantages-grid {grid-template-columns: 1fr;}}
@media (max-width: 600px) {.about-hero {min-height: 780px;max-height: 1080px;}.about-hero-bg {background-size: auto;}.about-hero-inner {padding: 60px 15px;text-align:center;}.about-hero h1 {font-size: 36px;}.about-hero .subtitle {font-size: 22px;padding: 15px;}.about-hero .explanatory {font-size: 18px;}.about-hero-img {position: absolute;max-width: 100%;margin: 20px auto 0;display: block;right: 0;}}