@charset "UTF-8";
body {
  background: #f8fafc;
  color: #1e293b;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #2563eb;
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover {
  color: #1d4ed8;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 100px 0;
}

.section_title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.section_description {
  color: #64748b;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

.card_box, .service_box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  padding: 20px 0;
}

.navbar-brand {
  font-size: 34px;
  font-weight: 800;
  color: #1e293b;
}

.logo_red {
  color: #dc2626;
}

.logo_blue {
  color: #2563eb;
}

.navbar-nav {
  gap: 15px;
}

.nav-link {
  color: #1e293b;
  font-weight: 600;
}
.nav-link:hover {
  color: #2563eb;
}

.btn {
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
}

.btn-primary {
  background: #2563eb;
  border-color: #2563eb;
}
.btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline-primary {
  border-color: #2563eb;
  color: #2563eb;
}
.btn-outline-primary:hover {
  background: #2563eb;
  color: #ffffff;
}

.hero {
  padding: 70px 0 90px;
}

.hero_title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 30px;
}

.hero_price {
  color: #2563eb;
}

.hero_text {
  color: #64748b;
  font-size: 20px;
  margin-bottom: 25px;
}

.hero_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.hero_features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 28px;
  color: #1e293b;
  font-weight: 600;
  font-size: 15px;
}
.hero_features span {
  position: relative;
  padding-left: 22px;
}
.hero_features span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 800;
}

.hero_image {
  width: 100%;
  max-width: 720px;
}

.hero_badge {
  display: inline-block;
  padding: 8px 16px;
  background: #dbeafe;
  color: #0f172a;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero_stats {
  margin-top: 50px;
}

.hero_stat {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}

.hero_stat_number {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
}

.hero_stat_text {
  color: #64748b;
}

.services {
  background: #ffffff;
}

.service_box {
  text-align: center;
  padding: 40px;
}
.service_box h3 {
  font-size: 25px;
  margin: 20px 0 10px;
}
.service_box p {
  color: #64748b;
  margin: 0;
}

.experience_section {
  background: #f8fafc;
}

.about_preview {
  padding-top: 40px;
}

.about_preview_box {
  background: #0f172a;
  color: #ffffff;
  border-radius: 24px;
  padding: 55px;
}
.about_preview_box h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}
.about_preview_box p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  margin-bottom: 0;
}

.stats_section {
  padding-top: 40px;
}

.service_header {
  padding: 80px 0;
  text-align: center;
}

.service_title {
  font-size: 56px;
  font-weight: 800;
}

.service_text {
  color: #64748b;
  font-size: 20px;
  max-width: 900px;
  margin: 20px auto 0;
}

.service_content {
  padding-bottom: 100px;
}

.service_content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.service_content p {
  margin-bottom: 20px;
}

.page_header {
  padding: 90px 0 40px;
  text-align: center;
}
.page_header h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
}
.page_header p {
  color: #64748b;
  font-size: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.hp-wrap {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hp-field {
  display: none;
}

.card_box h2, .service_box h2,
.card_box h3,
.service_box h3 {
  font-weight: 800;
  margin-bottom: 18px;
}
.card_box p, .service_box p {
  color: #64748b;
}
.card_box ul, .service_box ul {
  margin-bottom: 0;
  padding-left: 20px;
  color: #64748b;
}
.card_box li, .service_box li {
  margin-bottom: 8px;
}

.contact_email_top {
  margin-top: 30px;
}
.contact_email_top a {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: #2563eb;
}

.contact_page {
  padding-bottom: 100px;
}
.contact_page .card_box, .contact_page .service_box {
  height: auto;
}
.contact_page .company_box h3 {
  margin-bottom: 25px;
}
.contact_page .company_box p {
  font-size: 17px;
  margin-bottom: 24px;
}
.contact_page .company_box a {
  font-weight: 700;
}

footer {
  background: #0f172a;
  color: #ffffff;
  padding: 80px 0 40px;
}

.footer_logo {
  font-size: 32px;
  font-weight: 800;
}

.footer_text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 15px;
}

.footer_bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
  .hero {
    padding: 80px 0;
  }
  .hero_title {
    font-size: 48px;
  }
  .service_title {
    font-size: 40px;
  }
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .hero_title {
    font-size: 36px;
  }
  .hero_text {
    font-size: 18px;
  }
  .section_title {
    font-size: 32px;
  }
  .contact_box {
    padding: 30px;
  }
  .service_title {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
