:root {
  --black: #050405;
  --yellow: #d9b771;
  --white: #ffffff;
  --gray-light: #f8f9fa;
  --gray-medium: #050405;
  --green-dark: #2d3e2f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--white);
}

.rf-text p > span {
  display: block;
  margin-bottom: 20px;
  font-size: 15.6px;
}

.rf-text p > span strong {
  font-family: "Montserrat", sans-serif;

  font-weight: 600;
  margin-left: 5px;
}

/* Main Container */
.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 60px 20px;
}

.main-content {
  display: grid;
  grid-template-columns: 1fr 306px;
  gap: 40px;
  align-items: start;
}

/* Left Column */
.left-column {
  margin-left: auto;
  animation: fadeInLeft 0.8s ease-out;
}

/* Benefits Section New */
.benefits-section-new {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 80px;
  align-items: start;
}

.benefits-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.benefits-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}

.benefit-item-new,
.span-head {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.benefit-icon {
  color: var(--yellow);
  font-size: 1.2rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}

.benefit-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.6;
  margin-bottom: 15px;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.benefits-list li::before {
  content: "•";
  color: var(--yellow);
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Scientific Studies Section */
.scientific-studies-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 80px;
  align-items: start;
}

.studies-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.studies-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}

.studies-text-box {
  border: 2px solid #4a90e2;
  padding: 20px;
  border-radius: 8px;
  background-color: #f8fbff;
  margin-bottom: 30px;
}

.studies-text-box p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1.6;
  margin-bottom: 15px;
}

.references-mini {
  margin-top: 50px;
}
.references-mini h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}

.references-mini p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.8;
  font-style: italic;
}

/* RF Technology Section */
.rf-technology-section {
  margin-bottom: 80px;
}

.header {
  display: flex;
  gap: 20px;
}

.rf-icon {
  margin-bottom: 20px;
}

.icon-box {
  width: 40px;
  height: 40px;
  background-color: var(--yellow);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 6px;
}

.rf-content h2 {
  font-family: "Robecha-Daniera-Regular";

  font-size: 34px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.1;
  margin-bottom: 50px;
}

.rf-details {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 55px;
  align-items: start;
}

.rf-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.rf-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 6px;
}

.rf-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.4;
  margin-bottom: 35px;
}

.rf-details .custom-button:not(.now):hover svg {
  transform: translateX(175px);
}

.custom-button2:not(.now):hover svg {
  transform: translateX(230px) !important;
}
.custom-button3:not(.now):hover svg {
  transform: translateX(155px) !important;
}

.rf-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rf-button:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.rf-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* RF Benefits Section */
.rf-benefits-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 80px;
  align-items: start;
}

.rf-benefits-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.rf-benefits-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}

.rf-benefit-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.results-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.results-button:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.results-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* Right Column - Sticky */
.right-column {
  position: sticky;
  top: 100px;
  animation: fadeInRight 0.8s ease-out;
}

.ai-tryout {
  background: var(--yellow);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
  box-shadow: 0 8px 25px rgba(253, 230, 138, 0.3);
  position: relative;
}

.ai-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  width: 90%;
  margin: auto;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--black);
}

.ai-description {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: var(--black);
  opacity: 0.8;
}

.ai-image {
  width: 100%;
  height: 200px;

  background-size: cover;
  background-position: center;
  position: relative;
}

.try-now-btn {
  background: var(--green-dark);
  color: var(--black);
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.try-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 62, 47, 0.4);
}

.latest-blogs {
}

.blogs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--black);
}

.blog-item {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e077;
}

.blog-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-thumbnail {
  width: 86px;
  height: 63px;
  border-radius: 4px;
  flex-shrink: 0;
  object-fit: cover;
}

.blog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-content h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--black);
  line-height: 1.3;
  width: 88%;
}

.blog-date {
  font-size: 9px;
  opacity: 0.4;
  color: var(--gray-medium);
}

/* Back to Blogs - Now in right column */
.back-to-blogs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 7px;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  text-decoration: none;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
  transition: all 0.3s ease;
  width: fit-content;
  justify-content: center;
  margin: auto;
  display: flex;
  margin-bottom: 30px;
}

.back-to-blogs:hover {
  background: var(--yellow);
  border: 2px solid var(--yellow);
}
.back-to-blogs svg {
  width: 20px;
  transform: rotate(180deg);
}

/* Newsletter Section - Now in right column */
.newsletter-section {
  background: var(--green-dark);
  padding: 15px 25px;
  border-radius: 10px;
  color: var(--white);
  margin-bottom: 50px;
}

.newsletter-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  font-weight: 600;
}

.newsletter-description {
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.9;
  line-height: 1.3;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.newsletter-input {
  padding: 10px;
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: white;
  font-size: 12px;
}

.newsletter-input::placeholder {
  color: var(--black);
  opacity: 0.6;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-submit {
  width: fit-content;
  padding: 4px 13px;
  background: var(--yellow);
  color: var(--black);
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(253, 230, 138, 0.4);
}

.privacy-text {
  color: #8d8d8d;
  font-size: 9px;
  opacity: 0.6;
  opacity: 0.7;
  margin-top: 15px;
  line-height: 1.4;
  width: 101%;
}

/* New Bottom Section - Skin Science */
.skin-science-section {
  background-color: #2d3e2f;
  padding: 80px 0;
  color: var(--black);

  background-position: center;
  background-size: cover;
}

.skin-science-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 79px;
}

.skin-science-text h1 {
  font-family: "Robecha-Daniera-Regular";

  font-size: 52px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 8px;
  line-height: 1;
}

.skin-science-text h2 {
  font-family: "Robecha-Daniera-Regular";

  font-size: 37px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1;
}

.skin-science-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 50px;
  line-height: 1.45;
  width: 90%;
}

.skin-science-text .custom-button:not(.now):hover svg {
  transform: translateX(345px);
}

.hero-text .custom-button:not(.now):hover svg {
  transform: translateX(325px);
}

@media (max-width: 1024px) {
  .hero-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .skin-science-text .custom-button:not(.now):hover svg {
    transform: translateX(265px);
  }
  .hero-text .custom-button:not(.now):hover svg {
    transform: translateX(245px);
  }

  .skin-science-text p {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  .skin-science-section {
    background-position: left;
  }
  .skin-science-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.discover-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.discover-button:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.discover-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.skin-science-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.custom-button:not(.now):hover svg {
  transform: translateX(70px);
}

.mobile {
  display: none;
}

/* New Hero Section */
.hero-new {
  position: relative;
  background-color: #e7eee9;
}

.hero-new-content {
  position: relative;
  padding: 80px 0;

  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text {
  margin: 40px 0;
}
.hero-text h1 {
  font-family: "Robecha-Daniera-Regular", sans-serif;
  max-width: 90%;
  font-size: 47px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 30px;
  line-height: 1;
}

.hero-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 350;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.5;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid var(--black);
  background: transparent;
  color: var(--black);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.cta-button:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.cta-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.hero-image {
     position: absolute;
    right: -5%;
    width: 48%;
    /* height: 48%; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  
    height: 100%;
    max-height: 400px;
}
.hero-image img {
    width: 100%;
    height:100%;
    margin-left: auto;
    border-radius: 10px;
}

@media (max-width: 1200px) {
  .hero-image {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 40%;
    height: 100%;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-new-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .benefits-section-new,
  .scientific-studies-section,
  .rf-details,
  .rf-benefits-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .back-to-blogs {
    display: none;
  }

  .newsletter-section {
    grid-column: 1 / span 2;
  }

  .right-column {
    position: static;
    order: -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .container {
    padding: 40px 20px;
  }

  .left-column {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .right-column {
    display: block;
  }
  .hero-text p {
    font-size: 14px;
  }

  .hero-new {
    padding: 40px 0;
  }

  .hero-text h1 {
    font-size: 1.8rem;
  }

  .skin-science-section {
    padding: 40px 0;
  }

  .skin-science-text h1 {
    font-size: 1.8rem;
  }

  .skin-science-text h2 {
    font-size: 1.4rem;
  }

  .newsletter-section {
    padding: 20px;
  }

  .ai-tryout {
    padding: 25px;
  }

  .latest-blogs {
    padding: 20px;
  }

  .blog-item {
    flex-direction: column;
  }

  .blog-thumbnail {
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 40px 15px;
  }

  .newsletter-form {
    gap: 12px;
  }

  .newsletter-input,
  .newsletter-submit {
    padding: 8px;
  }

  .hero-new {
    padding: 30px 0;
  }

  .skin-science-section {
    padding: 30px 0;
  }
}

@media (max-width: 1025px) {
  .left-column {
    grid-row: 1;
  }
}

.desktop {
  display: none;
}
@media (min-width: 1025px) {
  .desktop {
    display: block !important;
  }
}