@charset "UTF-8";

/* ../../../../../tmp/tmp-1429601-m3ZbX1fkJyH6/neoffice_ia_builder/neoffice_ia_builder/public/scss/neoffice-web.bundle.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  font-weight: 800;
}
@keyframes neoffice-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes neoffice-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes neoffice-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.neoffice-animate-fade-in {
  animation: neoffice-fade-in 0.5s ease-out;
}
.neoffice-animate-fade-in-up {
  animation: neoffice-fade-in-up 0.6s ease-out;
}
.neoffice-animate-scale-in {
  animation: neoffice-scale-in 0.4s ease-out;
}
[class*=fb-] a {
  text-decoration: none !important;
}
[class*=fb-] a:hover,
[class*=fb-] a:focus,
[class*=fb-] a:active {
  text-decoration: none !important;
}
header[class*=fb-] a,
nav[class*=fb-] a,
footer[class*=fb-] a {
  text-decoration: none !important;
}
header[class*=fb-] a:hover,
nav[class*=fb-] a:hover,
footer[class*=fb-] a:hover {
  text-decoration: none !important;
}
.builder-body-container nav {
  align-items: center;
}
nav[data-component=navbar],
.navbar-llm {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: var(--neoffice-shadow-sm);
  transition: box-shadow var(--neoffice-transition-base);
}
nav[data-component=navbar]:hover,
.navbar-llm:hover {
  box-shadow: var(--neoffice-shadow-md);
}
nav[data-component=navbar] a,
.navbar-llm a {
  text-decoration: none !important;
  transition: color var(--neoffice-transition-fast);
}
nav[data-component=navbar] a:hover,
.navbar-llm a:hover {
  text-decoration: none !important;
  color: var(--neoffice-primary);
}
footer[data-component=footer],
.footer-llm {
  background: var(--gray-900, #1a1a1a);
  color: var(--gray-100, #f3f4f6);
}
footer[data-component=footer] a,
.footer-llm a {
  transition: color var(--neoffice-transition-fast);
}
footer[data-component=footer] a:hover,
.footer-llm a:hover {
  color: var(--neoffice-primary);
}
.btn,
button {
  transition: all var(--neoffice-transition-fast);
}
.btn:hover:not(:disabled),
button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: var(--neoffice-shadow-md);
}
.btn:active:not(:disabled),
button:active:not(:disabled) {
  transform: translateY(0);
}
.card {
  transition: all var(--neoffice-transition-base);
}
.card.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--neoffice-shadow-lg);
}
img {
  max-width: 100%;
  height: auto;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--neoffice-primary);
  outline-offset: 2px;
  border-radius: var(--neoffice-radius-sm);
}
section[data-section=hero],
.hero-section {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
section[data-section=hero]::before,
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
  pointer-events: none;
}
section[data-section=hero] h1,
.hero-section h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--neoffice-spacing-lg);
  animation: neoffice-fade-in-up 0.8s ease-out;
}
section[data-section=hero] p,
.hero-section p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  opacity: 0.9;
  animation: neoffice-fade-in-up 0.8s ease-out 0.2s both;
}
section[data-section=hero] .btn,
.hero-section .btn {
  animation: neoffice-fade-in-up 0.8s ease-out 0.4s both;
}
section[data-section=features] .feature-card,
.features-section .feature-card {
  transition: all var(--neoffice-transition-base);
  border-radius: var(--neoffice-radius-xl);
  padding: var(--neoffice-spacing-xl);
}
section[data-section=features] .feature-card:hover,
.features-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--neoffice-shadow-xl);
}
section[data-section=features] .feature-card svg,
section[data-section=features] .feature-card i,
section[data-section=features] .feature-card .icon,
.features-section .feature-card svg,
.features-section .feature-card i,
.features-section .feature-card .icon {
  transition: transform var(--neoffice-transition-base);
}
section[data-section=features] .feature-card:hover svg,
section[data-section=features] .feature-card:hover i,
section[data-section=features] .feature-card:hover .icon,
.features-section .feature-card:hover svg,
.features-section .feature-card:hover i,
.features-section .feature-card:hover .icon {
  transform: scale(1.1);
}
section[data-section=gallery] img,
.gallery-section img {
  transition: all var(--neoffice-transition-base);
  border-radius: var(--neoffice-radius-lg);
}
section[data-section=gallery] img:hover,
.gallery-section img:hover {
  transform: scale(1.05);
  box-shadow: var(--neoffice-shadow-lg);
}
section[data-section=testimonials] .testimonial-card,
.testimonials-section .testimonial-card {
  background: white;
  border-radius: var(--neoffice-radius-xl);
  padding: var(--neoffice-spacing-xl);
  box-shadow: var(--neoffice-shadow-md);
  transition: all var(--neoffice-transition-base);
}
section[data-section=testimonials] .testimonial-card:hover,
.testimonials-section .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--neoffice-shadow-xl);
}
section[data-section=testimonials] .testimonial-card .quote-icon,
.testimonials-section .testimonial-card .quote-icon {
  opacity: 0.1;
  font-size: 4rem;
  color: var(--neoffice-primary);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--neoffice-spacing-xl);
}
.team-grid .team-member {
  text-align: center;
  transition: all var(--neoffice-transition-base);
}
.team-grid .team-member:hover {
  transform: translateY(-8px);
}
.team-grid .team-member img {
  border-radius: var(--neoffice-radius-full);
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto var(--neoffice-spacing-md);
  box-shadow: var(--neoffice-shadow-md);
  transition: all var(--neoffice-transition-base);
}
.team-grid .team-member:hover img {
  box-shadow: var(--neoffice-shadow-xl);
  transform: scale(1.05);
}
.team-grid .team-member h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--neoffice-spacing-xs);
}
.team-grid .team-member p {
  color: var(--gray-600);
  font-size: 0.875rem;
}
.contact-form-wrapper form .form-control,
.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form select {
  transition: all var(--neoffice-transition-fast);
  border-radius: var(--neoffice-radius-md);
}
.contact-form-wrapper form .form-control:focus,
.contact-form-wrapper form input:focus,
.contact-form-wrapper form textarea:focus,
.contact-form-wrapper form select:focus {
  border-color: var(--neoffice-primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.contact-form-wrapper form button[type=submit] {
  background: linear-gradient(135deg, var(--neoffice-primary) 0%, var(--neoffice-secondary) 100%);
  border: none;
  color: white;
  padding: var(--neoffice-spacing-md) var(--neoffice-spacing-xl);
  border-radius: var(--neoffice-radius-lg);
  font-weight: 600;
  cursor: pointer;
}
.contact-form-wrapper form button[type=submit]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--neoffice-shadow-lg);
}
.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--neoffice-spacing-lg);
}
.contact-info-cards .contact-card {
  background: white;
  padding: var(--neoffice-spacing-lg);
  border-radius: var(--neoffice-radius-xl);
  box-shadow: var(--neoffice-shadow-sm);
  transition: all var(--neoffice-transition-base);
}
.contact-info-cards .contact-card:hover {
  box-shadow: var(--neoffice-shadow-lg);
  transform: translateY(-4px);
}
.contact-info-cards .contact-card svg,
.contact-info-cards .contact-card i {
  color: var(--neoffice-primary);
  font-size: 2rem;
  margin-bottom: var(--neoffice-spacing-md);
}
.product-carousel-wrapper .carousel-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: var(--neoffice-spacing-lg);
  animation: neoffice-fade-in 0.6s ease-out;
}
.product-carousel-wrapper .product-card {
  transition: all var(--neoffice-transition-base);
}
.product-carousel-wrapper .product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--neoffice-shadow-xl);
}
.brand-carousel-wrapper .brand-card {
  transition: all var(--neoffice-transition-base);
  border-radius: var(--neoffice-radius-lg);
}
.brand-carousel-wrapper .brand-card:hover {
  transform: scale(1.05);
  box-shadow: var(--neoffice-shadow-md);
}
@media (max-width: 768px) {
  section[data-section=hero],
  .hero-section {
    min-height: 400px;
    padding: var(--neoffice-spacing-xl) var(--neoffice-spacing-md);
  }
  section[data-section=hero] h1,
  .hero-section h1 {
    font-size: 2rem;
  }
  section[data-section=hero] p,
  .hero-section p {
    font-size: 1rem;
  }
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--neoffice-spacing-lg);
  }
  .contact-info-cards {
    grid-template-columns: 1fr;
  }
}
.error-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-page .error-code {
  font-size: 8rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--neoffice-primary) 0%, var(--neoffice-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: var(--neoffice-spacing-md);
  animation: neoffice-scale-in 0.6s ease-out;
}
.error-page h1 {
  font-size: 2rem;
  margin-bottom: var(--neoffice-spacing-md);
  animation: neoffice-fade-in-up 0.6s ease-out 0.2s both;
}
.error-page p {
  color: var(--gray-600);
  font-size: 1.125rem;
  margin-bottom: var(--neoffice-spacing-xl);
  animation: neoffice-fade-in-up 0.6s ease-out 0.3s both;
}
.error-page .btn-home {
  animation: neoffice-fade-in-up 0.6s ease-out 0.4s both;
}
.login-page .login-form {
  max-width: 400px;
  margin: 0 auto;
  padding: var(--neoffice-spacing-2xl);
  background: white;
  border-radius: var(--neoffice-radius-2xl);
  box-shadow: var(--neoffice-shadow-xl);
  animation: neoffice-scale-in 0.4s ease-out;
}
.login-page .login-form .form-group {
  margin-bottom: var(--neoffice-spacing-lg);
}
.login-page .login-form input {
  width: 100%;
  padding: var(--neoffice-spacing-md);
  border: 1px solid var(--gray-300);
  border-radius: var(--neoffice-radius-md);
  transition: all var(--neoffice-transition-fast);
}
.login-page .login-form input:focus {
  border-color: var(--neoffice-primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
}
.login-page .login-form button[type=submit] {
  width: 100%;
  padding: var(--neoffice-spacing-md);
  background: linear-gradient(135deg, var(--neoffice-primary) 0%, var(--neoffice-secondary) 100%);
  color: white;
  border: none;
  border-radius: var(--neoffice-radius-md);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--neoffice-transition-base);
}
.login-page .login-form button[type=submit]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--neoffice-shadow-lg);
}
.products-page .page-header {
  margin-bottom: var(--neoffice-spacing-xl);
  animation: neoffice-fade-in 0.5s ease-out;
}
.products-page .page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--neoffice-spacing-md);
}
.products-page .product-card,
.products-page .item-card {
  transition: all var(--neoffice-transition-base);
  border-radius: var(--neoffice-radius-xl);
}
.products-page .product-card:hover,
.products-page .item-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--neoffice-shadow-xl);
}
.products-page .product-card img,
.products-page .item-card img {
  border-radius: var(--neoffice-radius-lg) var(--neoffice-radius-lg) 0 0;
  transition: transform var(--neoffice-transition-base);
}
.products-page .product-card:hover img,
.products-page .item-card:hover img {
  transform: scale(1.05);
}
.products-page .product-card .btn-add-to-cart,
.products-page .item-card .btn-add-to-cart {
  transition: all var(--neoffice-transition-fast);
}
.products-page .product-card .btn-add-to-cart:hover:not(:disabled),
.products-page .item-card .btn-add-to-cart:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--neoffice-shadow-md);
}
.products-page .filters-sidebar .filter-group {
  margin-bottom: var(--neoffice-spacing-lg);
  padding-bottom: var(--neoffice-spacing-lg);
  border-bottom: 1px solid var(--gray-200);
}
.products-page .filters-sidebar .filter-group h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: var(--neoffice-spacing-md);
}
.cart-page .cart-item {
  padding: var(--neoffice-spacing-lg);
  border: 1px solid var(--gray-200);
  border-radius: var(--neoffice-radius-lg);
  margin-bottom: var(--neoffice-spacing-md);
  transition: all var(--neoffice-transition-fast);
}
.cart-page .cart-item:hover {
  box-shadow: var(--neoffice-shadow-md);
}
.cart-page .cart-item img {
  border-radius: var(--neoffice-radius-md);
}
.cart-page .cart-summary {
  background: var(--gray-50);
  padding: var(--neoffice-spacing-xl);
  border-radius: var(--neoffice-radius-xl);
  position: sticky;
  top: calc(var(--neoffice-spacing-xl) + 60px);
}
.cart-page .cart-summary .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--neoffice-spacing-md);
  padding-bottom: var(--neoffice-spacing-md);
}
.cart-page .cart-summary .summary-row.total {
  border-top: 2px solid var(--gray-300);
  padding-top: var(--neoffice-spacing-md);
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-page .cart-summary .btn-checkout {
  width: 100%;
  padding: var(--neoffice-spacing-md);
  background: linear-gradient(135deg, var(--neoffice-primary) 0%, var(--neoffice-secondary) 100%);
  color: white;
  border: none;
  border-radius: var(--neoffice-radius-lg);
  font-weight: 600;
  transition: all var(--neoffice-transition-base);
}
.cart-page .cart-summary .btn-checkout:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: var(--neoffice-shadow-lg);
}
.checkout-page .checkout-step {
  margin-bottom: var(--neoffice-spacing-2xl);
}
.checkout-page .checkout-step .step-header {
  display: flex;
  align-items: center;
  gap: var(--neoffice-spacing-md);
  margin-bottom: var(--neoffice-spacing-lg);
}
.checkout-page .checkout-step .step-header .step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--neoffice-primary) 0%, var(--neoffice-secondary) 100%);
  color: white;
  border-radius: var(--neoffice-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.checkout-page .checkout-step .step-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.checkout-page .checkout-step .step-content {
  padding-left: calc(40px + var(--neoffice-spacing-md));
}
.breadcrumb,
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: var(--neoffice-spacing-sm);
  margin-bottom: var(--neoffice-spacing-lg);
  font-size: 0.875rem;
}
.breadcrumb a,
.breadcrumbs a {
  color: var(--gray-600);
  text-decoration: none;
  transition: color var(--neoffice-transition-fast);
}
.breadcrumb a:hover,
.breadcrumbs a:hover {
  color: var(--neoffice-primary);
}
.breadcrumb .separator,
.breadcrumbs .separator {
  color: var(--gray-400);
}
.breadcrumb .active,
.breadcrumbs .active {
  color: var(--gray-900);
  font-weight: 500;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--neoffice-spacing-sm);
  margin-top: var(--neoffice-spacing-2xl);
}
.pagination .page-item a,
.pagination .page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: var(--neoffice-spacing-sm) var(--neoffice-spacing-md);
  border: 1px solid var(--gray-300);
  border-radius: var(--neoffice-radius-md);
  text-decoration: none;
  color: var(--gray-700);
  transition: all var(--neoffice-transition-fast);
}
.pagination .page-item a:hover,
.pagination .page-item span:hover {
  background: var(--neoffice-primary);
  color: white;
  border-color: var(--neoffice-primary);
}
.pagination .page-item.active a,
.pagination .page-item.active span {
  background: var(--neoffice-primary);
  color: white;
  border-color: var(--neoffice-primary);
}
.pagination .page-item.disabled a,
.pagination .page-item.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 768px) {
  .error-page .error-code {
    font-size: 5rem;
  }
  .cart-page .cart-summary {
    position: static;
    margin-top: var(--neoffice-spacing-xl);
  }
  .checkout-page .checkout-step .step-content {
    padding-left: 0;
  }
}
/*# sourceMappingURL=neoffice-web.bundle.JZAE6R75.css.map */
