/* Import Poppins Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

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

body {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    sans-serif;
  background: linear-gradient(179.32deg, #111111 62.09%, #4a340f 177.27%);
  color: #fdfefe;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* Decorative Blur Circles */
.blur-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.blur-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.blur-top {
  width: 290px;
  height: 290px;
  left: calc(50% - 145px);
  top: -254px;
  background: rgba(249, 166, 26, 0.29);
  filter: blur(106.95px);
}

.blur-left-top {
  width: 436px;
  height: 436px;
  left: -310px;
  top: 175px;
  background: rgba(249, 166, 26, 0.2);
  filter: blur(106.95px);
  transform: rotate(-15deg);
}

.blur-right-top {
  width: 457px;
  height: 457px;
  right: -315px;
  top: 171px;
  background: rgba(249, 166, 26, 0.2);
  filter: blur(106.95px);
  transform: rotate(-15deg);
}

.blur-hero {
  width: 542px;
  height: 542px;
  left: calc(50% - 271px);
  top: 915px;
  background: rgba(249, 166, 26, 0.2);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.blur-testimonials {
  width: 542px;
  height: 542px;
  left: calc(50% - 271px);
  top: 1364px;
  background: rgba(249, 166, 26, 0.1);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.blur-contact {
  width: 542px;
  height: 542px;
  left: calc(50% - 271px);
  top: 2143px;
  background: rgba(249, 166, 26, 0.1);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.blur-services {
  width: 476px;
  height: 476px;
  left: calc(50% - 238px);
  top: 3920px;
  background: rgba(249, 166, 26, 0.1);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.blur-app {
  width: 372px;
  height: 372px;
  left: calc(50% - 189px);
  top: 4440px;
  background: rgba(249, 166, 26, 0.1);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.blur-footer {
  width: 542px;
  height: 542px;
  left: calc(50% - 271px);
  top: 5316px;
  background: rgba(249, 166, 26, 0.1);
  filter: blur(106.95px);
  transform: rotate(17.1deg);
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

/* Navigation */
.navbar {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.navbar .container {
  display: flex;
  align-items: center;
}

.navbar .container .nav-logo {
  flex-shrink: 0;
}

.navbar .container .nav-logo img {
  height: 52px;
  width: auto;
  display: block;
}

.navbar .container .nav-menu {
  flex: 1;
  justify-content: center;
  gap: 40px;
}

.navbar .container .cta-button {
  flex-shrink: 0;
}

.nav-logo h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fdfefe;
}

.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
}

.nav-menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #fdfefe;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #f9a61a;
}

.cta-button {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #111111;
  text-decoration: none;
  border: none;
  padding: 8px 16px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  position: relative;
  isolation: isolate;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(249, 166, 26, 0.3);
}

.cta-button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #111111;
  border-radius: 60px;
  color: #f9a61a;
  font-size: 12px;
  transition: all 0.3s ease;
}

/* Hover 1: Din portocaliu în alb */
.hover1 {
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #111111;
}

.hover1 .arrow {
  background: #111111;
  color: #f9a61a;
}

.hover1:hover {
  background: linear-gradient(118.89deg, #fdfefe 49.54%, #ffcb74 104.26%);
  color: #f9a61a;
}

.hover1:hover .arrow {
  background: #f9a61a;
  color: #fdfefe;
}

/* Hover 2: Din alb în portocaliu */
.hover2 {
  background: linear-gradient(118.89deg, #fdfefe 49.54%, #ffcb74 104.26%);
  color: #f9a61a;
}

.hover2 .arrow {
  background: #f9a61a;
  color: #fdfefe;
}

.hover2:hover {
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #111111;
}

.hover2:hover .arrow {
  background: #111111;
  color: #f9a61a;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  padding: 140px 0 75px;
  text-align: center;
}

.hero-partners {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.partner-logo {
  height: 40px;
  opacity: 0.8;
  object-fit: contain;
}

.hero-partners img {
  height: 40px;
  opacity: 0.8;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  margin-bottom: 18px;
  background: linear-gradient(96.98deg, #fdfefe 32.46%, #f9a61a 78.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #a0a1a1;
  margin-bottom: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle strong {
  color: #f9a619;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.hero-buttons .cta-button {
  min-width: 220px;
  justify-content: center;
}

.cta-button.primary {
  font-weight: 600;
  padding: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-button.secondary {
  border: none;
  position: relative;
}

.hero-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
  max-width: 1440px;
  height: 376.71px;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.polaroid {
  background: #ffffff;
  padding: 0;
  border: 4px solid #fdfefe;
  border-radius: 10px;
  box-shadow: none;
  transform: rotate(-2deg);
  transition: transform 0.3s;
  width: 380px;
  height: 326px;
}

.polaroid:nth-child(1) {
  transform: matrix(0.99, 0.17, -0.16, 0.99, 0, 0);
  margin: 0 -80px 0 0;
}

.polaroid:nth-child(2) {
  transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
  margin: 0 -80px;
}

.polaroid:nth-child(3) {
  transform: matrix(0.99, 0.11, -0.11, 0.99, 0, 0);
  margin: 0 -80px;
  z-index: 10;
}

.polaroid:nth-child(4) {
  transform: matrix(0.99, -0.13, 0.13, 0.99, 0, 0);
}

.polaroid:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 100;
}

.polaroid.highlight-polaroid {
  background: #fdfefe;
}

.polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Testimonials Section */
.testimonials {
  padding: 75px 0;
  background: transparent;
}

.testimonials-wrapper {
  width: 100%;
}

.testimonials-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(
    96.98deg,
    #fdfefe 20.43%,
    #f9a61a 53.5%,
    #fdfefe 82.96%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
}

.testimonial-grid {
  display: flex;
  gap: 64px;
  align-items: stretch;
}

.stat-card {
  width: 380px;
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}

.stat-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  color: #ffffff;
}

.stat-avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #f9a61a;
  border-radius: 50%;
  margin-left: -12px;
  background-size: cover;
  background-position: center;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar:nth-child(1) {
  background-image: url("images/Ellipse5.svg");
}

.avatar:nth-child(2) {
  background-image: url("images/Ellipse6.svg");
}

.avatar:nth-child(3) {
  background-image: url("images/Ellipse7.svg");
}

.avatar:nth-child(4) {
  background-image: url("images/Ellipse8.svg");
}

.avatar:nth-child(5) {
  background-image: url("images/Ellipse9.svg");
}

.stat-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}

.testimonial-card {
  flex: 1;
  background: #fdfefe;
  border-radius: 10px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  width: 147px;
  height: 147px;
  right: -53px;
  top: -53px;
  background: linear-gradient(
    219.53deg,
    #f9a61a 21.12%,
    rgba(249, 166, 26, 0) 73.12%
  );
  border-radius: 50%;
  z-index: 4;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.quote-icon {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 0.7;
  color: #f9a61a;
  margin: 0 0 18px 0;
}

.testimonial-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.testimonial-author strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.author-role {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #111111;
}

.highlight-orange {
  color: #f9a61a;
}

/* Testimonial Carousel */
.testimonial-carousel-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.testimonial-carousel .testimonial-card {
  display: none;
  height: 100%;
  animation: testimonialFadeIn 0.4s ease;
  box-sizing: border-box;
}

.testimonial-carousel .testimonial-card.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@keyframes testimonialFadeIn {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Top row: quote icon stânga, săgeți dreapta */
.testimonial-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

.testimonial-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.testimonial-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(249, 166, 26, 0.4);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
}

.testimonial-arrow:hover {
  background: rgba(249, 166, 26, 0.1);
  border-color: #f9a61a;
}

/* Dots jos centrat în cardul alb */
.testimonial-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.testimonial-dot.active {
  background: #f9a61a;
  transform: scale(1.3);
}

/* Contact Form Section */
/* Contact Form Section */
.contact-form-section {
  padding: 75px 0;
  background: transparent;
}

#incerca-efectul-form {
  scroll-margin-top: 120px;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 32px;
  width: 100%;
}

.contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 18px;
  width: 100%;
}

.contact-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(96.98deg, #fdfefe 20.43%, #f9a61a 81.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.contact-subtitle {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fdfefe;
  margin: 0;
}

.highlight-orange-text {
  color: #f9a61a;
}

.form-card {
  width: 100%;
  height: 550px;
  background: #ffffff;
  box-shadow: inset 0px 4px 11.5px rgba(0, 0, 0, 0.33);
  border-radius: 10px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.form-card::before {
  display: block;
  content: "";
  position: absolute;
  width: 217px;
  height: 347px;
  right: -83px;
  top: -202px;
  background: linear-gradient(
    349deg,
    #f9a61aa3 21.12%,
    rgba(249, 166, 26, 0) 73.12%
  );
  border-radius: 30%;
  z-index: 4;
  filter: blur(60px);
}

.form-image {
  position: absolute;
  width: 384px;
  height: 467px;
  left: 65px;
  top: 32px;
  background: url("images/efect_letsmove.jpeg");
  background-size: cover;
  background-position: 80%;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
}

.form-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3.4px);
  -webkit-backdrop-filter: blur(7.4px);
  box-shadow: inset 0px 5px 9.9px rgb(254 254 254 / 59%);
  z-index: 0;
}

.image-overlay-text {
  width: 348px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fdfefe;
  text-shadow: 0px 2px 5.5px rgba(17, 17, 17, 0.68);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.form-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  gap: 27px;
  position: absolute;
  width: auto;
  height: 467px;
  left: 481px;
  right: 32px;
  top: 32px;
}

.form-title {
  width: 100%;
  height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  gap: 21px;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  gap: 12px;
  width: 100%;
}

.form-group label {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.form-group input {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.form-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 100%;
}

.checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border: 1px solid #373737;
  cursor: pointer;
}

.checkbox-label span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  background: linear-gradient(174.11deg, #111111 4.51%, #777777 106.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.form-submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 200px;
  gap: 8px;
  width: 100%;
  height: 40px;
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fdfefe;
  cursor: pointer;
  transition: transform 0.2s;
}

.form-submit-btn:hover {
  transform: scale(1.02);
}

.form-disclaimer {
  position: absolute;
  bottom: 20px;
  left: 65px;
  right: 65px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: #777;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 80%;  
}

.form-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  width: 1121px;
  height: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(96.98deg, #fdfefe 20.43%, #f9a61a 81.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 16px;
  outline: none;
  border-color: #ff9500;
}

.form-wrapper input::placeholder {
  color: #666;
}

.form-wrapper select {
  margin-bottom: 20px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #b0b0b0;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.full-width {
  width: 100%;
}

/* Services Section */
/* Services Section */
.services {
  padding: 75px 0;
  background: transparent;
}

.services-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 64px;
  width: 100%;
}

.services-title {
  width: 750px;
  height: 78px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(
    96.98deg,
    #fdfefe 20.43%,
    #f9a61a 54.7%,
    #fdfefe 82.96%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.services-tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 24px;
  width: 100%;
}

.services-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 48px;
  width: 100%;
}

.service-tab {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 54px;
  text-align: center;
  color: #fdfefe;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.service-tab.active {
  background: linear-gradient(96.98deg, #fdfefe 20.43%, #f9a61a 81.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-tab:hover {
  opacity: 0.8;
}

.tabs-divider {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px dashed rgba(253, 254, 254, 0.35);
  margin-top: 0;
}

/* Panel show/hide */
.services-panel {
  display: none;
  flex-direction: row;
  align-items: flex-end;
  padding: 0;
  gap: 32px;
  width: 100%;
  animation: panelFadeIn 0.3s ease;
}
.services-panel--active {
  display: flex;
}
@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Legacy alias kept for compat */
.services-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 32px;
  width: 100%;
}

.services-images {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 32px;
  width: 45%;
  flex-shrink: 0;
}

.service-image--full {
  width: 544px !important;
}

.service-image {
  flex: 1;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: 51px;
  flex: 1;
  min-width: 0;
  position: relative;
}

.service-header-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  gap: 8px;
  width: 100%;
  background: rgba(36, 34, 34, 0.6);
  border-radius: 10px;
}

.service-header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 100%;
}

.service-name {
  flex: 1;
  min-width: 0;
  height: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #f9a61a;
  margin: 0;
}

.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 8px;
  width: 100%;
}

.service-description p {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #a0a1a1;
  margin: 0;
}

.service-description p strong {
  color: #f9a61a;
  font-weight: 700;
}
.intensity-usor {
  color: #4cde6a;
  font-weight: 600;
}
.intensity-mediu {
  color: #42b4f5;
  font-weight: 600;
}
.intensity-intens {
  color: #e91e8c;
  font-weight: 600;
}

.service-pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 14px;
  gap: 8px;
  width: 100%;
  background: rgba(36, 34, 34, 0.6);
  border-radius: 10px;
  bottom: 0;
  left: 0;
}

.pricing-title {
  width: 100%;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #f9a61a;
  margin: 0 0 14px 0;
}

.pricing-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 8px;
}

.pricing-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background: #f9a61a;
  box-shadow: 0px 0px 14.5px rgba(249, 166, 26, 0.5);
  border-radius: 222px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fdfefe;
  cursor: pointer;
  transition: transform 0.2s;
}

.pricing-btn:hover {
  transform: scale(1.05);

  transition: all 0.3s;
}

.price-button:hover {
  border-color: #ff9500;
}

.price-button.active {
  background: linear-gradient(135deg, #ff9500 0%, #ff6b00 100%);
  border-color: transparent;
}

/* Gallery Section */
/* Gallery Section */
/* ========== GALLERY / CAROUSEL — Figma node 120:382 ==========
   Section: 1440×424 | Slides: 256×312 r=10 | Gap: 32px
   4 slides visible at once (4×256 + 3×32 = 1120px)
   Autoplay: 1 slide every 5 seconds
   ============================================================= */
.gallery {
  padding: 75px 0;
  background: transparent;
}

.gallery-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(
    96.98deg,
    #fdfefe 20.43%,
    #f9a61a 54.7%,
    #fdfefe 82.96%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 64px;
  padding-bottom: 8px;
}

/* Clipping viewport — exactly 1120px (4 slides + 3 gaps) */
.gallery-viewport {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

/* fade edges stânga/dreapta */
.gallery-viewport::before,
.gallery-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.gallery-viewport::before {
  left: 0;
  background: linear-gradient(to right, #0e0e0e 0%, transparent 100%);
}
.gallery-viewport::after {
  right: 0;
  background: linear-gradient(to left, #0e0e0e 0%, transparent 100%);
}

/* track: 9 slide-uri × 2 seturi, mișcare continuă */
@keyframes galleryScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * (256px * 9 + 32px * 9))); }
}

.gallery-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: galleryScroll 40s linear infinite;
  will-change: transform;
}

.gallery-viewport:hover .gallery-track {
  animation-play-state: paused;
}

/* Each slide: 256×312, r=10 */
.gallery-slide {
  flex-shrink: 0;
  width: 256px;
  height: 312px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* inner shadow alb */
.gallery-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 28px 8px rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-slide:hover img {
  transform: scale(1.04);
}

/* App Section — stiluri UPFit mutate în css/upfit.css */

/* FAQ Section */
.faq {
  padding: 75px 0;
  /* background: #0a0a0a; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  gap: 64px;
  width: 100%;
  max-width: 1440px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 18px;
  width: 100%;
}

.faq-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(96.98deg, #fdfefe 20.43%, #f9a61a 81.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.faq-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #a0a1a1;
  width: 100%;
  margin: 0;
}

.faq-subtitle .orange-text {
  color: #f9a61a;
}

.faq-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding: 0px;
  gap: 24px 32px;
  width: 100%;
}

.faq-item {
  position: relative;
  width: calc(50% - 16px);
  background: #fdfefe;
  border-radius: 10px;
  overflow: visible;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-circle {
  position: absolute;
  width: 245.75px;
  height: 245.75px;
  background: linear-gradient(
    254.28deg,
    #f9a61a 20.9%,
    rgba(249, 166, 26, 0) 64.6%
  );
  pointer-events: none;
  z-index: 0;
}

.faq-circle--left {
  left: -75px;
  top: -135px;
  transform: rotate(-133.76deg);
}

.faq-circle--right {
  right: -45.75px;
  top: -125px;
  transform: rotate(-26.27deg);
}

.faq-question {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 38px 26px;
  gap: 48px;
  width: 100%;
  min-height: 107px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.faq-question span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  background: linear-gradient(90deg, #000000 0%, #666666 121.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
  background: #fdfefe;
  position: relative;
  z-index: 1;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 26px 25px 26px;
}

.faq-answer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  margin: 0;
}

/* Footer */
.footer {
  background: transparent;
  padding: 80px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-left-column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-section {
  margin-bottom: 0;
}

.footer-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  background: linear-gradient(89deg, #ffffff 1.43%, #f9a61a 19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.footer-item {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: 2px;
}

.footer-item p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a0a1a1;
  margin: 0;
}

.footer-item strong {
  font-weight: 400;
  color: #a0a1a1;
}

.footer-item .orange-highlight {
  color: #f9a61a;
  font-weight: 500;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a0a1a1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #f9a61a;
}

.footer [x-apple-data-detectors],
.footer a[href^="tel:"],
.footer a[href^="mailto:"] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

.footer-company-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 24px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.footer-company-item {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: baseline;
}
.footer-company-label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a0a1a1;
  white-space: nowrap;
}
.footer-company-value {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fdfefe;
}

/* Footer Social Media */
.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-social-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a0a1a1;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.25s;
}

.footer-social-btn:hover {
  color: #f9a61a;
}

.footer-social-icon {
  flex-shrink: 0;
}

.footer-badges {
  display: flex;
  margin-top: 0;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  /* background: #fdfefe; */
  border-radius: 10px;
  padding: 16px 24px;
  text-decoration: none;
  transition: transform 0.3s;
  width: fit-content;
}

.footer-badge:hover {
  transform: translateY(-2px);
}

.badge-logo {
  /* width: 50px; */
  height: 50px;
  object-fit: contain;
}

.badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-text-solo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  color: #111111;
  text-transform: uppercase;
}

.badge-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  color: #111111;
  text-transform: uppercase;
}

.badge-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #0066ff;
  margin-top: 4px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }

  .hero-title {
    font-size: 52px;
  }

  .testimonial-grid,
  .form-container,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.97);
    backdrop-filter: blur(16px);
    padding: 20px 24px 28px;
    gap: 6px;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .nav-menu.open {
    display: flex;
  }
  .nav-menu li {
    width: 100%;
  }
  .nav-menu a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .mobile-menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .navbar .cta-button {
    display: none;
  }
}

@media (max-width: 768px) {
  .partner-logo-hide-mobile {
    display: none;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.97);
    backdrop-filter: blur(16px);
    padding: 20px 24px 28px;
    gap: 6px;
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .mobile-menu-toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 32px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .polaroid {
    width: 150px;
  }

  .hero-images {
    gap: 10px;
  }
}

/* ─── Services: Benefit bullets (Cardio / Group) ─── */
.service-benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: rgba(36, 34, 34, 0.6);
  border-radius: 10px;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a0a1a1;
  line-height: 1.5;
}
.benefit-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.benefit-icon--heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='%23f9a61a'/%3E%3C/svg%3E");
}
.benefit-icon--bolt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v11h3v9l7-12h-4l4-8z' fill='%23f9a61a'/%3E%3C/svg%3E");
}
.benefit-icon--leaf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 8C8 10 5.9 16.17 3.82 21.34L5.71 22l1-2.3A4.49 4.49 0 0 0 8 20C19 20 22 3 22 3c-1 2-8 2-8 2s5-1 5 5c0 0-1-1-5-1z' fill='%23f9a61a'/%3E%3C/svg%3E");
}

/* ─── Services: Pricing variants ─── */
.pricing-duration {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a0a1a1;
  margin: 4px 0 10px;
  line-height: 1.4;
}
.pricing-duration strong {
  color: #f9a61a;
  font-weight: 600;
}
.pricing-duration--orange {
  color: #f9a61a;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0;
}
.pricing-title--sm {
  font-size: 18px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 100% !important;
}
.pricing-btn--wide {
  min-width: 180px !important;
  width: auto !important;
  padding: 0 20px !important;
}

/* ─── Services: Nutriție 2-column pills ─── */
.pricing-buttons--nutrition {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.pricing-btn--nutrition {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 14px !important;
  height: 32px !important;
  font-size: 12px !important;
}
.pricing-btn--nutrition .price-val {
  font-weight: 700;
  color: #111111;
}

/* ─── Services: Bullet list (Nutriție) ─── */
.service-bullets {
  margin: 6px 0 0 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service-bullets li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a0a1a1;
  line-height: 1.5;
}

/* === fid-benefits (fidelizare dynamic benefits) === */
.fid-benefits-wrap {
  margin-top: 8px;
}
.fid-benefits-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0 10px;
}
.fid-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fid-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #a0a1a1;
  line-height: 1.4;
}
.fid-benefits li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================
   LEGAL PAGES — termeni, cookies, confidentialitate
   ============================================================ */

/* Hero override for legal pages */
.legal-hero {
  padding: 100px 0 60px;
  text-align: center;
  background: linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(249, 166, 26, 0.12);
}
.legal-hero .hero-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  color: #fdfefe;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.legal-hero .hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #a0a1a1;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section wrapper */
.legal-content-section {
  padding: 64px 0 100px;
  background: #0d0d0d;
}

/* Content card */
.legal-content {
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 52px 60px 56px;
}

/* Last updated badge */
.legal-content .last-updated {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #f9a61a;
  background: rgba(249, 166, 26, 0.08);
  border: 1px solid rgba(249, 166, 26, 0.2);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 36px;
  letter-spacing: 0.3px;
}

/* Section headings h2 */
.legal-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fdfefe;
  margin: 40px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(249, 166, 26, 0.15);
  letter-spacing: -0.2px;
}
.legal-content h2:first-of-type {
  margin-top: 8px;
}

/* Sub-headings h3 */
.legal-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #d8d9d9;
  margin: 24px 0 10px;
  letter-spacing: 0.1px;
}

/* Body paragraphs */
.legal-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  color: #a0a1a1;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 14px;
}

/* Lists */
.legal-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-content ul li {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  color: #a0a1a1;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}
.legal-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #f9a61a;
  border-radius: 50%;
}

/* Bold inside paragraphs and list items */
.legal-content p strong,
.legal-content li strong {
  font-weight: 600;
  color: #d8d9d9;
}

/* Links — yellow */
.legal-content a,
.legal-content a:visited {
  color: #f9a61a;
  text-decoration: underline;
  text-decoration-color: rgba(249, 166, 26, 0.35);
  text-underline-offset: 3px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}
.legal-content a:hover {
  color: #ffbe4f;
  text-decoration-color: rgba(255, 190, 79, 0.6);
}

/* Agreement / closing note */
.legal-content .agreement-note {
  margin-top: 36px;
  padding: 18px 22px;
  background: rgba(249, 166, 26, 0.05);
  border-left: 3px solid #f9a61a;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  color: #c8c9c9;
  text-align: left;
}
.legal-content .agreement-note strong {
  color: #fdfefe;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-content {
    padding: 32px 24px 40px;
  }
  .legal-content h2 {
    font-size: 17px;
  }
  .legal-content p,
  .legal-content ul li {
    font-size: 14px;
    text-align: left;
  }
}

/* ============================================================
   FOOTER — Mobile overrides (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {
  .footer {
    padding: 48px 0 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-left-column {
    gap: 36px;
  }

  .footer-right-column {
    gap: 0;
    margin-top: 36px;
  }

  .footer-section {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 0;
  }

  .footer-left-column .footer-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer-right-column .footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 28px;
  }

  .footer-title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .footer-item {
    gap: 10px;
    margin-bottom: 10px;
  }

  .footer-icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }

  .footer-item p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    font-size: 13.5px;
  }

  .footer-badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: nowrap;
  }

  .footer-badge {
    padding: 4px 8px;
    flex: 1 1 0;
    min-width: 0;
  }

  .badge-logo {
    height: auto;
    max-height: 48px;
    width: 100%;
    object-fit: contain;
    margin-left: 0;
  }
}

/* ============================================================
   MOBILE MENU OVERLAY — Figma: Burger-menu-open (426×702)
   ============================================================ */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #0a0a0f;
  flex-direction: column;
  padding: 0 24px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}
.mobile-menu.open {
  display: flex;
}

/* blur decorations */
.mobile-menu-blur {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.mobile-menu-blur--top {
  width: 274px;
  height: 274px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(249,166,26,0.18) 0%, rgba(249,166,26,0) 70%);
}
.mobile-menu-blur--bottom {
  width: 274px;
  height: 274px;
  bottom: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(249,166,26,0.12) 0%, rgba(249,166,26,0) 70%);
}

/* header: logo + close */
.mobile-menu-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
}
.mobile-menu-logo img {
  height: 40px;
  width: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* divider line */
.mobile-menu-divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 12px;
}

/* nav links */
.mobile-menu-links {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
.mobile-menu-links li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fdfefe;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 50px;
  transition: background 0.2s;
}
.mobile-menu-links li a:hover {
  background: rgba(255,255,255,0.06);
}
.mobile-menu-links li a.active {
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #ffffff;
}

/* bottom CTA buttons */
.mobile-menu-ctas {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.mobile-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 9px 9px 9px 20px;
  height: 51px;
  border-radius: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  transition: all 0.3s ease;
  isolation: isolate;
}
.mobile-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(249, 166, 26, 0.3);
}
/* Circle arrow — same as desktop .arrow */
.mobile-cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 60px;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
/* Fidelizarea ta — hover2: starts white/cream, hovers to orange */
.mobile-cta--outline {
  background: linear-gradient(118.89deg, #fdfefe 49.54%, #ffcb74 104.26%);
  color: #f9a61a;
}
.mobile-cta--outline .mobile-cta-arrow {
  background: #f9a61a;
  color: #fdfefe;
}
.mobile-cta--outline:hover {
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #111111;
}
.mobile-cta--outline:hover .mobile-cta-arrow {
  background: #111111;
  color: #f9a61a;
}
/* Încearcă Efectul — hover1: starts orange, hovers to white */
.mobile-cta--solid {
  background: linear-gradient(138.18deg, #f9a61a 47.3%, #93620f 96.5%);
  color: #111111;
}
.mobile-cta--solid .mobile-cta-arrow {
  background: #111111;
  color: #f9a61a;
}
.mobile-cta--solid:hover {
  background: linear-gradient(118.89deg, #fdfefe 49.54%, #ffcb74 104.26%);
  color: #f9a61a;
}
.mobile-cta--solid:hover .mobile-cta-arrow {
  background: #f9a61a;
  color: #fdfefe;
}

/* ============================================================
   HOMEPAGE MOBILE — Based on Figma "Landing Page - Iphone"
   440×5504, all measurements extracted via Figma API
   ============================================================ */
@media (max-width: 768px) {
  /* ── NAVBAR ── */
  /* Hide desktop CTA button in navbar — not in Figma mobile header */
  .navbar .cta-button {
    display: none;
  }

  /* ── HERO ── */
  .hero {
    padding: 140px 0 56px;
  }
  /* Polaroids NOT in mobile Figma → hide */
  .hero-images {
    display: none;
  }
  /* Hammer Strength IS in Figma mobile Frame 6 — show it despite hide-mobile class */
  .hero-partners img:nth-child(2) {
    display: inline-block;
  }
  /* Title keeps fs=52 per Figma; wraps to 4 lines on mobile width */
  .hero-title {
    font-size: 52px;
    line-height: 78px;
    margin-bottom: 16px;
    padding: 0 15px;
  }
  .hero-subtitle {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 28px;
    padding: 0 15px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 0 16px;
    margin-bottom: 0;
  }
  .hero-buttons .cta-button {
    width: 100%;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 18px;
  }
  .hero-partners {
    gap: 24px;
    margin-bottom: 32px;
  }

  /* ── TESTIMONIALS ── */
  .testimonials { padding: 60px 0; }
  .testimonials-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .testimonial-grid {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .stat-card {
    width: 100%;
    box-sizing: border-box;
  }
  .testimonial-carousel-wrapper {
    gap: 16px;
  }
  .testimonial-controls {
    flex-direction: row;
  }

  /* ── CONTACT FORM ── */
  .contact-form-section { padding: 60px 0; }
  .contact-title {
    font-size: 32px;
    line-height: 48px;
  }
  .contact-wrapper {
    width: 100%;
  }
  .contact-header {
    width: 100%;
  }
  .contact-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  /* Form card: no fixed dimensions, full width, clipped */
  .form-card {
    width: 100%;
    height: auto;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* Image NOT in mobile Figma → hide */
  .form-image {
    display: none;
  }
  /* Content: remove absolute positioning, go full width */
  .form-content {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 20px 16px 24px;
    box-sizing: border-box;
    max-width: 100%;
  }
  .form-title {
    width: 100% !important;
    height: auto !important;
    font-size: 15px;
  }
  .contact-form {
    width: 100%;
    max-width: 100%;
    gap: 14px;
  }
  .form-group {
    width: 100%;
    box-sizing: border-box;
    gap: 6px;
  }
  .form-group label {
    font-size: 12px;
    line-height: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .form-group input {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    height: 36px;
    font-size: 13px;
  }
  .form-checkbox {
    width: 100%;
    box-sizing: border-box;
  }
  .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 11px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .checkbox-label span {
    font-size: 11px;
    line-height: 1.4;
  }
  .form-submit-btn {
    width: 100% !important;
    padding: 10px 16px !important;
    box-sizing: border-box;
    font-size: 15px;
    white-space: nowrap;
  }
  .form-disclaimer {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    font-size: 11px;
    line-height: 18px;
    margin-top: -18px;
    margin-bottom: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .form-footer {
    width: 100% !important;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding: 8px 16px;
    box-sizing: border-box;
    text-align: center;
  }

  /* ── SERVICES — mobile layout ── */
  .services {
    display: block;
    padding: 48px 0;
  }

  .services-wrapper {
    gap: 32px;
    align-items: stretch;
  }

  .services-title {
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
    height: auto;
  }

  /* Tab bar: scroll orizontal, fără wrapping */
  .services-tabs-wrapper {
    width: 100%;
    gap: 12px;
    align-items: stretch;
  }

  .services-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
  }

  .services-tabs::-webkit-scrollbar {
    display: none;
  }

  .service-tab {
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tabs-divider {
    width: 100%;
  }

  /* Panel: stivuire verticală */
  .services-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .services-images {
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }

  .service-image {
    height: 180px;
  }

  .service-image--full {
    width: 100% !important;
  }

  .service-name {
    height: auto;
    font-size: 24px;
    line-height: 1.3;
  }

  .services-info {
    gap: 16px;
  }

  .pricing-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .pricing-buttons {
    flex-wrap: wrap;
    gap: 6px;
  }

  .pricing-btn {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  /* ── GALLERY ── */
  .gallery { padding: 60px 0; }
  .gallery-title {
    font-size: 32px;
    line-height: 48px;
  }
  /* Slides keep 256×312 per Figma component */
  .gallery-slide {
    width: 256px;
    height: 312px;
    flex-shrink: 0;
  }
  .gallery-slide img {
    height: 312px;
    object-fit: cover;
  }

  /* ── FAQ ── */
  .faq { padding: 60px 0; }
  .faq-title {
    font-size: 32px;
    line-height: 48px;
  }
  .faq-subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .faq-wrapper {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    gap: 32px;
  }
  .faq-header {
    width: 100%;
  }
  .faq-grid {
    width: 100%;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .faq-item {
    width: 100%;
    border-radius: 10px;
    border-bottom: none;
  }
  .faq-question {
    padding: 20px 16px;
    min-height: 80px;
    gap: 16px;
  }
}
