/* ==========================================
   HERO BUTTONS
   ========================================== */

.main__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-top: 2.25rem;
}

.main__buttons .button.form1:hover {
  background: #e0922a !important;
  box-shadow: 0 14px 28px rgba(245, 163, 58, .35) !important;
}

.main__buttons .button.tel1:hover {
  background: rgba(245, 163, 58, .08) !important;
}

.form-contact-us__button.button.tel1::before {
  content: "📞";
  margin-right: 8px;
}

@media (max-width: 47.99875em) {
  .main__buttons {
    align-items: stretch;
  }

  .main__buttons a {
    text-align: center;
    justify-content: center;
  }
}

/* ==========================================
   HEADER SOCIAL, LOCATION & PHONE
   ========================================== */

/* Header actions container */
.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  position: relative;
  z-index: 115;
}

/* Social icons in header */
.social--header {
  display: flex;
  gap: 0.5rem;
  padding-right: 0.75rem;
  border-right: 1px solid rgba(27, 34, 59, 0.2);
  margin-right: 0.25rem;
}

.social__link--header {
  flex: 0 0 2.25rem;
  min-width: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bg-blue);
  color: var(--bg-blue);
  transition: all 0.3s ease;
  font-size: 0.875rem;
  overflow: hidden;
}

.social__link--header:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.social__link--header svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Location button in header */
.header__location {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid var(--bg-blue);
  color: var(--bg-blue);
  transition: all 0.3s ease;
}

.header__location:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.header__location svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Phone button in header */
.header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid var(--bg-blue);
  color: var(--bg-blue);
  transition: all 0.3s ease;
}

.header__phone:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.header__phone svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Make header logo smaller for more space */
.header__logo {
  max-width: 4.5rem;
}

.main__image::before {
  content: none !important;
  display: none !important;
}

/* ==========================================
   PROBLEM / SOLUTION — REFERENCE STYLE
   ========================================== */

.page__problem-solution {
  margin-bottom: 5rem;
}

.ps-section__container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

/* TOP ROW */
.ps-section__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.ps-section__col {
  display: flex;
  flex-direction: column;
}

/* Image wrapper — aspect ratio box */
.ps-section__img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #111;
  aspect-ratio: 4/3;
}

.ps-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title label bar at bottom of image */
.ps-section__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  padding: 0.75rem 1rem;
  letter-spacing: 0.02em;
}

.ps-section__label--dark {
  background: rgba(27, 34, 59, 0.88);
}

.ps-section__label--orange {
  background: rgba(246, 160, 60, 0.92);
}

/* Text block below image */
.ps-section__text-block {
  background: #f5f5f5;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-blue);
  flex: 1;
}

/* ---- BEFORE/AFTER DRAG SLIDER (large) ---- */
.ps-ba-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
}

.ps-ba-slider__before,
.ps-ba-slider__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ps-ba-slider__after {
  width: 50%;
  border-right: 3px solid #fff;
}

.ps-ba-slider__before img,
.ps-ba-slider__after img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ps-ba-slider__before img {
  filter: grayscale(60%);
}


/* "Înainte" / "După" badges */
.ps-ba-slider__badge {
  position: absolute;
  top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  border-radius: 2rem;
  color: #fff;
}

.ps-ba-slider__badge--before {
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.55);
}

.ps-ba-slider__badge--after {
  left: 0.75rem;
  background: rgba(246, 160, 60, 0.92);
}

/* Drag handle */
.ps-ba-slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5rem;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: col-resize;
  z-index: 10;
}

.ps-ba-slider__handle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
}

.ps-ba-slider__arrow--left,
.ps-ba-slider__arrow--right {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-blue);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.ps-ba-slider__arrow--left {
  left: 0;
}

.ps-ba-slider__arrow--right {
  right: 0;
}

/* Make the arrows a single pill button in the center */
.ps-ba-slider__handle {
  width: 3rem;
}

.ps-ba-slider__arrow--left,
.ps-ba-slider__arrow--right {
  position: static;
  width: 1.5rem;
  height: 2.5rem;
  border-radius: 0;
  box-shadow: none;
}

.ps-ba-slider__handle {
  width: auto;
  gap: 0;
  background: #fff;
  border-radius: 2rem;
  padding: 0 0.375rem;
  height: 2.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.ps-ba-slider__handle::before {
  display: none;
}

/* ---- MINI SLIDERS GALLERY ---- */
.ps-gallery {
  margin-top: 1rem;
}

.ps-gallery__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-blue);
  margin-bottom: 1.5rem;
  text-align: center;
}

.ps-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ps-gallery__item {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Mini slider */
.ps-ba-mini {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  background: #111;
}

.ps-ba-mini__before,
.ps-ba-mini__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ps-ba-mini__after {
  width: 50%;
  border-right: 2px solid #fff;
}

.ps-ba-mini__before img,
.ps-ba-mini__after img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ps-ba-mini__before img {
  filter: grayscale(60%);
}


/* Mini 3 (round1): portrait pipe shot — show bottom where the seal is */
#psBaMini3 .ps-ba-mini__before img {
  object-position: center bottom;
}

#psBaMini3 .ps-ba-mini__after img {
  object-position: center bottom;
}

.ps-ba-mini__badge {
  position: absolute;
  top: 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 2rem;
  color: #fff;
}

.ps-ba-mini__badge--before {
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.55);
}

.ps-ba-mini__badge--after {
  left: 0.5rem;
  background: rgba(246, 160, 60, 0.92);
}

.ps-ba-mini__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  z-index: 10;
  cursor: col-resize;
}

.ps-ba-mini__handle::after {
  content: '↔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--text-blue);
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 61.99875em) {
  .ps-section__row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ps-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page__problem-solution {
    margin-bottom: 3rem;
  }
}

@media (max-width: 47.99875em) {
  .ps-gallery__grid {
    grid-template-columns: 1fr;
  }

  .ps-gallery__title {
    font-size: 1.25rem;
  }
}



/* Footer location link */
.footer__location-wrap {
  display: flex;
  align-items: center;
}

.footer__location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-white);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer__location-link:hover {
  color: var(--accent);
}

.footer__location-link svg {
  flex-shrink: 0;
}

/* ==========================================
   RESPONSIVE STYLES
   ========================================== */

/* Tablet */
@media (max-width: 991.98px) {
  .header__logo {
    max-width: 4rem;
  }

  .header__actions {
    gap: 0.5rem;
  }

  .social__link--header {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }

  .social__link--header svg {
    width: 14px;
    height: 14px;
  }

  .header__location,
  .header__phone {
    width: 2rem;
    height: 2rem;
  }

  .header__location svg,
  .header__phone svg {
    width: 16px;
    height: 16px;
  }

  .problem-solution__item {
    padding: 2.5rem 2rem;
  }

  .problem-solution__title {
    font-size: 1.75rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .header__container {
    min-height: 3.5rem;
    gap: 0.5rem;
  }

  .header__logo {
    max-width: 3.5rem;
  }

  .header__actions {
    gap: 0.375rem;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .social--header {
    gap: 0.25rem;
  }

  .social__link--header {
    flex: 0 0 1.75rem;
    min-width: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.65rem;
  }

  .social__link--header svg {
    width: 12px;
    height: 12px;
  }

  .header__location,
  .header__phone {
    width: 1.75rem;
    height: 1.75rem;
  }

  .header__location svg,
  .header__phone svg {
    width: 13px;
    height: 13px;
  }

  .header__menu {
    flex: 0 0 auto;
  }

  /* Problem / Solution responsive */
  .problem-solution__grid {
    grid-template-columns: 1fr;
  }

  .problem-solution__item {
    padding: 2rem 1.5rem;
  }

  .problem-solution__title {
    font-size: 1.5rem;
  }

  .problem-solution__icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .problem-solution__icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .page__problem-solution {
    margin-bottom: 3rem;
  }

  /* Footer location */
  .footer__location-link span {
    display: none;
  }
}

/* Very small screens */
@media (max-width: 374.98px) {
  .header__actions {
    gap: 0.25rem;
  }

  .social__link--header {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.625rem;
  }

  .social__link--header svg {
    width: 12px;
    height: 12px;
  }

  .header__location,
  .header__phone {
    width: 1.75rem;
    height: 1.75rem;
  }

  .header__location svg,
  .header__phone svg {
    width: 12px;
    height: 12px;
  }
}

/* ==========================================
   PROCESS STEPS: Măsurăm → Producem → Instalăm
   ========================================== */

.page__process {
  padding: 4rem 0 2rem;
  background: var(--bg-blue);
}

.process-steps__container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.process-steps__track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.process-steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 220px;
}

.process-steps__icon-wrap {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(246, 160, 60, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s;
}

.process-steps__icon-wrap:hover {
  background: rgba(246, 160, 60, 0.15);
}

.process-steps__icon-wrap svg {
  width: 3rem;
  height: 3rem;
  color: #fff;
}

.process-steps__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #F6A03C;
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-steps__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0;
}

.process-steps__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  opacity: 0.9;
}

/* ==========================================
   CTA BLOCK
   ========================================== */

.page__cta {
  background: var(--bg-blue);
  padding: 2rem 0 4rem;
}

.cta-block__container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.75rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.cta-block__btn--call {
  background: #F6A03C;
  color: #fff;
  box-shadow: 0 8px 24px rgba(246, 160, 60, 0.35);
}

.cta-block__btn--call:hover {
  background: #e0922a;
  transform: translateY(-1px);
}

.cta-block__btn--photo {
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.8rem 1rem;
  background: transparent;
  color: #1B223B;
  border: none;
  box-shadow: none;
}

.cta-block__btn-group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  padding: 0.6rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(27, 34, 59, 0.12);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
}

.cta-block__btn-group--hero {
  align-items: stretch;
}

.cta-block__btn-group--hero .cta-block__btn--photo {
  white-space: normal;
  gap: 0.75rem;
  padding: 0.95rem 1.35rem;
}

.cta-block__btn-group--hero .cta-block__btn-text {
  display: block;
  max-width: 18rem;
  text-align: center;
  line-height: 1.28;
  font-size: 1rem;
  font-weight: 700;
}

.cta-block__btn-group--config {
  align-items: stretch;
}

.cta-block__btn-group--config .cta-block__btn--photo {
  white-space: normal;
  gap: 0.75rem;
  padding: 0.9rem 1.2rem;
}

.cta-block__btn-group--config .cta-block__btn-text {
  display: block;
  max-width: 16.75rem;
  text-align: center;
  line-height: 1.28;
  font-size: 0.96rem;
  font-weight: 700;
}

.cta-block__btn-group--estimate {
  align-items: stretch;
}

.cta-block__btn-group--estimate .cta-block__btn--photo {
  white-space: normal;
  gap: 0.75rem;
  padding: 0.9rem 1.15rem;
}

.cta-block__btn-group--estimate .cta-block__btn-text {
  display: block;
  max-width: 17.5rem;
  text-align: center;
  line-height: 1.28;
  font-size: 0.95rem;
  font-weight: 700;
}

.cta-block__btn-group--invest1 {
  align-items: stretch;
}

.cta-block__btn-group--invest1 .cta-block__btn--photo {
  white-space: normal;
  gap: 0.75rem;
  padding: 0.92rem 1.2rem;
}

.cta-block__btn-group--invest1 .cta-block__btn-text {
  display: block;
  max-width: 18rem;
  text-align: center;
  line-height: 1.28;
  font-size: 0.96rem;
  font-weight: 700;
}

.cta-block__btn-group--portfolio {
  align-items: stretch;
}

.cta-block__btn-group--portfolio .cta-block__btn--photo {
  white-space: normal;
  gap: 0.75rem;
  padding: 0.92rem 1.2rem;
}

.cta-block__btn-group--portfolio .cta-block__btn-text {
  display: block;
  max-width: 18rem;
  text-align: center;
  line-height: 1.28;
  font-size: 0.96rem;
  font-weight: 700;
}

.cta-block__messengers {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  max-height: none;
  overflow: visible;
  opacity: 1;
  transform: none;
  transition: none;
  pointer-events: auto;
}

.cta-block__btn-group.is-open .cta-block__messengers {
  max-height: none;
}


.cta-block__messenger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, opacity 0.2s;
}

.cta-block__messenger:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.cta-block__messenger--viber {
  background: #7360F2;
  color: #fff;
}

.cta-block__messenger--whatsapp {
  background: #25D366;
  color: #fff;
}

.cta-block__messenger--telegram {
  background: #2AABEE;
  color: #fff;
}

.cta-block__btn-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Light variant — after portfolio (white background) */
.cta-block--light {
  background: #f8f8f8;
  padding: 3rem 0;
}

.cta-block--light .cta-block__btn--photo {
  color: var(--bg-blue);
}

.cta-block--light .cta-block__btn--photo:hover {
  background: rgba(27, 34, 59, 0.06);
}

/* Photo button on white backgrounds (invest1 section only) */
.invest1__cta .cta-block__btn--photo {
  color: var(--bg-blue, #0f2044);
}

.invest1__cta .cta-block__btn--photo:hover {
  background: rgba(15, 32, 68, 0.06);
}

/* hp-process has dark bg — photo button keeps default white styling (no override needed) */

@media (max-width: 61.99875em) {
  .process-steps__track {
    gap: 0.5rem;
  }

  .process-steps__icon-wrap {
    width: 5rem;
    height: 5rem;
  }

  .process-steps__icon-wrap svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (max-width: 47.99875em) {
  .process-steps__track {
    flex-direction: column;
    align-items: center;
  }

  .process-steps__step {
    max-width: 100%;
    width: 100%;
  }

  .process-steps__arrow {
    transform: rotate(90deg);
    margin: 0;
  }

  .cta-block__container {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cta-block__btn {
    justify-content: center;
  }

  .cta-block__btn-group {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }

  .cta-block__btn-group--hero .cta-block__btn-text {
    max-width: none;
    font-size: 0.96rem;
  }

  .cta-block__btn-group--config .cta-block__btn-text {
    max-width: none;
    font-size: 0.92rem;
  }

  .cta-block__btn-group--estimate .cta-block__btn-text {
    max-width: none;
    font-size: 0.91rem;
  }

  .cta-block__btn-group--invest1 .cta-block__btn-text {
    max-width: none;
    font-size: 0.92rem;
  }

  .cta-block__btn-group--portfolio .cta-block__btn-text {
    max-width: none;
    font-size: 0.92rem;
  }

  .cta-block__messengers {
    justify-content: center;
  }

  .cta-block__messenger {
    justify-content: center;
    flex: 1 1 auto;
  }
}

/* ==========================================
   ASIGURAȚI INVESTIȚIA (1%)
   ========================================== */

.invest1 {
  background: #fff;
  padding: 4.5rem 0;
}

.invest1__container {
  max-width: 62rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Price equation */
.invest1__hero {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.invest1__equation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: var(--bg-blue, #0f2044);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  box-shadow: 0 8px 32px rgba(15, 32, 68, 0.18);
}

.invest1__eq-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.invest1__eq-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.invest1__eq-val {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.invest1__eq-val--big {
  font-size: 3.5rem;
  color: #F6A03C;
  line-height: 1;
}

.invest1__eq-part--accent .invest1__eq-label {
  color: rgba(246, 160, 60, 0.8);
}

.invest1__eq-sep {
  font-size: 2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0.25rem;
}

/* 3 cards */
.invest1__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.invest1__card {
  border: 2px solid #eef0f5;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.invest1__card:hover {
  border-color: #F6A03C;
  box-shadow: 0 4px 20px rgba(246, 160, 60, 0.12);
}

.invest1__card--featured {
  border-color: #F6A03C;
  background: linear-gradient(135deg, #fffbf4 0%, #fff8ee 100%);
  box-shadow: 0 6px 24px rgba(246, 160, 60, 0.15);
}

.invest1__card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #f5f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--bg-blue, #0f2044);
}

.invest1__card--featured .invest1__card-icon {
  background: rgba(246, 160, 60, 0.12);
  color: #c87a00;
}

.invest1__card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bg-blue, #0f2044);
  margin: 0 0 0.5rem;
}

.invest1__card-text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Taglines */
.invest1__taglines {
  text-align: center;
  margin-bottom: 2.5rem;
}

.invest1__tag {
  margin: 0 0 0.5rem;
}

.invest1__tag--main {
  font-size: 1rem;
  color: #888;
  font-style: italic;
}

.invest1__tag--formula {
  font-size: 1.5rem;
  font-weight: 800;
  color: #F6A03C;
  letter-spacing: -0.01em;
}

.invest1__tag--sub {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.invest1__tag--sub strong {
  color: var(--bg-blue, #0f2044);
  font-weight: 800;
}

/* CTA row */
.invest1__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* Responsive */
@media (max-width: 61.99875em) {
  .invest1__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 47.99875em) {
  .invest1__cards {
    grid-template-columns: 1fr;
  }

  .invest1__equation {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
  }

  .invest1__eq-sep {
    transform: rotate(90deg);
  }

  .invest1__tag--formula {
    font-size: 1.2rem;
  }

  .invest1__cta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ==========================================
   PROCESUL HIDROPROTECT — 4 PAȘI
   ========================================== */

.hp-process {
  background: var(--bg-blue, #0f2044);
  padding: 4.5rem 0 3.5rem;
  color: #fff;
}

.hp-process__container {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.hp-process__header {
  text-align: center;
  margin-bottom: 3rem;
}

.hp-process__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}

.hp-process__sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  margin: 0;
}

/* Steps list — left border timeline */
.hp-process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid rgba(255, 255, 255, 0.12);
  margin-left: 1.5rem;
}

.hp-step {
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding: 1.75rem 1.5rem 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hp-step:last-child {
  border-bottom: none;
}

/* Numbered circle on the timeline */
.hp-step__num {
  position: absolute;
  left: -1.5rem;
  top: 1.75rem;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}

.hp-step--accent .hp-step__num {
  background: #F6A03C;
  border-color: #F6A03C;
  color: #fff;
}

.hp-step--guarantee .hp-step__num {
  background: #1fbb8a;
  border-color: #1fbb8a;
}

.hp-step__body {
  padding-left: 1.75rem;
  flex: 1;
}

.hp-step__icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hp-step__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.hp-step__text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.925rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

/* Messenger pills on step 1 */
.hp-step__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.hp-step__msg {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.875rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s;
}

.hp-step__msg:hover {
  opacity: 0.85;
}

.hp-step__msg--viber {
  background: #7360f2;
}

.hp-step__msg--whatsapp {
  background: #25d366;
}

.hp-step__msg--telegram {
  background: #0088cc;
}

/* Step 3 — 2 days sub-grid */
.hp-step__days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-top: 0.75rem;
}

.hp-step__day {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
}

.hp-step__day-label {
  display: inline-block;
  background: #F6A03C;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}

.hp-step__day-content strong {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.hp-step__day-content p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.5;
}

/* Step 4 — guarantee list */
.hp-step__list {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.925rem;
  line-height: 1.7;
  padding-left: 1.2rem;
  margin: 0.5rem 0 0;
}

.hp-step__list li::marker {
  color: #1fbb8a;
}

/* CTA row at bottom of process section */
.hp-process__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 47.99875em) {
  .hp-process__steps {
    margin-left: 1rem;
  }

  .hp-step {
    padding: 1.5rem 1rem 1.5rem 0;
  }

  .hp-step__body {
    padding-left: 1.25rem;
  }

  .hp-step__days {
    grid-template-columns: 1fr;
  }

  .hp-process__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ==========================================
   TIKTOK PORTFOLIO GRID
   ========================================== */

.page__portfolio {
  padding: 4rem 0;
  background: #fff;
}

.portfolio-tiktok__container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.portfolio-tiktok__header {
  text-align: center;
  margin-bottom: 0.5rem;
}

.portfolio-tiktok__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bg-blue);
  margin-bottom: 0.5rem;
}

.portfolio-tiktok__sub {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

.tiktok-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.tiktok-card {
  position: relative;
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 9/16;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tiktok-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.tiktok-card__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.tiktok-card__thumb--social {
  background-image:
    radial-gradient(circle at 18% 18%, var(--card-accent-soft, rgba(246, 160, 60, 0.32)) 0%, transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.08) 0%, transparent 24%),
    linear-gradient(145deg, var(--card-bg-start, #10182f) 0%, var(--card-bg-end, #26406b) 100%);
}

.tiktok-card__thumb--social::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tiktok-card__thumb--social::after {
  content: attr(data-platform);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: rgba(255, 255, 255, 0.14);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tiktok-card:hover .tiktok-card__thumb {
  transform: scale(1.05);
}

.tiktok-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  transition: background 0.3s;
}

.tiktok-card:hover .tiktok-card__overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0.2) 100%);
}

/* Play button circle */
.tiktok-card__play {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: background 0.2s, transform 0.2s;
  margin-bottom: auto;
  margin-top: auto;
}

.tiktok-card:hover .tiktok-card__play {
  background: #F6A03C;
  border-color: #F6A03C;
  transform: scale(1.1);
}

/* TikTok badge — top left */
.tiktok-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.tiktok-card__badge--tiktok {
  background: rgba(17, 17, 17, 0.72);
}

.tiktok-card__badge--instagram {
  background: rgba(220, 39, 67, 0.82);
}

.tiktok-card__badge--facebook {
  background: rgba(24, 119, 242, 0.84);
}

.tiktok-card__badge--youtube {
  background: rgba(255, 0, 0, 0.84);
}

/* Description — bottom */
.tiktok-card__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.875rem 1rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  transform: translateY(4px);
  opacity: 0.85;
  transition: transform 0.3s, opacity 0.3s;
}

.tiktok-card:hover .tiktok-card__desc {
  transform: translateY(0);
  opacity: 1;
}

/* Footer CTA link */
.tiktok-grid__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.tiktok-grid__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.tiktok-grid__cta:hover {
  background: #333;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 61.99875em) {
  .tiktok-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tiktok-card {
    aspect-ratio: 4/5;
  }
}

@media (max-width: 47.99875em) {
  .tiktok-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .tiktok-card {
    aspect-ratio: 3/4;
  }

  .tiktok-card__play {
    width: 3rem;
    height: 3rem;
  }
}

/* ==========================================
   EȘTI MONTATOR? — SECȚIUNEA PARTENERI
   ========================================== */

.partner {
  background: linear-gradient(160deg, #0a1a3a 0%, #0f2044 100%);
  padding: 5rem 0;
  color: #fff;
}

.partner__container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header */
.partner__header {
  text-align: center;
  margin-bottom: 3rem;
}

.partner__eyebrow {
  display: inline-block;
  background: rgba(246, 160, 60, 0.15);
  color: #F6A03C;
  border: 1px solid rgba(246, 160, 60, 0.35);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.partner__title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.partner__title span {
  color: #F6A03C;
}

.partner__sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  margin: 0;
}

/* Body — 2 columns */
.partner__body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: center;
}

/* Video side */
.partner__video-wrap {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  aspect-ratio: 9/16;
  max-height: 520px;
  width: auto;
  margin: 0 auto;
}

.partner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.partner__video-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  letter-spacing: 0.03em;
}

.partner__video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.partner__play-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(246, 160, 60, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.partner__video-wrap:hover .partner__play-icon {
  opacity: 1;
}

/* Benefits side */
.partner__benefits {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.partner__benefit {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.partner__benefit-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.partner__benefit-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4rem;
}

.partner__benefit-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin: 0;
}

.partner__benefit-text strong {
  color: #F6A03C;
  font-weight: 700;
}

/* Partner CTA */
.partner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  background: #F6A03C;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(246, 160, 60, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.partner__cta:hover {
  background: #e08c20;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(246, 160, 60, 0.45);
}

/* Montatori video reviews */
.partner__montatori-reviews {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.partner__reviews-header {
  max-width: 42rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.partner__reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(246, 160, 60, 0.14);
  color: #F6A03C;
  border: 1px solid rgba(246, 160, 60, 0.32);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner__reviews-title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
}

.partner__reviews-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.partner__reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.partner__review-video-card {
  margin: 0;
  padding: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.partner__review-video-frame {
  overflow: hidden;
  border-radius: 0.9rem;
  background: #050b19;
  aspect-ratio: 9 / 16;
}

.partner__review-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner__review-video-caption {
  padding-top: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.partner__reviews-controls {
  display: none;
}

/* Responsive */
@media (max-width: 61.99875em) {
  .partner__body {
    grid-template-columns: 1fr;
  }

  .partner__video-wrap {
    max-height: 360px;
    aspect-ratio: 16/9;
  }

  .partner__reviews-grid {
    gap: 1rem;
  }
}

@media (max-width: 47.99875em) {
  .partner__eyebrow {
    display: block;
  }

  .partner__video-wrap {
    aspect-ratio: 4/3;
    max-height: 280px;
  }

  .partner__benefit {
    gap: 0.875rem;
  }

  .partner__cta {
    width: 100%;
    justify-content: center;
  }

  .partner__montatori-reviews {
    margin-top: 3rem;
    padding-top: 2rem;
  }

  .partner__reviews-grid {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    max-width: none;
    margin: 0 -1rem;
    overflow-x: auto;
    padding: 0 1rem 0.75rem;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .partner__reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .partner__review-video-card {
    flex: 0 0 min(78vw, 19rem);
    scroll-snap-align: center;
  }

  .partner__reviews-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }

  .partner__reviews-button {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  }

  .partner__reviews-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-color: currentColor;
    border-style: solid;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .partner__reviews-button--prev::before {
    border-width: 0 0 2px 2px;
    margin-left: 2px;
  }

  .partner__reviews-button--next::before {
    border-width: 2px 2px 0 0;
    margin-left: -2px;
  }
}

/* ==========================================
   CE SPUN CLIENȚII — SCREENSHOT REVIEWS
   ========================================== */

.screenz {
  background: #f7f8fc;
  padding: 4.5rem 0;
  position: relative;
  overflow: visible; /* CRITICAL: allow arrows to be visible and clickable outside */
}

.screenz__container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.screenz__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.screenz__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--bg-blue, #0f2044);
  margin: 0 0 0.5rem;
}

.screenz__sub {
  color: #888;
  font-size: 0.95rem;
  margin: 0;
}

.screenz__slider-wrap {
  position: relative;
  margin: 0 70px;
}

/* Slider grid style */
.screenz__slider {
  padding: 0.5rem 0 3rem;
  position: relative;
  margin: 0 70px; /* Add margin to prevent arrows from hitting screen edges */
  overflow: visible; /* Allow arrows to be outside */
}

.screenz__wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.screenz__card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  height: auto;
  transition: transform 0.3s ease;
  width: 100%;
}

/* Fallback: when NOT initialized by Swiper, force 4 items on desktop */
#screenzSlider:not(.is-initialized) .screenz__wrapper {
  overflow-x: auto;
  padding-bottom: 1rem;
  flex-wrap: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#screenzSlider:not(.is-initialized) .screenz__wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

@media (min-width: 1150px) {
  #screenzSlider:not(.is-initialized) .screenz__card {
    flex: 0 0 calc(25% - 22.5px);
    width: calc(25% - 22.5px);
  }
}

@media (max-width: 1149px) and (min-width: 768px) {
  #screenzSlider:not(.is-initialized) .screenz__card {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  #screenzSlider:not(.is-initialized) .screenz__card {
    flex: 0 0 85%;
    width: 85%;
  }
}

.screenz__card:hover {
  transform: translateY(-5px);
}

/* Platform badge */
.screenz__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0.75rem 0.75rem 0;
  border-radius: 999px;
  align-self: flex-start;
}

.screenz__badge--viber {
  background: #7360f2;
}

.screenz__badge--whatsapp {
  background: #25d366;
}

.screenz__badge--facebook {
  background: #1877f2;
}

.screenz__badge--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.screenz__badge--tiktok {
  background: #010101;
}

/* Image area */
.screenz__img-wrap {
  flex: 1;
  margin: 0.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
}

.screenz__img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.screenz__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.screenz__pagination {
  bottom: -15px !important;
  display: none; /* Hide pagination if user calls it 'overlay' */
}

.screenz__pagination .swiper-pagination-bullet {
  background: var(--bg-blue, #0f2044);
  opacity: 0.3;
}

.screenz__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.5rem;
  border-radius: 4px;
}

.screenz__button-prev,
.screenz__button-next {
  position: absolute;
  color: var(--bg-blue, #0f2044) !important;
  background: #fff;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: -20px;
  z-index: 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  border: none;
  outline: none;
  pointer-events: auto !important; /* Force clickability */
}

.screenz__slider-wrap .screenz__button-prev,
.screenz__slider-wrap .screenz__button-next {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.screenz__button-prev::after,
.screenz__button-next::after {
  display: none !important; /* Remove default Swiper icon */
}

.screenz__button-prev::before {
  content: '';
  width: 14px;
  height: 14px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
}

.screenz__button-next::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  margin-right: 6px;
}

.screenz__button-prev {
  left: -60px !important;
}

.screenz__button-next {
  right: -60px !important;
}

@media (max-width: 768px) {
  .screenz__slider-wrap {
    margin: 0;
  }

  .screenz__slider {
    margin: 0;
    padding: 0.5rem 10px 3rem;
  }

  .screenz__button-prev,
  .screenz__button-next {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    margin-top: -18px;
  }

  .screenz__button-prev {
    left: 4px !important;
  }

  .screenz__button-next {
    right: 4px !important;
  }

  .screenz__button-prev::before,
  .screenz__button-next::before {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }
}

/* Placeholder state */
.screenz__img-wrap--placeholder {
  background: #f0f2f8;
  border: 2px dashed #d0d4e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenz__placeholder-text {
  font-size: 0.8rem;
  color: #aaa;
  text-align: center;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 61.99875em) {
  .screenz__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 47.99875em) {
  .screenz__grid {
    grid-template-columns: 1fr;
  }

  .screenz__img-wrap {
    min-height: 180px;
  }
}

/* ==========================================
   FLOATING MESSENGER WIDGET (FMW)
   ========================================== */

.fmw {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
}

/* Toggle button */
.fmw__toggle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--bg-blue, #0f2044);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(15, 32, 68, 0.4);
  transition: background 0.2s, transform 0.3s;
  position: relative;
  order: 99;
  /* always at bottom */
  animation: fmwPulse 3s ease-in-out infinite;
}

.fmw__toggle:hover {
  background: #F6A03C;
  animation: none;
  transform: scale(1.08);
}

/* Pulse on idle */
@keyframes fmwPulse {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(15, 32, 68, 0.4);
  }

  50% {
    box-shadow: 0 4px 28px rgba(246, 160, 60, 0.6);
  }
}

/* Icon toggle */
.fmw__icon {
  position: absolute;
  transition: opacity 0.2s, transform 0.3s;
}

.fmw__icon--close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.7);
}

.fmw--open .fmw__toggle {
  background: #c0392b;
  animation: none;
}

.fmw--open .fmw__icon--chat {
  opacity: 0;
  transform: rotate(90deg) scale(0.7);
}

.fmw--open .fmw__icon--close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* Actions container */
.fmw__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
  pointer-events: none;
}

/* Each action button */
.fmw__btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(1rem) scale(0.7);
  transition: opacity 0.25s, transform 0.25s, filter 0.2s;
  position: relative;
}

.fmw__btn:hover {
  filter: brightness(1.12);
}

/* Staggered reveal when open */
.fmw--open .fmw__actions {
  pointer-events: auto;
}

.fmw--open .fmw__btn:nth-child(4) {
  /* Phone — appears 1st (top) */
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.00s;
}

.fmw--open .fmw__btn:nth-child(3) {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.06s;
}

.fmw--open .fmw__btn:nth-child(2) {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.12s;
}

.fmw--open .fmw__btn:nth-child(1) {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.18s;
}

/* Brand colors */
.fmw__btn--phone {
  background: #27ae60;
}

.fmw__btn--whatsapp {
  background: #25d366;
}

.fmw__btn--viber {
  background: #7360f2;
}

.fmw__btn--telegram {
  background: #0088cc;
}

/* Tooltip */
.fmw__tooltip {
  position: absolute;
  right: calc(100% + 0.625rem);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 0.3rem 0.65rem;
  border-radius: 0.375rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
}

.fmw__btn:hover .fmw__tooltip {
  opacity: 1;
}

/* Mobile: slightly smaller */
@media (max-width: 47.99875em) {
  .fmw {
    bottom: 1rem;
    right: 1rem;
  }

  .fmw__toggle {
    width: 3.25rem;
    height: 3.25rem;
  }

  .fmw__btn {
    width: 2.75rem;
    height: 2.75rem;
  }
}




/* ==========================================
   FAQ — ÎNTREBĂRI FRECVENTE
   ========================================== */

.faq {
  background: #fff;
  padding: 4.5rem 0;
}

.faq__container {
  max-width: 62rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.faq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faq__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--bg-blue, #0f2044);
  margin: 0 0 0.5rem;
}

.faq__sub {
  color: #888;
  font-size: 0.95rem;
  margin: 0;
}

/* 2-column grid on desktop */
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}

/* Each accordion item */
.faq__item {
  border: 1.5px solid #e8eaf0;
  border-radius: 0.875rem;
  background: #fafbff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.faq__item[open] {
  border-color: var(--bg-blue, #0f2044);
  box-shadow: 0 4px 20px rgba(15, 32, 68, 0.08);
  background: #fff;
}

/* Remove default marker */
.faq__question {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--bg-blue, #0f2044);
  line-height: 1.45;
  user-select: none;
  -webkit-user-select: none;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::marker {
  display: none;
}

.faq__question:hover {
  color: #F6A03C;
}

.faq__chevron {
  flex-shrink: 0;
  color: #aaa;
  transition: transform 0.28s ease, color 0.2s;
  display: flex;
}

.faq__item[open] .faq__chevron {
  transform: rotate(180deg);
  color: var(--bg-blue, #0f2044);
}

/* Answer */
.faq__answer {
  padding: 0 1.25rem 1.125rem;
  border-top: 1px solid #eef0f8;
}

.faq__answer p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.7;
  margin: 0.875rem 0 0;
}

.faq__answer strong {
  color: var(--bg-blue, #0f2044);
}

/* Responsive */
@media (max-width: 47.99875em) {
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .faq__question {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .faq__answer {
    padding: 0 1rem 1rem;
  }
}

/* screenz social buttons */
.screenz__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e8eaf0;
}

.screenz__socials-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #999;
  margin-right: 0.25rem;
}

.screenz__social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

.screenz__social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}

.screenz__social-btn--insta {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.screenz__social-btn--fb {
  background: #1877f2;
}

.screenz__social-btn--tiktok {
  background: #010101;
}

/* ==========================================
   SCROLL OFFSET — fixed header compensation
   Prevents the fixed header (min-height: 4.5rem = 72px)
   from covering anchor targets on click
   ========================================== */

[id] {
  scroll-margin-top: 5rem;
}

@media (max-width: 47.99875em) {
  [id] {
    scroll-margin-top: 4.75rem;
  }
}

/* Footer location link */
.footer__location-wrap {
  margin-top: 0.5rem;
}

.footer__location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__location-link:hover {
  color: #fff;
}

.footer__location-link span {
  display: inline;
}

.faq {
  background: #fff;
  padding: 4.5rem 0;
}

.faq__container {
  max-width: 62rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.faq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faq__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--bg-blue, #0f2044);
  margin: 0 0 0.5rem;
}

.faq__sub {
  color: #888;
  font-size: 0.95rem;
  margin: 0;
}

/* 2-column grid on desktop */
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}

/* Each accordion item */
.faq__item {
  border: 1.5px solid #e8eaf0;
  border-radius: 0.875rem;
  background: #fafbff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.faq__item[open] {
  border-color: var(--bg-blue, #0f2044);
  box-shadow: 0 4px 20px rgba(15, 32, 68, 0.08);
  background: #fff;
}

/* Remove default marker */
.faq__question {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--bg-blue, #0f2044);
  line-height: 1.45;
  user-select: none;
  -webkit-user-select: none;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::marker {
  display: none;
}

.faq__question:hover {
  color: #F6A03C;
}

.faq__chevron {
  flex-shrink: 0;
  color: #aaa;
  transition: transform 0.28s ease, color 0.2s;
  display: flex;
}

.faq__item[open] .faq__chevron {
  transform: rotate(180deg);
  color: var(--bg-blue, #0f2044);
}

/* Answer */
.faq__answer {
  padding: 0 1.25rem 1.125rem;
  border-top: 1px solid #eef0f8;
}

.faq__answer p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.7;
  margin: 0.875rem 0 0;
}

.faq__answer strong {
  color: var(--bg-blue, #0f2044);
}

/* Responsive */
@media (max-width: 47.99875em) {
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .faq__question {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .faq__answer {
    padding: 0 1rem 1rem;
  }
}

/* screenz social buttons */
.screenz__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e8eaf0;
}

.screenz__socials-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #999;
  margin-right: 0.25rem;
}

.screenz__social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

.screenz__social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.88;
}

.screenz__social-btn--insta {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.screenz__social-btn--fb {
  background: #1877f2;
}

.screenz__social-btn--tiktok {
  background: #010101;
}

/* ==========================================
   SCROLL OFFSET — fixed header compensation
   Prevents the fixed header (min-height: 4.5rem = 72px)
   from covering anchor targets on click
   ========================================== */

[id] {
  scroll-margin-top: 5rem;
}

@media (max-width: 47.99875em) {
  [id] {
    scroll-margin-top: 4.75rem;
  }
}

/* Footer location link */
.footer__location-wrap {
  margin-top: 0.5rem;
}

.footer__location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__location-link:hover {
  color: #fff;
}

.footer__location-link span {
  display: inline;
}

/* Footer phone link with icon */
.footer__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.footer__bottom {
  flex-wrap: wrap;
}

.footer__dev {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  margin-top: -30px;
}

.dev__text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dev__text:hover {
  color: #ffffff;
}

.dev__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.2s ease;
}

.dev__logo:hover {
  opacity: 0.85;
}

.dev__logo img {
  display: block;
  width: 50px;
  height: auto;
}


/* Fix for TikTok icon sizes everywhere */
.social__link--tiktok svg,
.screenz__social-btn--tiktok svg {
  width: 20px !important;
  height: 20px !important;
}


/* --- Fix for large menu: earlier burger breakpoint --- */
@media (max-width: 1150px) {
  .menu__body {
    position: fixed !important;
    z-index: 100 !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    padding: 6.5rem 1.25rem 1.25rem 1.25rem !important;
    background-color: var(--text-white) !important;
    overflow-y: auto !important;
    transition: left 0.5s ease 0s !important;
  }

  .menu-open .menu__body {
    left: 0 !important;
  }

  .menu__body::before {
    content: "" !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4.5rem !important;
    background-color: #fff !important;
    z-index: 101 !important;
  }

  .menu__list {
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 1.5rem !important;
  }

  .icon-menu {
    display: block !important;
    position: relative !important;
    width: 1.625rem !important;
    height: 1rem !important;
    z-index: 120 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "" !important;
    transition: all 0.3s ease 0s !important;
    right: 0 !important;
    position: absolute !important;
    width: 100% !important;
    height: 0.125rem !important;
    border-radius: 0.125rem !important;
    background-color: #202020 !important;
  }

  .icon-menu::before {
    top: 0 !important;
  }

  .icon-menu::after {
    bottom: 0 !important;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem) !important;
  }

  .menu-open .icon-menu span {
    width: 0 !important;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem) !important;
    transform: rotate(-45deg) !important;
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem) !important;
    transform: rotate(45deg) !important;
  }
}

/* Also slightly compress the menu on large screens so it fits up to 1150px */
@media (min-width: 1151px) {
  .menu__list {
    column-gap: 1.1rem !important;
    /* was 2.5rem */
  }

  .menu__link {
    font-size: 0.95rem !important;
  }

  .menu__button {
    padding: 0.6rem 1.25rem !important;
  }
}


/* --- Social CTA Buttons modifiers --- */
.tiktok-grid__cta--fb {
  background: #1877f2 !important;
}

.tiktok-grid__cta--fb:hover {
  background: #166fe5 !important;
}

.tiktok-grid__cta--ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.tiktok-grid__cta--ig:hover {
  opacity: 0.9 !important;
}


/* --- Hero section desktop padding --- */
@media (min-width: 992px) {
  .main__content--hero {
    padding-top: 3rem !important;
  }
}

.main__title--hero {
  max-width: 42rem;
}

.main__title-kicker {
  display: block;
  margin-bottom: 0.8rem;
  color: #1B223B;
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.68;
}

.main__desc--hero {
  max-width: 34rem;
  color: #38425f !important;
}

.main__hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 30rem;
  margin: 0 0 2.2rem;
  padding: 0.95rem 1.2rem;
  border-radius: 1rem;
  background: rgba(245, 163, 58, 0.12);
  border: 1px solid rgba(245, 163, 58, 0.22);
  color: #1B223B;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.main__hero-note strong {
  color: #F5A33A;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .footer__dev {
    margin: 0;
    margin-top: -30px;
  }

  .main__title-kicker {
    font-size: 0.38em;
    letter-spacing: 0.12em;
  }

  .main__hero-note {
    max-width: 100%;
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
    padding: 0.85rem 1rem;
  }
}

.thank-you-page__section {
  padding: 8.5rem 0 5.5rem;
  background:
    radial-gradient(circle at top left, rgba(245, 163, 58, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.thank-you-page__container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.thank-you-page__card {
  max-width: 52rem;
  margin: 0 auto;
  padding: 3.25rem 3rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(27, 34, 59, 0.08);
  border-radius: 2rem;
  box-shadow: 0 28px 70px rgba(27, 34, 59, 0.1);
}

.thank-you-page__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(245, 163, 58, 0.12);
  color: #d7861f;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.thank-you-page__icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5a33a 0%, #ffb95f 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(245, 163, 58, 0.35);
}

.thank-you-page__content {
  max-width: 42rem;
  margin: 0 auto;
  color: #1b223b;
}

.thank-you-page__content > :last-child {
  margin-bottom: 0;
}

.thank-you-page__content h1,
.thank-you-page__content h2 {
  margin: 0 0 1rem;
  color: #1b223b;
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.thank-you-page__content h2:not(:first-of-type),
.thank-you-page__content h3,
.thank-you-page__content h4 {
  max-width: 36rem;
  margin: 1.25rem auto 0;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(27, 34, 59, 0.82);
}

.thank-you-page__content p {
  margin: 0 auto 1rem;
  max-width: 36rem;
  color: rgba(27, 34, 59, 0.78);
  font-size: 1.125rem;
  line-height: 1.7;
}

.thank-you-page__content .wp-block-spacer {
  display: none !important;
}

.thank-you-page__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.thank-you-page__button {
  min-height: 3.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.thank-you-page__button:hover {
  transform: translateY(-1px);
}

.thank-you-page__button--primary {
  background: linear-gradient(135deg, #f5a33a 0%, #ffb95f 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(245, 163, 58, 0.25);
}

.thank-you-page__button--secondary {
  border: 2px solid rgba(245, 163, 58, 0.28);
  background: #fff;
  color: #1b223b;
}

@media (max-width: 767.98px) {
  .thank-you-page__section {
    padding: 7.25rem 0 4rem;
  }

  .thank-you-page__card {
    padding: 2.25rem 1.25rem;
    border-radius: 1.5rem;
  }

  .thank-you-page__icon {
    width: 4.25rem;
    height: 4.25rem;
  }

  .thank-you-page__content p {
    font-size: 1rem;
  }

  .thank-you-page__actions {
    flex-direction: column;
  }

  .thank-you-page__button {
    width: 100%;
  }
}
