@font-face {
  font-family: "Raleway";
  src: url("./assets/fonts/Raleway.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat-Alt1 Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

.navbar {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  max-width: 1200px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(160, 144, 107, 0.3);
  border-radius: 50px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadeInDown 1s ease-out;
}
.navbar.scrolled {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 600px;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid rgba(160, 144, 107, 0.5);
}
.navbar.scrolled .logo {
  height: 28px;
}
.navbar.scrolled .nav-links {
  gap: 25px;
}
.navbar.scrolled .cta-button {
  padding: 10px 20px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .navbar {
    width: 90vw;
    padding: 20px 25px;
    top: 15px;
    min-width: 280px;
  }
  .navbar.scrolled {
    width: 90vw;
    min-width: 280px;
    padding: 20px 25px;
  }
}

.logo {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .logo {
    height: 28px;
  }
  .navbar.scrolled .logo {
    height: 28px;
  }
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  transition: gap 0.6s ease;
  flex-shrink: 0;
  margin: 0 25px;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.nav-links a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

.cta-button {
  background: rgba(160, 144, 107, 0.2);
  border: 1px solid rgba(160, 144, 107, 0.4);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 12px 24px;
  flex-shrink: 0;
}
.cta-button:hover {
  background: rgba(160, 144, 107, 0.4);
  border-color: rgba(160, 144, 107, 0.6);
}

.hero {
  position: relative;
  height: 100vh;
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 25%, #000000 50%, #8b7355 75%, #a0906b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: radial-gradient(circle at 30% 20%, rgba(0, 0, 0, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}
@media (max-width: 768px) {
  .hero .hand-left,
  .hero .hand-right {
    display: none;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 40px;
  animation: fadeInUp 1.2s ease-out;
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 30px;
  }
}

.hero h1 {
  font-size: clamp(3rem, 4vw, 6rem);
  font-family: "Raleway", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 3rem;
  }
}
.hero p {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .hero p {
    font-size: 1rem;
  }
}

.hand-left {
  position: absolute;
  top: 20%;
  left: -5%;
  width: 300px;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M50 50 Q100 30 150 50 Q170 80 150 120 Q100 140 50 120 Q30 80 50 50" fill="%23000" opacity="0.6"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.4;
  transform: rotate(-20deg);
}

.hand-right {
  position: absolute;
  bottom: 15%;
  right: -5%;
  width: 250px;
  height: 350px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M50 150 Q100 170 150 150 Q170 120 150 80 Q100 60 50 80 Q30 120 50 150" fill="%23000" opacity="0.5"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.3;
  transform: rotate(15deg);
}

.scroll-indicator,
.location-indicator,
.time-indicator {
  position: absolute;
  bottom: 40px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .scroll-indicator,
  .location-indicator,
  .time-indicator {
    font-size: 0.8rem;
  }
}

.scroll-indicator {
  left: 60px;
}

.location-indicator {
  right: 60px;
}

.time-indicator {
  left: 50%;
  transform: translateX(-50%);
}

.about-section {
  min-height: -moz-fit-content;
  min-height: fit-content;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 60px;
  position: relative;
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 30px;
  }
}

.about-content {
  max-width: 1200px;
  width: 100%;
}

.about-text {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.about-text .word {
  display: inline;
  white-space: nowrap;
}
.about-text .letter {
  display: inline-block;
  color: #666666;
  transition: color 0.4s ease;
}
.about-text .letter.space {
  display: inline;
  width: auto;
}
.about-text .letter.colored, .about-text .letter.highlight {
  color: #ffffff;
}
@media (max-width: 768px) {
  .about-text {
    font-size: 1.5rem;
  }
}

.services-section {
  min-height: 100vh;
  background: #000000;
  padding: 100px 60px;
  position: relative;
}
@media (max-width: 768px) {
  .services-section {
    padding: 40px 30px;
  }
}

.services-header {
  text-align: center;
  margin-bottom: 100px;
}

.services-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
}
.services-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

.services-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
}

.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr 400px;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-row:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .service-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px 0;
    text-align: center;
  }
}

.service-info {
  position: relative;
}

.service-number {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  margin-bottom: 15px;
}

.service-title {
  font-size: 3.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .service-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.service-list-container {
  position: relative;
}
@media (max-width: 768px) {
  .service-list-container {
    max-width: 300px;
    margin: 0 auto;
  }
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-list li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .service-list li {
    text-align: left;
  }
}

.service-card {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-card {
    height: 280px;
    order: -1;
  }
}
.service-card.convert-card {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-card.convert-card .convert-logo {
  width: 100%;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
}
.service-card.convert-card .convert-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.service-card.convert-card .convert-logo .connect {
  font-style: italic;
  font-weight: 300;
}
.service-card.website-card {
  background: linear-gradient(135deg, #666666 0%, #4a4a4a 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.service-card.website-card h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}
.service-card.website-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}
.service-card.product-card {
  background: linear-gradient(135deg, #a0906b 0%, #8b7355 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.service-card.product-card h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.2;
}
.service-card.product-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
}

.website-mockup,
.product-mockup {
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.featured-work-section {
  min-height: 100vh;
  background: #000000;
  padding: 100px 60px;
  position: relative;
}
@media (max-width: 768px) {
  .featured-work-section {
    overflow: hidden;
    padding: 40px 30px;
  }
}

.featured-work-header {
  text-align: center;
  margin-bottom: 80px;
}

.featured-work-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-family: "Raleway", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  font-style: italic;
}

.featured-work-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.work-carousel-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.work-swiper {
  padding: 0 60px;
  overflow: visible;
}
@media (max-width: 768px) {
  .work-swiper {
    padding: 0 20px;
  }
}

.work-slide {
  text-align: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s ease;
  opacity: 0.6;
  transform: scale(0.9);
}
.work-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.work-image {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}
.work-image .work-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.work-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.work-image:hover .work-description {
  opacity: 1;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.8);
}
.work-image:hover img {
  transition: transform 0.3s ease;
}
.work-image:hover img:hover {
  transform: scale(1.05);
}
.work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .work-image {
    height: 180px;
    margin-bottom: 30px;
  }
}

.work-content {
  max-width: 500px;
}

.work-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .work-title {
    font-size: 1.5rem;
  }
}

.work-tags {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.work-tag {
  background: rgba(160, 144, 107, 0.2);
  border: 1px solid rgba(160, 144, 107, 0.4);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 300;
}
.work-tag:hover {
  background: rgba(160, 144, 107, 0.4);
  border-color: rgba(160, 144, 107, 0.6);
}
.work-tag:hover {
  color: #ffffff;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(160, 144, 107, 0.4);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(160, 144, 107, 0.6);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 8px;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  bottom: -60px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(160, 144, 107, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #a0906b;
  transform: scale(1.2);
}

.stats-section {
  min-height: 80vh;
  background: #000000;
  padding: 100px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .stats-section {
    padding: 40px 30px;
    min-height: 70vh;
  }
}

.stats-container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .stats-container {
    max-width: 100%;
  }
}

.stat-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.stat-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.stat-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .stat-item {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 30px 0;
  }
}

.stat-number {
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 300;
  color: #ffffff;
  line-height: 0.9;
  text-align: left;
}
@media (max-width: 768px) {
  .stat-number {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.stat-content {
  padding: 0;
}
@media (max-width: 768px) {
  .stat-content {
    text-align: center;
  }
}

.stat-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.stat-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 100%;
}

.counter {
  display: inline-block;
}

.cta-section {
  position: relative;
  height: calc(100vh - 120px);
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 25%, #000000 50%, #8b7355 75%, #a0906b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.3) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(0, 0, 0, 0.2) 0%, transparent 50%);
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><filter id="sepia"><feColorMatrix values="0.6 0.3 0.2 0 0.1 0.5 0.4 0.3 0 0.1 0.4 0.3 0.3 0 0.1 0 0 0 1 0"/></filter></defs><g filter="url(%23sepia)"><path d="M200 400 Q300 200 400 300 L500 250 Q600 150 700 200 L800 180 Q900 100 1000 150 L1100 200 Q1150 250 1200 300 L1200 800 L0 800 Z" fill="%23000" opacity="0.4"/><ellipse cx="400" cy="300" rx="80" ry="120" fill="%23000" opacity="0.3"/><ellipse cx="700" cy="250" rx="90" ry="130" fill="%23000" opacity="0.3"/><circle cx="900" cy="400" r="150" fill="%23000" opacity="0.2"/></g></svg>') no-repeat center;
  background-size: cover;
  opacity: 0.6;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 40px;
}

.cta-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.cta-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: "Raleway", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.cta-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button-large {
  background: rgba(160, 144, 107, 0.2);
  border: 1px solid rgba(160, 144, 107, 0.4);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 2px solid rgba(160, 144, 107, 0.4);
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 1.1rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: all 0.4s ease;
  display: inline-block;
}
.cta-button-large:hover {
  background: rgba(160, 144, 107, 0.4);
  border-color: rgba(160, 144, 107, 0.6);
}
.cta-button-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.footer {
  background: rgba(0, 0, 0, 0.9);
  padding: 40px 60px;
  position: relative;
  z-index: 3;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.footer-left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-left {
    justify-content: center;
  }
}

.footer-center {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-center {
    justify-content: center;
  }
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.footer-email {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-email:hover {
  color: #ffffff;
}

.footer-nav {
  display: flex;
  gap: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  transition: color 0.3s ease;
}
.footer-nav a:hover {
  color: #ffffff;
}

.contact-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 20px;
}
.contact-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.contact-popup {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(160, 144, 107, 0.3);
  border-radius: 20px;
  padding: 60px 40px;
  max-width: 500px;
  width: 100%;
  position: relative;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s ease;
}
.contact-popup-overlay.active .contact-popup {
  transform: translateY(0) scale(1);
}
@media (max-width: 768px) {
  .contact-popup {
    padding: 40px 20px;
    margin: 20px;
  }
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 8px;
  line-height: 1;
}
.popup-close:hover {
  color: #ffffff;
}

.popup-header {
  text-align: center;
  margin-bottom: 40px;
}
.popup-header h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
}
.popup-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 300;
}

.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-group label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 8px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 300;
  transition: all 0.3s ease;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(160, 144, 107, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.contact-form .form-group input::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form .submit-button {
  background: rgba(160, 144, 107, 0.2);
  border: 1px solid rgba(160, 144, 107, 0.4);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
  padding: 20px 40px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.contact-form .submit-button:hover {
  background: rgba(160, 144, 107, 0.4);
  border-color: rgba(160, 144, 107, 0.6);
}
.contact-form .submit-button:hover {
  transform: translateY(-1px);
}
.contact-form .submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contact-form .submit-button .loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
.contact-form .submit-button .loading-spinner.active {
  display: block;
}

.success-message,
.error-message {
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  display: none;
}
.success-message.active,
.error-message.active {
  display: block;
}

.success-message {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.error-message {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}