@charset "UTF-8";
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-index-page .animate-target {
  opacity: 0;
  transform: translateY(30px);
}
.home-index-page .animate-in {
  animation: fadeInUp 0.6s ease-out forwards;
}
.home-index-page {
  background: #1f2937;
  color: #f9fafb;
  overflow-x: hidden;
  min-height: 100dvh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
}
.home-index-page .hero-section {
  position: relative;
  background: linear-gradient(135deg, #2d3a4a 0%, #1f2937 100%);
  padding: 6rem 0;
  overflow: hidden;
  min-height: 650px;
}
@media (max-width: 968px) {
  .home-index-page .hero-section {
    min-height: 500px;
    padding: 4rem 0;
  }
}
.home-index-page .hero-section .container {
  position: relative;
  z-index: 2;
}
.home-index-page .hero-section .hero-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 0 10%;
}
@media (max-width: 968px) {
  .home-index-page .hero-section .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.home-index-page .hero-section .hero-content {
  color: white;
}
.home-index-page .hero-section .hero-content .hero-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  background: rgba(255, 122, 61, 0.15);
  border-radius: 50px;
  border: 1px solid rgba(255, 122, 61, 0.3);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ff7a3d;
}
.home-index-page .hero-section .hero-content .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .home-index-page .hero-section .hero-content .hero-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 968px) {
  .home-index-page .hero-section .hero-content .hero-title br {
    display: none;
  }
}
.home-index-page .hero-section .hero-content .hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.95);
}
.home-index-page .hero-section .hero-content .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.home-index-page .hero-section .hero-content .hero-buttons .btn {
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.home-index-page .hero-section .hero-content .hero-buttons .btn.btn-primary {
  background: #ff7a3d;
  border: 2px solid #ff7a3d;
  color: white;
}
.home-index-page .hero-section .hero-content .hero-buttons .btn.btn-primary:hover {
  background: rgb(255, 94.0288659794, 20.2);
  border-color: rgb(255, 94.0288659794, 20.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 122, 61, 0.5);
}
.home-index-page .hero-section .hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
@media (max-width: 968px) {
  .home-index-page .hero-section .hero-image {
    order: -1;
    min-height: 350px;
  }
}
.home-index-page .hero-section .hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.home-index-page .intro-section {
  position: relative;
  padding: 6rem 0;
  background: #2d3a4a;
  overflow: hidden;
}
.home-index-page .intro-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 80%;
  background: url("/images/intro-bg.png") center/contain no-repeat;
  opacity: 0.8;
  z-index: 1;
}
@media (max-width: 968px) {
  .home-index-page .intro-section::before {
    display: none;
  }
}
.home-index-page .intro-section .container {
  position: relative;
  z-index: 2;
}
.home-index-page .intro-section .intro-content {
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 968px) {
  .home-index-page .intro-section .intro-content {
    max-width: 100%;
    margin-left: 0;
  }
}
.home-index-page .intro-section .intro-content .intro-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, rgba(212, 165, 116, 0.05) 100%);
  padding: 1rem;
}
.home-index-page .intro-section .intro-content .intro-icon img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-index-page .intro-section .intro-content .intro-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f9fafb;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-index-page .intro-section .intro-content .intro-title {
    font-size: 2rem;
  }
}
.home-index-page .intro-section .intro-content .intro-text .intro-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #f9fafb;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.home-index-page .intro-section .intro-content .intro-text .intro-highlight {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
}
.home-index-page .features-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .features-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .features-section {
  background: #2d3a4a;
}
.home-index-page .features-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
  color: white;
  letter-spacing: -0.02em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-index-page .features-section .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 4rem;
}
.home-index-page .features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 968px) {
  .home-index-page .features-section .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.home-index-page .features-section .feature-card {
  background: rgba(55, 65, 81, 0.6);
  border-radius: 16px;
  padding: 2.5rem;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.home-index-page .features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: rgba(55, 65, 81, 0.8);
}
.home-index-page .features-section .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ff7a3d 0%, #ff9f6d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 122, 61, 0.3);
}
.home-index-page .features-section .feature-card .feature-icon i {
  font-size: 1.75rem;
  color: white;
}
.home-index-page .features-section .feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 600;
}
.home-index-page .features-section .feature-card p {
  color: #d1d5db;
  line-height: 1.7;
  font-size: 1.05rem;
}
.home-index-page .how-it-works-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .how-it-works-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .how-it-works-section {
  background: #1f2937;
}
.home-index-page .how-it-works-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .how-it-works-section .works-wrapper {
  background: rgba(55, 65, 81, 0.6);
  border-radius: 24px;
  padding: 4rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media (max-width: 968px) {
  .home-index-page .how-it-works-section .works-wrapper {
    padding: 2.5rem 2rem;
  }
}
.home-index-page .how-it-works-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .home-index-page .how-it-works-section .section-title {
    font-size: 2.25rem;
  }
}
.home-index-page .how-it-works-section .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 3rem;
  max-width: 100%;
}
.home-index-page .how-it-works-section .works-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
@media (max-width: 968px) {
  .home-index-page .how-it-works-section .works-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.home-index-page .how-it-works-section .work-step {
  position: relative;
}
.home-index-page .how-it-works-section .work-step .step-number {
  font-size: 1rem;
  font-weight: 600;
  color: #ff7a3d;
  margin-bottom: 0.75rem;
  display: block;
}
.home-index-page .how-it-works-section .work-step::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff7a3d 0%, transparent 100%);
  margin-bottom: 1rem;
}
.home-index-page .how-it-works-section .work-step h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-top: 3.5rem;
  margin-bottom: 0.75rem;
}
.home-index-page .how-it-works-section .work-step p {
  color: #d1d5db;
  line-height: 1.8;
  font-size: 1.05rem;
}
.home-index-page .education-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .education-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .education-section {
  background: #2d3a4a;
  position: relative;
  overflow: hidden;
}
.home-index-page .education-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .education-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: white;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-index-page .education-section .section-title {
    font-size: 2.25rem;
  }
}
.home-index-page .education-section .education-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 968px) {
  .home-index-page .education-section .education-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.home-index-page .education-section .education-content .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  line-height: 1.3;
}
.home-index-page .education-section .education-content .education-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}
.home-index-page .education-section .education-content .education-description:last-child {
  margin-bottom: 0;
}
.home-index-page .education-section .education-image {
  text-align: center;
}
@media (max-width: 968px) {
  .home-index-page .education-section .education-image {
    order: -1;
  }
}
.home-index-page .education-section .education-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.home-index-page .education-section .education-highlight {
  background: linear-gradient(135deg, rgba(139, 69, 19, 0.8) 0%, rgba(101, 50, 14, 0.8) 100%);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.home-index-page .education-section .education-highlight i {
  font-size: 1.75rem;
  color: white;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.home-index-page .education-section .education-highlight .highlight-text {
  color: white;
  font-size: 1.05rem;
  line-height: 1.7;
}
.home-index-page .education-section .education-highlight .highlight-text strong {
  font-weight: 700;
}
.home-index-page .research-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .research-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .research-section {
  background: #2d3a4a;
}
.home-index-page .research-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .research-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: white;
  letter-spacing: -0.02em;
}
.home-index-page .research-section .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
}
.home-index-page .research-section .research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 968px) {
  .home-index-page .research-section .research-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-index-page .research-section .research-card {
  background: rgba(55, 65, 81, 0.6);
  border-radius: 0;
  padding: 3rem 2rem 2rem;
  border: 1px solid rgba(100, 116, 139, 0.5);
  border-top: none;
  transition: all 0.3s ease;
  position: relative;
}
.home-index-page .research-section .research-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.home-index-page .research-section .research-card .card-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff7a3d 0%, #ff7a3d 30%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.home-index-page .research-section .research-card .card-header .card-number {
  position: absolute;
  top: -22.5px;
  width: 48px;
  height: 48px;
  background: #ff7a3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
.home-index-page .research-section .research-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: white;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
}
.home-index-page .research-section .research-card p {
  color: #d1d5db;
  line-height: 1.8;
  font-size: 1rem;
  margin: 0;
  text-align: left;
}
.home-index-page .care-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .care-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .care-section {
  background: #1f2937;
}
.home-index-page .care-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .care-section .care-wrapper {
  background: rgba(55, 65, 81, 0.6);
  border-radius: 24px;
  padding: 4rem;
}
@media (max-width: 968px) {
  .home-index-page .care-section .care-wrapper {
    padding: 2.5rem 2rem;
  }
}
.home-index-page .care-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-index-page .care-section .section-title {
    font-size: 2.25rem;
  }
}
.home-index-page .care-section .care-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 968px) {
  .home-index-page .care-section .care-content-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.home-index-page .care-section .care-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.home-index-page .care-section .care-content .content-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
  line-height: 1.3;
}
.home-index-page .care-section .care-content .care-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}
.home-index-page .care-section .care-content .care-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.home-index-page .care-section .care-content .care-list li {
  color: #d1d5db;
  line-height: 1.7;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.home-index-page .care-section .care-content .care-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d1d5db;
}
.home-index-page .care-section .care-content .care-footer {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  margin-top: 1.5rem;
}
.home-index-page .demo-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .demo-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .demo-section {
  background: #2d3a4a;
}
.home-index-page .demo-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .demo-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
  color: white;
}
@media (max-width: 768px) {
  .home-index-page .demo-section .section-title {
    font-size: 2.25rem;
  }
}
.home-index-page .demo-section .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: left;
  max-width: 100%;
  margin: 0 0 4rem;
}
.home-index-page .demo-section .demo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 968px) {
  .home-index-page .demo-section .demo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 640px) {
  .home-index-page .demo-section .demo-grid {
    grid-template-columns: 1fr;
  }
}
.home-index-page .demo-section .demo-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.home-index-page .demo-section .demo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.home-index-page .demo-section .demo-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.home-index-page .demo-section .demo-footer {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: left;
  max-width: 100%;
}
.home-index-page .pricing-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .pricing-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .pricing-section {
  background: #2d3a4a;
}
.home-index-page .pricing-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .pricing-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
  color: white;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .home-index-page .pricing-section .section-title {
    font-size: 2.25rem;
  }
}
.home-index-page .pricing-section .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d1d5db;
  text-align: left;
  max-width: 100%;
  margin: 0 0 4rem;
}
.home-index-page .pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 968px) {
  .home-index-page .pricing-section .pricing-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-index-page .pricing-section .pricing-card {
  background: rgba(55, 65, 81, 0.6);
  border: 1px solid rgba(100, 116, 139, 0.5);
  border-radius: 0;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
}
.home-index-page .pricing-section .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.home-index-page .pricing-section .pricing-card .card-icon {
  margin: -2.5rem -2rem 2rem;
  background: rgba(40, 50, 60, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-index-page .pricing-section .pricing-card .card-icon i {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.home-index-page .pricing-section .pricing-card .plan-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  text-align: left;
}
.home-index-page .pricing-section .pricing-card .plan-desc {
  font-size: 1rem;
  color: #d1d5db;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  text-align: left;
}
.home-index-page .pricing-section .pricing-card .plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.home-index-page .pricing-section .pricing-card .plan-features li {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
}
.home-index-page .pricing-section .pricing-card .plan-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d1d5db;
}
.home-index-page .pricing-section .pricing-card .btn {
  width: auto;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.home-index-page .pricing-section .pricing-card .btn.btn-primary {
  background: #ff7a3d;
  border: none;
  color: #000;
  box-shadow: none;
}
.home-index-page .pricing-section .pricing-card .btn.btn-primary:hover {
  background: rgb(255, 139.4819587629, 86.5);
}
.home-index-page .cta-section {
  padding: 6rem 20%;
}
@media (max-width: 768px) {
  .home-index-page .cta-section {
    padding: 4rem 1rem;
  }
}
.home-index-page .cta-section {
  background: #1f2937;
}
.home-index-page .cta-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.home-index-page .cta-section .cta-wrapper {
  background: rgba(55, 65, 81, 0.6);
  border-radius: 24px;
  padding: 4rem;
}
@media (max-width: 968px) {
  .home-index-page .cta-section .cta-wrapper {
    padding: 2.5rem 2rem;
  }
}
.home-index-page .cta-section .cta-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: white;
  margin-bottom: 3rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-index-page .cta-section .cta-title {
    font-size: 2.25rem;
  }
}
.home-index-page .cta-section .cta-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 968px) {
  .home-index-page .cta-section .cta-content-wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.home-index-page .cta-section .cta-content .cta-intro {
  font-size: 1.05rem;
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.home-index-page .cta-section .cta-content .cta-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}
.home-index-page .cta-section .cta-content .cta-links {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.home-index-page .cta-section .cta-content .cta-links li {
  margin-bottom: 0.75rem;
}
.home-index-page .cta-section .cta-content .cta-links li a {
  color: #ff7a3d;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.home-index-page .cta-section .cta-content .cta-links li a:hover {
  color: rgb(255, 156.9639175258, 112);
  text-decoration: underline;
}
.home-index-page .cta-section .cta-content .cta-follow {
  font-size: 1rem;
  color: #d1d5db;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.home-index-page .cta-section .cta-content .cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.home-index-page .cta-section .cta-content .cta-buttons .btn {
  padding: 0.875rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.home-index-page .cta-section .cta-content .cta-buttons .btn.btn-primary {
  background: #ff7a3d;
  border: none;
  color: #000;
}
.home-index-page .cta-section .cta-content .cta-buttons .btn.btn-primary:hover {
  background: rgb(255, 139.4819587629, 86.5);
}
.home-index-page .cta-section .cta-content .cta-buttons .btn.btn-outline {
  background: transparent;
  border: 2px solid #ff7a3d;
  color: #ff7a3d;
}
.home-index-page .cta-section .cta-content .cta-buttons .btn.btn-outline:hover {
  background: rgba(255, 122, 61, 0.1);
}
.home-index-page .cta-section .cta-content .cta-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
.home-index-page .cta-section .cta-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .home-index-page .hero-section .hero-title {
    font-size: 2.5rem;
  }
  .home-index-page .section-title {
    font-size: 2rem !important;
  }
  .home-index-page .cta-text h2 {
    font-size: 2rem !important;
  }
  .home-index-page .tech-text h3,
  .home-index-page .review-text h3 {
    font-size: 1.5rem !important;
  }
}
.home-index-page .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 640px) {
  .home-index-page .container {
    padding: 0 1.5rem;
  }
}
.home-index-page {
  scroll-behavior: smooth;
}
.home-index-page .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
.home-index-page .modal .modal-content {
  background: rgba(55, 65, 81, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 116, 139, 0.5);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.home-index-page .modal .modal-header {
  border-bottom: 1px solid rgba(100, 116, 139, 0.3);
  padding: 1.5rem 2rem;
  background: rgba(40, 50, 60, 0.5);
  border-radius: 16px 16px 0 0;
}
.home-index-page .modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.home-index-page .modal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.home-index-page .modal .modal-header .btn-close:hover {
  opacity: 1;
}
.home-index-page .modal .modal-body {
  padding: 2rem;
}
.home-index-page .modal .modal-body .form-label {
  color: #d1d5db;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.home-index-page .modal .modal-body .form-control {
  background: rgba(31, 41, 55, 0.6);
  border: 1px solid rgba(100, 116, 139, 0.5);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.home-index-page .modal .modal-body .form-control:focus {
  background: rgba(31, 41, 55, 0.8);
  border-color: #ff7a3d;
  box-shadow: 0 0 0 3px rgba(255, 122, 61, 0.15);
  color: white;
  outline: none;
}
.home-index-page .modal .modal-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.home-index-page .modal .modal-body textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
.home-index-page .modal .modal-footer {
  border-top: 1px solid rgba(100, 116, 139, 0.3);
  padding: 1.5rem 2rem;
  background: rgba(40, 50, 60, 0.3);
  border-radius: 0 0 16px 16px;
}
.home-index-page .modal .modal-footer .btn {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.home-index-page .modal .modal-footer .btn.btn-secondary {
  background: rgba(100, 116, 139, 0.5);
  border: 1px solid rgba(100, 116, 139, 0.7);
  color: #d1d5db;
}
.home-index-page .modal .modal-footer .btn.btn-secondary:hover {
  background: rgba(100, 116, 139, 0.7);
  color: white;
}
.home-index-page .modal .modal-footer .btn.btn-primary {
  background: #ff7a3d;
  border: none;
  color: #000;
  box-shadow: 0 4px 12px rgba(255, 122, 61, 0.3);
}
.home-index-page .modal .modal-footer .btn.btn-primary:hover {
  background: rgb(255, 139.4819587629, 86.5);
  box-shadow: 0 6px 16px rgba(255, 122, 61, 0.4);
}
.home-index-page .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

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