/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #36362c;
  overflow-x: hidden;
}

.main-container {
  background-color: #36362c;
  overflow: hidden;
  width: 100%;
  min-width: 1920px;
  display: flex;
  flex-direction: column;
}

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

/* Hero Section */
.hero-section {
  width: 100%;
  height: 1101px;
  position: relative;
  background: white;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1101px;
  background: #36362c;
}

.hero-accent-bg {
  position: absolute;
  top: 165px;
  left: 1031px;
  width: 741px;
  height: 806px;
  background: #1f1f16;
  border-radius: 60px;
}

.badge {
  position: absolute;
  top: 662px;
  left: 895px;
  width: 273px;
  height: 273px;
}

/* Header */
.header {
  display: flex;
  width: 100%;
  height: 136px;
  align-items: center;
  gap: 264px;
  padding: 28px 125px;
  position: absolute;
  top: 0;
  left: 0;
  background: #36362c;
}

.logo {
  width: 293.94px;
}

.navigation {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
  flex: 0 0 auto;
}

.nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #ffd5b7;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}

.nav-items span {
  margin-right: 96px;
}

.nav-items span:last-child {
  margin-right: 0;
}

.phone-button {
  display: flex;
  width: 236.69px;
  height: 63px;
  align-items: center;
  gap: 15px;
  padding: 20px 27px;
  background: rgba(251, 199, 173, 0.3);
  border-radius: 200px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  border: none;
  cursor: pointer;
  color: #ffd5b7;
}

.phone-button:hover {
  background: rgba(251, 199, 173, 0.4);
}

.phone-icon {
  height: 21.72px;
  width: 21.71px;
  margin-left: -0.5px;
}

.phone-button span {
  width: 141px;
  height: 18.97px;
  font-size: 16px;
  letter-spacing: 0.32px;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

/* Hero Content */
.hero-content {
  position: absolute;
  top: 232px;
  left: 158px;
  width: 765px;
  height: 252px;
}

.hero-title {
  width: 705.5px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #ffd5b7;
  font-size: 95.4px;
  text-align: center;
  line-height: 95.6px;
}

.hero-buttons {
  position: absolute;
  top: 605px;
  left: 282px;
  width: 272px;
  height: 103px;
}

.cta-button {
  margin-top: 20px;
  margin-left: 20px;
  width: 231.66px;
  height: 63.09px;
  background: #f8b358;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  color: #23231d;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.18px;
}

.cta-button:hover {
  background: rgba(248, 179, 88, 0.9);
}

.small-image {
  position: absolute;
  top: 696px;
  left: 423px;
  width: 239px;
  height: 216px;
}

.hero-phone-button {
  position: absolute;
  top: 605px;
  left: 553px;
  width: 289px;
  height: 103px;
}

.phone-button-secondary {
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  width: 249.31px;
  height: 63.09px;
  align-items: flex-end;
  gap: 15px;
  padding: 20px 27px;
  background: rgba(251, 199, 173, 0.3);
  border-radius: 200px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  border: none;
  cursor: pointer;
  color: #ffd5b7;
}

.phone-button-secondary:hover {
  background: rgba(251, 199, 173, 0.4);
}

.phone-button-secondary .phone-icon {
  height: 21.75px;
  margin-bottom: -0.5px;
  width: 21.71px;
  margin-left: -0.5px;
}

.phone-button-secondary span {
  width: fit-content;
  font-size: 18px;
  letter-spacing: 0.36px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.hero-description {
  position: absolute;
  top: 482px;
  left: 239px;
  width: 604px;
  height: 124px;
}

.hero-description p {
  width: 544.41px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffd5b7;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.44px;
  line-height: 32px;
}

/* Services Overview Section */
.services-overview {
  width: 100%;
  background: #fff6ee;
  padding: 96px 0;
}

.services-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 512px;
}

.services-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.services-title {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #1f1f16;
  font-size: 48px;
  line-height: 71.7px;
  white-space: nowrap;
}

.services-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #262620;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 32px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1024px;
}

.service-card {
  overflow: hidden;
  border: none;
  box-shadow: none;
  background: transparent;
}

.service-card-content {
  padding: 0;
  position: relative;
  height: 431px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-title {
  position: relative;
  z-index: 10;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: white;
  font-size: 36px;
  line-height: 48.8px;
  white-space: nowrap;
}

/* Esthetic Treatments Section */
.esthetic-treatments {
  width: 100%;
  background: white;
  padding: 64px 16px;
  position: relative;
}

.treatments-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 64px;
}

.treatments-title-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.treatments-title {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #262620;
  font-size: 50px;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 71.7px;
  white-space: nowrap;
}

.treatments-description-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  max-width: 589px;
}

.treatments-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #262620;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 32px;
}

.treatments-carousel {
  position: relative;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 63px;
  height: 63px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.chevron-icon {
  width: 32px;
  height: 32px;
  color: #262620;
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 0 64px;
}

.treatment-card {
  border: none;
  box-shadow: none;
  background: transparent;
}

.treatment-card-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-image {
  width: 100%;
  height: 280px;
  background: #1f1f16;
  border-radius: 30px;
}

.treatment-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.treatment-title-wrapper {
  text-align: center;
}

.treatment-title {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #262620;
  font-size: 30px;
  line-height: 40px;
}

.treatment-description-wrapper {
  text-align: center;
}

.treatment-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #262620;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 26px;
}

.treatment-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.treatment-button-outline {
  padding: 16px 32px;
  border-radius: 9999px;
  border: 1px solid #3d2a23;
  color: #3d2a23;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  background: transparent;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.treatment-button-outline:hover {
  background: #3d2a23;
  color: white;
}

.treatment-button-primary {
  padding: 16px 20px;
  background: #f8b358;
  color: #131313;
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.16px;
  border: none;
  cursor: pointer;
}

.treatment-button-primary:hover {
  background: rgba(248, 179, 88, 0.9);
}

/* Treatment Tabs Section */
.treatment-tabs {
  width: 100%;
  background: #fff6ee;
  padding: 90px 0;
}

.tabs-navigation {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 106px;
}

.tab-button {
  height: 46px;
  padding: 8px 24px;
  border-radius: 100px;
  border: 1px solid;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-button.active {
  background: #ffd8a4;
  border-color: #ffd8a4;
  color: #36362c;
}

.tab-button:not(.active) {
  border-color: #a89e91;
  color: #a99e91;
  background: transparent;
}

.tab-button:not(.active):hover {
  background: rgba(168, 158, 145, 0.1);
}

.tab-button span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 28px;
  white-space: nowrap;
}

.tabs-content {
  display: flex;
  justify-content: center;
}

.tab-content-wrapper {
  display: flex;
  gap: 25px;
  max-width: 1171px;
  width: 100%;
}

.treatment-info-card {
  width: 576px;
  height: 420px;
  background: #36362c;
  border-radius: 40px;
  border: none;
}

.treatment-info-content {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.treatment-info-title {
  padding: 36px 31px 0;
}

.treatment-info-title h2 {
  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #f8e5ca;
  font-size: 30px;
  line-height: 40px;
}

.treatment-info-description {
  padding: 19px 31px 0;
  flex: 1;
}

.treatment-info-description p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #f9e6ca;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 26px;
}

.treatment-info-buttons {
  padding: 0 31px 36px;
  display: flex;
  gap: 10px;
}

.treatment-info-button-outline {
  height: 53px;
  padding: 17px 33px;
  border-radius: 100px;
  border: 1px solid #ffd9c3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  background: transparent;
  cursor: pointer;
}

.treatment-info-button-outline:hover {
  background: rgba(255, 217, 195, 0.1);
}

.treatment-info-button-outline span {
  -webkit-text-stroke: 1px #ffd9c3;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #ffd9c3;
  font-size: 15px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.treatment-info-button-primary {
  height: 53px;
  padding: 17px 24px;
  background: #f8b358;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.treatment-info-button-primary:hover {
  background: rgba(248, 179, 88, 0.9);
}

.treatment-info-button-primary span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #131313;
  font-size: 16px;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

.treatment-info-image {
  width: 570px;
  height: 420px;
}

.treatment-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

/* Responsive Design */
@media (max-width: 1920px) {
  .main-container {
    min-width: auto;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  
  .hero-section {
    height: auto;
    min-height: 800px;
  }
  
  .hero-accent-bg {
    display: none;
  }
  
  .badge {
    display: none;
  }
  
  .header {
    gap: 100px;
    padding: 28px 50px;
  }
  
  .hero-content {
    position: static;
    text-align: center;
    margin: 100px auto 50px;
    width: auto;
    max-width: 800px;
  }
  
  .hero-title {
    font-size: 60px;
    line-height: 70px;
    width: auto;
    margin: 0;
  }
  
  .hero-buttons,
  .hero-phone-button,
  .hero-description,
  .small-image {
    position: static;
    margin: 20px auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .treatments-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  
  .tab-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .treatment-info-card,
  .treatment-info-image {
    width: 100%;
    max-width: 500px;
  }
  
  .tabs-navigation {
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .header {
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  
  .navigation {
    order: 2;
  }
  
  .nav-items {
    flex-direction: column;
    gap: 10px;
  }
  
  .nav-items span {
    margin-right: 0;
  }
}