* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  color: #444444;
  line-height: 1.7;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  color: #2a2c39;
  line-height: 1.25;
}

img {
  max-width: 100%;
  display: block;
}

a {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

::selection {
  background: #ef6603;
  color: #ffffff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  height: 52px;
  width: auto;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.nav-links a.active {
  color: #ef6603;
}
.scrolled .nav-links a {
  color: #555974;
}
.scrolled .nav-links a:hover {
  color: #2a2c39;
  background: #f7f8f9;
}
.scrolled .nav-links a.active {
  color: #ef6603;
}
.nav-links .btn-nav {
  background: #ef6603;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 8px;
  margin-left: 8px;
  font-weight: 600;
}
.nav-links .btn-nav:hover {
  background: #fc7c1f;
  color: #ffffff;
  transform: translateY(-1px);
}
.scrolled .nav-links .btn-nav {
  color: #ffffff;
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 4px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scrolled .mobile-toggle span {
  background: #2a2c39;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 50px;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border: none;
  letter-spacing: 0.2px;
}

.btn-primary {
  background: #ef6603;
  color: #ffffff;
}
.btn-primary:hover {
  background: #fc7c1f;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(239, 102, 3, 0.2);
}

.btn-white {
  background: #ffffff;
  color: #2a2c39;
}
.btn-white:hover {
  background: #f7f8f9;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.btn-outline {
  background: transparent;
  color: #2a2c39;
  border: 2px solid #d4d6df;
}
.btn-outline:hover {
  border-color: #ef6603;
  color: #ef6603;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 50px;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
  background: #ef6603;
  color: #ffffff;
  width: 100%;
}
.btn-submit:hover {
  background: #fc7c1f;
  transform: translateY(-1px);
  box-shadow: 0 8px 30px rgba(239, 102, 3, 0.2);
}

section {
  padding: 100px 24px;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.section-label {
  display: inline-block;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ef6603;
  margin-bottom: 16px;
  position: relative;
  padding: 0 20px;
}
.section-label::before, .section-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #ef6603;
}
.section-label::before {
  left: 0;
}
.section-label::after {
  right: 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #2a2c39;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.8;
}

.page-header {
  padding: 160px 24px 80px;
  background: #2a2c39;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(239, 102, 3, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(239, 102, 3, 0.05) 0%, transparent 50%);
}
.page-header h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
}
.page-header p {
  font-size: 1.15rem;
  color: #999999;
  position: relative;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  overflow: hidden;
  padding: 0;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #2a2c39;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}
.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}
.carousel-slide.active .carousel-content {
  opacity: 1;
  transform: translateY(0);
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(25, 23, 23, 0.85) 0%, rgba(42, 44, 57, 0.7) 50%, rgba(42, 44, 57, 0.5) 100%);
  z-index: 1;
}

.carousel-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.hero-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  background: rgba(239, 102, 3, 0.15);
  border: 1px solid rgba(239, 102, 3, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  color: #fd9f5b;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
}

.carousel-content h1 {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  max-width: 680px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.carousel-content h1 .highlight {
  color: #ef6603;
}

.carousel-content p {
  font-size: 1.12rem;
  color: #bababa;
  max-width: 520px;
  margin-bottom: 36px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.05);
}

.carousel-prev {
  left: 24px;
}

.carousel-next {
  right: 24px;
}

.carousel-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0;
}
.carousel-dot:hover {
  border-color: #ffffff;
}
.carousel-dot.active {
  background: #ef6603;
  border-color: #ef6603;
  transform: scale(1.15);
}

.carousel-progress {
  display: none;
}

@media (max-width: 768px) {
  .hero-carousel {
    min-height: 500px;
    max-height: 700px;
  }
  .carousel-content {
    padding: 0 20px;
    text-align: left;
  }
  .carousel-arrow {
    width: 40px;
    height: 40px;
  }
  .carousel-arrow svg {
    width: 18px;
    height: 18px;
  }
  .carousel-prev {
    left: 12px;
  }
  .carousel-next {
    right: 12px;
  }
  .carousel-dots {
    bottom: 24px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .carousel-arrow {
    display: none;
  }
  .hero-carousel {
    min-height: 480px;
  }
}
.services {
  background: #f7f8f9;
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  background: #ffffff;
  padding: 44px 36px;
  border-radius: 20px;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #ececf1;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #ef6603;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0 4px 4px 0;
}
.service-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.service-card:hover::before {
  height: 100%;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: #ffecde;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.service-icon svg {
  color: #ef6603;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-card p {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.8;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #ef6603;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-link:hover {
  gap: 10px;
}

.why-section {
  background: #ffffff;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-content .section-label {
  text-align: left;
  padding-left: 0;
}
.why-content .section-label::before {
  display: none;
}
.why-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}
.why-content > p {
  color: #666666;
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  color: #444444;
  line-height: 1.6;
}
.why-list li .check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #ffecde;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.why-list li .check svg {
  color: #ef6603;
}

.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.why-card {
  background: #f7f8f9;
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid #ececf1;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.why-card:hover {
  border-color: #ffecde;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.why-card .why-card-number {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ef6603;
  margin-bottom: 8px;
}
.why-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.why-card p {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.6;
}

.clients {
  background: #2a2c39;
  padding: 60px 24px;
}

.clients-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.clients-label {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 32px;
}

.clients-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
.clients-row span {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.clients-row span:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cta-banner {
  background: #ef6603;
  padding: 88px 24px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.cta-banner::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.cta-inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-inner h2 {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}
.cta-inner .text-content {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  margin-bottom: 36px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.story-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}
.story-text p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 16px;
}

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

.story-stat {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  border: 1px solid #ececf1;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.story-stat:hover {
  border-color: #ef6603;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.story-stat:nth-child(2), .story-stat:nth-child(4) {
  transform: translateY(20px);
}
.story-stat h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ef6603;
}
.story-stat p {
  font-size: 0.85rem;
  color: #666666;
  margin-top: 4px;
}

.values-section {
  background: #f7f8f9;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.value-card {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 20px;
  border: 1px solid #ececf1;
  text-align: center;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.value-card .value-icon {
  width: 56px;
  height: 56px;
  background: #ffecde;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.value-card .value-icon svg {
  color: #ef6603;
}
.value-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.value-card p {
  color: #666666;
  font-size: 0.92rem;
  line-height: 1.7;
}

.timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d4d6df;
  transform: translateX(-50%);
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
  position: relative;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #ef6603;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 2px #ef6603;
  z-index: 1;
}
.timeline-item:nth-child(even) .timeline-content {
  grid-column: 2;
  text-align: left;
}
.timeline-item:nth-child(even) .timeline-year-block {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.timeline-year-block {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  color: #ef6603;
  font-size: 1.1rem;
  padding-top: 4px;
}

.timeline-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.timeline-content p {
  color: #666666;
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-section {
  background: #f7f8f9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.contact-info h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-info > p {
  color: #666666;
  margin-bottom: 32px;
}

.info-card {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid #ececf1;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.info-card:hover {
  border-color: #ffecde;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.info-card h3 {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999999;
  margin-bottom: 4px;
}
.info-card p {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2a2c39;
}
.info-card a {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  color: #2a2c39;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.info-card a:hover {
  color: #ef6603;
}

.info-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: #ffecde;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon svg {
  color: #ef6603;
}

.hours-grid {
  margin-top: 28px;
  padding: 28px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ececf1;
}
.hours-grid h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f7f8f9;
  font-size: 0.9rem;
}
.hours-row:last-child {
  border-bottom: none;
}
.hours-row span:first-child {
  color: #666666;
}
.hours-row span:last-child {
  font-weight: 600;
  color: #2a2c39;
}

.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #ececf1;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.contact-form-wrapper h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-form-wrapper > p {
  color: #666666;
  font-size: 0.92rem;
  margin-bottom: 32px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2a2c39;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid #d4d6df;
  border-radius: 8px;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #2a2c39;
  background: #ffffff;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #bababa;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #ef6603;
  box-shadow: 0 0 0 4px rgba(239, 102, 3, 0.08);
}
.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

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

.form-note {
  font-size: 0.82rem;
  color: #999999;
  margin-top: 16px;
  text-align: center;
}

.map-section {
  background: #ffffff;
  padding: 0;
}

.map-placeholder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.map-embed {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  border: 1px solid #ececf1;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background: #191717;
  padding: 72px 24px 32px;
  color: #999999;
}
.footer h4 {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul a {
  color: #999999;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer ul a:hover {
  color: #ef6603;
  padding-left: 4px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand .logo {
  display: inline-block;
  margin-bottom: 16px;
}
.footer-brand img {
  height: 44px;
  width: auto;
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 280px;
  color: #666666;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9rem;
}
.footer-contact-item svg {
  flex-shrink: 0;
  color: #ef6603;
}
.footer-contact-item a {
  color: #999999;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-contact-item a:hover {
  color: #ef6603;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #555974;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a {
  color: #666666;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-bottom a:hover {
  color: #bababa;
}

@media (max-width: 992px) {
  .hero-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .story {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .story-stat:nth-child(2),
  .story-stat:nth-child(4) {
    transform: none;
  }
  .timeline-line {
    display: none;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .timeline-item::before {
    display: none;
  }
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 1;
    text-align: left;
  }
  .timeline-item:nth-child(even) .timeline-year-block {
    grid-column: 1;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    gap: 4px;
  }
  .nav-links.open a {
    color: #555974;
  }
  .nav-links.open a:hover {
    background: #f7f8f9;
    color: #2a2c39;
  }
  .nav-links.open .btn-nav {
    margin-left: 0;
    text-align: center;
    color: #ffffff;
  }
  section {
    padding: 72px 20px;
  }
  .page-header {
    padding: 130px 20px 60px;
  }
  .hero-inner {
    padding: 120px 20px 72px;
  }
  .hero-cards {
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .hero-cards {
    grid-template-columns: 1fr;
    max-width: 260px;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .story-visual {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
}

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