@font-face {
  font-family: 'Integral CF';
  src: url('/assets/fonts/Fontspring-DEMO-integralcf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Integral CF';
  src: url('/assets/fonts/Fontspring-DEMO-integralcf-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Integral CF';
  src: url('/assets/fonts/Fontspring-DEMO-integralcf-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Astralaga';
  src: url('/assets/fonts/Astralaga.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'Aux Mono';
  src: url('/assets/fonts/AuxMono.otf') format('opentype');
  font-style: normal;
}

:root {
  --main-bg: #faf8f6;
  --text-color: #181818;
  --accent: #181818;
  --button-bg: #181818;
  --button-text: #fff;
  --border-radius-top: 18px;
  --carousel-gap: 1.5rem;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--main-bg);
  color: var(--text-color);
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  min-height: 100vh;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 4vw 1.5rem 4vw;
  background: transparent;
}
.logo {
  font-family: 'Integral CF', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.navbar nav ul {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar nav ul li a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.7rem;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  transition: color 0.2s;
  text-transform: uppercase;
}
.navbar nav ul li a:hover {
  color: var(--accent);
  opacity: 0.7;
}
.inquire-btn {
  background: #3a3a3a;
  color: var(--button-text);
  border: none;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.inquire-btn:hover {
  background: #333;
}

.hero {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.hero h1 {
  font-family: 'Astralaga';
  font-size: 2.7rem;
  font-weight: 200;
  letter-spacing: -2px;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.hero p {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.cta-btn {
  background: var(--button-bg);
  color: var(--button-text);
  border: none;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-bottom: 2.5rem;
  transition: background 0.2s;
}
.cta-btn:hover {
  background: #333;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
}
.carousel-img {
  object-fit: cover;
  border-radius: var(--border-radius-top) var(--border-radius-top) 60px 60px;
  background: none;
  transition: scale 0.3s;
}
.carousel-img-1 { border-radius: 18px 18px 40px 50px; 
    width: 150px;
    height: 200px;}
.carousel-img-2 { border-radius: 18px 18px 20px 30px; 
    width: 170px;
    height: 210px;}
.carousel-img-3 { border-radius: 18px 18px 18px 18px; 
    width: 180px;
    height: 220px;}
.carousel-img-4 { border-radius: 18px 18px 30px 20px; 
    width: 170px;
    height: 210px;}
.carousel-img-5 { border-radius: 18px 18px 50px 40px; 
    width: 150px;
    height: 200px;}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  opacity: 0.7;
  scale: 0.8;
}
.logo-img {
  max-height: 38px;
  width: auto;
  filter: grayscale(0.5) brightness(0.9);
  opacity: 0.7;
  transition: filter 0.2s, opacity 0.2s;
}

.logo-img-google {
    height: 40px;
    width: auto;
}
.logo-img-microsoft {
    height: 30px;
    width: auto;
}
.logo-img-amazon {
    height: 30px;
    width: auto;
}
.logo-img-eleven {
    height: 20px;
    width: auto;
}
.logo-img-openai {
    height: 30px;
    width: auto;
}


.logo-img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 900px) {
  .carousel-img-1, .carousel-img-5 { width: 90px; height: 120px; }
  .carousel-img-2, .carousel-img-4 { width: 110px; height: 130px; }
  .carousel-img-3 { width: 120px; height: 140px; }
  .hero h1 { font-size: 1.3rem; }
  .hero p { font-size: 0.7rem; }
  .navbar nav ul li a, .cta-btn, .inquire-btn { font-size: 0.6rem; }
}
@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }
  .navbar {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 2vw 0.5rem 2vw;
    margin-top: 1rem;
  }
  .navbar nav ul {
    gap: 0.7rem;
    flex-wrap: wrap;
  }
  .navbar nav ul li a {
    font-size: 0.8rem;
  }
  .logo {
    font-size: 1.3rem;
    font-weight: 800;
  }
  .hero {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding: 0 1vw;
  }
  .hero h1 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .hero p {
    font-size: 0.80rem;
    max-width: 75vw;
  }
  .carousel {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scale: 0.9;
  }
  .carousel-track {
    gap: 0.2rem;
    justify-content: flex-start;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .carousel-img-1, .carousel-img-5 { width: 60px; height: 80px; }
  .carousel-img-2, .carousel-img-4 { width: 75px; height: 90px; }
  .carousel-img-3 { width: 85px; height: 100px; }


.carousel-img-1 { border-radius: 18px 18px 40px 50px; }
.carousel-img-2 { border-radius: 18px 18px 20px 30px; }
.carousel-img-3 { border-radius: 18px 18px 18px 18px; }
.carousel-img-4 { border-radius: 18px 18px 30px 20px; }
.carousel-img-5 { border-radius: 18px 18px 50px 40px; }




  .logos {
    gap: 1.5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    /*flex-wrap: wrap;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    scale: 0.8;
  }

  .logo-img {
    max-height: 20px;
    width: auto;
  }
  
  .logo-img-google {
      height: 40px;
      width: auto;
  }
  .logo-img-microsoft {
      height: 20px;
      width: auto;
  }
  .logo-img-amazon {
      height: 30px;
      width: auto;
  }
  .logo-img-eleven {
      height: 10px;
      width: auto;
  }
  .logo-img-openai {
      height: 30px;
      width: auto;
  }

  .cta-btn, .inquire-btn {
    margin-top: 1rem;
    font-size: 0.9em;
    padding: 0.6rem 1.2rem;
  }
}

/* Loader Overlay Styles */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}

.loader-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader-content {
  text-align: center;
  color: #000000;
}

.loader-video {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 2rem;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}

.loader-text {
  font-family: 'Integral CF', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Main Content Visibility */
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.main-content.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease-out;
}

.modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: linear-gradient(135deg, #faf8f6 0%, #f0f0f0 100%);
  border-radius: 20px;
  padding: 0;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideIn 0.3s ease-out;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-header h2 {
  font-family: 'Astralaga', serif;
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0;
  color: var(--text-color);
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.modal-close:hover {
  color: var(--text-color);
  background: rgba(0, 0, 0, 0.05);
}

.modal-form {
  padding: 1rem 2rem 2rem 2rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 1rem 0 0.5rem 0;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-size: 0.9rem;
  color: var(--text-color);
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-bottom-color: var(--accent);
}

.form-group label {
  position: absolute;
  top: 1rem;
  left: 0;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-size: 0.9rem;
  color: #666;
  transition: all 0.3s;
  pointer-events: none;
}

.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group select:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group select:not([value=""]) + label {
  top: 0;
  font-size: 0.7rem;
  color: var(--accent);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-group select {
  cursor: pointer;
}

.form-submit {
  width: 100%;
  background: var(--button-bg);
  color: var(--button-text);
  border: none;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-family: 'Aux Mono', monospace, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 1rem;
}

.form-submit:hover {
  background: #333;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile Responsive for Modals */
@media (max-width: 600px) {
  .modal-content {
    width: 95%;
    margin: 1rem;
  }
  
  .modal-header {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  
  .modal-header h2 {
    font-size: 1.5rem;
  }
  
  .modal-form {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  
  .loader-video {
    width: 200px;
    height: 200px;
  }
  
  .loader-text {
    font-size: 1.5rem;
  }
} 