*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #111318;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.site-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  padding: 0.875rem 0;
}
.site-nav .navbar-brand {
  padding: 0;
}
.site-nav .navbar-brand img {
  height: 34px;
  width: auto;
}
.site-nav .nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #111318;
  padding: 0.4rem 0.875rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.site-nav .nav-link:hover {
  color: #FF5722;
  background-color: rgba(255, 87, 34, 0.06);
}
.site-nav .nav-link.active {
  color: #FF5722;
}
.site-nav .nav-contact {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FF5722 !important;
  border: 1.5px solid rgba(255, 87, 34, 0.4);
  border-radius: 6px;
  padding: 0.375rem 1rem !important;
  transition: all 0.2s ease;
}
.site-nav .nav-contact:hover {
  background-color: #FF5722 !important;
  color: #FFFFFF !important;
  border-color: #FF5722;
}
.site-nav .navbar-toggler {
  border: none;
  padding: 4px 8px;
  color: #111318;
}
.site-nav .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-nav .navbar-collapse {
    gap: 0.25rem;
  }
}

.btn {
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: rgb(248.2, 59.5230769231, 0);
  border-color: rgb(248.2, 59.5230769231, 0);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(255, 87, 34, 0.4);
  transform: translateY(-1px);
}

.btn-outline-primary {
  color: #FF5722;
  border-color: #FF5722;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(255, 87, 34, 0.35);
  transform: translateY(-1px);
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.btn-lg {
  padding: 0.875rem 2rem;
  font-size: 1rem;
}

.section__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF5722;
  margin-bottom: 0.5rem;
}

.section__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #111318;
}

.section__title--light {
  color: #FFFFFF;
}

.section__subtitle {
  font-size: 1.0625rem;
  color: #6B7280;
  line-height: 1.65;
  max-width: 560px;
}

.section__subtitle--light {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer {
  background-color: #0D0F13;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 0;
}
.site-footer__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bar {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.site-footer__copy {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}
.site-footer__credit {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}
.site-footer__credit a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-footer__credit a:hover {
  color: #FFFFFF;
}

.hero {
  background-color: #111318;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  min-height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.hero::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(33, 150, 243, 0.08) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -80px;
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 87, 34, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF5722;
  background: rgba(255, 87, 34, 0.08);
  border: 1px solid rgba(255, 87, 34, 0.22);
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 1.5rem;
}
.hero__eyebrow .pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF5722;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}
.hero__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
}

.hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
  max-width: 500px;
  margin-bottom: 2.25rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
}

.page-hero {
  background-color: #111318;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -100px;
  width: 500px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(33, 150, 243, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero__inner {
  position: relative;
  z-index: 1;
}
.page-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.875rem;
}
.page-hero__subtitle {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 520px;
}

.section {
  padding: 5rem 0;
}
.section--light {
  background-color: #F5F7FA;
}
.section--dark {
  background-color: #111318;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  position: relative;
  overflow: hidden;
}
.section--dark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 87, 34, 0.09) 0%, transparent 60%);
  pointer-events: none;
}
.section__header {
  margin-bottom: 3rem;
}

.service-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.2s ease;
}
.service-card:hover {
  border-color: rgba(255, 87, 34, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(255, 87, 34, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #FF5722;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}
.service-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #111318;
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}
.service-card__text {
  font-size: 0.9375rem;
  color: #6B7280;
  line-height: 1.7;
  margin: 0;
}

.product-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.product-card__header {
  background-color: #111318;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 2.5rem 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.product-card__header::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 87, 34, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.product-card__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF5722;
  background: rgba(255, 87, 34, 0.1);
  border: 1px solid rgba(255, 87, 34, 0.25);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 1.125rem;
}
.product-card__name {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.product-card__tagline {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
}
.product-card__body {
  padding: 2rem 2.5rem 2.5rem;
}
.product-card__description {
  font-size: 0.9375rem;
  color: #6B7280;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.cta-section {
  background-color: #111318;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(255, 87, 34, 0.11) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section__inner {
  position: relative;
  z-index: 1;
}
.cta-section__title {
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.cta-section__subtitle {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 2rem;
}

.about-mark {
  width: 100%;
  max-width: 260px;
  opacity: 0.85;
}
@media (min-width: 992px) {
  .about-mark {
    max-width: 320px;
  }
}

.about-section .about-body {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.75;
}
.about-section .about-mark-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3rem 0;
}/*# sourceMappingURL=main.css.map */
